mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![nagai](/assets/img/avatar_default.png)
* sample/tkextlib/tile/themes/*: add some themes (blue, keramik, and plastik; require Tile-0.5 or later). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
191 B
Tcl
6 lines
191 B
Tcl
# Package index for tile demo pixmap themes.
|
|
|
|
if {[file isdirectory [file join $dir blue]]} {
|
|
package ifneeded tile::theme::blue 0.0.1 \
|
|
[list source [file join $dir blue.tcl]]
|
|
}
|