TOC PREV NEXT INDEX

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

clientWidthclientHeight

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


TOC PREV NEXT INDEX