Bogdanp / racket-gui-easy

Declarative GUIs in Racket.
https://docs.racket-lang.org/gui-easy/index.html
134 stars 18 forks source link

Feature-request: Slightly fancier menus #37

Open sisima70 opened 1 year ago

sisima70 commented 1 year ago

It would be nice if menus could have an icon and a hotkey note like this:

screen8

The icon is mainly useful when you can do something by the toolbar also:

screen7
Bogdanp commented 1 year ago

I don't think racket/gui currently supports menu item icons, so it would have to be updated to support them first. Shortcuts, I can try to add later this weekend.