This is an old class. Pending deprecation.
A pop up menu that does its action and closes itself after you select an item.
The difference between this and PopUpMenu is that here there are separate functions for each menu item, and with PopUpMenu there is one action.
Arguments:
parent | |
windowWidth | |
height | |
argButtonWidth | |
On another layout
You can add things to the menu above m.add(\more->{ "more".postln; });
On a normal Window
Note that the arrow keys work to navigate once you are focused on any of the buttons.