__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Tcl package index file, version 1.0
proc LoadBLT25 { version dir } {
set prefix "lib"
set suffix [info sharedlibextension]
regsub {\.} $version {} version_no_dots
set versuf $version$suffix
# Determine whether to load the full BLT library or
# the "lite" tcl-only version.
if {[package vcompare [info tclversion] 8.2] < 0} {
set taillib ${versuf}.8.0
} elseif {[package vcompare [info tclversion] 8.3] < 0} {
set taillib ${versuf}.8.2
} elseif {[package vcompare [info tclversion] 8.4] < 0} {
set taillib ${versuf}.8.3
} elseif {[package vcompare [info tclversion] 8.5] < 0} {
set taillib ${versuf}.8.4
} elseif {[package vcompare [info tclversion] 8.6] < 0} {
set taillib ${versuf}.8.5
} else {
set taillib ${versuf}.8.6
}
if { [info commands tk] == "tk" } {
set name1 ${prefix}BLT.${taillib}
set name2 ${prefix}BLT${version_no_dots}${suffix}
} else {
set name1 ${prefix}BLTlite.${taillib}
set name2 ${prefix}BLTlite${version_no_dots}${suffix}
}
global tcl_platform
foreach name [list $name1 $name2] {
if { $tcl_platform(platform) == "unix" } {
set library [file join $dir $name]
if { ![file exists $library] } {
# Try the parent directory.
set library [file join [file dirname $dir] $name]
}
if { ![file exists $library] } {
# Default to the path generated at compilation.
set library [file join "/usr/lib" $name]
}
} else {
set library $name
}
if { ![file exists $library] } continue
load $library BLT
break
}
}
set version "2.5"
set patchlevel "2.5.3"
package ifneeded BLT $patchlevel [list LoadBLT25 $version $dir]
# End of package index file
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ZoomStack.itcl | File | 9.68 KB | 0644 |
|
| bltCanvEps.pro | File | 2.22 KB | 0644 |
|
| bltGraph.pro | File | 12.83 KB | 0644 |
|
| dnd.tcl | File | 3.17 KB | 0644 |
|
| dragdrop.tcl | File | 2.72 KB | 0644 |
|
| graph.tcl | File | 13.9 KB | 0644 |
|
| hierbox.tcl | File | 13.28 KB | 0644 |
|
| init.tcl | File | 310 B | 0644 |
|
| pkgIndex.tcl | File | 1.78 KB | 0644 |
|
| tabnotebook.tcl | File | 10.16 KB | 0644 |
|
| tabset.tcl | File | 11.02 KB | 0644 |
|
| tclIndex | File | 653 B | 0644 |
|
| treeview.tcl | File | 65.53 KB | 0644 |
|
| treeview.xbm | File | 326 B | 0644 |
|
| treeview_m.xbm | File | 331 B | 0644 |
|
| tvutil.tcl | File | 16.59 KB | 0644 |
|