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

Class

Cvo_List

Base

Cvo_TextViewPort

Syntax

#include <Cvo/List.h++>

new Cvo_List ( char *resource_name,
{ Cvo_Object *parent | Display *display },
Cvo_Page *page )

Overview

A Cvo_List object displays a list of items in a Cvo_TextViewPort and allows the user to select one of them by clicking on it with a mouse button. Generally page is a Cvo_TextPage and it contains the list of items to choose from.

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.

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.