[squeak-dev] Re: SelectionMorph send to back

Nicolai Hess nicolaihess at web.de
Fri May 8 11:55:06 UTC 2015


2015-05-08 13:28 GMT+02:00 Stephan Eggermont <stephan at stack.nl>:

> On 07/05/15 21:05, karl ramberg wrote:
>
>> SelectionMorph does not have a owner.
>> Method should probably be something like
>>
>> SelectionMorph>>goBehind
>>     ActiveWorld addMorphNearBack: self.
>>
>
> Does it actually need to do anything?
> It responds true to wantsToBeTopmost.
>

delegate to the selected items?

SelectionMorph>>goBehind

    self selectedItems do:[:d | d goBehind].




>
> Stephan
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20150508/9fdefffb/attachment.htm


More information about the Squeak-dev mailing list