paintTab
fn
void 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
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
shadowType | 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 |
Deprecated
Use cairo instead