| gtkDrawVline {RGtk2} | R Documentation |
Draws a vertical line from (x, y1.) to (x, y2.) in window
using the given style and state.
WARNING: gtk_draw_vline is deprecated and should not be used in newly-written code. Use gtkPaintVline instead.
gtkDrawVline(object, window, state.type, y1, y2, x)
|
[GtkStyle] a GtkStyle |
|
[GdkWindow] a GdkWindow |
|
[GtkStateType] a state |
|
[integer] the starting y coordinate |
|
[integer] the ending y coordinate |
|
[integer] the x coordinate |
Derived by RGtkGen from GTK+ documentation