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

x

y

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:
Are used in Motif if you explicitly set them
Are used in Windows

width

height

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

Not Available

File

v/UI.v

See Also Related Modules