FLTK 1.3.0
|
The Fl_Secret_Input class is a subclass of Fl_Input that displays its input as a string of asterisks. More...
#include <Fl_Secret_Input.H>
Public Member Functions | |
Fl_Secret_Input (int X, int Y, int W, int H, const char *l=0) | |
Creates a new Fl_Secret_Input widget using the given position, size, and label string. |
The Fl_Secret_Input class is a subclass of Fl_Input that displays its input as a string of asterisks.
This subclass is usually used to receive passwords and other "secret" information.
Fl_Secret_Input::Fl_Secret_Input | ( | int | X, |
int | Y, | ||
int | W, | ||
int | H, | ||
const char * | l = 0 |
||
) | [inline] |
Creates a new Fl_Secret_Input widget using the given position, size, and label string.
The default boxtype is FL_DOWN_BOX.
Inherited destructor destroys the widget and any value associated with it.