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

Class

Cvo_TextBoard

Base

Cvo_Window

Syntax

#include <Cvo/TextBoard.h++>

new Cvo_TextBoard ( char *resource_name,
{ Cvo_Object *parent | Display *display } )

Overview

The Cvo_TextBoard object is used to display pieces of text at specific locations. Each piece of text is associated with a pixel location where it is displayed. Typically this is used to position labels above columns in a graphical display.

Each piece of text is represented by a NO_SUCH_ALIAS object.

Member Functions

This object defines the following member functions 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.