Box.this

this(Boxtype boxtype, int x, int y, int width, int height, string label = null)

Creates a new box widget.

Parameters

boxtypeVisual style of the box
xX position
yY position
widthWidth in pixels
heightHeight in pixels
labelOptional label text
this(int x, int y, int width, int height, string label = null)

Creates a new flat box widget (no border).

Parameters

xX position
yY position
widthWidth in pixels
heightHeight in pixels
labelOptional label text