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

Class

Cvo_TextViewPort

Base

Cvo_ViewPort

Syntax

#include <Cvo/TextViewPort.h++>

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

Overview

A Cvo_TextViewPort object displays a page of text, allowing the user to scroll forward and backward. The Cvo_TextViewPort object draws the text itself as opposed to requesting that the Cvo_Page draw the text, so no graphics are available.

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.

New X Resources

This object uses the following X resources in addition to those used 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.