1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/data/themes/clearlooks/pkgIndex.tcl
skomoroh 2477ad8845 * updated for Tk-8.5/Tile-0.8.0
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@175 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-06-17 21:24:57 +00:00

12 lines
414 B
Tcl

# Package index for tile demo pixmap themes.
if {[file isdirectory [file join $dir clearlooks]]} {
if {[package vsatisfies [package require tile] 0.8.0]} {
package ifneeded ttk::theme::clearlooks 0.1 \
[list source [file join $dir clearlooks8.5.tcl]]
} else {
package ifneeded tile::theme::clearlooks 0.1 \
[list source [file join $dir clearlooks8.4.tcl]]
}
}