paint_box_gap
function paint_box_gap(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, gap_side:Gtk.PositionType, gap_x:Number, gap_width:Number):void {
// Gjs wrapper for gtk_paint_box_gap()
}Draws a box in cr using the given style and state and shadow type, leaving a gap in one side.
- 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 rectangle
- y
y origin of the rectangle
- width
width of the rectangle
- height
width of the rectangle
- gap_side
side in which to leave the gap
- gap_x
starting position of the gap
- gap_width
width of the gap