diff options
author | fvogel <fvogelnew1@free.fr> | 2016-08-03 10:19:15 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-08-03 10:19:15 (GMT) |
commit | a8a67387bad0e0d7fa2f73dc8e4c97475e1b8e68 (patch) | |
tree | affb6fe52767aedd1beed9120b9ed2df61ecd439 /doc/menu.n | |
parent | fc2e39dd073ce938080e7136ad9fc5806aefa20b (diff) | |
download | tk-a8a67387bad0e0d7fa2f73dc8e4c97475e1b8e68.zip tk-a8a67387bad0e0d7fa2f73dc8e4c97475e1b8e68.tar.gz tk-a8a67387bad0e0d7fa2f73dc8e4c97475e1b8e68.tar.bz2 |
Fixed [e8a111970a] - Misleading documentation for menu accelerator optionbug_e8a111970a
Diffstat (limited to 'doc/menu.n')
-rw-r--r-- | doc/menu.n | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -98,8 +98,10 @@ a bitmap, or an image, controlled by the \fB\-label\fR, \fB\-bitmap\fR, and \fB\-image\fR options for the entry. If the \fB\-accelerator\fR option is specified for an entry then a second textual field is displayed to the right of the label. The accelerator -typically describes a keystroke sequence that may be typed in the +typically describes a keystroke sequence that may be used in the application to cause the same result as invoking the menu entry. +This is a display option, it does not actually set the corresponding +binding (which can be achieved using the \fBbind\fR command). The third field is an \fIindicator\fR. The indicator is present only for checkbutton or radiobutton entries. It indicates whether the entry is selected or not, and is displayed to the left of the entry's @@ -537,8 +539,10 @@ This option is not available for separator or tear-off entries. . Specifies a string to display at the right side of the menu entry. Normally describes an accelerator keystroke sequence that may be -typed to invoke the same function as the menu entry. This option -is not available for separator or tear-off entries. +used to invoke the same function as the menu entry. This is a display +option, it does not actually set the corresponding binding (which can +be achieved using the \fBbind\fR command). This option is not available +for separator or tear-off entries. .TP \fB\-background \fIvalue\fR . |