RGtk2 (version 2.20.31)

gtkDrawVline: gtkDrawVline

Description

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

Usage

gtkDrawVline(object, window, state.type, y1, y2, x)

Arguments

object
window
state.type
a state
y1
the starting y coordinate
y2
the ending y coordinate
x
the x coordinate