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