|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <Fl_Secret_Input.H>


Public Member Functions | |
| Fl_Secret_Input (int X, int Y, int W, int H, const char *l=0) | |
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.
Definition at line 41 of file Fl_Secret_Input.H.
| 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.
Definition at line 48 of file Fl_Secret_Input.H.
References FL_SECRET_INPUT, and Fl_Widget::type().