latest update
[hildon] / doc / tmpl / hildon-date-editor.sgml
1 <!-- ##### SECTION Title ##### -->
2 HildonDateEditor
3
4 <!-- ##### SECTION Short_Description ##### -->
5 HildonDateEditor is a simple widget with three entry field (day, month,
6 year) and a icon (eventbox) the clicking of which opens up a
7 HildonCalendarPopup.
8
9 <!-- ##### SECTION Long_Description ##### -->
10 <para>
11 HildonDateEditor is a simple widget with three entry field (day, month,
12 year) and a icon (eventbox) the clicking of which opens up a
13 HildonCalendarPopup.
14
15 <informalexample>
16 <programlisting>
17 gint y, m, d;
18 ..
19 date_editor = hildon_date_editor_new();
20 ..
21 hildon_date_editor_get_date(date_editor, &amp;y, &amp;m, &amp;d);
22 ..
23 </programlisting>
24 </informalexample>
25 </para>
26
27 <!-- ##### SECTION See_Also ##### -->
28 <para>
29
30 </para>
31
32 <!-- ##### MACRO HILDON_DATE_EDITOR_TYPE ##### -->
33 <para>
34
35 </para>
36
37
38
39 <!-- ##### STRUCT HildonDateEditor ##### -->
40 <para>
41
42 </para>
43
44
45 <!-- ##### FUNCTION hildon_date_editor_new ##### -->
46 <para>
47
48 </para>
49
50 @Returns: 
51
52
53 <!-- ##### FUNCTION hildon_date_editor_set_date ##### -->
54 <para>
55
56 </para>
57
58 @date: 
59 @year: 
60 @month: 
61 @day: 
62
63
64 <!-- ##### FUNCTION hildon_date_editor_get_date ##### -->
65 <para>
66
67 </para>
68
69 @date: 
70 @year: 
71 @month: 
72 @day: 
73
74
75 <!-- ##### SIGNAL HildonDateEditor::validate-date ##### -->
76 <para>
77
78 </para>
79
80 @hildondateeditor: the object which received the signal.
81 @Returns: 
82
83 <!-- ##### ARG HildonDateEditor:day ##### -->
84 <para>
85
86 </para>
87
88 <!-- ##### ARG HildonDateEditor:month ##### -->
89 <para>
90
91 </para>
92
93 <!-- ##### ARG HildonDateEditor:year ##### -->
94 <para>
95
96 </para>
97