UIprimitive
Synopsis
a UI base class from which all non-container UI objects inherit
UIgeom+UIwindow UIprimitive {
x = 0;
string message;
};Description
Base class for all non-container UI objects (that is, objects that inherit from this class cannot have children).
This class cannot be instantiated.
Subobjects
handle <Internal Object. Not visible in Network Editor>;
fontlist <No longer used. Not visible in Network Editor>;
cxxhandle <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>
canHaveChildren <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>
Attributes inherited from UIconnection class.
events <Not visible in Network Editor>;
String. Message to display in the parent shell's status bar when the mouse pointer enters the object's window.
Example
File
See Also Related Modules