''XOTcl Is Not Snit'' [Sarnold] 2005-10-05 -- I am trying to emulate snit with an XOTcl class... What : Xoins Where : http://sarnold.free.fr/xoins/index.en.html Version : 2006-02-20 v0.5, patchlevel 1 Description : Xoins is a package emulating snit with the same syntax. A great speed improvement is achieved by building types as XOTcl classes. Switching from snit types, widgets and widgetadaptors may only require a 'package require xoins', and then renaming 'snit::type' to 'xoins::type', widget and widgetadaptor require the same process, maybe more transformations if you are unlucky. ---- The following [Snidgets] work fine with Xoins: * [snitScrollWindow] * [snitfinddialog] * [snitbutton] ---- See also [itins], [Snit], and of course [XOTcl]. ---- [Category Object Orientation]