2009-06-11 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / xml / org.freedesktop.atspi.Value.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" name="/node">
3 <interface name="org.freedesktop.atspi.Value">
4   <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
5     <p>An interface supporting controls which allow a
6       one-dimensional, scalar quantity to be modified or which
7       reflect a scalar quantity. (If STATE_EDITABLE is not present, 
8       the valuator is treated as "read only".  </p>
9
10     <p>Events generated by Image instances include:
11       'object:value-changed'</p>
12   </tp:docstring>
13   <tp:property name="minimumValue" type="d" access="read">
14   <tp:docstring>
15     The minimum value allowed by this valuator.
16   </tp:docstring>
17   </tp:property>
18   <tp:property name="maximumValue" type="d" access="read">
19   <tp:docstring>
20     The maximum value allowed by this valuator.
21   </tp:docstring>
22   </tp:property>
23   <tp:property name="minimumIncrement" type="d" access="read">
24   <tp:docstring xmlns="http://www.w3.org/1999/xhtml">
25     <p>The smallest incremental change which this valuator allows.
26       If 0, the incremental changes to the valuator are 
27       limited only by the precision of a double precision value
28       on the platform.</p>
29   </tp:docstring>
30   </tp:property>
31   <tp:property name="currentValue" type="d" access="readwrite">
32   <tp:docstring>
33     The current value of the valuator.
34   </tp:docstring>
35   </tp:property>
36 </interface>
37 </node>