TOC PREV NEXT INDEX

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

x; y;width; height

UIgeom class attributes.UIgeom

clientWidth; clientHeight

UIdecorGeom class attributes.UIdecorGeom

attach_cursor =1

Boolean. If = 1, cursor is made visible in window of attached UI object. If = 0, cursor defaults to default cursor for window.

virtualWidth; virtualHeight

UIvirtualGeom class attributes.UIvirtualGeom

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

UIwindow class attributes.

&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>

Attributes inherited from UIcore class through UIwindow class.

shellParent <Not visible in Network Editor>;canHaveChildren <Not visible in Network Editor>

Attribute inherited from UIconnection class through UIwindow class.

messageString. This string can display any desired message at the bottom of the container.

String. This string can display any desired message at the bottom of the container.

Example

Not Available

File

v/UI.v

See Also Related Modules


TOC PREV NEXT INDEX