Size used for layouting windows. More...
import "LayoutSize.idl";
| Public Attributes | |
| long | Minimum | 
| long | Maximum | 
| long | Preferred | 
Size used for layouting windows.
It specifies a range of valid values and a preferred value. The values must not violate the relation 0 ≤ Minimum ≤ Preferred ≤ Maximum.
| Minimum | Zero or positive. The value itself is included in the valid range. | 
| Maximum | A value larger than or equal to Minimum. The special value -1 means that there is no upper bound. Every value larger than or equal to Minimum is valid. | 
| Preferred | The preferred size inside the valid range. | 
| long Maximum | 
| long Minimum | 
| long Preferred |