summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-11-03 01:13:51 (GMT)
committerhobbs <hobbs>2000-11-03 01:13:51 (GMT)
commit5cb9c225d6adb976e155d98048f270b3fabc3f85 (patch)
tree02467ae42fffe6f68c6e9ef0c1be89a64ffadc64 /doc
parentdc8fe31389c70bb41a3923b4d10ddc092b78522a (diff)
downloadtk-5cb9c225d6adb976e155d98048f270b3fabc3f85.zip
tk-5cb9c225d6adb976e155d98048f270b3fabc3f85.tar.gz
tk-5cb9c225d6adb976e155d98048f270b3fabc3f85.tar.bz2
doc/event.n: added note that key events require window focus.
Diffstat (limited to 'doc')
-rw-r--r--doc/event.n7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/event.n b/doc/event.n
index a8a6cdb..1d0ead2 100644
--- a/doc/event.n
+++ b/doc/event.n
@@ -1,11 +1,11 @@
'\"
'\" Copyright (c) 1996 Sun Microsystems, Inc.
-'\" Copyright (c) 1998 by Scriptics Corporation.
+'\" Copyright (c) 1998-2000 Ajuba Solutions.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: event.n,v 1.5 2000/01/13 02:07:08 hobbs Exp $
+'\" RCS: @(#) $Id: event.n,v 1.6 2000/11/03 01:13:51 hobbs Exp $
'\"
.so man.macros
.TH event n 8.3 Tk "Tk Built-In Commands"
@@ -68,7 +68,8 @@ EVENT FIELDS below. If the \fB\-when\fR option is not specified, the
event is processed immediately: all of the handlers for the event
will complete before the \fBevent generate\fR command returns.
If the \fB\-when\fR option is specified then it determines when the
-event is processed.
+event is processed. Certain events, such as key events, require
+that the window has focus to receive the event properly.
.TP
\fBevent info \fR?<<\fIvirtual\fB>>\fR?
Returns information about virtual events.