Fl_Input | +----FileInput
#include "FileInput.h"
The FileInput
widget has got to be a candidate for the
shortest widget ever. The only difference between it and the Fl_Input
widget is that when text is selected in the input field, the Tab key
will move the cursor to the end of the selection and clear the selection,
instead of moving to the next input field.
The constructor creates the FileInput
widget at the specified
position and size.
The destructor destroys the widget and frees all memory that has been allocated.