|
in the CustomMenu
we could have
#(11025 22050 44100) do: [:r | aMenu add: r printString action: r]
which shows up a list of items and when one is selected returns it (and do not invoke a method that returns a value)
Does anybody know if there is a varian in MenuMorph because I could not find it.
Stef
|