Big documentation fix mess.
[hildon] / doc / tmpl / hildon-wizard-dialog.sgml
1 <!-- ##### SECTION Title ##### -->
2 HildonWizardDialog
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 <informalexample>
11 <programlisting>
12
13 hildon_wizard_dialog_new (parent, wizard_name, notebook);
14
15 </programlisting>
16 </informalexample>
17
18 Using of the API is very simple, it has only one function to create it
19 and the rest of it is handled by developers notebook.
20 Also the response is returned, either cancel or finnish.
21 Next and previous buttons are handled by the wizard dialog it self, by
22 switching the page either forward or backward in the notebook.
23
24 </para>
25
26 <!-- ##### SECTION See_Also ##### -->
27 <para>
28
29 </para>
30
31 <!-- ##### ENUM HildonWizardDialogResponse ##### -->
32 <para>
33
34 </para>
35
36 @HILDON_WIZARD_DIALOG_CANCEL: 
37 @HILDON_WIZARD_DIALOG_PREVIOUS: 
38 @HILDON_WIZARD_DIALOG_NEXT: 
39 @HILDON_WIZARD_DIALOG_FINISH: 
40
41 <!-- ##### FUNCTION hildon_wizard_dialog_new ##### -->
42 <para>
43
44 </para>
45
46 @parent: 
47 @wizard_name: 
48 @notebook: 
49 @Returns: 
50
51