fltk_group_new
fn
GroupPtr fltk_group_new(int x, int y, int w, int h, const(char) * label)Creates a new group widget.
Parameters
x | X position |
y | Y position |
w | Width |
h | Height |
label | Label text (may be null) |
Returns
New group handle, or null on failure