You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_RadioBoxList structure:
Cvo_RadioBoxList
#include
<Cvo/RadioBox.h++>
struct
Cvo_RadioBoxList {
char *label,
void *data,
Cvo_Object *toggle,
BOOL start_toggled }
This structure defines a toggle entry in a Cvo_RadioBox. The entry
will have the text of label and will have data associated with it
for the argument to the
CvoRadioBoxSelectedEvent
and
CvoRadioBoxDeselectedEvent
events.
The toggle object is the Cvo_ToggleButton corresponding to this label.
If the start_toggled variable is set to a True
value, then the toggle
object will initially be selected.
See the example source code for an example of how to use this structure.
See the legend for information about the conventions used in this documentation.