diff options
Diffstat (limited to 'tkcon/pkgIndex.tcl')
-rw-r--r-- | tkcon/pkgIndex.tcl | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/tkcon/pkgIndex.tcl b/tkcon/pkgIndex.tcl index 431442a..938727c 100644 --- a/tkcon/pkgIndex.tcl +++ b/tkcon/pkgIndex.tcl @@ -1,11 +1,5 @@ -# pkgIndex.tcl to use tkcon as a package via 'package require tkcon' # -# 'tkcon show' will do all that is necessary to display tkcon +# Tcl package index file # -# Defaults to: -# * the main interp as the "slave" -# * hiding tkcon when you click in the titlebar [X] -# * using '.tkcon' as the root toplevel -# * not displaying itself at 'package require' time -# -package ifneeded tkcon 2.7 [list source [file join $dir tkcon.tcl]] +package ifneeded tkcon 2.7 \ + [list load [file join $dir ] tkcon] |