From ee7709783c85577eba6af30cd711e17e403befed Mon Sep 17 00:00:00 2001 From: Ian Roxborough Date: Mon, 10 Sep 2001 00:22:29 +0000 Subject: Tk 8.3 upgrade --- tk/doc/HandleEvent.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tk/doc/HandleEvent.3') diff --git a/tk/doc/HandleEvent.3 b/tk/doc/HandleEvent.3 index d139eeaf0a5..1d8de4395d3 100644 --- a/tk/doc/HandleEvent.3 +++ b/tk/doc/HandleEvent.3 @@ -26,15 +26,15 @@ Pointer to X event to dispatch to relevant handler(s). .SH DESCRIPTION .PP \fBTk_HandleEvent\fR is a lower-level procedure that deals with window -events. It is called by \fBTk_ServiceEvent\fR (and indirectly by +events. It is called by \fBTcl_ServiceEvent\fR (and indirectly by \fBTk_DoOneEvent\fR), and in a few other cases within Tk. It makes callbacks to any window event handlers (created by calls to \fBTk_CreateEventHandler\fR) that match \fIeventPtr\fR and then returns. In some cases it may be useful for an application to bypass the Tk event queue and call \fBTk_HandleEvent\fR directly instead of -calling \fBTk_QueueEvent\fR followed by -\fBTk_ServiceEvent\fR. +calling \fBTcl_QueueEvent\fR followed by +\fBTcl_ServiceEvent\fR. .PP This procedure may be invoked recursively. For example, it is possible to invoke \fBTk_HandleEvent\fR recursively @@ -47,3 +47,4 @@ doing anything else. .SH KEYWORDS callback, event, handler, window + -- cgit v1.2.1