You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_Frame object:
Cvo_Frame
Cvo_Window
#include
<Cvo/Frame.h++>
new
Cvo_Frame ( [ char *resource_name ],
{ Cvo_Object *parent | Display *display } )
The Cvo_Frame object is used to group other Cvo objects together, possibly in a different orientation from the object which the frame is in. Frames have no border, chamfer or padding (except for an internal pad between children). A Cvo_Frame will automatically attempt to use its parent's background color.
This object modifies the following X resources which are used by its parent or other ancestors.
*CvoFrame.LayoutPad
(new value:
0
)
*CvoFrame.BorderWidth
(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.