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

x = 0; y;

width; height;

UIgeom class attributes.

&visible;

&active;

pixmap;

color;

fontAttribute;

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>

Attributes inherited from UIcore class.

canHaveChildren <Not visible in Network Editor>;

shellParent <Not visible in Network Editor>

Attributes inherited from UIconnection class.

events <Not visible in Network Editor>;

grouptoParent;

* parent;

&cursor

Attributes inherited from the UIwindow class.

message

String. Message to display in the parent shell's status bar when the mouse pointer enters the object's window.

Example

Not Available

File

v/UI.v

See Also Related Modules