![]() |
![]() |
![]() |
![]() |
UIvirtualContainer
Synopsis
a UI base class for all UI containers with a scrollable area
UIgeom+UIdecorGeom+UIvirtualGeom+UIwindow UIvirtualContainer {
canHaveChildren = 1;
string message;
};Description
UIvirtualContainer is a base class used to implement the UI objects that manage scrollable windows. The scrollable window can be larger than the viewing window. It cannot be instantiated separately.
Subobjects
Boolean. If = 1, cursor is made visible in window of attached UI object. If = 0, cursor defaults to default cursor for window.
grouptoParent;*parent;&cursor;events <Not visible in Network Editor>;
&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>;window_resources <No longer used. Not visible in Network Editor>;motif_resources <No longer used. Not visible in Network Editor>;layout <No longer used. Not visible in Network Editor>
shellParent <Not visible in Network Editor>;canHaveChildren <Not visible in Network Editor>
messageString. This string can display any desired message at the bottom of the container.
Example
File
See Also Related Modules
![]() |
![]() |
![]() |
![]() |