OSDN Git Service

ruby-1.9.1-rc1
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / ext / tk / sample / tkextlib / tile / themes / kroc / pkgIndex.tcl
1 # pkgIndex.tcl for additional tile pixmap themes.
2 #
3 # We don't provide the package is the image subdirectory isn't present,
4 # or we don't have the right version of Tcl/Tk
5 #
6 # To use this automatically within tile, the tile-using application should
7 # use tile::availableThemes and tile::setTheme 
8 #
9 # $Id: pkgIndex.tcl 11708 2007-02-12 23:01:19Z shyouhei $
10
11 if {![file isdirectory [file join $dir kroc]]} { return }
12 if {![package vsatisfies [package provide Tcl] 8.4]} { return }
13
14 package ifneeded tile::theme::kroc 0.0.1 \
15     [list source [file join $dir kroc.tcl]]