UIcomboBox
Synopsis
a Windows system 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";
};Description
UIcolor is a base class used by other UI classes to implement background and foreground color attributes. It cannot be instantiated separately.
Subobjects
canHaveChildren <Not visible in Network Editor>;shellParent <Not visible in Network Editor>
events <Not visible in Network Editor>;grouptoParent;* parent;&cursor
&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>
Example
File
See Also Related Modules