[UPDATES] 10 new updates for 2.4

Mark Mayfield mmayfield at netexplorer.com
Thu Apr 29 22:51:54 UTC 1999


>1165MinorFixes
>A couple from Reinier, plus my fix for Chris Norton's problem with 
>SystemWindowWithButton.

This change added the line

	labelString := 'Untitled Window'

to System Window's initialize method. Now when you open an inspector 
you get the label 'Untitled Window'.

In Inspector Class's openAsMorphOn:withLable: method there is the following:

	window := (SystemWindow labeled: aLabel) model: inspector

The SystemWindow class's method labeled: does the following:

	^ (self basicNew setLabel: labelString) initialize

Which causes the new system window object's label to be overwritten 
with the 'Untitled Window' in the initialize method.

Mark





More information about the Squeak-dev mailing list