mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@175 efabe8c0-fbe8-4139-b769-b5e6d273206e
12 lines
414 B
Tcl
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]]
|
|
}
|
|
}
|
|
|