gtkPaintResizeGrip {RGtk2} | R Documentation |
Draws a resize grip in the given rectangle on window
using the given
parameters.
gtkPaintResizeGrip(object, window, state.type, area = NULL, widget = NULL, detail = NULL, edge, x, y, width, height)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[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 ) |
|
[GdkWindowEdge ] the edge in which to draw the resize grip |
|
[integer] the x origin of the rectangle in which to draw the resize grip |
|
[integer] the y origin of the rectangle in which to draw the resize grip |
|
[integer] the width of the rectangle in which to draw the resize grip |
|
[integer] the height of the rectangle in which to draw the resize grip |
Derived by RGtkGen from GTK+ documentation