gtkDrawResizeGrip {RGtk2} | R Documentation |
Draws a resize grip in the given rectangle on window
using the given
parameters.
WARNING: gtk_draw_resize_grip
is deprecated and should not be used in newly-written code. Use gtkPaintResizeGrip
instead.
gtkDrawResizeGrip(object, window, state.type, edge, x, y, width, height)
|
[GtkStyle ] a GtkStyle |
|
[GdkWindow ] a GdkWindow |
|
[GtkStateType ] a state |
|
[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