summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2010-03-12 13:53:43 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2010-03-12 13:53:43 (GMT)
commit267c7139a343ef3046d22784684c13b36c6d11b2 (patch)
treef301e3b8f81d2ae263acb34613c12d0b7e85656a /library/tclIndex
parent5e7cd0b1ceda5c0cefd03d13595713d9c00cf8d3 (diff)
downloadtk-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/tclIndex1
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]]