![]() |
![]() |
a menu that allows a selection from a list of UIoptions
width = 200;
height = 37;
int optionLabel;
string label=> name_of(<-,1);
UIpixmap labelPixmap<NEvisible=0>;
string font;
enum alignment = {left, center, right};
int useSelectedCmd;
omethod+notify_inst+notify update<NEvisible=0,lang="cxx",interruptable=0>
= "UIoptionMenuUpdate";
};
UIoptionMenu is similar to the Motif XmOptionMenu widget. The menu items are an array of UIoption class objects.
label
radioBehavior =1
tearOff <Not visible in Network Editor>
isHelpCmd
accelerator;
acceleratorText;
dims => array_size(cmdList)
&cmdList[]
Inherited from UIcmdList .
selectedItem;
*selectedCmd;
cmdList[]
UIradioList class attributes
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>
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. If 1, shows the label string; if 0, label is invisible.
String. Sets the text of the label.
labelPixmap <Not visible in Network Editor>
UIpixmap. Filename and type to use as pixmap for label.
String. Font string descriptor to use.
Enumerator. Controls the placement of the UIlabel.
0 = left aligned
1 = center aligned
2 = right aligned
Integer. Set to 0 to use behavior prior to AVS/Express version 3.1
![]() |
![]() |