You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_RadioBox object:

Class

Cvo_RadioBox

Base

Cvo_Window

Syntax

#include <Cvo/RadioBox.h++>

new Cvo_RadioBox ( char *resource_name,
{ Cvo_Object *parent | Display *display },
Cvo_RadioBoxList *list )

Overview

A Cvo_RadioBox object contains a series of Cvo_SquareToggleButton objects associated together as a radio. Only one toggle is allowed down at any given time.

The Cvo_RadioBoxList *list argument defines the list of toggles that should be in the Cvo_RadioBox. The list argument should be a NULL terminated array of Cvo_RadioBoxList structures. This object will fill the Cvo_Object *toggle pointers in the Cvo_RadioBoxList *list array with Cvo_SquareToggleButton object pointers.

Member Functions

This object defines the following member functions in addition to those defined by its parent and ancestor objects.

Cvo Events

This object defines the following Cvo Events in addition to those defined by its parent and ancestor objects.


See the example source code for an example of how to use this object.


See the legend for information about the conventions used in this documentation.