Feb. 2, 2018
6:43 a.m.
Juraj Kubelka <juraj.kubelka@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