just documenting another migration....
this in Mondrian...
view interaction menuItems add: 'Browse class' -> [:a2 | a2 browse ].
view interaction registerMenu.
appears to become this in Roassal...
view interaction item: 'Browse class' action: #browse.
How do you get a context menu on the background?
btw, I see that ROEaselMorphic>>populateMenuOn: calls
#zoomInButtonOn: which calls #addMenu:callBack:
Does #addMenu:callBack always draw the item in a box? Can you get
multiple items in one box?
From an outside perspective if there can be only one item per box then
#addButton:callBack would seem a more appropriate name.