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/options.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/options.n')
-rw-r--r-- | doc/options.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/options.n b/doc/options.n index fca76e3..a55b071 100644 --- a/doc/options.n +++ b/doc/options.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: options.n,v 1.4 1999/08/13 02:58:12 hobbs Exp $ +'\" RCS: @(#) $Id: options.n,v 1.5 2000/04/27 18:28:58 ericm Exp $ '\" .so man.macros .TH options n 4.4 Tk "Tk Built-In Commands" @@ -325,5 +325,8 @@ scrollbars and is provided by widgets that support vertical scrolling. See the description of \fBxScrollCommand\fR for details on how this option is used. +.SH SEE ALSO +colors, cursors + .SH KEYWORDS class, name, standard option, switch |