paintExtension

fnvoid paintExtension(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.PositionType gapSide)

Draws an extension, i.e. a notebook tab.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
shadowTypetype of shadow to draw
widgetthe widget
detaila style detail
xx origin of the extension
yy origin of the extension
widthwidth of the extension
heightwidth of the extension
gapSidethe side on to which the extension is attached

Deprecated

Use [gtk.global.renderExtension] instead