Style.drawHline

Warning gtk_draw_hline has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_hline() instead. Draws a horizontal line from (x1, y) to (x2, y) in window using the given style and state.

class Style
void
drawHline

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

x1 int

the starting x coordinate

x2 int

the ending x coordinate

y int

the y coordinate

Meta