[Service]Collapse a window

Richard A. O'Keefe ok at cs.otago.ac.nz
Thu Oct 7 06:22:57 UTC 2004


	Content-Type: text/plain; charset=us-ascii
	Content-Disposition: attachment; filename="SystemWindowService.1.cs"
	
	'From Squeak3.8alpha of 8 September 2004 [latest update: #5987] on 6 October 2004 at 1:40:26 pm'!
	
	!SystemWindow class methodsFor: '*services-base' stamp: 'ab 10/6/2004 13:39'!
	registeredServices
		"Service initialize  "
	
		^ {
			Service new
			label: 'colapse window';
			shortLabel: 'colapse';
			description: 'Colapse the focused window';
			action:  [SystemWindow focusedWindow collapseOrExpand];
			shortcut: '<c-x>';
			categories: self worldwincat
			}
	! !
That's three times that 'colapse' should be 'collapse'.




More information about the Squeak-dev mailing list