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

Class

Cvo_ScrollBar

Base

Cvo_Window

Syntax

#include <Cvo/ScrollBar.h++>

new Cvo_ScrollBar ( char *resource_name,
{ Cvo_Object *parent | Display *display },
{ Cvo_HORIZONTAL | Cvo_VERTICAL } )

Overview

The Cvo_ScrollBar object provides a standard scroll bar. The third argument to the constructor is the orientation of the Cvo_Scrollbar, either Cvo_HORIZONTAL or Cvo_VERTICAL.

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.

Event Translations

This object defines the following event translations 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.