paintHline

Draws a horizontal line from (x1, y) to (x2, y) in cr using the given style and state.

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #caio_t

stateType gtk.types.StateType

a state

widget gtk.widget.Widget

the widget

detail string

a style detail

x1 int

the starting x coordinate

x2 int

the ending x coordinate

y int

the y coordinate

Detailed Description

Deprecated: Use gtk.global.renderLine instead