AbstractBackground.st
changeset 6239 6566276ba3dc
parent 6238 d62bf03b097c
child 6955 fc29f17aeb4c
--- a/AbstractBackground.st	Wed Feb 05 14:10:53 2014 +0100
+++ b/AbstractBackground.st	Wed Feb 05 14:29:03 2014 +0100
@@ -86,9 +86,19 @@
     "Modified: / 03-02-2011 / 19:55:40 / cg"
 ! !
 
+!AbstractBackground methodsFor:'testing'!
+
+isViewBackground
+    ^ true
+! !
+
 !AbstractBackground class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libview/AbstractBackground.st,v 1.6 2014-02-05 13:29:03 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/AbstractBackground.st,v 1.5 2014-02-05 13:10:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/AbstractBackground.st,v 1.6 2014-02-05 13:29:03 cg Exp $'
 ! !