fltk_group_new

fnGroupPtr fltk_group_new(int x, int y, int w, int h, const(char) * label)

Creates a new group widget.

Parameters

xX position
yY position
wWidth
hHeight
labelLabel text (may be null)

Returns

New group handle, or null on failure