On Thu, 23 Jan 1997, Kenneth H. Cox wrote:
> I made a brief attempt to modify vtcl to support the Tix mega-widgets.
> Some Tix widgets are existing Tk widgets put together in a particular way
> (e.g. tixLabelFrame which is a label attached to a grooved frame) and some
> are entirely new widgets (e.g. tixGrid, a 2d spreadsheet).
>
> My attempt didn't work. Vtcl tried to store the deconstructed widgets,
> and the project couldn't be read back in. Is there any hope of vtcl ever
> supporting composite widgets from extension packages?
Yes. In fact, I've been slowly changing the code to allow dynamically
pluggable widget extensions. The first library would be the core set
for Tcl/Tk. I was planning on making the second Tix.
I haven't documented the process yet, but it involved creating a
file in the VT heirarchy "lib/lib_<module>" which will be detected
and loaded at run-time. Look at the structure of lib_core and see
if that makes any sense.
I'm open to ideas.
-stewart-