|
From: Jeff H. <je...@ac...> - 2006-11-20 19:01:59
|
> Other changes: tile::availableThemes -> ttk::themes, > and tile::setTheme -> ttk::setTheme. Everything else > in the tile::* namespace is gone (none of that was > public anyway, though). >=20 > At the moment, in Tk CVS HEAD, calling "package require tile"=20 > in an 8.5a6 interp will break badly. This needs to be fixed=20 > before 8.5 beta. >=20 > For themes and custom widgets, there might be more changes. It seems that the current major blocker is that the ttk::theme::default versions differ (and an error is thrown on the different version = provide), and then that the named font TkClassicDefaultFont already exists. Putting a catch around those 2 statements allows for tile to be package required into 8.5. I don't see any reason not to commit those changes = ... Jeff |