On 12/17/08 9:20 PM, Mike Ignatoski wrote:
I'm using Tkx with Perl 5.10& Tcl 8.5.5 on Win32& Mac.
I'm trying to figure out how to use the various ttk "themed" widgets.
With Tk 8.5, there is no need of other packages to require - the themed
widgets are part of the core itself.
Do something like:
my $cbx = $mw->new_ttk__combobox();
$cbx->g_grid();
and that is all.
I also saw that the Tcl sample code has a "package require Ttk", so I
didn't think it was 'bundled in'.
Hmmm, that sample code needs to be fixed - that's not correct.
Jeff