The Hildon::WizardDialog
is the Maemo equivalent for the Gtk::Assistant
.
The API is very straightforward. You must simply create a Gtk::Notebook
with pages for each page of the wizard, and then provide that notebook to the WizardDialog
, either to the constructor or to the set_wizard_notebook()
method.