diff options
author | hobbs <hobbs@noemail.net> | 2003-01-19 07:46:42 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-01-19 07:46:42 (GMT) |
commit | 189a183ecfd7bb6daff9fa8ecd5b3fcdd6760dc4 (patch) | |
tree | 8a173ede0db08108bcb5afe6dac7872e3e296f7f /doc | |
parent | e3fe1909840ad4eca56f2f25fb7cc997cc7b327c (diff) | |
download | tk-189a183ecfd7bb6daff9fa8ecd5b3fcdd6760dc4.zip tk-189a183ecfd7bb6daff9fa8ecd5b3fcdd6760dc4.tar.gz tk-189a183ecfd7bb6daff9fa8ecd5b3fcdd6760dc4.tar.bz2 |
.VS order fix
FossilOrigin-Name: 4c5d36d6d63ba1804ae24d44314e14653ca20b1e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: menu.n,v 1.7 2001/11/13 00:00:24 hobbs Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.8 2003/01/19 07:46:43 hobbs Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -415,7 +415,7 @@ to an empty string to enable a textual label to be displayed. If a \fB\-image\fR option has been specified, it overrides \fB\-bitmap\fR. This option is not available for separator or tear-off entries. -.VS +.VS 8.0 .TP \fB\-columnbreak \fIvalue\fR When this option is zero, the appears below the previous entry. When @@ -426,8 +426,8 @@ menu. \fB\-command \fIvalue\fR Specifies a Tcl command to execute when the menu entry is invoked. Not available for separator or tear-off entries. -.TP .VS 8.4 +.TP \fB\-compound \fIvalue\fR Specifies whether the menu entry should display both an image and text, and if so, where the image should be placed relative to the text. |