summaryrefslogtreecommitdiff
path: root/idl/value.didl
blob: 476cb431cac2e6705ed71320f861d8429cf7cd1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/* 
  An interface supporting a one-dimensional scalar quantity
  to be modified, or which reflects a scalar value.
 */
interface org.freestandards.atspi.Value {
	
	read property double MinimumValue;
	
	read property double MaximumValue;

	read property double MinimumIncrement;

	read property double currentValue;
}