gtkPaintResizeGrip {RGtk2}R Documentation

gtkPaintResizeGrip

Description

Draws a resize grip in the given rectangle on window using the given parameters.

Usage

gtkPaintResizeGrip(object, window, state.type, area = NULL, widget = NULL, detail = NULL, edge, x, y, width, height)

Arguments

object [GtkStyle] a GtkStyle
window [GdkWindow] a GdkWindow
state.type [GtkStateType] a state
area [GdkRectangle] clip rectangle, or NULL if the output should not be clipped
widget [GtkWidget] the widget (may be NULL)
detail [character] a style detail (may be NULL)
edge [GdkWindowEdge] the edge in which to draw the resize grip
x [integer] the x origin of the rectangle in which to draw the resize grip
y [integer] the y origin of the rectangle in which to draw the resize grip
width [integer] the width of the rectangle in which to draw the resize grip
height [integer] the height of the rectangle in which to draw the resize grip

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]