automatically add widgets to the the SingleWindowApp, MultiWindowApp, or ModuleStack
x = 4;
y = 4;
width = 250;
height = 1500;
};
UImod_panel creates a UIpanel that holds all of the UI widgets in the same macro. This UIpanel is automatically added to the SingleWindowApp, MultiWindowApp, or ModuleStack (in the Module Panel), with a default rowColumnBehavior = 1 layout.
Inherited from UImodule_init.
Attribute inherited from UIpanel.
UIdecorContainer class attribute.
x=4;
y=4;
width=250;
height=1500;
UIGeom class attributes.
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.
Almost all modules in the Main library
v/modules.v
See SingleWindowApp, MultiWindowApp