Re: Colors and other questions
[email protected] (Jeff Hobbs)
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
On 09/03/2010 11:32 AM, Swingle David-QWHM86 wrote: >> Try just using the 'style' command. I believe that version >> may preceed 'style' being placed in the ttk namespace. The >> docs for tile's style are at >> http://tktable.sourceforge.net/tile/doc/style.html > Again, I'm not very good at converting from tcl to Perl. Is there an > example of changing the style of an entry? Here's what I have so far, > and it will change the button, but not the entry widgets: The command in your version would be Tkx::style(...), but note that will need to be corrected when you upgrade Perl to Tkx::ttk__style(...). Jeff