paintHandle

fnvoid paintHandle(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.types.ShadowType shadowType, gtk.widget.Widget widget, string detail, int x, int y, int width, int height, gtk.types.Orientation orientation)

Draws a handle as used in #GtkHandleBox and #GtkPaned.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
shadowTypetype of shadow to draw
widgetthe widget
detaila style detail
xx origin of the handle
yy origin of the handle
widthwith of the handle
heightheight of the handle
orientationthe orientation of the handle

Deprecated

Use [gtk.global.renderHandle] instead