Dear all.
I. Tcl::Tk::Widget::MultipleWidget has gone away Now I've reimplemented Optionmenu widget with snit, and since that package Tcl::Tk::Widget::MultipleWidget has gone away, which was rather awkward. So the overall robustness on Tcl::Tk should be better. (see http://tcltkce.cvs.sourceforge.net/tcltkce/TclTk/lib/Tcl/Tk.pm?r1=1.89&r2=1.90 ) There are few problems on "snit/Tcl" side, I'll solve them quickly. II. pure-perl megawidgets More importantly, I did not succeeded on using snit for pure-perl widgets implementation, which do not seemingly fit smoothly to Perl. I can show my attempts on snit, if there are people with ideas for discussion :) On the contrary, mkWidgets megawidgets allow puer-perl megawidgets without any preparations, see http://mini.net/tcl/13208 Suggestions? Best regards, Vadim.