Hi,
One thing SpecTcl does well is generate code which can be embedded in other
applications - it creates a proc per widget which accepts as an argument the name you
wish to give the widget. This way, one is not bound to a specific name, and one can
have a series of many widgets created in the same manner (as specified by the gui
builder) any of which can be embedded inside other widgets.
Is this planned for vtcl, or already possible? I think it's a useful facility to have
in addition to the current behavior (which I find a little unnecessarily intrusive
upon the application structure, because it uses constant global names.)
Colin.