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

Class

Cvo_SquareToggleButton

Base

Cvo_BasicToggleButton

Syntax

#include <Cvo/Toggle.h++>

new Cvo_SquareToggleButton ( char *resource_name,
{ Cvo_Object *parent | Display *display },
{ char | wchar_t } *label )

Overview

The Cvo_SquareToggleButton provides a toggle button with a square box to the left of a label which may be pressed and released. The optional argument label is the default button label to use if none is found in the resource database.

Member Functions

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

Children Objects

This object is composed of the following Cvo objects. Each object has the shown resource name. This link displays the composition of the parent object.

Modified X Resources

This object modifies the following X resources which are used by its parent or other ancestors.


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.