projman/theme/breeze/pkgIndex.tcl

15 lines
519 B
Tcl
Raw Normal View History

2022-07-21 10:56:46 +03:00
# pkgIndex.tcl for additional tile pixmap theme tkBreeze.
#
# We don't provide the package is the image subdirectory isn't present,
# or we don't have the right version of Tcl/Tk
#
# To use this automatically within tile, the tile-using application should
# use tile::availableThemes and tile::setTheme
if {![file isdirectory [file join $dir breeze]]} { return }
if {![package vsatisfies [package provide Tcl] 8.6]} { return }
package ifneeded ttk::theme::breeze 0.6 \
[list source [file join $dir breeze.tcl]]