gtkDrawHandle {RGtk2}R Documentation

gtkDrawHandle

Description

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.

Usage

gtkDrawHandle(object, window, state.type, shadow.type, x, y, width, height, orientation)

Arguments

object [GtkStyle] a GtkStyle
window [GdkWindow] a GdkWindow
state.type [GtkStateType] a state
shadow.type [GtkShadowType] type of shadow to draw
x [integer] x origin of the handle
y [integer] y origin of the handle
width [integer] with of the handle
height [integer] height of the handle
orientation [GtkOrientation] the orientation of the handle

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]