Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make AdaptEvents a thin wrapper over an inner widget #430

Merged
merged 10 commits into from
Dec 20, 2023
Merged

Make AdaptEvents a thin wrapper over an inner widget #430

merged 10 commits into from
Dec 20, 2023

Conversation

dhardy
Copy link
Collaborator

@dhardy dhardy commented Dec 20, 2023

AdaptEvents is now a special thin wrapper over the inner widget. Implications:

  • It does not have its own Id
  • Introspection over a tree with an AdaptEvents-wrapped widget would see a different widget_name (affecting debug output) but otherwise identical tree, assuming the wrapper did not use any message handlers
  • Usage of EventCx::last_child from AdaptEvents now works as expected (instead of just returning the index of the wrapped child, 0)

The latter is the main motivation, and makes it unnecessary to have message handler support in Grid and List (which could be confusing in practice without also supporting .on_configure and .on_update on those types).

This exposed a couple of potential issues in ComboBox which were fixed.

Also: add fn EventCx::try_debug to support debugging of unexpected message types in message handlers.

@dhardy dhardy merged commit 137e11d into master Dec 20, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant