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

Class

Cvo_HoldWindow

Base

Cvo_InputOnly

Syntax

#include <Cvo/HoldWindow.h++>

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

Overview

A Cvo_HoldWindow object is used to place the watch cursor over its parent window and disallow any input to its parent. When the Cvo_HoldWindow is destroyed or unmapped, its effects go away. A Cvo_HoldWindow automatically expands itself to cover its entire parent.

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.