in reply to Re^2: Why is wxPerl slower than Win32GUI?
in thread Why is wxPerl slower than Win32GUI?
often I use pure Tcl CPAN module instead of Tcl::Tk, because I rarely actually need that perl/Tk syntax,
is quite enough, so perl/Tk syntax is an overkill$int->call($widget,'method','submethod', -smth=>'val');
given that most my GUI code is separated already into some place...$widget->methodSubmethod(-smth=>'val');
You can write to our mail list and we will answer all of your questions, tcltk at perl dot org, you're welcome :)
|
|---|