TOC PREV NEXT INDEX

UIcontainer

Synopsis

a UI base class object that manages UIobject parent/child connections

group UIconnection<NEcolor0=0x00ff00> {
int+read canHaveChildren(NEvisible=0>;
int+read shellParent<NEvisible=0>;
};

Description

UIcontainer is a base class used to implement the UI objects that can contain children UI objects. It encapsulates the UIgeom and UIwindow classes. It cannot be instantiated separately.

Subobjects

x; y;width; height;

UIgeom class attributes.

parent;grouptoParent;&cursor;events <Not visible in Network Editor>;

UIwindow class attributes

shellParent

Not used

&visible;&active;pixmap;color;fontAttribute;fontlist <No longer used. Not visible in Network Editor>;cxxhandle <Internal Object. Not visible in Network Editor>;handle <Internal Object. Not visible in Network Editor>;;motif_resources <No longer used. Not visible in Network Editor>;window_resources <No longer used. Not visible in Network Editor>;layout <No longer used. Not visible in Network Editor>

Attributes inherited from UIcoreclass through UIwindow class.

canHaveChildren

Attribute inherited from UIconnection class.

Example

Not Available

File

v/UI.v

See Also Related Modules


TOC PREV NEXT INDEX