test: enhance accessible tree information
[platform/upstream/at-spi2-core.git] / idl / value.didl
1
2 /* 
3   An interface supporting a one-dimensional scalar quantity
4   to be modified, or which reflects a scalar value.
5  */
6 interface org.freestandards.atspi.Value {
7         
8         read property double MinimumValue;
9         
10         read property double MaximumValue;
11
12         read property double MinimumIncrement;
13
14         read property double currentValue;
15 }