summaryrefslogtreecommitdiffstats
path: root/doc/menu.n
diff options
context:
space:
mode:
authorericm <ericm>2000-04-17 19:31:59 (GMT)
committerericm <ericm>2000-04-17 19:31:59 (GMT)
commit068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8 (patch)
treea61eb957404f02f79b0e516b597ffdaf07c38246 /doc/menu.n
parent424e07b3f85a1f56fd99ca65cec5c2e570dcc31e (diff)
downloadtk-068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8.zip
tk-068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8.tar.gz
tk-068d53cb54d7e92a69fdf3e9f4a6995dd23a9de8.tar.bz2
* doc/menu.n: Added note regarding rendering of
checkbuttons/radiobuttons in menubars on different platforms -- some systems do not draw indicators for check/radiobuttons in menubars. * library/menu.tcl: Corrected behavior of checkbuttons/commands/radiobuttons in menubars [Bug: 630].
Diffstat (limited to 'doc/menu.n')
-rw-r--r--doc/menu.n8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/menu.n b/doc/menu.n
index cd3ad0a..44a7a8e 100644
--- a/doc/menu.n
+++ b/doc/menu.n
@@ -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.2 1998/09/14 18:22:57 stanton Exp $
+'\" RCS: @(#) $Id: menu.n,v 1.3 2000/04/17 19:32:00 ericm Exp $
'\"
.so man.macros
.TH menu n 4.1 Tk "Tk Built-In Commands"
@@ -236,6 +236,12 @@ menu's items will be displayed in a menubar accross the top of the
window. These menus will behave according to the interface guidelines
of their platforms. For every menu set as a menubar, a clone menu is
made. See the \fBCLONES\fR section for more information.
+.PP
+As noted, menubars may behave differently on different platforms. One
+example of this concerns the handling of checkbuttons and radiobuttons
+within the menu. While it is permitted to put these menu elements on
+menubars, they may not be drawn with indicators on some platforms, due
+to system restrictions.
.VE
.VS