Style.paintVline

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

class Style
deprecated
void
paintVline

Parameters

cr Context

a cairo_t

stateType GtkStateType

a state

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