[tcltk-perl] how to support pure-perl perlTk widgets?
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-04-27 18:29:21
|
Implementation of pure-Perl widgets is based on Tix embedded into perlTk (ConfigSpecs, ConstructWidget are parts of Tix and used in perlTk) So, it could be possible to provide support for pure-Perl widgets using namely that mechanism. How do you all think, is it reasonable at all trying to support pure-perl widgets? Or have them re-implemented each time those are needed? I, personally, do not like an idea for supporting those, and, at least, this could be tried separatedly as independent effort once we'll have Tcl::Tk in a good shape (and this is already the case, IMHO :) Best regards, Vadim. |