UIframeEtchedIn

Synopsis

a UIframe with an etched-in shadow-type border

UIframe UIframeEtchedIn {
       shadowType = 2;
    };

Description

UIframeEtchedIn draws an etched-in shadow border around its perimeter. Its purpose is primarily aesthetic. Generally, it is the child of a the UIpanel, UIapp, or UIshell.

Subobjects

shadowType =2 <etched-in shadow border>;

shadowThickness

Attribute inherited from UIframe.

message

UIdecorContainer class attribute.

x=0;

y;

width=100;

height=100;

UIgeom class attributes.

clientWidth; clientHeight

UIdecorGeom class attributes

* parent;

grouptoParent;

&cursor;

events <Not visible in Network Editor>;

UIwindow class attributes

shellParent <Not visible in Network Editor>;

canHaveChildren <Not visible in Network Editor> =1(can have children);

UIconnection class attributes inherited from UIwindow.

&visible=1;

&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> <Not visible in Network Editor>;

canHaveChildren <Not visible in Network Editor> =1(can have children);

Attributes inherited from UIcore class through UIwindow

Example

Not Available

File

v/UI.v

See Also Related Modules

UIpanel