paint_tab
function paint_tab(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):void {
// Gjs wrapper for gtk_paint_tab()
}Draws an option menu tab (i.e. the up and down pointing arrows) in the given rectangle on cr using the given parameters.
- style
- cr
a #cairo_t
- state_type
a state
- shadow_type
the type of shadow to draw
- widget
the widget
- detail
a style detail
- x
x origin of the rectangle to draw the tab in
- y
y origin of the rectangle to draw the tab in
- width
the width of the rectangle to draw the tab in
- height
the height of the rectangle to draw the tab in