summaryrefslogtreecommitdiffstats
path: root/doc/HandleEvent.3
diff options
context:
space:
mode:
authorsurles <surles>1999-04-16 18:26:12 (GMT)
committersurles <surles>1999-04-16 18:26:12 (GMT)
commit4e4fb1b6feaf44e52e345a9b03520c979225e4dc (patch)
tree1eed715df97153c26e20195045497c6938248c34 /doc/HandleEvent.3
parent03656f44f81469f459031fa3a4a7b09c8bc77712 (diff)
downloadtk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.zip
tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.gz
tk-4e4fb1b6feaf44e52e345a9b03520c979225e4dc.tar.bz2
fixed Tk doc bugs
Diffstat (limited to 'doc/HandleEvent.3')
-rw-r--r--doc/HandleEvent.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/HandleEvent.3 b/doc/HandleEvent.3
index 6117aef..9a8aa06 100644
--- a/doc/HandleEvent.3
+++ b/doc/HandleEvent.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: HandleEvent.3,v 1.2 1998/09/14 18:22:52 stanton Exp $
+'\" RCS: @(#) $Id: HandleEvent.3,v 1.3 1999/04/16 18:26:12 surles Exp $
'\"
.so man.macros
.TH Tk_HandleEvent 3 "" Tk "Tk Library Procedures"
@@ -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