paintTab

fnvoid paintTab(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)

Draws an option menu tab (i.e. the up and down pointing arrows) in the given rectangle on cr using the given parameters.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
shadowTypethe type of shadow to draw
widgetthe widget
detaila style detail
xx origin of the rectangle to draw the tab in
yy origin of the rectangle to draw the tab in
widththe width of the rectangle to draw the tab in
heightthe height of the rectangle to draw the tab in

Deprecated

Use cairo instead