DisplayRootView.st
changeset 6764 aef0ae36406c
parent 6753 57fff98ba620
child 6819 f91377f97414
child 6986 b19cc6ab184e
equal deleted inserted replaced
6763:da328d794f0c 6764:aef0ae36406c
   243     ^ false
   243     ^ false
   244 
   244 
   245     "Created: / 13-10-2006 / 15:55:54 / cg"
   245     "Created: / 13-10-2006 / 15:55:54 / cg"
   246 !
   246 !
   247 
   247 
       
   248 isActive
       
   249     "for protocol compatibility with regular views"
       
   250 
       
   251     ^ false.
       
   252 !
       
   253 
   248 isComponentOf: aView
   254 isComponentOf: aView
   249     ^ false
   255     ^ false
   250 !
   256 !
   251 
   257 
   252 isRootView
   258 isRootView
   282 ! !
   288 ! !
   283 
   289 
   284 !DisplayRootView class methodsFor:'documentation'!
   290 !DisplayRootView class methodsFor:'documentation'!
   285 
   291 
   286 version
   292 version
   287     ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.44 2015-01-25 23:53:57 cg Exp $'
   293     ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.45 2015-02-10 13:18:23 cg Exp $'
   288 ! !
   294 ! !
   289 
   295