source: trunk/kitgen/files/BLT2.4-pkgIndex.tcl@ 199

Last change on this file since 199 was 175, checked in by demin, 12 years ago

initial commit

File size: 196 bytes
Line 
1package ifneeded BLT 2.4 [list BLT_load $dir]
2
3proc 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.