dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

Use menuPopulator: annotations to build drop-down toolbar menus too #1249

Closed blairmcg closed 9 months ago

blairmcg commented 9 months ago

We can also use the menuPopulator: mechanism to provide a generic implementation to populate and show menus for drop-down toolbar buttons. This removes the need to hook the dropDown: event, to switch on the toolbar button command symbol, and to reproduce the code to show a menu everywhere used.