pkg://tclx-8.4.11-1mdk.i586.rpm:621033/
usr/
lib/
tkX8.3/tkx.tcl
info downloads
#-----------------------------------------------------------------------------
# tkx.tcl -- Extended Tcl Tk initialization.
#-----------------------------------------------------------------------------
# $Id: tkx.tcl,v 8.1 1997/04/17 05:00:07 markd Exp $
#-----------------------------------------------------------------------------
if {[info exists tkx_library] && ![cequal $tkx_library {}]} {
if ![lcontain $auto_path $tkx_library] {
lappend auto_path $tkx_library
}
}