Maeomm Reference Documentation: hildon-libsmm |
Hildon::GetPasswordDialog prompts the user for a password, with an optional configurable label, for instance for showing the domain. The maximum length of the password can be set.
Public Member Functions | |
Glib::ustring | get_password () const |
Gets the currently inputted password. | |
GetPasswordDialog (const Glib::ustring& password, bool get_old_password_title=true) | |
GetPasswordDialog (Gtk::Window& parent, const Glib::ustring& password, bool get_old_password_title=true) | |
GetPasswordDialog (bool get_old_password_title=true) | |
GetPasswordDialog (Gtk::Window& parent, bool get_old_password_title=true) | |
const HildonGetPasswordDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
HildonGetPasswordDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
void | set_caption (const Glib::ustring& new_caption) |
Sets the password entry field's neigbouring label. | |
void | set_domain (const Glib::ustring& domain) |
Sets the optional descriptive text. | |
void | set_max_characters (int max_characters) |
sets the maximum number of characters allowed as the password | |
void | set_title (const Glib::ustring& new_title) |
Sets the dialog title. | |
virtual | ~GetPasswordDialog () |
Related Functions | |
(Note that these are not member functions.) | |
Hildon::GetPasswordDialog* | wrap (HildonGetPasswordDialog* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
Gets the currently inputted password.
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Sets the password entry field's neigbouring label.
|
|
Sets the optional descriptive text.
|
|
sets the maximum number of characters allowed as the password
|
|
Sets the dialog title. DEPRECATED! use gtk_window_set_title instead.
Reimplemented from Gtk::Window. |
|
|