![]() |
![]() |
a UI base class for all UI objects that can contain other UI objects
canHaveChildren = 1;
string message;
};
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.
UIgeom class attributes.
* parent;
grouptoParent;
&cursor;
events <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>;
canHaveChildren <Not visible in Network Editor>
UIConnection class attributes inherited from UIwindow.
&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 UIcore class through UIwindow class.
Attribute inherited from UIconnection class.
![]() |
![]() |