kas-gui / kas

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

Add widget status tracking; remove pre_configure #410

Closed dhardy closed 10 months ago

dhardy commented 10 months ago

The main part of this PR is to add (hidden, debug-only) status tracking for widgets and fix the resulting failures. Closes #408. (Uses solution 9 of #407, limiting function modifications to avoid observable side-effects besides panic-on-check-failure.)

Also: