a list of UIoptions with radio button behavior
UIcmdList UIradioList {
radioBehaviour= 1
int+OPort2 &selectedItem;
UIoption+OPort2 *selectedCmd;
UIoption+IPort2 &cmdList[] { set+nonotify;};
method_val update<NEvisible=0,lang="cxx",interruptable=0>= "UIradioListUpdate";
};
UIradioList is a UIcmdList that contains only UIoptions (no UIcmds, etc.). With it, you can determine which option in the list is set.
It differs from UIoptionList in that only one option is selectable at one time.
tearOff <Not visible in Network Editor>