7fc8ff0acfd4b5f3ed2d3acdd73746152858a792
[hildon] / doc / tmpl / hildon-range-editor.sgml
1 <!-- ##### SECTION Title ##### -->
2 HildonRangeEditor
3
4 <!-- ##### SECTION Short_Description ##### -->
5 HildonRangeEditor is used to ask a value from a specific limits.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 HildonRangeEditor is used to ask a value from a specific limits.
10
11 <informalexample>
12
13 <programlisting>
14         range_editor = hildon_range_editor_new();
15   hildon_range_editor_set_limits( editor, start, end );
16         hildon_range_editor_get_range( editor, &amp;start, &amp;end );
17 </programlisting>
18 </informalexample>
19 </para>
20
21 <!-- ##### SECTION See_Also ##### -->
22 <para>
23
24 </para>
25
26 <!-- ##### MACRO HILDON_RANGE_EDITOR_TYPE ##### -->
27 <para>
28
29 </para>
30
31
32
33 <!-- ##### FUNCTION hildon_range_editor_new_with_separator ##### -->
34 <para>
35
36 </para>
37
38 @separator: 
39 @Returns: 
40
41
42 <!-- ##### FUNCTION hildon_range_editor_new ##### -->
43 <para>
44
45 </para>
46
47 @Returns: 
48
49
50 <!-- ##### FUNCTION hildon_range_editor_set_range ##### -->
51 <para>
52
53 </para>
54
55 @editor: 
56 @start: 
57 @end: 
58
59
60 <!-- ##### FUNCTION hildon_range_editor_get_range ##### -->
61 <para>
62
63 </para>
64
65 @editor: 
66 @start: 
67 @end: 
68
69
70 <!-- ##### FUNCTION hildon_range_editor_set_limits ##### -->
71 <para>
72
73 </para>
74
75 @editor: 
76 @start: 
77 @end: 
78
79
80 <!-- ##### FUNCTION hildon_range_editor_set_lower ##### -->
81 <para>
82
83 </para>
84
85 @editor: 
86 @value: 
87
88
89 <!-- ##### FUNCTION hildon_range_editor_set_higher ##### -->
90 <para>
91
92 </para>
93
94 @editor: 
95 @value: 
96
97
98 <!-- ##### FUNCTION hildon_range_editor_get_lower ##### -->
99 <para>
100
101 </para>
102
103 @editor: 
104 @Returns: 
105
106
107 <!-- ##### FUNCTION hildon_range_editor_get_higher ##### -->
108 <para>
109
110 </para>
111
112 @editor: 
113 @Returns: 
114
115
116 <!-- ##### FUNCTION hildon_range_editor_set_min ##### -->
117 <para>
118
119 </para>
120
121 @editor: 
122 @value: 
123
124
125 <!-- ##### FUNCTION hildon_range_editor_set_max ##### -->
126 <para>
127
128 </para>
129
130 @editor: 
131 @value: 
132
133
134 <!-- ##### FUNCTION hildon_range_editor_get_min ##### -->
135 <para>
136
137 </para>
138
139 @editor: 
140 @Returns: 
141
142
143 <!-- ##### FUNCTION hildon_range_editor_get_max ##### -->
144 <para>
145
146 </para>
147
148 @editor: 
149 @Returns: 
150
151
152 <!-- ##### FUNCTION hildon_range_editor_set_separator ##### -->
153 <para>
154
155 </para>
156
157 @editor: 
158 @separator: 
159
160
161 <!-- ##### FUNCTION hildon_range_editor_get_separator ##### -->
162 <para>
163
164 </para>
165
166 @editor: 
167 @Returns: 
168
169
170 <!-- ##### ARG HildonRangeEditor:higher ##### -->
171 <para>
172
173 </para>
174
175 <!-- ##### ARG HildonRangeEditor:lower ##### -->
176 <para>
177
178 </para>
179
180 <!-- ##### ARG HildonRangeEditor:max ##### -->
181 <para>
182
183 </para>
184
185 <!-- ##### ARG HildonRangeEditor:min ##### -->
186 <para>
187
188 </para>
189
190 <!-- ##### ARG HildonRangeEditor:separator ##### -->
191 <para>
192
193 </para>
194
195 <!-- ##### ARG HildonRangeEditor:hildon-range-editor-entry-alignment ##### -->
196 <para>
197
198 </para>
199
200 <!-- ##### ARG HildonRangeEditor:hildon-range-editor-separator-padding ##### -->
201 <para>
202
203 </para>
204