diff options
author | hobbs <hobbs> | 2000-01-13 02:07:08 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-13 02:07:08 (GMT) |
commit | 62d7b7db73ba85f767609d5b5dde1de23d0561dd (patch) | |
tree | 4cc0aa45119d3b6c37ab58d50cf1618329ea1a7d /doc | |
parent | caadb14caf4b6dfe5e4291b37e96709579368fd7 (diff) | |
download | tk-62d7b7db73ba85f767609d5b5dde1de23d0561dd.zip tk-62d7b7db73ba85f767609d5b5dde1de23d0561dd.tar.gz tk-62d7b7db73ba85f767609d5b5dde1de23d0561dd.tar.bz2 |
* doc/event.n:
* generic/tkBind.c: prevented core with event -warp on Windows
when window wasn't mapped [Bug: 4004] and added docs stating
the requirement for mapped windows.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/event.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/event.n b/doc/event.n index 90493cd..a8a6cdb 100644 --- a/doc/event.n +++ b/doc/event.n @@ -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: event.n,v 1.4 1999/12/14 06:51:44 hobbs Exp $ +'\" RCS: @(#) $Id: event.n,v 1.5 2000/01/13 02:07:08 hobbs Exp $ '\" .so man.macros .TH event n 8.3 Tk "Tk Built-In Commands" @@ -243,7 +243,8 @@ Corresponds to the \fB%t\fR substitution for binding scripts. \fIboolean\fR must be a boolean value; it specifies whether the screen pointer should be warped as well. Valid for \fBKeyPress\fR, \fBKeyRelease\fR, \fBButtonPress\fR, -\fBButtonRelease\fR, and \fBMotion\fR events. +\fBButtonRelease\fR, and \fBMotion\fR events. The pointer will +only warp to a window if it is mapped. .TP \fB\-width\fI size\fR \fISize\fR must be a screen distance; it specifies the \fIwidth\fR field |