diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-12 13:53:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-12 13:53:43 (GMT) |
commit | bfe3e0c76ac47261c827e710f6e93e98ff09c4c1 (patch) | |
tree | f301e3b8f81d2ae263acb34613c12d0b7e85656a /library/tclIndex | |
parent | 34d6610e816c6d60f58dc99c2f1554d0410f28bf (diff) | |
download | tk-bfe3e0c76ac47261c827e710f6e93e98ff09c4c1.zip tk-bfe3e0c76ac47261c827e710f6e93e98ff09c4c1.tar.gz tk-bfe3e0c76ac47261c827e710f6e93e98ff09c4c1.tar.bz2 |
Factor out some of the megawidget machinery.
Diffstat (limited to 'library/tclIndex')
-rw-r--r-- | library/tclIndex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/tclIndex b/library/tclIndex index 6729ff3..b3f37fa 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -90,6 +90,7 @@ set auto_index(::tk::ListboxExtendUpDown) [list source [file join $dir listbox.t set auto_index(::tk::ListboxDataExtend) [list source [file join $dir listbox.tcl]] set auto_index(::tk::ListboxCancel) [list source [file join $dir listbox.tcl]] set auto_index(::tk::ListboxSelectAll) [list source [file join $dir listbox.tcl]] +set auto_index(::tk::Megawidget) [list source [file join $dir megawidget.tcl]] set auto_index(::tk::MbEnter) [list source [file join $dir menu.tcl]] set auto_index(::tk::MbLeave) [list source [file join $dir menu.tcl]] set auto_index(::tk::MbPost) [list source [file join $dir menu.tcl]] |