Style.paintVline

Draws a vertical line from (x, y1_) to (x, y2_) in window using the given style and state.

class Style
void
paintVline

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]

y1_ int

the starting y coordinate

y2_ int

the ending y coordinate

x int

the x coordinate

Meta