[5699] in Athena Bugs
vax 7.0F: XtAddEventHandler man page.
daemon@ATHENA.MIT.EDU (vanharen@ATHENA.MIT.EDU)
Fri Aug 10 17:27:06 1990
From: vanharen@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Fri, 10 Aug 90 17:26:42 EDT
System name: fries
Type and version: CVAXSTAR 7.0F (2 update(s) to same version)
Display type: SM
What were you trying to do?
Read the XtAddEventHandler manpage.
What's wrong:
There is a paragraph that is repeated.
What should have happened:
It should not be.
Please describe any relevant documentation references:
From the 2nd page of the man page (notice that the second and
third paragraphs are identical):
==============================================================================
DESCRIPTION
The XtAddEventHandler function registers a procedure with
the dispatch mechanism that is to be called when an event
that matches the mask occurs on the specified widget. If
the procedure is already registered with the same
client_data, the specified mask is ORed into the existing
mask. If the widget is realized, XtAddEventHandler calls
XSelectInput, if necessary.
The XtAddRawEventHandler function is similar to XtAd-
dEventHandler except that it does not affect the widget's
mask and never causes an XSelectInput for its events. Note
that the widget might already have those mask bits set
because of other nonraw event handlers registered on it.
The XtAddRawEventHandler function is similar to XtAd-
dEventHandler except that it does not affect the widget's
mask and never causes an XSelectInput for its events. Note
that the widget might already have those mask bits set
because of other nonraw event handlers registered on it.
The XtRemoveRawEventHandler function stops the specified
procedure from receiving the specified events. Because the
procedure is a raw event handler, this does not affect the
widget's mask and never causes a call on XSelectInput.