[Service]Collapse a window

Alexandre Bergel bergel at iam.unibe.ch
Thu Oct 7 11:55:46 UTC 2004


> That's three times that 'colapse' should be 'collapse'.

thanks! 

Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
-------------- next part --------------
'From Squeak3.8alpha of 8 September 2004 [latest update: #5987] on 7 October 2004 at 1:54:05 pm'!

!SystemWindow class methodsFor: '*services-base' stamp: 'ab 10/7/2004 13:53'!
registeredServices
	"Service initialize  "

	^ {
		Service new
		label: 'collapse window';
		shortLabel: 'collapse';
		description: 'Collapse the focused window';
		action:  [SystemWindow focusedWindow collapseOrExpand];
		shortcut: '<c-x>';
		categories: self worldwincat
		}
! !


More information about the Squeak-dev mailing list