UIradioBox
Synopsis
create a UIradioListof radio buttons
UIprimitive+UIradioList UIradioBox {
cmdList+read;
selectedItem+read;
enum orientation= {vertical,horizontal};
width = 100;
height => max_array({1, dims * UIdata.UIfonts[0].lineHeight });
label <NEvisible=0>;
tearOff <NEvisible=0>;
omethod+notify_inst+notify update<NEvisible=0,interruptable=0,lang="cxx">
= "UIradioBoxUpdate";
};Description
UIradioBox creates a UIradioList of toggles in a window. It differs from UIoptionBox in that you can select only one item at a time..
Subobjects
label <Not visible in Network Editor>
tearOff <Not visible in Network Editor>
height => max_array({1, dims * UIdata.UIfonts[0].lineHeight });
events <Not visible in Network Editor>;
shellParent <Not visible in Network Editor>;
canHaveChildren <Not visible in Network Editor>
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>
Example
AVS5_Modules.Filters.ACU_extract_graph (and many others)
v/ACUmods.v
Examples.Applications.UIApp
examples/ui_samp.vFile
See Also Related Modules