Style.drawBox

Warning gtk_draw_box has been deprecated since version 2.0 and should not be used in newly-written code. Use gtk_paint_box() instead. Draws a box on window with the given parameters.

class Style
void
drawBox

Parameters

window Window

a GdkWindow

stateType GtkStateType

a state

shadowType GtkShadowType

the type of shadow to draw

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

Meta