class FileInput


Class Hierarchy

Include Files

Description

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.

Methods

FileInput(int xx, int yy, int ww, int hh, const char *l = 0)

The constructor creates the FileInput widget at the specified position and size.

~FileInput()

The destructor destroys the widget and frees all memory that has been allocated.