egui/crates/egui_demo_lib/tests/snapshots/demos
lucasmerlin cd22517280
⚠️ Improved menu based on `egui::Popup` (#5716)
Continuation of #5713

**Silently breaking changes:**
- Menus now close on click by default, this is configurable via
`PopupCloseBehavior`

**Additional additions:**
- `Button::right_text`
- `StyleModifier`

This is a rewrite of the egui menus, with the following goals:
- submenu buttons should work everywhere, in a popup, context menu,
area, in some random Ui
- remove the menu state from Ui
- should work just like the previous menu
- ~proper support for keyboard navigation~
  - It's better now but requires further work to be perfect
- support `PopupCloseBehavior`

* Closes #4607 
* [x] I have followed the instructions in the PR template
2025-03-03 14:56:30 +01:00
..
Bézier Curve.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Code Editor.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Code Example.png Fix sizing bug in `TextEdit::singleline` (#5640) 2025-03-03 09:22:01 +01:00
Context Menus.png Add `Popup` and `Tooltip`, unifying the previous behaviours (#5713) 2025-02-18 15:53:07 +01:00
Dancing Strings.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Drag and Drop.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Extra Viewport.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Font Book.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Frame.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Highlighting.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Interactive Container.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Misc Demos.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Modals.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Multi Touch.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Painting.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Pan Zoom.png Change `Harness::run` to run until no more repaints are requested (#5580) 2025-01-07 08:33:44 +01:00
Panels.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Popups.png ⚠️ Improved menu based on `egui::Popup` (#5716) 2025-03-03 14:56:30 +01:00
Scene.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Screenshot.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Scrolling.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Sliders.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Strip.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Table.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Text Layout.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
TextEdit.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Tooltips.png Add `Popup` and `Tooltip`, unifying the previous behaviours (#5713) 2025-02-18 15:53:07 +01:00
Undo Redo.png Fix minor glitch in rendering of selected windows (#5678) 2025-02-04 16:05:36 +01:00
Window Options.png Add `Ui::close` and `Response::should_close` (#5729) 2025-02-20 17:59:29 +01:00