Weekend Project Update [was: log me in!]

Ian Piumarta ian.piumarta at inria.fr
Thu Jul 11 12:33:46 UTC 2002


On Thu, 11 Jul 2002, Kevin Fisher wrote:

> The only gotcha is that Zurgle hides the SystemWindow menu so there's
> no obvious way to get at it!

TeletypeMorph>>mouseDown: evt

	evt hand newKeyboardFocus: self.
	(evt yellowButtonPressed)
		ifTrue:
			[(owner isKindOf: TeletypeWindow)
				ifTrue: [owner offerWindowMenu]
				ifFalse: [self offerVTMenu]]


Ian





More information about the Squeak-dev mailing list