June 8, 2009
2:07 p.m.
http://code.google.com/p/pharo/issues/detail?id=867 On Jun 3, 2009, at 11:38 PM, Hernan Wilkinson wrote:
PluggableButtonMorph>>getModelState "Answer the result of sending the receiver's model the getStateSelector message."
^(getStateSelector isNil or: [ model isNil ]) ifTrue: [false] ifFalse: [model perform: getStateSelector]