Nov. 15, 2014
9:41 p.m.
initializePresenter "Used to specify the subwidgets, and/or to bind them together" "By default, do not do anything" extentHolder whenChangedDo: [:ex | self widget ifNotNil: [:widget | (widget respondsTo: #extent:) ifTrue: [ widget extent: ex ]]]. may be by design the ifNotNil should not be needed and the respondsTo too.... pffff.