source:
trunk/kitgen/files/BLT2.4-pkgIndex.tcl@
176
Last change on this file since 176 was 175, checked in by , 12 years ago | |
---|---|
File size: 196 bytes |
Rev | Line | |
---|---|---|
[175] | 1 | package ifneeded BLT 2.4 [list BLT_load $dir] |
2 | ||
3 | proc BLT_load {dir} { | |
4 | global blt_library | |
5 | load "" BLT | |
6 | source [file join $dir graph.tcl] | |
7 | set blt_library $dir | |
8 | rename BLT_load {} | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.