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

Class

Cvo__SaveFile

Base

Cvo__OpenFile

Syntax

#include <Cvo/OpenFile.h++>

void Cvo_SaveFile ( Cvo_Object *parent,
XEvent *event,
Cvo_SaveFileInfo *info )

Overview

This object operates identically to its parent object, Cvo__OpenFile. The overview for that object applies to the Cvo__SaveFile object as well. Simply use the Cvo_SaveFile() function in place of the Cvo_OpenFile() function to create the Cvo__SaveFile object. Also refer to the Cvo_SaveFileInfo object, which serves a function identical to that of the Cvo_OpenFileInfo object in relation to the Cvo__OpenFile object.

Cvo Events

This object defines the following Cvo Events in addition to those defined by its parent and ancestor objects.

Children Objects

This object is composed of the following Cvo objects. Each object has the shown resource name. This link displays the composition of the parent object.

New X Resources

This object uses the following X resources in addition to those used by its parent and ancestor objects.


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.