mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
* added `clearlooks' theme for tile-binding * added dialogs for tile-binding: File Selecton and Color Chooser (for x11) * refactoring: tile: replaced Tkinter to Tile * refactoring: tile: removed non-used imports git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@174 efabe8c0-fbe8-4139-b769-b5e6d273206e
7 lines
208 B
Tcl
7 lines
208 B
Tcl
# Package index for tile demo pixmap themes.
|
|
|
|
if {[file isdirectory [file join $dir clearlooks]]} {
|
|
package ifneeded tile::theme::clearlooks 0.1 \
|
|
[list source [file join $dir clearlooks.tcl]]
|
|
}
|
|
|