Maeomm Reference Documentation: hildon-libsmm
Main Page   Namespaces   Book  

Hildon::WizardDialog Class Reference
[Dialogs]

Inheritance diagram for Hildon::WizardDialog:

Inheritance graph
[legend]
List of all members.

Detailed Description

The Hildon::WizardDialog widget provides a guided configuration process.

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::WizardDialogwrap (HildonWizardDialog* object, bool take_copy=false)


Constructor & Destructor Documentation

virtual Hildon::WizardDialog::~WizardDialog (  )  [virtual]
 

Hildon::WizardDialog::WizardDialog ( const Glib::ustring wizard_name,
Gtk::Notebook wizard_notebook
 

Creates a new Hildon::WizardDialog.

Parameters:
wizard_name The name of dialog.
wizard_notebook The notebook to be shown on the dialog.

Hildon::WizardDialog::WizardDialog ( const Glib::ustring wizard_name  ) 
 

Creates a new Hildon::WizardDialog.

Remember to call set_wizard_notebook().

Parameters:
wizard_name The name of dialog.

Hildon::WizardDialog::WizardDialog ( Gtk::Window parent,
const Glib::ustring wizard_name,
Gtk::Notebook wizard_notebook
 

Creates a new Hildon::WizardDialog.

Parameters:
parent a Gtk::Window.
wizard_name The name of dialog.
wizard_notebook The notebook to be shown on the dialog.


Member Function Documentation

const HildonWizardDialog* Hildon::WizardDialog::gobj (  )  const [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.

HildonWizardDialog* Hildon::WizardDialog::gobj (  )  [inline]
 

Provides access to the underlying C GtkObject.

Reimplemented from Gtk::Dialog.

void Hildon::WizardDialog::set_wizard_notebook ( Gtk::Notebook notebook  ) 
 

Sets the notebook used by the wizard dialog.

Each page in the notebook will be a page in the wizard dialog.


Friends And Related Function Documentation

Hildon::WizardDialog* wrap ( HildonWizardDialog*  object,
bool  take_copy = false
[related]
 

Parameters:
object The C instance
take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.


The documentation for this class was generated from the following file:
Generated for hildon-libsmm by Doxygen 1.4.2 © 1997-2001