paintExtension
fn
void 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
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 extension |
y | y origin of the extension |
width | width of the extension |
height | width of the extension |
gapSide | the side on to which the extension is attached |
Deprecated
Use [gtk.global.renderExtension] instead