fltk_box_new

fnBoxPtr fltk_box_new(int boxtype, int x, int y, int w, int h, const(char) * label)

Creates a new box widget.

Parameters

boxtypeBoxPtr type (Boxtype values)
xX position
yY position
wWidth
hHeight
labelLabel text (may be null)

Returns

New box handle, or null on failure