Fl_Secret_Input Class Reference

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>

Inheritance diagram for Fl_Secret_Input:

Fl_Input Fl_Input_ Fl_Widget

List of all members.

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.


Detailed Description

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.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file:

FLTK © 1998-2010 by Bill Spitzak and others.    Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.