paintVline

fnvoid paintVline(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.widget.Widget widget, string detail, int y1, int y2, int x)

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

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
widgetthe widget
detaila style detail
y1the starting y coordinate
y2the ending y coordinate
xthe x coordinate

Deprecated

Use [gtk.global.renderLine] instead