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] _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
