summaryrefslogtreecommitdiffstats
path: root/shellicon/pkgIndex.tcl
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-07-10 22:44:12 (GMT)
committertreectrl <treectrl>2005-07-10 22:44:12 (GMT)
commit31e6e7439e0f2b6d6b7c48f6fa0892a67addb269 (patch)
treee361f5bd64ee888eab4e3ca4bc9657e150d5b4e3 /shellicon/pkgIndex.tcl
parente0b9685e4a16e1bd2df93f3d286bddd8acebcc12 (diff)
downloadtktreectrl-31e6e7439e0f2b6d6b7c48f6fa0892a67addb269.zip
tktreectrl-31e6e7439e0f2b6d6b7c48f6fa0892a67addb269.tar.gz
tktreectrl-31e6e7439e0f2b6d6b7c48f6fa0892a67addb269.tar.bz2
Win32 extension that adds "shellicon" element type to TkTreeCtrl for displaying file/folder icon using the Shell API.
Diffstat (limited to 'shellicon/pkgIndex.tcl')
-rw-r--r--shellicon/pkgIndex.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/shellicon/pkgIndex.tcl b/shellicon/pkgIndex.tcl
new file mode 100644
index 0000000..c2edc52
--- /dev/null
+++ b/shellicon/pkgIndex.tcl
@@ -0,0 +1,3 @@
+if {[catch {package require Tcl 8.4}]} return
+append script "load \"[file join $dir treectrl20.dll]\" treectrl"
+package ifneeded shellicon 2.0.1 [list load [file join $dir shellicon20.dll] shellicon]