egui/crates/egui_demo_app/src
Lucas Meurer 7fc80d8623
Accessibility inspector plugin (#7368)
Adds an accessibility inspector plugin that shows the current AccessKit
tree:


https://github.com/user-attachments/assets/78f4f221-1bd2-4ce4-adf5-fc3b00f5c16c

Macos has a built in accessibility inspector, but it doesn't seem to
work with AccessKit / eframe so this provides some insight into the
accesskit state.

This also showed a couple issues that are easy to fix:
- [ ] Links show up as `Label` instead of links
- [ ] Not all supported actions are advertised (e.g. scrolling)
- [ ] The resize handles in windows shouldn't be focusable
- [ ] Checkbox has no value
- [ ] Menus should have the button as parent widget (not 100% sure on
this one)


Currently the plugin lives in the demo app, but I think it should be
moved somewhere else. Maybe egui_extras?

This could also be relevant for #4650
2025-10-07 14:39:49 +02:00
..
apps Use a lot more let-else (#7582) 2025-10-02 19:47:00 +02:00
accessibility_inspector.rs Accessibility inspector plugin (#7368) 2025-10-07 14:39:49 +02:00
backend_panel.rs Add `Context::cumulative_frame_nr` (#7278) 2025-06-30 13:29:56 +02:00
frame_history.rs More even text kerning (#7431) 2025-09-08 17:29:41 +02:00
lib.rs Accessibility inspector plugin (#7368) 2025-10-07 14:39:49 +02:00
main.rs Improve error message when failing to run egui_demo_app (#7567) 2025-09-29 11:12:03 +02:00
web.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
wrap_app.rs Accessibility inspector plugin (#7368) 2025-10-07 14:39:49 +02:00