UIoptionBox
Synopsis
create a UIoptionList of toggle buttons
UIprimitive+UIoptionList UIoptionBox {
enum orientation = {vertical, horizontal};
width = 100;
height => max_array({ 1, dims * UIdata.UIfonts[0].lineHeight });
label <NEvisible=0>;
#ifdef MSDOS
cmdList { set-nonotify; };
#endif
omethod+notify_inst+notify update<NEvisible=0,interrruptable=0,lang="cxx"> = "UIoptionBoxUpdate";
};Description
UIoptionBox creates a UIoptionList of toggles in a window.
Subobjects
tearOff <Not visible in Network Editor>;
numSelectedItems => array_size(selectedItems);
Inherited from UIoptionList .
height= > max_array({ 1, dims * UIdata.UIfonts[0].lineHeight })
canHaveChildren <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>
events <Not visible in Network Editor>;
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