diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-09 00:51:38 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-09 00:51:38 (GMT) |
commit | 4578d4895ac9ceb05fc50b4399009c8f46adfd8e (patch) | |
tree | c938a08a0a678266d994610d4f840633a47b8297 /library/obsolete.tcl | |
parent | 66f4878ba9351a084ff2d699d20d1e5f0a598d99 (diff) | |
download | tk-4578d4895ac9ceb05fc50b4399009c8f46adfd8e.zip tk-4578d4895ac9ceb05fc50b4399009c8f46adfd8e.tar.gz tk-4578d4895ac9ceb05fc50b4399009c8f46adfd8e.tar.bz2 |
TIP 360: Make Tk menu activation follow mouse movements.
Diffstat (limited to 'library/obsolete.tcl')
-rw-r--r-- | library/obsolete.tcl | 3 |
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" |