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 c32521e841 * improved Tile.py
* 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
2007-06-15 22:01:18 +00:00

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]]
}