summaryrefslogtreecommitdiffstats
path: root/library/menu.tcl
Commit message (Collapse)AuthorAgeFilesLines
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-021-139/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators
* Applied patch from Jeff Hobbs to fix typo in menu.tcl [Bug: 2425]redman1999-07-221-2/+2
|
* * library/menu.tcl: Fixed bug where tk_popup fails when called toostanton1999-05-071-3/+8
| | | | quickly. [Bug: 2009]
* * Merged 8.1 branch into the main trunkstanton1999-04-161-122/+130
|
* * library/menu.tcl (tkMenuFind): Changed so keyboard shortcutsstanton1999-02-041-1/+9
| | | | | | will only be found in the current toplevel. Previously, they might be found in menus attached to other toplevels that might not even be mapped. [Bug: 924]
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* plugin updateswelch1998-06-271-34/+34
|
* Initial revisionrjohnson1998-04-011-0/+1235