UIIndex.gif Previous-2.gif Next-3.gif

UIframeShadowOut


Synopsis

a UIframe with a shadow-out border


UIframe UIframeShadowOut {
shadowType = 1;
};

Description

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

Subobjects

shadowType =1 <outset 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

 



UIIndex.gif Previous-2.gif Next-3.gif