installjammer

Artifact [89e86d3f82]
aplsimple | Login

Artifact 89e86d3f82fef5d9e660af51fae1906bbab999003ece73f529c1522b98daf50d:


namespace eval ::dnd {
    proc _load {dir} {
	set version 1.0
	load [file join $dir libtkdnd1.0.so] tkdnd
	source [file join $dir tkdnd.tcl]
	package provide tkdnd 1.0
	rename ::dnd::_load {}
    }
}

package ifneeded tkdnd 1.0 \
	[list ::dnd::_load $dir]