fltk_box_new
fn
BoxPtr fltk_box_new(int boxtype, int x, int y, int w, int h, const(char) * label)Creates a new box widget.
Parameters
boxtype | BoxPtr type (Boxtype values) |
x | X position |
y | Y position |
w | Width |
h | Height |
label | Label text (may be null) |
Returns
New box handle, or null on failure