diff options
author | hobbs <hobbs> | 2001-11-13 00:00:24 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-13 00:00:24 (GMT) |
commit | 3027f28d1f2411602324f0964f7f1ad28742cf93 (patch) | |
tree | f5c74d834d4fded275b22180860a7a4f5971a44d /doc/menu.n | |
parent | 91b797d5497d13bbb8a231e03b5fd3fe1348b1fb (diff) | |
download | tk-3027f28d1f2411602324f0964f7f1ad28742cf93.zip tk-3027f28d1f2411602324f0964f7f1ad28742cf93.tar.gz tk-3027f28d1f2411602324f0964f7f1ad28742cf93.tar.bz2 |
one char nroff macro fix
Diffstat (limited to 'doc/menu.n')
-rw-r--r-- | doc/menu.n | 4 |
1 files changed, 2 insertions, 2 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.6 2001/10/12 13:30:31 tmh Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.7 2001/11/13 00:00:24 hobbs Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -428,7 +428,7 @@ Specifies a Tcl command to execute when the menu entry is invoked. Not available for separator or tear-off entries. .TP .VS 8.4 -.fB\-compound \fIvalue\fR +\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. Valid values for this option are \fBbottom\fR, \fBcenter\fR, |