summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-26 14:22:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-26 14:22:38 (GMT)
commitd72503f57746de5d0b517d9e4566500d6707e366 (patch)
treef05d95095d0bc41401529bbb3b97a5a8401932c0 /doc
parente243555515373bf613ac0829ef986b0ba5da1e59 (diff)
parent3c4e81c99fc6067012701c4044c5706ac1358618 (diff)
downloadtk-d72503f57746de5d0b517d9e4566500d6707e366.zip
tk-d72503f57746de5d0b517d9e4566500d6707e366.tar.gz
tk-d72503f57746de5d0b517d9e4566500d6707e366.tar.bz2
Document that "none" is no longer a valid menu index
Diffstat (limited to 'doc')
-rw-r--r--doc/menu.n9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/menu.n b/doc/menu.n
index 26004a2..0f1decd 100644
--- a/doc/menu.n
+++ b/doc/menu.n
@@ -338,11 +338,6 @@ the \fBactivate\fR option to deactivate all the entries in the
menu. In most cases the specification of \fB{}\fR causes
nothing to happen in the widget command.
.TP 12
-\fBnone\fR
-.
-Same as \fB{}\fR
-This form may not be abbreviated.
-.TP 12
\fB@\fIx\fB,\fIy\fR
.
Indicates the entry that covers the point in the menu's window specified
@@ -382,7 +377,7 @@ The following widget commands are possible for menu widgets:
Change the state of the entry indicated by \fIindex\fR to \fBactive\fR
and redisplay it using its active colors.
Any previously-active entry is deactivated. If \fIindex\fR
-is specified as \fB{}\fR or \fBnone\fR, or if the specified entry is
+is specified as \fB{}\fR, or if the specified entry is
disabled, then the menu ends up with no active entry.
Returns an empty string.
.TP
@@ -469,7 +464,7 @@ equivalent to \fB{}\fR.
\fIpathName \fBindex \fIindex\fR
.
Returns the numerical index corresponding to \fIindex\fR, or
-\fB{}\fR if \fIindex\fR was specified as \fB{}\fR or \fBnone\fR.
+\fB{}\fR if \fIindex\fR was specified as \fB{}\fR.
.TP
\fIpathName \fBinsert \fIindex type \fR?\fIid\fR? ?\fIoption value option value ...\fR?
.