gtkPaintVline {RGtk2} | R Documentation |
Draws a vertical line from (x
, y1.
) to (x
, y2.
) in window
using the given style and state.
gtkPaintVline(object, window, state.type, area = NULL, widget = NULL, detail = NULL, y1, y2, x)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[GdkRectangle ] rectangle to which the output is clipped, or NULL if the
output should not be clipped |
|
[GtkWidget ] the widget (may be NULL ) |
|
[character] a style detail (may be NULL ) |
|
[integer] the starting y coordinate |
|
[integer] the ending y coordinate |
|
[integer] the x coordinate |
Derived by RGtkGen from GTK+ documentation