TOC PREV NEXT INDEX

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[];
method_inst inst<NEvisible=0,lang="cxx",
interruptable=0>="UImultiSelBoxInstance";
method_val update<NEvisible=0,lang="cxx",
interruptable=0>="UImultiSelBoxUpdate";
};

Description

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

Subobjects

aprompt;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

TOC PREV NEXT INDEX