|
Public Member Functions |
| virtual | ~GetPasswordDialog () |
| HildonGetPasswordDialog * | gobj () |
| | Provides access to the underlying C GtkObject.
|
| const HildonGetPasswordDialog * | gobj () const |
| | Provides access to the underlying C GtkObject.
|
| | GetPasswordDialog (bool get_old_password_title) |
| | GetPasswordDialog (Gtk::Window &parent, bool get_old_password_title) |
| | GetPasswordDialog (Gtk::Window &parent, const Glib::ustring &password, bool get_old_password_title) |
| void | set_domain (const Glib::ustring &domain) |
| | Sets the optional descriptive text.
|
| void | set_title (const Glib::ustring &new_title) |
| | Sets the dialog title.
|
| void | set_caption (const Glib::ustring &new_caption) |
| | Sets the password entry field's neigbouring label.
|
| void | set_max_characters (int max_characters) |
| | sets the maximum number of characters allowed as the password
|
| Glib::ustring | get_password () const |
| | Gets the currently inputted password.
|
Related Functions |
(Note that these are not member functions.)
|
| Hildon::GetPasswordDialog * | wrap (HildonGetPasswordDialog *object, bool take_copy=false) |