UIdecorGeom
Synopsis
a UI base class that supplies geometry attributes for clients
group UIdecorGeom {
int+write clientWidth, clientHeight;
};Description
UIdecorGeom is a base class used by other UI classes to provide usable width and height values to child UI objects. It cannot be instantiated separately.
Subobjects
Attributes that specify the allowable width and height of the child UIobject in pixels. The values are integers.
Example
File
See Also Related Modules