UImod_panel
Synopsis
automatically add widgets to the the SingleWindowApp, MultiWindowApp, or ModuleStack
UIpanel+UImodule_init UImod_panel {
x = 4;
y = 4;
width = 250;
height = 1500;
};Description
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.
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>
Example
Almost all modules in the Main library
v/modules.vFile
See Also Related Modules