# HG changeset patch # User Claus Gittinger # Date 1423574303 -3600 # Node ID aef0ae36406cf4dbc43da212847c7a67202bcea9 # Parent da328d794f0c029ba628fa4abeedabc2dcaa94c8 class: DisplayRootView added: #isActive diff -r da328d794f0c -r aef0ae36406c 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 $' ! !