UIgeom
Synopsis
a UI base class that supplies geometry management
group UIgeom<cxx name="UI_UIgeom"> {
int+read+nres x, y;
int+read+nres width, height;
};Description
UIgeom is a base class used by other UI classes to implement basic size and position behavior. It cannot be instantiated separately.
Subobjects
Attributes that specify the x and y location of the upper left hand corner of the window. The values are read/write integers. The x and y values in a UIshell or UIapp:
Attributes that specify the width and height of the UIobject in pixels. The values are read/write integers.The defaults for width and height are UIobject dependent.
Example
File
See Also Related Modules