Description Usage Arguments Author(s)
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.
1 | gtkDrawVline(object, window, state.type, y1, y2, x)
|
|
a |
|
a |
|
a state |
|
the starting y coordinate |
|
the ending y coordinate |
|
the x coordinate |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.