Style.paintBox

Draws a box on cr with the given parameters.

More...
class Style
static
void
paintBox

Parameters

style Style
cr Context
stateType GtkStateType

a state

shadowType GtkShadowType

the type of shadow to draw

widget Widget

the widget

detail string

a style detail

x int

x origin of the box

y int

y origin of the box

width int

the width of the box

height int

the height of the box

Detailed Description

Deprecated: Use gtk_render_frame() and gtk_render_background() instead