a Windows systems selection list
UIprimitive UIcomboBox {
width = 100;
height = 30;
string selectedText; /* The value enterd in the text window */
Boolean listIsEditable; /* Default is 0 */
int numShowItems = 4;
int &selectedItem;
int stringdims => array_size( strings );
string+IPort2 strings[];
method_inst inst<NEvisible=0,lang="cxx",interruptable=0>= "UIcomboBoxInstance";
method val update<NEvisible=0,lang="cxx",interruptable=0>= "UIcomboBoxUpdate";
};
The UIcomboBox object presents a list of string items, one of which the user can select. The index of the selected list item is set in the selectedItem attribute and the string itself is set in selectedText . The selectedItem attribute can also be an input, setting the selected list item based on the index value read. This object is available on Windows systems only.
Attribute inherited from the UIprimitive class.
x = 0; y;
width=100;
height=30;
UIgeom class attributes.
canHaveChildren <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>
Attributes inherited from UIconnection class.
events <Not visible in Network Editor>;
grouptoParent;
* parent;
&cursor
Attributes inherited from the UIwindow class.
&visible;
&active;
pixmap;
color;
fontAttribute;
handle <Internal Object. Not visible in Network Editor>;
fontlist <No longer used. Not visible in Network Editor>;
cxxhandle <Internal Object. Not visible in Network Editor>;
motif_resources <No longer used. Not visible in Network Editor>;
window_resources <No longer used. Not visible in Network Editor>;
layout <No longer used. Not visible in Network Editor>
Attributes inherited from UIcore class.
String. Text string of item selected from list.
Integer. Index of the string list item selected.
Integer. Number of items in the string list.
String array. Array of strings displayed in the list.