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

clientWidth

clientHeight

Attributes that specify the allowable width and height of the child UIobject in pixels. The values are integers.
These values are write only.

Example

Not Available

File

v/UI.v

See Also Related Modules