diff options
author | hobbs <hobbs@noemail.net> | 2004-03-04 00:06:05 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2004-03-04 00:06:05 (GMT) |
commit | 765eb2eeaac1d387b2be1afc25fefa6d8caceade (patch) | |
tree | f370fc3c81d063deae77f383e478e216f2f92e3f /doc/menu.n | |
parent | 4d60b8a193ba232d814ff871b726bb617f8dd104 (diff) | |
download | tk-765eb2eeaac1d387b2be1afc25fefa6d8caceade.zip tk-765eb2eeaac1d387b2be1afc25fefa6d8caceade.tar.gz tk-765eb2eeaac1d387b2be1afc25fefa6d8caceade.tar.bz2 |
minor doc fixes for html conversion
FossilOrigin-Name: bef0139c5d9e2969686d739a37a0f4ed0919e6d5
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.8 2003/01/19 07:46:43 hobbs Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.9 2004/03/04 00:06:06 hobbs Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -653,8 +653,8 @@ Returns the type of the menu entry given by \fIindex\fR. This is the \fItype\fR argument passed to the \fBadd\fR widget command when the entry was created, such as \fBcommand\fR or \fBseparator\fR, or \fBtearoff\fR for a tear-off entry. -.TP .VS +.TP \fIpathName \fBunpost\fR Unmap the window so that it is no longer displayed. If a lower-level cascaded menu is posted, unpost that menu. Returns an |