Context menu? #1347
-
|
I'm shopping for GUI libraries. I'm migrating from Iced, and one of the most important things I'm looking for is a simple and effective customizable context menu. I'm wondering what (if any) support freya has for this. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I dont have a context menu component but I do have Menu https://github.com/marc2332/freya/blob/main/examples/menu.rs It could be used for a context menu tho I guess 🤔 |
Beta Was this translation helpful? Give feedback.
-
|
This alone is a huge step up from what iced offers. Not quite everything that I had in mind, but I'll definitely look into making a context menu with the menu component. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
yesterday I pushed to #1351 a ContextMenu api that works with |
Beta Was this translation helpful? Give feedback.
I dont have a context menu component but I do have Menu https://github.com/marc2332/freya/blob/main/examples/menu.rs
It could be used for a context menu tho I guess 🤔