59814714a41ab917ec146098a2eff831c8e710a8
[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 <!-- ##### SECTION Stability_Level ##### -->
32
33
34 <!-- ##### STRUCT HildonWizardDialogPrivate ##### -->
35 <para>
36
37 </para>
38
39
40 <!-- ##### FUNCTION hildon_wizard_dialog_new ##### -->
41 <para>
42
43 </para>
44
45 @parent: 
46 @wizard_name: 
47 @notebook: 
48 @Returns: 
49
50
51 <!-- ##### SIGNAL HildonWizardDialog::page-change ##### -->
52 <para>
53
54 </para>
55
56 @hildonwizarddialog: the object which received the signal.
57 @arg1: 
58 @Returns: 
59
60 <!-- ##### ARG HildonWizardDialog:wizard-name ##### -->
61 <para>
62
63 </para>
64
65 <!-- ##### ARG HildonWizardDialog:wizard-notebook ##### -->
66 <para>
67
68 </para>
69