iced-rs / iced_aw

Additional widgets for the Iced GUI library
MIT License
467 stars 110 forks source link

Toggle Menu Bar on Click #257

Closed sundaram123krishnan closed 4 months ago

sundaram123krishnan commented 4 months ago

Requirement

In our pigg app, we encountered a scenario where it was necessary to close the menu bar when the user clicks on the menu bar itself.

2024-07-13 23-27-19

Implementation

To address this need, I implemented the feature to close the menu bar when clicked. When the menu bar is clicked, it toggles its open/close state.

Example:

2024-07-13 23-43-59

Any feedback is appreciated!

sundaram123krishnan commented 4 months ago

I just checked now, it definitely works fine

sundaram123krishnan commented 4 months ago

Thx