egui/crates/egui_kittest/tests/snapshots
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
..
menu ⚠️ Improved menu based on `egui::Popup` (#5716) 2025-03-03 14:56:30 +01:00
combobox_closed.png Add a test for comboboxes (#5574) 2025-01-07 13:26:57 +01:00
combobox_opened.png Improve tessellation quality (#5669) 2025-02-04 11:30:12 +01:00
image_snapshots.png Add `WidgetType::Image` and `Image::alt_text` (#5534) 2024-12-30 12:53:46 +01:00
readme_example.png Simplify kittest readme example (#5486) 2024-12-16 18:02:21 +01:00
test_shrink.png Make the ends of vline/hline sharper (#5676) 2025-02-04 15:31:51 +01:00