Description Usage Arguments Author(s)
Draws a horizontal line from (x1
, y
) to (x2
, y
) in window
using the given style and state.
WARNING: gtk_draw_hline
has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintHline
instead.
1 | gtkDrawHline(object, window, state.type, x1, x2, y)
|
|
a |
|
a |
|
a state |
|
the starting x coordinate |
|
the ending x coordinate |
|
the y 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.