#include <passwordfield.h>

Definition at line 32 of file passwordfield.h.
Public Member Functions | |
| PasswordField (const std::string &text="") | |
| Constructor, initializes the password field with the given string. | |
| void | draw (gcn::Graphics *graphics) |
| Draws the password field. | |
| PasswordField::PasswordField | ( | const std::string & | text = "" |
) |
Constructor, initializes the password field with the given string.
Definition at line 24 of file passwordfield.cpp.
| void PasswordField::draw | ( | gcn::Graphics * | graphics | ) | [virtual] |
Draws the password field.
Reimplemented from TextField.
Definition at line 29 of file passwordfield.cpp.
1.5.5