You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_Blank object:
Cvo_Blank
Cvo_Window
#include
<Cvo/Blank.h++>
new
Cvo_Blank ( [ char *resource_name ],
{ Cvo_Object *parent | Display *display } )
This object is simply a Cvo_Window object which has no chamfer or border. Its use is marginal, but can be used to create a "blank" spot.
This object modifies the following X resources which are used by its parent or other ancestors.
*CvoBlank.BorderWidth
(new value:
0
)
*CvoBlank.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.