import SDK release
[hildon] / doc / tmpl / hildon-number-editor.sgml
1 <!-- ##### SECTION Title ##### -->
2 HildonNumberEditor
3
4 <!-- ##### SECTION Short_Description ##### -->
5 HildonNumberEditor is used to set a number.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 HildonNumberEditor is used to set a number from a specific range. There's two buttons to scroll the value in number field, also manual input is possible.
10
11 <informalexample>
12 <programlisting>
13   number_editor = hildon_number_editor_new (-250, 500);
14   hildon_number_editor_set_range (number_editor, 0, 100);
15 </programlisting>
16 </informalexample>
17 </para>
18
19 <!-- ##### SECTION See_Also ##### -->
20 <para>
21
22 </para>
23
24 <!-- ##### STRUCT HildonNumberEditor ##### -->
25 <para>
26
27 </para>
28
29
30 <!-- ##### FUNCTION hildon_number_editor_new ##### -->
31 <para>
32
33 </para>
34
35 @min: 
36 @max: 
37 @Returns: 
38
39
40 <!-- ##### FUNCTION hildon_number_editor_set_range ##### -->
41 <para>
42
43 </para>
44
45 @editor: 
46 @min: 
47 @max: 
48
49
50 <!-- ##### FUNCTION hildon_number_editor_get_value ##### -->
51 <para>
52
53 </para>
54
55 @editor: 
56 @Returns: 
57
58
59 <!-- ##### FUNCTION hildon_number_editor_set_value ##### -->
60 <para>
61
62 </para>
63
64 @editor: 
65 @value: 
66
67
68 <!-- ##### SIGNAL HildonNumberEditor::activate ##### -->
69 <para>
70
71 </para>
72
73 @hildonnumbereditor: the object which received the signal.
74