kas-gui / kas

Another GUI toolkit
Apache License 2.0
893 stars 27 forks source link

Rename Node → Widget, new trait Events, use macro not blanket impl #392

Closed dhardy closed 1 year ago

dhardy commented 1 year ago

This is a follow-up on #391, which probably should not have been merged as it was. That PR passed checks despite conflating Node vs Widget since every Widget implemented Node (via blanket impl).

Now: