[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Feb 20 23:55:07 UTC 2013


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-February/005714.html

Name: ToolBuilder-MVC-dtl.31
Ancestors: ToolBuilder-MVC-dtl.30

Make proportionally spaced buttons work in MVC. Fixes missing buttons on the debug notifier.

If the spec for a widget has a frame that is a LayoutFrame rather than a Rectangle, then it is intended to be scaled within the boundaries of a containing widget. The spec does not contain size hints in this case. Subviews (e.g. buttons in a horizontal layout) are created with initial window size matching the superview. Resize the subview windows such that the subviews are contained within the superview window.

Also allow for a pluggable button to have an initial label (evaluate label selector at view creation) to serve as a size hint in view construction.

=============================================


More information about the Squeak-dev mailing list