mirror of
https://github.com/emilk/egui.git
synced 2026-07-09 16:27:27 +00:00
98916489f7
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
Example of how to use menus, popups, context menus and tooltips.
cargo run -p popups