paintFlatBox
fn
void paintFlatBox(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 a flat box on cr with 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 box |
y | y origin of the box |
width | the width of the box |
height | the height of the box |
Deprecated
Use [gtk.global.renderFrame] and [gtk.global.renderBackground] instead