summaryrefslogtreecommitdiff
path: root/tk/doc/HandleEvent.3
diff options
context:
space:
mode:
authorIan Roxborough <irox@redhat.com>2001-09-10 00:22:29 +0000
committerIan Roxborough <irox@redhat.com>2001-09-10 00:22:29 +0000
commitee7709783c85577eba6af30cd711e17e403befed (patch)
tree74233a880ee1f7e13c7ded61d093318e8c6e7d5c /tk/doc/HandleEvent.3
parenta850c17c374d03259483e799b09326d255e17487 (diff)
downloadgdb-ee7709783c85577eba6af30cd711e17e403befed.tar.gz
Tk 8.3 upgradeTK_8_3
Diffstat (limited to 'tk/doc/HandleEvent.3')
-rw-r--r--tk/doc/HandleEvent.37
1 files changed, 4 insertions, 3 deletions
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
+