int applyButton;
string applyLabelString;
int+nonotify numSelectedItems=>array_size(selectedItems);
int+OPort2 selectedItems[];
string+OPort2 selectedText[];
int stringdims=>array_size(strings);
string+IPort2 strings[];
};
UImultiSelBox is a selection box list that allows the user to select more than one string item at a time.
prompt;
text;
applyButton;
applyLabelString
Attributes of the UIpromptBox class.
title;
isModal;
autoUnmanage;
destroyOnUnmanage;
ok;
cancel;
okButton;
okLabelString;
cancelButton;
cancelLabelString;
display
Attributes inherited from UIdialog.
UIdecorContainer class attribute.
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> =0
UIConnection class attributes inherited from UIwindow.
&visible=0;
&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.
(Integer.) The size of the list of selected items.
(Integer array. OPort2) The array of the selected items positions in the list.
(String. OPort2) The array of selected strings from the list.
(Integer). Size of list of strings to create.
(String array. IPort2) Array of strings uses to create the list.
UIdialog