diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-10 20:38:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-10 20:38:54 (GMT) |
commit | e9e90a1924a50dd71b3960169c0aca461d3e224b (patch) | |
tree | 2456449be70a6dc1af48ce224c78d329d2bfb3d6 /doc/menu.n | |
parent | d06599e802a1f92eff177ce5fba74e66fa60afb3 (diff) | |
download | tk-e9e90a1924a50dd71b3960169c0aca461d3e224b.zip tk-e9e90a1924a50dd71b3960169c0aca461d3e224b.tar.gz tk-e9e90a1924a50dd71b3960169c0aca461d3e224b.tar.bz2 |
Small cleanups to improve HTML generation.
Diffstat (limited to 'doc/menu.n')
-rw-r--r-- | doc/menu.n | 11 |
1 files changed, 6 insertions, 5 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.32 2010/01/09 00:48:36 patthoyts Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.33 2010/01/10 20:38:54 dkf Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -415,16 +415,17 @@ should change the \fBtearOff\fR option to remove the tear-off entry). . Returns the current value of a configuration option for the entry given by \fIindex\fR. -\fIOption\fR may have any of the names described in the \fBMENU ENTRY -OPTIONS\fR section below. +\fIOption\fR may have any of the names described in the +\fBMENU ENTRY OPTIONS\fR section below. .TP \fIpathName \fBentryconfigure \fIindex \fR?\fIoptions...\fR? . This command is similar to the \fBconfigure\fR command, except that it applies to the options for an individual entry, whereas \fBconfigure\fR applies to the options for the menu as a whole. -\fIOptions\fR may have any of the values described in the \fBMENU ENTRY -OPTIONS\fR section below. If \fIoptions\fR are specified, options are +\fIOptions\fR may have any of the values described in the +\fBMENU ENTRY OPTIONS\fR +section below. If \fIoptions\fR are specified, options are modified as indicated in the command and the command returns an empty string. If no \fIoptions\fR are specified, returns a list describing the current options for entry \fIindex\fR (see \fBTk_ConfigureInfo\fR for |