diff options
author | hobbs <hobbs> | 2004-03-04 00:06:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-04 00:06:06 (GMT) |
commit | 04b132c5cf9839785d49f72f838ab50bbdc0fbf0 (patch) | |
tree | f370fc3c81d063deae77f383e478e216f2f92e3f /doc/menu.n | |
parent | 75589b6af914c21950d1ef10d5d0734063276183 (diff) | |
download | tk-04b132c5cf9839785d49f72f838ab50bbdc0fbf0.zip tk-04b132c5cf9839785d49f72f838ab50bbdc0fbf0.tar.gz tk-04b132c5cf9839785d49f72f838ab50bbdc0fbf0.tar.bz2 |
minor doc fixes for html conversion
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 |