home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activetcltk / ActiveTcl8.3.4.1-8.win32-ix86.exe / ActiveTcl8.3.4.1-win32-ix86 / lib / tclX8.3 / tkx.tcl < prev   
Encoding:
Text File  |  2001-10-22  |  485 b   |  14 lines

  1. #-----------------------------------------------------------------------------
  2. # tkx.tcl -- Extended Tcl Tk initialization.
  3. #-----------------------------------------------------------------------------
  4. # $Id: tkx.tcl,v 8.1 1997/04/17 05:00:07 markd Exp $
  5. #-----------------------------------------------------------------------------
  6.  
  7. if {[info exists tkx_library] && ![cequal $tkx_library {}]} {
  8.     if ![lcontain $auto_path $tkx_library] {
  9.     lappend auto_path $tkx_library
  10.     }
  11. }
  12.  
  13.  
  14.