Style.paintHline

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

class Style
void
paintHline

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

area Rectangle

rectangle to which the output is clipped, or NULL if the output should not be clipped. [allow-none]

widget Widget

the widget. [allow-none]

detail string

a style detail. [allow-none]

x1 int

the starting x coordinate

x2 int

the ending x coordinate

y int

the y coordinate

Meta