paintVline
fn
void 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
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
widget | the widget |
detail | a style detail |
y1 | the starting y coordinate |
y2 | the ending y coordinate |
x | the x coordinate |
Deprecated
Use [gtk.global.renderLine] instead