![]() |
![]() |
![]() |
![]() |
UIframe
Synopsis
a container UIobject with various shadow types
UIdecorContainer+OPort UIframe {
x = 0;
width = 100;
height = 100;
enum shadowType {
choices = {"shadow_in", "shadow_out",
shadow_etched_in,shadow_etched _out};
};
int shadowThickness;
int displayFrame;
ommethod+notify_inst+notify update<NEvisible=0,lang="cxx",
interruptable=0>="UIframeUpdate";
};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
* parent;grouptoParent;&cursor;events <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>;canHaveChildren <Not visible in Network Editor> =1(can have children);
&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);
enum. value that sets the type of shadow frame.0= shadowed-in frame style;1= shadowed-out frame style;2= etched-in frame style;3= etched-out frame style
Example
Graphics_Display.Editors.UI_Editors.ObjectEditor v/view.v
File
See Also Related Modules
![]() |
![]() |
![]() |
![]() |