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

Class

Cvo_Shell

Base

Cvo_Text

Syntax

#include <Cvo/Shell.h++>

new Cvo_Shell ( char *resource_name,
{ Cvo_Object *parent | Display *display },
char *program,
char *argv )

Overview

The Cvo_Shell object attaches a pseudo tty to a Cvo_Text object and runs the command specified by program with the arguments specified in argv. The Cvo_Shell window will report size changes to the program running (though this does not guarantee that the program will respond correctly.

Member Functions

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

Cvo Events

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

Event Translations

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

Modified X Resources

This object modifies the following X resources which are used by its parent or other ancestors.


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.