aboutsummaryrefslogtreecommitdiff
path: root/pkgIndex.tcl
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-07 23:52:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-02-07 23:52:13 +0000
commitdba79567cca7e81444efa16ee3ee1420fb155061 (patch)
treeddde3cbe9df0e99d37a028c0b5b9e94648e182c0 /pkgIndex.tcl
buggy working version of a double-click popup buttonbarHEADsvn2git-rootsvn2git-headscripts/guiplugins/buttonpopup-plugin
svn path=/trunk/scripts/guiplugins/buttonpopup-plugin/; revision=14868
Diffstat (limited to 'pkgIndex.tcl')
-rw-r--r--pkgIndex.tcl10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgIndex.tcl b/pkgIndex.tcl
new file mode 100644
index 0000000..ff70e2d
--- /dev/null
+++ b/pkgIndex.tcl
@@ -0,0 +1,10 @@
+# Tcl package index file, version 1.1
+# This file is generated by the "pkg_mkIndex" command
+# and sourced either when an application starts up or
+# by a "package unknown" script. It invokes the
+# "package ifneeded" command to set up package-related
+# information so that packages will be loaded automatically
+# in response to "package require" commands. When this
+# script is sourced, the variable $dir must contain the
+# full path name of this file's directory.
+package ifneeded tooltip 1.4.2 [list source [file join $dir tooltip-1.4.2.tcl]]