summaryrefslogtreecommitdiffstats
path: root/doc/menu.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-03-02 16:50:36 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-03-02 16:50:36 (GMT)
commitd98b37dc26c701d591a268f135d285496ee417e0 (patch)
treedaf7b9301727a4eb2ef38c51c2a0d4e0ac4fd4dc /doc/menu.n
parent6e26fdbe0946bd1f6a10775943ff79d0c17417b2 (diff)
downloadtk-d98b37dc26c701d591a268f135d285496ee417e0.zip
tk-d98b37dc26c701d591a268f135d285496ee417e0.tar.gz
tk-d98b37dc26c701d591a268f135d285496ee417e0.tar.bz2
* doc/tk_mac.n (new file): Description of OSX-specific functionality
in Tk, contributed by Kevin Walzer. * doc/button.n, doc/font.n, doc/menu.n: Noted which parts of these commands are intentionally not fully supported on OSX.
Diffstat (limited to 'doc/menu.n')
-rw-r--r--doc/menu.n6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/menu.n b/doc/menu.n
index 665d4e8..67dd7d4 100644
--- a/doc/menu.n
+++ b/doc/menu.n
@@ -42,6 +42,8 @@ top. If so, it will exist as entry 0 of the menu and the other
entries will number starting at 1. The default
menu bindings arrange for the menu to be torn off when the tear-off
entry is invoked.
+This option is ignored under Aqua/Mac OS X, where menus cannot
+be torn off.
.OP \-tearoffcommand tearOffCommand TearOffCommand
If this option has a non-empty value, then it specifies a Tcl command
to invoke whenever the menu is torn off. The actual command will
@@ -54,6 +56,8 @@ and menu \fB.x.y\fR is torn off to
create a new menu \fB.x.tearoff1\fR, then the command
.QW "\fBa b .x.y .x.tearoff1\fR"
will be invoked.
+This option is ignored under Aqua/Mac OS X, where menus cannot
+be torn off.
.OP \-title title Title
The string will be used to title the window created when this menu is
torn off. If the title is NULL, then the window will have the title
@@ -557,6 +561,8 @@ This option is not available for separator or tear-off entries.
When this option is zero, the entry appears below the previous entry. When
this option is one, the entry appears at the top of a new column in the
menu.
+This option is ignored on Aqua/Mac OS X, where menus are always a single
+column.
.TP
\fB\-command \fIvalue\fR
.