| gtkPaintSlider {RGtk2} | R Documentation |
Draws a slider in the given rectangle on window using the
given style and orientation.
gtkPaintSlider(object, window, state.type, shadow.type, area = NULL, widget = NULL, detail = NULL, x, y, width, height, orientation)
|
[GtkStyle] a GtkStyle |
|
[GdkWindow] a GdkWindow |
|
[GtkStateType] a state |
|
[GtkShadowType] a shadow |
|
[GdkRectangle] clip rectangle, or NULL if the
output should not be clipped |
|
[GtkWidget] the widget (may be NULL) |
|
[character] a style detail (may be NULL) |
|
[integer] the x origin of the rectangle in which to draw a slider |
|
[integer] the y origin of the rectangle in which to draw a slider |
|
[integer] the width of the rectangle in which to draw a slider |
|
[integer] the height of the rectangle in which to draw a slider |
|
[GtkOrientation] the orientation to be used |
Derived by RGtkGen from GTK+ documentation