UIframe
Synopsis
a container UIobject with various shadow types
UIdecorContainer+OPort UIframe {
x = 0;
width = 100;
height = 100;
enum shadowType = {shadow_in, shadow_out, shadow_etched_in,
shadow_etched _out};
int shadowThickness;
};Description
UIframe draws a shadow border around its perimeter. Its purpose is primarily aesthetic. Generally, it is the child of a the UIpanel, UIapp, or UIshell.
Subobjects
events <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>;
canHaveChildren <Not visible in Network Editor> =1(can have children);
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);
Example
Graphics_Display.Editors.UI_Editors.ObjectEditor
v/view.vFile
See Also Related Modules