Style.drawVline

Warning gtk_draw_vline has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_vline() instead. Draws a vertical line from (x, y1_) to (x, y2_) in window using the given style and state.

class Style
void
drawVline

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

y1_ int

the starting y coordinate

y2_ int

the ending y coordinate

x int

the x coordinate

Meta