summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authorericm <ericm>2000-01-27 00:23:10 (GMT)
committerericm <ericm>2000-01-27 00:23:10 (GMT)
commit40b335d9b0c6ca46aa6f5bba4f95528fea233129 (patch)
treee9779997eb2be15e478fc405ca04237abcb9a671 /library/tclIndex
parent7e47234206a345a0b8dcbe7bd066ed360e4a9942 (diff)
downloadtk-40b335d9b0c6ca46aa6f5bba4f95528fea233129.zip
tk-40b335d9b0c6ca46aa6f5bba4f95528fea233129.tar.gz
tk-40b335d9b0c6ca46aa6f5bba4f95528fea233129.tar.bz2
* doc/getOpenFile.n:
* doc/chooseDirectory.n: Man page/cross links for tk_chooseDirectory (bug #1786). * library/tk.tcl: * library/tclIndex: Added hooks for tk_chooseDirectory. (bug #1786) * library/choosedir.tcl: tk_chooseDirectory implementation for Unix/Mac (bug #1786).
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 e2cf7f1..d0d2407 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -242,3 +242,4 @@ set auto_index(tkListBoxKeyAccel_Unset) [list source [file join $dir xmfbox.tcl]
set auto_index(tkListBoxKeyAccel_Key) [list source [file join $dir xmfbox.tcl]]
set auto_index(tkListBoxKeyAccel_Goto) [list source [file join $dir xmfbox.tcl]]
set auto_index(tkListBoxKeyAccel_Reset) [list source [file join $dir xmfbox.tcl]]
+set auto_index(::tkChooseDirectory::tk_chooseDirectory) [list source [file join $dir choosedir.tcl]]