* pkgIndex.tcl: sample pkgIndex.tcl that allows using tkcon as a
authorJeff Hobbs <hobbs@users.sourceforge.net>
Tue, 5 Sep 2006 22:25:19 +0000 (22:25 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Tue, 5 Sep 2006 22:25:19 +0000 (22:25 +0000)
package.

ChangeLog
pkgIndex.tcl [new file with mode: 0644]

index 57c12ce807ba39b6a92fd7fb319018c861a95c75..441f4c994ccbfa655c868afd6b13b632e0065b28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-05  Jeff Hobbs  <jeffh@ActiveState.com>
 
+       * pkgIndex.tcl: sample pkgIndex.tcl that allows using tkcon as a
+       package.
+
        * tkcon.tcl (::tkcon::InitSlave): adjust to make the first file
        passed in to be argv0 in the slave
 
diff --git a/pkgIndex.tcl b/pkgIndex.tcl
new file mode 100644 (file)
index 0000000..4c932eb
--- /dev/null
@@ -0,0 +1,11 @@
+# pkgIndex.tcl to use tkcon as a package via 'package require tkcon'\r
+#\r
+# 'tkcon show' will do all that is necessary to display tkcon\r
+#\r
+# Defaults to:\r
+#  * the main interp as the "slave"\r
+#  * hiding tkcon when you click in the titlebar [X]\r
+#  * using '.tkcon' as the root toplevel\r
+#  * not displaying itself at 'package require' time\r
+#\r
+package ifneeded tkcon 2.4 [list source [file join $dir tkcon.tcl]]\r