[squeak-dev] Read-only test morph ?

Bob Arning arning315 at comcast.net
Fri Jun 21 15:24:18 UTC 2013


Something like:

AlignmentMorph newRow
     hResizing: #shrinkWrap;
     vResizing: #shrinkWrap;
     addMorph: (
         TextMorph new
             width: 500;
             contentsWrapped: TextMorph comment;
             lock
     );
     openInWorld

perhaps?

Cheers,
Bob

On 6/21/13 7:57 AM, Stéphane Rollandin wrote:
> Hello,
>
> Is there a simple way to make a PluggableTextMorph (or a similar 
> beast) read-only ?
>
>
> Stef
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130621/2eb8bd99/attachment.htm


More information about the Squeak-dev mailing list