Christoph
Christoph
I had some ideas about the `Widget` trait. Maybe some of them are useful. I have no idea whether Flutter or SwitfUI style layout is the better fit for Xilem....
> My idea of event is that it generally targets a single widget. This is true for druid's event method, but if we combine event and lifecycle, this no longer...
> should that be done during tree marking, or perhaps in a separate traversal? I think this should happen during tree marking. The Pod could also set `ACCESSIBILITY` if `ChangeFlags`...
As Raph, i am in favor of a single app_logic closure which builds some kind of `WindowGroup`. > The first two don't have much inter-window coordination; the next two only...
Sorry for the slow response. I hope i understand the question correctly. The think you want to achieve is already possible. You can create a `Tree` view which uses a...
Sorry for the slow response. I like the idea to derive `View` for enums but am not so sure about structs. We already have implemented `ViewSequence` for Tuples. I don't...