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