| 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)
|
[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 x coordinate |
|
[integer] the ending x coordinate |
|
[integer] the y coordinate |
Derived by RGtkGen from GTK+ documentation