Team proposal: Morphic Splitters

Dan Ingalls Dan at SqueakLand.org
Wed Feb 23 18:03:16 UTC 2005


>>8.  Lastly, it would be great to get someone on board who is interested in the Abstract UI project.
>I'm on the 'ui' list as well, that discusses these topics. One of the items on my tiny todo list is to make wxSqueak use ToolBuilder. Or do you mean something bigger than that by 'Abstract UI'? (/me always gets itches when hearing the word 'Abstract' ;)).

I meant here only the very simplest changes
from, eg,
	self addMorph: TextMorph at: textLoc
to
	UIBuilder addTextThingTo: self at textLoc,

It should take very little time to rewrite the current MVC/Morphic view construction messages this way, as a start.

	- Dan



More information about the Squeak-dev mailing list