![]() |
![]() |
a UI base class that supplies geometry attributes for clients
group UIdecorGeom {
int+write clientWidth, clientHeight;
};
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.
Attributes that specify the allowable width and height of the child UIobject in pixels. The values are integers.
![]() |
![]() |