summaryrefslogtreecommitdiffstats
path: root/pkgIndex.tcl.in
blob: f372c5334772002525e26b71b813749c2bda803a (plain)
1
2
3
4
5
6
7
8
9
proc ::TreeCtrlLoad {dir} {
	uplevel #0 source [file join $dir treectrl.tcl]
	uplevel #0 source [file join $dir filelist-bindings.tcl]
	tclPkgSetup $dir treectrl @VERSION@ {
		{@treectrl_LIB_FILE@ load {treectrl imagetint textlayout}}
	}
}
package ifneeded treectrl @VERSION@ [list ::TreeCtrlLoad $dir]