paint_handle
function paint_handle(style:Gtk.Style, cr:cairo.Context, state_type:Gtk.StateType, shadow_type:Gtk.ShadowType, widget:Gtk.Widget, detail:String, x:Number, y:Number, width:Number, height:Number, orientation:Gtk.Orientation):void {
// Gjs wrapper for gtk_paint_handle()
}Draws a handle as used in Gtk.HandleBox and Gtk.Paned.
- style
- cr
a #cairo_t
- state_type
a state
- shadow_type
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