![]() |
![]() |
![]() |
![]() |
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
x=4;y=4;width=250;height=1500;
* 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>
Example
Almost all modules in the Main library v/modules.v
File
See Also Related Modules
![]() |
![]() |
![]() |
![]() |