You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_Label object:
Cvo_Label
Cvo_ChamferedLabel
#include
<Cvo/Label.h>
new
Cvo_Label ( char *resource_name,
{ Cvo_Object *parent | Display *display },
{ wchar_t | char } *default_label )
A Cvo_Label object is identical to a Cvo_ChamferedLabel object except that it has no border or chamfer. It takes a default_label string as the text to display if no text was specified in the X Resource Database.
This object modifies the following X resources which are used by its parent or other ancestors.
*CvoLabel*FontFamily
(new value:
Helvetica
)
*CvoLabel*TabStop
(new value:
8
)
*CvoLabel*FontWeight
(new value:
Bold
)
*CvoLabel*BorderWidth
(new value:
0
)
*CvoLabel*Chamfer
(new value:
0
)
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.