paintHandle
fn
void 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
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
shadowType | type of shadow to draw |
widget | the widget |
detail | a style detail |
x | x origin of the handle |
y | y origin of the handle |
width | with of the handle |
height | height of the handle |
orientation | the orientation of the handle |
Deprecated
Use [gtk.global.renderHandle] instead