diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-04-20 19:42:31 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-04-20 19:42:31 (GMT) |
commit | 714b003638f256fba3960819b2017df1297f0cc6 (patch) | |
tree | 043e92b7cfc9287844818116c0d81b847615141d /doc/menu.n | |
parent | 1f2e3e1ab8ee0753f0f180384de004b31b38793c (diff) | |
download | tk-714b003638f256fba3960819b2017df1297f0cc6.zip tk-714b003638f256fba3960819b2017df1297f0cc6.tar.gz tk-714b003638f256fba3960819b2017df1297f0cc6.tar.bz2 |
Minor change regarding the system menu on windows (1887169)
Diffstat (limited to 'doc/menu.n')
-rw-r--r-- | doc/menu.n | 6 |
1 files changed, 3 insertions, 3 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.23 2008/01/30 09:58:57 dkf Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.24 2008/04/20 19:42:34 patthoyts Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -252,8 +252,8 @@ whenever the window's menubar is in front. The first items in the menu are provided by Mac OS X. .PP When Tk sees a System menu on Windows, its items are appended to the -system menu that the menubar is attached to. This menu has an icon -representing a spacebar, and can be invoked with the mouse or by typing +system menu that the menubar is attached to. This menu is tied to the +application icon and can be invoked with the mouse or by typing Alt+Spacebar. Due to limitations in the Windows API, any font changes, colors, images, bitmaps, or tearoff images will not appear in the system menu. |