Dear all, previous implementation of Scrolled widgets now gone, and it is superceded by the "snit" megawidget implementation (snidgets)
Now Scrolled('widget') actually creates the widget class within Tcl/Tk of type scrolled_widget, which must result in robust widget behaviour, instead of vague Tcl::Tk::Widget::MultipleWidget guesses... I was amazed on how easy it appears to be implemented. I beleive the package Tcl::Tk::Widget::MultipleWidget will therefore completely go away, as it do similar things but more awkward. I was happy to publish this thing to SF CVS but then again SF begun new struggle for developer's time, they think we just love to set up our accounts every now and then. Until then, please see/use the updated Tcl::Tk module. Colored diff to previous version: http://www.vkonovalov.ru/tcltk-misc/Tk.pm.diff.html Tk.pm version 0.91: http://www.vkonovalov.ru/tcltk-misc/Tk.pm I'll made the CPAN release within next week, until that I'll be happy to hear any comments. Best regards, Vadim.