Avoid crashing on null user_data
[platform/core/uifw/at-spi2-atk.git] / docs / reference / cspi / tmpl / spi_value.sgml
1 <!-- ##### SECTION Title ##### -->
2 AccessibleValue Interface
3
4 <!-- ##### SECTION Short_Description ##### -->
5 An interface implemented by valuators, sliders, and other onscren components
6 which allow discrete or continuous values to be manipulated.
7
8 <!-- ##### SECTION Long_Description ##### -->
9 <para>
10 The Value interface is exposed by sliders, scrollbars, dials, and other
11 components which are used to change scalar values in an application.  The
12 interface may be used to change a value in an "approximately continuous"
13 fashion, or in integer increments - the interface allows the client to
14 determine the incremental granularity of the adjustments possible, the
15 possible range of values, and the current value.  It also allows the value to
16 be programmatically set, if the implementor's state does not include READONLY.
17 </para>
18
19 <!-- ##### SECTION See_Also ##### -->
20 <para>
21
22 </para>
23
24 <!-- ##### SECTION Stability_Level ##### -->
25
26
27 <!-- ##### FUNCTION AccessibleValue_ref ##### -->
28 <para>
29
30 </para>
31
32 @obj: 
33
34
35 <!-- ##### FUNCTION AccessibleValue_unref ##### -->
36 <para>
37
38 </para>
39
40 @obj: 
41
42
43 <!-- ##### FUNCTION AccessibleValue_getCurrentValue ##### -->
44 <para>
45
46 </para>
47
48 @obj: 
49 @Returns: 
50
51
52 <!-- ##### FUNCTION AccessibleValue_getMaximumValue ##### -->
53 <para>
54
55 </para>
56
57 @obj: 
58 @Returns: 
59
60
61 <!-- ##### FUNCTION AccessibleValue_getMinimumValue ##### -->
62 <para>
63
64 </para>
65
66 @obj: 
67 @Returns: 
68
69
70 <!-- ##### FUNCTION AccessibleValue_setCurrentValue ##### -->
71 <para>
72
73 </para>
74
75 @obj: 
76 @newValue: 
77 @Returns: 
78
79
80 <!-- ##### FUNCTION AccessibleValue_getMinimumIncrement ##### -->
81 <para>
82
83 </para>
84
85 @obj: 
86 @Returns: 
87
88