The following instructions are for the Tile package, not for the ttk included in Tk 8.5. There are subtle differences, such as tile::setTheme becoming ttk::setTheme and others.So for Tcl 8.5 I usually needed
Your code however works fine with Tcl 8.5use Tkx; $Tkx::TRACE=64; Tkx::package_require('tile'); Tkx::ttk__setTheme('xpnative');#Tkx::tile__setTheme('xpnative');
In reply to Re: Tkx ttk problem
by Anonymous Monk
in thread Tkx ttk problem
by igoryonya
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |