[squeak-dev] The Trunk: ToolBuilder-Kernel-dtl.31.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 13 02:59:54 UTC 2010


David T. Lewis uploaded a new version of ToolBuilder-Kernel to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Kernel-dtl.31.mcz

==================== Summary ====================

Name: ToolBuilder-Kernel-dtl.31
Author: dtl
Time: 12 February 2010, 9:58:39.069 pm
UUID: 9c0d4906-e5f8-4b7b-9c11-281e9f8ed8eb
Ancestors: ToolBuilder-Kernel-mtf.30

Add UIManager>>request:initialAnswer:centerAt: to remove MVC dependency from MessageSet.

=============== Diff against ToolBuilder-Kernel-mtf.30 ===============

Item was added:
+ ----- Method: UIManager>>request:initialAnswer:centerAt: (in category 'ui requests') -----
+ request: queryString initialAnswer: defaultAnswer centerAt: aPoint 
+ 	"Create an instance of me whose question is queryString with the given
+ 	initial answer. Invoke it centered at the given point, and answer the
+ 	string the user accepts. Answer the empty string if the user cancels."
+ 
+ 	^self subclassResponsibility!




More information about the Squeak-dev mailing list