[squeak-dev] The Trunk: 60Deprecated-mt.105.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Feb 9 16:50:50 UTC 2022


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.105.mcz

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

Name: 60Deprecated-mt.105
Author: mt
Time: 9 February 2022, 5:50:50.015774 pm
UUID: 42949230-28d6-3c49-9706-3920efad6ec8
Ancestors: 60Deprecated-ct.104

Deprecate legacy layout-support methods in CodeHolder.

=============== Diff against 60Deprecated-ct.104 ===============

Item was added:
+ ----- Method: CodeHolder>>defaultAnnotationPaneHeight (in category '*60Deprecated-annotation') -----
+ defaultAnnotationPaneHeight
+ 	"Answer the receiver's preferred default height for new annotation panes."
+ 	
+ 	self deprecated: 'Use ToolBuilder >> #inputFieldHeight or #inputFieldHeightFor:'.
+ 	^ 25!

Item was added:
+ ----- Method: CodeHolder>>defaultButtonPaneHeight (in category '*60Deprecated-annotation') -----
+ defaultButtonPaneHeight
+ 	"Answer the user's preferred default height for new button panes."
+ 	
+ 	self deprecated: 'Use ToolBuilder >> #buttonRowHeight'.
+ 	^ 25!



More information about the Squeak-dev mailing list