UIPainterView.st
changeset 335 9f048ededd7d
parent 330 643ac5544426
child 352 088174fc1e71
equal deleted inserted replaced
334:3f632e9711e8 335:9f048ededd7d
   683 
   683 
   684 
   684 
   685 
   685 
   686 ! !
   686 ! !
   687 
   687 
       
   688 !UIPainterView methodsFor:'queries'!
       
   689 
       
   690 resolveName:aName
       
   691     |appl|
       
   692 
       
   693     appl := self application.
       
   694 
       
   695     appl notNil ifTrue:[
       
   696         ^ appl resolveName:aName
       
   697     ].
       
   698     ^ Smalltalk resolveName:aName inClass:self class
       
   699 ! !
       
   700 
   688 !UIPainterView methodsFor:'removing components'!
   701 !UIPainterView methodsFor:'removing components'!
   689 
   702 
   690 remove:anObject
   703 remove:anObject
   691     "remove anObject from the contents do redraw
   704     "remove anObject from the contents do redraw
   692     "
   705     "