Style.paintHline

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

More...
class Style
static
void
paintHline

Parameters

style Style
cr Context
stateType GtkStateType

a state

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_render_line() instead