xinputonly_window(x) Xlib xinputonly_window(x)
NAME
xinputonly_window - an X InputOnly window
DESCRIPTION
X provides two types of windows: InputOutput and InputOnly
windows. InputOutput windows are "normal" windows that
accept input events and display results in a viewable window. In contrast, InputOnly windows are windows that
accept events but do not display results. They are invisible. Frames aren't even shown for them. They can be used
to divide the screen for event capturing. The xwindow
class provides an interface to InputOutput windows, while
the xinputonly_window class provides an interface to X
InputOnly windows. Unfortunately, the implementation of
the xinputonly_window class is not complete. It does not
work yet.
SUPERCLASS
xwindow
INSTANCE VARIABLES
MESSAGES
create!
creates an InputOnly window.
EXAMPLE
/* create a xinputonly_window */
xinputonly_window new: the_window create!;
SEE ALSO
xdrawable, xwindow
Last Updated On: Fri Mar 10 15:38:46 1995
Please send comments and suggestions to
its-documentation@rpi.edu
Keyword Search of RPInfo Consulting Pages and NewsCache