[Cuis-dev] TextModelMorph

Mark Volkmann r.mark.volkmann at gmail.com
Mon Jun 10 10:01:51 PDT 2024


I'm learning how to use a `TextModelMorph`.

I have this in an instance method and it renders fine:

textMorph := TextModelMorph
textProvider: self
textGetter: #name
textSetter: #name .

The class defines the instance methods `name` and `name: aString`.
But when I modify the value in the TextModelMorph, the `name: aString`
method is not called.
Shouldn't it do that?

-- 
R. Mark Volkmann
Object Computing, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20240610/ce92c748/attachment.htm>


More information about the Cuis-dev mailing list