Maeomm Reference Documentation: hildon-libsmm |
The dialog has four standard buttons, previous, next, finish, cancel, and contains several pages with optional icons. Response buttons are dimmed/undimmed automatically and the standard icon is shown/hidden in response to page navigation. The notebook widget provided by users contains the actual wizard pages.
See the WizardDialogResponse enum for the possible responses, for instance from Gtk::Dialog::run().
Public Member Functions | |
const HildonWizardDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
HildonWizardDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
void | set_wizard_notebook (Gtk::Notebook& notebook) |
Sets the notebook used by the wizard dialog. | |
WizardDialog (Gtk::Window& parent, const Glib::ustring& wizard_name, Gtk::Notebook& wizard_notebook) | |
Creates a new Hildon::WizardDialog. | |
WizardDialog (const Glib::ustring& wizard_name) | |
Creates a new Hildon::WizardDialog. | |
WizardDialog (const Glib::ustring& wizard_name, Gtk::Notebook& wizard_notebook) | |
Creates a new Hildon::WizardDialog. | |
virtual | ~WizardDialog () |
Related Functions | |
(Note that these are not member functions.) | |
Hildon::WizardDialog* | wrap (HildonWizardDialog* object, bool take_copy=false) |
|
|
|
Creates a new Hildon::WizardDialog.
|
|
Creates a new Hildon::WizardDialog. Remember to call set_wizard_notebook().
|
|
Creates a new Hildon::WizardDialog.
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Sets the notebook used by the wizard dialog. Each page in the notebook will be a page in the wizard dialog. |
|
|