isUIPainter query added
authorpenk
Tue, 24 Sep 2002 15:24:39 +0200
changeset 1608 2ad8ca8b5260
parent 1607 1823c35b66d2
child 1609 3ebd61486dc9
isUIPainter query added
UIPainter.st
--- a/UIPainter.st	Mon Sep 23 14:38:56 2002 +0200
+++ b/UIPainter.st	Tue Sep 24 15:24:39 2002 +0200
@@ -2811,6 +2811,10 @@
     "answers whether I am running in test mode"
 
     ^ self painter enabled
+!
+
+isUIPainter
+    ^ true
 ! !
 
 !UIPainter methodsFor:'selection'!