diff options
author | hobbs <hobbs> | 2000-05-12 21:04:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-12 21:04:16 (GMT) |
commit | 454cdc9639ffc63385001d9eb87777ab0cc67fa8 (patch) | |
tree | 8d06a59941e1029c35a4b13648c7adcae721877e /doc/bind.n | |
parent | 31a9095e823a5d4886f4351cf3b69fff92dca049 (diff) | |
download | tk-454cdc9639ffc63385001d9eb87777ab0cc67fa8.zip tk-454cdc9639ffc63385001d9eb87777ab0cc67fa8.tar.gz tk-454cdc9639ffc63385001d9eb87777ab0cc67fa8.tar.bz2 |
added TK_DONT_DESTROY_WINDOW flag to check in RaiseWinWhenIdle to
prevent timing sensitive crash
Diffstat (limited to 'doc/bind.n')
-rw-r--r-- | doc/bind.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: bind.n,v 1.4 2000/04/27 18:28:54 ericm Exp $ +'\" RCS: @(#) $Id: bind.n,v 1.3 1998/10/10 00:30:35 rjohnson Exp $ '\" .so man.macros .TH bind n 8.0 Tk "Tk Built-In Commands" @@ -517,7 +517,7 @@ The \fBbgerror\fR command will be executed at global level (outside the context of any Tcl procedure). .SH "SEE ALSO" -bgerror, keysyms +bgerror .SH KEYWORDS form, manual |