RE: Colors and other questions
[email protected] ("Swingle David-QWHM86")
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
> 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
>
What goes in the parens? I tried:
Tkx::style("TEntry", -font => "courier 10");
But I get an error. The following does not generate an error, and it
works for the button, but not for the entry:
Tkx::style_configure("TButton", -font => "courier 10");
Tkx::style_configure("TEntry", -font => "courier 10");
Dave