diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-03-12 13:53:43 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-03-12 13:53:43 (GMT) |
commit | 267c7139a343ef3046d22784684c13b36c6d11b2 (patch) | |
tree | f301e3b8f81d2ae263acb34613c12d0b7e85656a /library/tclIndex | |
parent | 5e7cd0b1ceda5c0cefd03d13595713d9c00cf8d3 (diff) | |
download | tk-267c7139a343ef3046d22784684c13b36c6d11b2.zip tk-267c7139a343ef3046d22784684c13b36c6d11b2.tar.gz tk-267c7139a343ef3046d22784684c13b36c6d11b2.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]] |