class: DisplayRootView
authorClaus Gittinger <cg@exept.de>
Tue, 10 Feb 2015 14:18:23 +0100
changeset 6764 aef0ae36406c
parent 6763 da328d794f0c
child 6765 dd2a04d4f86e
class: DisplayRootView added: #isActive
DisplayRootView.st
--- a/DisplayRootView.st	Tue Feb 10 13:53:50 2015 +0100
+++ b/DisplayRootView.st	Tue Feb 10 14:18:23 2015 +0100
@@ -245,6 +245,12 @@
     "Created: / 13-10-2006 / 15:55:54 / cg"
 !
 
+isActive
+    "for protocol compatibility with regular views"
+
+    ^ false.
+!
+
 isComponentOf: aView
     ^ false
 !
@@ -284,6 +290,6 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.44 2015-01-25 23:53:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.45 2015-02-10 13:18:23 cg Exp $'
 ! !