From: Emiliano <emi...@gm...> - 2025-07-14 15:02:13
|
On Mon, 14 Jul 2025 15:10:35 +0200 Harald Oehlmann <har...@el...> wrote: > Dear Tcl/Tk team, > > TCL 9.0.2 is out. Bologna conference ended. Great stuff ! > > 1) TCL 9.1a0 support and possible items > > No blocker, all tips voted. > Will be started soon. > > 9.1a0 page on the Developper Exchange pending. > Don Porter will create a skeleton and calls for quality improvements. > > 2) fork of X11: eventual report by Reinhard > > No additional information expect the E-Mail from Christian. > > 3) TIP 369: Tk widgets with a property dict inspired by Csabas widgets > > Much work. > Emilianos suggestion does not be cleanaed-up with the widget. > A tight link of Widget and Properties is seen as more beneficial. Sorry for not being able to attend. What does it means "... does not be cleanaed-up with the widget.". For me, the main advantage of the proposed extension is the auto cleanup feature it implements when the widget is destroyed. It is set up when the hash table entry is created here https://chiselapp.com/user/egavilan/repository/tkcargo/file?ci=tip&name=generic/tkcargo.c&ln=293 and called accordingly. The other big advantage, as stated before, is that it can be applied to any widget, both from core or third party, without modification of the widget themselves. Regards -- Emiliano <emi...@gm...> |