Added onselect_arr callback to Browse_tktreectrl
[tcl-tlc.git] / tlc-base.tcl
blob5fd5cc01dd82b65a61ebbc2339aaa9d065df7528
1 package require Tcl 8.4
2 package require Itcl 3.1
4 namespace eval ::tlc {
5 namespace export *
7 variable version 0.78.0
9 variable log
10 set log(threshold) 20
13 source [file join $::tlc::library scripts intersect3.tcl]
14 lappend auto_path [file join $::tlc::library scripts]
16 tlc::Uri tlc::uri
18 package provide TLC-base $::tlc::version
20 namespace import -force itcl::*