diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-09 00:43:46 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-09 00:43:46 (GMT) |
commit | 7540b82fe0542de05038049569f2b6656338dd18 (patch) | |
tree | 96a81adf49e12997f004535ca8375938b5add887 /ChangeLog | |
parent | 2feda836da6d55ba87a093fe45cfe178a6ff1f7e (diff) | |
download | tk-7540b82fe0542de05038049569f2b6656338dd18.zip tk-7540b82fe0542de05038049569f2b6656338dd18.tar.gz tk-7540b82fe0542de05038049569f2b6656338dd18.tar.bz2 |
TIP 360: Make Tk menu activation follow mouse movement.
This patch makes Tk menus on unix follow mouse motion in the same
way Windows and GNOME menus follow the mouse. Once a menubar dropdown
has been activated, moving the mouse to another menubar button or
cascade item will activate the dropdown without needing another click.
The previous behaviour can be restored by setting the *Menu.clickToFocus
option true or by calling 'tk::classic::restore menu' if this is preferred.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-01-09 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/menu.tcl: [TIP 360] Make Tk menu activation + * library/obsolete.tcl: follow mouse movements. + 2010-01-08 Pat Thoyts <patthoyts@users.sourceforge.net> * doc/photo.n: [Bug 2927569] Multiple edits have peverted the |