summaryrefslogtreecommitdiffstats
path: root/library/obsolete.tcl
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2010-01-09 00:51:38 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2010-01-09 00:51:38 (GMT)
commit2df4377e0ddaa40ad2acee32cb7e0eccdc486548 (patch)
treec938a08a0a678266d994610d4f840633a47b8297 /library/obsolete.tcl
parent10c0567193f3270ad1b08ba7973106659a100a84 (diff)
downloadtk-2df4377e0ddaa40ad2acee32cb7e0eccdc486548.zip
tk-2df4377e0ddaa40ad2acee32cb7e0eccdc486548.tar.gz
tk-2df4377e0ddaa40ad2acee32cb7e0eccdc486548.tar.bz2
TIP 360: Make Tk menu activation follow mouse movements.
Diffstat (limited to 'library/obsolete.tcl')
-rw-r--r--library/obsolete.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/obsolete.tcl b/library/obsolete.tcl
index 327fc02..b6cdc53 100644
--- a/library/obsolete.tcl
+++ b/library/obsolete.tcl
@@ -3,7 +3,7 @@
# This file contains obsolete procedures that people really shouldn't
# be using anymore, but which are kept around for backward compatibility.
#
-# RCS: @(#) $Id: obsolete.tcl,v 1.4 2007/12/13 15:26:27 dgp Exp $
+# RCS: @(#) $Id: obsolete.tcl,v 1.4.2.1 2010/01/09 00:51:38 patthoyts Exp $
#
# Copyright (c) 1994 The Regents of the University of California.
# Copyright (c) 1994 Sun Microsystems, Inc.
@@ -117,6 +117,7 @@ proc ::tk::classic::restore_menu {args} {
if {[tk windowingsystem] eq "x11"} {
option add *Menu.activeBorderWidth 2 $prio; # 1
option add *Menu.borderWidth 2 $prio; # 1
+ option add *Menu.clickToFocus true $prio
}
if {[tk windowingsystem] ne "aqua"} {
option add *Menu.font "TkDefaultFont" $prio; # "TkMenuFont"