gtkPaintHline {RGtk2} | R Documentation |
Draws a horizontal line from (x1
, y
) to (x2
, y
) in window
using the given style and state.
gtkPaintHline(object, window, state.type, area = NULL, widget = NULL, detail = NULL, x1, x2, y)
|
a |
|
|
|
a state |
|
rectangle to which the output is clipped, or |
|
the widget. [ allow-none ] |
|
a style detail. [ allow-none ] |
|
the starting x coordinate |
|
the ending x coordinate |
|
the y coordinate |
Derived by RGtkGen from GTK+ documentation