You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_TextBoardItem object:
Cvo_TextBoardItem
Cvo_RootedList
A Cvo_TextBoardItem object is created by adding a string to a NO_SUCH_ALIAS. Once created it can be moved and examined. It should not be created directly.
This object defines the following public data members in addition to those defined by its parent and ancestor objects.
char *string
This is the character string represented by this object.
int x
int y
These are the coordinates of the string on the NO_SUCH_ALIAS object.
This object defines the following member functions in addition to those defined by its parent and ancestor objects.
SetLocation (
int x,
int y )
This function will reposition the string at (x,y). Note that the
string will not actually get moved until the NO_SUCH_ALIAS is
redrawn. You should use the Cvo_Window member function Redraw()
to do this.
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.