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

Class

Cvo_Input

Base

Cvo_Output

Syntax

#include <Cvo/Input.h++>

new Cvo_Input ( char *resource_name,
{ Cvo_Object *parent | Display *display } )

Overview

The Cvo_Input object is a single line text input object. It has no new functions defined beyond that of its parent Cvo_Output object, but it does have keyboard bindings and can generate an event. The text of the Cvo_Input box can scroll horizontally.

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.