You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_HoldWindow object:
Cvo_HoldWindow
Cvo_InputOnly
#include
<Cvo/HoldWindow.h++>
new
Cvo_HoldWindow ( char *resource_name,
{ Cvo_Object *parent | Display *display } )
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.
This object modifies the following X resources which are used by its parent or other ancestors.
*CvoHoldWindow.Cursor
(new value:
watch
)
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.