blank palette upon which to place all UIwindow-derived controls
UIdecorContainer+OPort UIpanel {
Boolean rowColumnBehavior<NEvisible=0>;
x = 0;
width = 200;
height = 200;
#ifdef MSDOS
method_inst inst<NEvisible=o,lang="cxx",interruptable=0>
= "UIpanelInstance";
method_val update<NEvisible=o,lang="cxx",interruptable=0>
= "UIpanelUpdate";
#else
omethod+notify_inst+notify update<NEvisible=o,lang="cxx",interruptable=0>
= "UIpanelUpdate";
#endif
UIpanel is the widget that holds other widgets (UIsliders, UIbuttons, UIdials, etc.).
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>
Examples.Applications.UIApp
examples/ui_samp.v
Examples.Applications.IsoApp
examples/iso_app.v
Examples.Applications.AdderApp
examples/simp_add.v
Examples.Vizualization.Surf_plot
examples/surf_plt.v