egui/examples/popups
Adrian Valcarcel-Schott 98916489f7
Add `ComboBox::close_behavior` (#5305)
Exposed the underlying PopupCloseBehavior of ComboBox in order to allow
more control of ComboBox behavior.

This allows ComboBox to be used rather than manually managing a popup
directly, while also gaining the convenience features of ComboBox such
as popup auto-sizing.

* [x] I have followed the instructions in the PR template
2024-10-29 12:39:44 +01:00
..
src Add `ComboBox::close_behavior` (#5305) 2024-10-29 12:39:44 +01:00
Cargo.toml Add `PopupCloseBehavior` (#4636) 2024-06-27 09:42:57 +02:00
README.md Add `PopupCloseBehavior` (#4636) 2024-06-27 09:42:57 +02:00

README.md

Example of how to use menus, popups, context menus and tooltips.

cargo run -p popups