UIIndex.gif Previous-2.gif Next-3.gif

UImultiSelBox


Synopsis

a multiple item selection box

UIpromptBox UImultiSelBox {
int applyButton;
string applyLabelString;
int+nonotify numSelectedItems=>array_size(selectedItems);
int+OPort2 selectedItems[];
string+OPort2 selectedText[];
int stringdims=>array_size(strings);
string+IPort2 strings[];
};

Description

UImultiSelBox is a selection box list that allows the user to select more than one string item at a time.

Subobjects

prompt;
text;
applyButton;
applyLabelString

Attributes of the UIpromptBox class.

title;
isModal;
autoUnmanage;
destroyOnUnmanage;
ok;
cancel;
okButton;
okLabelString;
cancelButton;
cancelLabelString;
display

Attributes inherited from UIdialog.

message

UIdecorContainer class attribute.

x; y;
width; height;

UIGeom class attributes.

clientWidth; clientHeight

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.

numSelectedItems

(Integer.) The size of the list of selected items.

selectedItems

(Integer array. OPort2) The array of the selected items positions in the list.

selectedText

(String. OPort2) The array of selected strings from the list.

stringdims

(Integer). Size of list of strings to create.

strings

(String array. IPort2) Array of strings uses to create the list.

Example

Not available.

File

v/UI.v

See Also

Related modules:

•      UIdialog

•      UIfileDialog

•      UImessageBox

•      UIsliderUnbnd

 



UIIndex.gif Previous-2.gif Next-3.gif