MenuMorph question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

MenuMorph question

Stéphane Ducasse
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