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