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