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: https://pysolfc.svn.sourceforge.net/svnroot/pysolfc/PySolFC/trunk@174 39dd0a4e-7c14-0410-91b3-c4f2d318f732
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]]
|
|
}
|
|
|