[ENH][GOODIE] Minor additions to SystemWindow to hide/show 'decorations'

David N. Smith (IBM) dnsmith at watson.ibm.com
Mon Jan 7 20:10:36 UTC 2002


Hi:

There currently is no way to hide the menu, expand box, or collapse box of a SystemWindow. This change set adds six methods which hide or show them:
	hideCollapseBox
	hideExpandBox
	hideWindowMenu
	showCollapseBox
	showExpandBox
	showWindowMenu

The printString of a SystemWindow does not show enough information to identify the window in a debugger, browser, or explorer. This change set adds the window title to the information provided. Examples"

	a SystemWindow(1714)'Workspace' 
	a SystemWindow(391)'Macintosh HD:External Updates' 
	a SystemWindow(166)'Changes go to "3459squeakFlapEtc-sw"' 
	a SystemWindow(1292)'Selector Browser' 
	a SystemWindow(524)'assembly' 
	a SystemWindow(3917)'Games in Squeak'

This is a very small set of changes, mainly one line per method.

Dave
-------------- next part --------------
Skipped content of type multipart/appledouble-------------- next part --------------
Skipped content of type multipart/appledouble


More information about the Squeak-dev mailing list