UIframeEtchedOut


Synopsis

a UIframe with an etched-out shadow-type border


UIframe UIframeEtchedOut {
shadowType = 3;
};

Description

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

Subobjects

shadowType =3 <etched-out shadow border>;
shadowThickness

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

Attributes inherited from UIcore class through UIwindow.

Example

Not available.

File

v/UI.v

See Also

Related module:

•      See UIpanel