diff options
author | ericm <ericm> | 2000-04-27 18:28:54 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-27 18:28:54 (GMT) |
commit | 5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e (patch) | |
tree | e0ffb4a15d12d9f9d9750c22703cf8bb2728e97f /doc/bind.n | |
parent | 37941df832d3f041ab0a1a18e8767498ed62048e (diff) | |
download | tk-5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e.zip tk-5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e.tar.gz tk-5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e.tar.bz2 |
* doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].
* doc/colors.n: Man page enumerating valid color names [RFE: 1645].
* doc/cursors.n: Man page enumerating valid cursor values [RFE: 1645].
* library/msgbox.tcl: Corrected Unix tk_messageBox implementation
to make the first button the default when no default is specified
[Bug: 2218].
* doc/messageBox.n: Updated documentation with regards to
selection of default button when none is specified (now it will
use the first button as the default in that case) [Bug: 2218].
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.3 1998/10/10 00:30:35 rjohnson Exp $ +'\" RCS: @(#) $Id: bind.n,v 1.4 2000/04/27 18:28:54 ericm 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 +bgerror, keysyms .SH KEYWORDS form, manual |