UIPainterView.st
changeset 3287 0bddeff854d4
parent 3262 3168fe296011
child 3293 911a495e2ed7
equal deleted inserted replaced
3286:1ea9a6fbe2b4 3287:0bddeff854d4
  3104 
  3104 
  3105 !UIPainterView::ViewProperty methodsFor:'spec messages'!
  3105 !UIPainterView::ViewProperty methodsFor:'spec messages'!
  3106 
  3106 
  3107 doesNotUnderstand:aMessage
  3107 doesNotUnderstand:aMessage
  3108     spec notNil ifTrue:[
  3108     spec notNil ifTrue:[
  3109 	(spec respondsTo:(aMessage selector)) ifTrue:[^ aMessage sendTo:spec]
  3109         (spec respondsTo:(aMessage selector)) ifTrue:[^ aMessage sendTo:spec]
  3110     ].
  3110     ].
       
  3111     ('[UIPainter::ViewProperty] warning: message ignored: ',aMessage selector) errorPrintCR.
  3111     ^ nil
  3112     ^ nil
  3112 !
  3113 !
  3113 
  3114 
  3114 layout
  3115 layout
  3115     ^ spec layout
  3116     ^ spec layout