gtkDrawHandle {RGtk2} | R Documentation |
Draws a handle as used in GtkHandleBox
and GtkPaned
.
WARNING: gtk_draw_handle
has been deprecated since version 2.0 and should not be used in newly-written code. Use gtkPaintHandle
instead.
gtkDrawHandle(object, window, state.type, shadow.type, x, y, width, height, orientation)
|
a |
|
|
|
a state |
|
type of shadow to draw |
|
x origin of the handle |
|
y origin of the handle |
|
with of the handle |
|
height of the handle |
|
the orientation of the handle |
Derived by RGtkGen from GTK+ documentation