fltk_input_new

fnInputPtr fltk_input_new(int x, int y, int w, int h, const(char) * label)

Creates a new input widget.

Parameters

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

Returns

New input handle, or null on failure