liballeg / allegro5

The official Allegro 5 git repository. Pull requests welcome!
https://liballeg.org
Other
1.85k stars 283 forks source link

Add ability to display accelerators in menus #792

Open SiegeLord opened 7 years ago

SiegeLord commented 7 years ago

See https://www.allegro.cc/forums/thread/616981.

For Win32, it appears to be as simple as adding a \t in the label. For GTK it's a bit more complex: https://github.com/wxWidgets/wxWidgets/blob/master/src/gtk/menu.cpp#L657

ReiquelApplegate commented 4 months ago

Where in the code are these labels?