* doc/tmpl/* * hildon-widgets/* moved widget descriptions to respective source file...
[hildon] / doc / tmpl / hildon-range-editor.sgml
1 <!-- ##### SECTION Title ##### -->
2 HildonRangeEditor
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 <informalexample>
10
11 <programlisting>
12         range_editor = hildon_range_editor_new();
13   hildon_range_editor_set_limits( editor, start, end );
14         hildon_range_editor_get_range( editor, &amp;start, &amp;end );
15 </programlisting>
16 </informalexample>
17 </para>
18
19 <!-- ##### SECTION See_Also ##### -->
20 <para>
21
22 </para>
23
24 <!-- ##### SECTION Stability_Level ##### -->
25
26
27 <!-- ##### MACRO HILDON_RANGE_EDITOR_TYPE ##### -->
28 <para>
29
30 </para>
31
32
33
34 <!-- ##### FUNCTION hildon_range_editor_new_with_separator ##### -->
35 <para>
36
37 </para>
38
39 @separator: 
40 @Returns: 
41
42
43 <!-- ##### FUNCTION hildon_range_editor_new ##### -->
44 <para>
45
46 </para>
47
48 @Returns: 
49
50
51 <!-- ##### FUNCTION hildon_range_editor_set_range ##### -->
52 <para>
53
54 </para>
55
56 @editor: 
57 @start: 
58 @end: 
59
60
61 <!-- ##### FUNCTION hildon_range_editor_get_range ##### -->
62 <para>
63
64 </para>
65
66 @editor: 
67 @start: 
68 @end: 
69
70
71 <!-- ##### FUNCTION hildon_range_editor_set_limits ##### -->
72 <para>
73
74 </para>
75
76 @editor: 
77 @start: 
78 @end: 
79
80
81 <!-- ##### FUNCTION hildon_range_editor_set_lower ##### -->
82 <para>
83
84 </para>
85
86 @editor: 
87 @value: 
88
89
90 <!-- ##### FUNCTION hildon_range_editor_set_higher ##### -->
91 <para>
92
93 </para>
94
95 @editor: 
96 @value: 
97
98
99 <!-- ##### FUNCTION hildon_range_editor_get_lower ##### -->
100 <para>
101
102 </para>
103
104 @editor: 
105 @Returns: 
106
107
108 <!-- ##### FUNCTION hildon_range_editor_get_higher ##### -->
109 <para>
110
111 </para>
112
113 @editor: 
114 @Returns: 
115
116
117 <!-- ##### FUNCTION hildon_range_editor_set_min ##### -->
118 <para>
119
120 </para>
121
122 @editor: 
123 @value: 
124
125
126 <!-- ##### FUNCTION hildon_range_editor_set_max ##### -->
127 <para>
128
129 </para>
130
131 @editor: 
132 @value: 
133
134
135 <!-- ##### FUNCTION hildon_range_editor_get_min ##### -->
136 <para>
137
138 </para>
139
140 @editor: 
141 @Returns: 
142
143
144 <!-- ##### FUNCTION hildon_range_editor_get_max ##### -->
145 <para>
146
147 </para>
148
149 @editor: 
150 @Returns: 
151
152
153 <!-- ##### FUNCTION hildon_range_editor_set_separator ##### -->
154 <para>
155
156 </para>
157
158 @editor: 
159 @separator: 
160
161
162 <!-- ##### FUNCTION hildon_range_editor_get_separator ##### -->
163 <para>
164
165 </para>
166
167 @editor: 
168 @Returns: 
169
170