Juraj Kubelka <juraj.kube...@icloud.com>
wrote:
> Let’s say that we have a StringMorph: ‘Hello' asMorph.
> Can I attach a MenuMorph (or a menu building logic) and display the
> context menu on a mouse click in the StringMorph? 
> 
> Or the only way to do it is to subclass the StringMorph and write the
> logic in the #mouseDown: method? 

#when:send:to:, or replace the eventhandler, or subclass

Stephan



Reply via email to