source:
trunk/kitgen/files/tk8.5-pkgIndex.tcl@
185
Last change on this file since 185 was 175, checked in by , 12 years ago | |
---|---|
File size: 238 bytes |
Rev | Line | |
---|---|---|
[175] | 1 | package ifneeded Tk $::tcl_patchLevel \ |
2 | [string map [list @@ [file join $dir .. libtk$::tcl_version[info sharedlibext]]] { | |
3 | if {[lsearch -exact [info loaded] {{} Tk}] >= 0} { | |
4 | load "" Tk | |
5 | } else { | |
6 | load @@ Tk | |
7 | } | |
8 | }] |
Note:
See TracBrowser
for help on using the repository browser.