UIPainterView.st
changeset 335 9f048ededd7d
parent 330 643ac5544426
child 352 088174fc1e71
--- a/UIPainterView.st	Wed Oct 15 15:39:41 1997 +0200
+++ b/UIPainterView.st	Wed Oct 15 15:41:28 1997 +0200
@@ -685,6 +685,19 @@
 
 ! !
 
+!UIPainterView methodsFor:'queries'!
+
+resolveName:aName
+    |appl|
+
+    appl := self application.
+
+    appl notNil ifTrue:[
+        ^ appl resolveName:aName
+    ].
+    ^ Smalltalk resolveName:aName inClass:self class
+! !
+
 !UIPainterView methodsFor:'removing components'!
 
 remove:anObject