DisplayRootView.st
branchdelegated_gc_jv
changeset 6819 f91377f97414
parent 6800 f4acb46ba42e
parent 6764 aef0ae36406c
child 7036 530b3e1c64c3
equal deleted inserted replaced
6803:1e33b4eeb725 6819:f91377f97414
    85         Claus Gittinger
    85         Claus Gittinger
    86 "
    86 "
    87 !
    87 !
    88 
    88 
    89 version
    89 version
    90     ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.42.2.2 2014-12-12 18:32:42 stefan Exp $'
    90     ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.45 2015-02-10 13:18:23 cg Exp $'
    91 ! !
    91 ! !
    92 
    92 
    93 !DisplayRootView class methodsFor:'instance creation'!
    93 !DisplayRootView class methodsFor:'instance creation'!
    94 
    94 
    95 onDevice:aDisplay
    95 onDevice:aDisplay
   246 
   246 
   247     "Created: / 13-10-2006 / 15:55:54 / cg"
   247     "Created: / 13-10-2006 / 15:55:54 / cg"
   248 !
   248 !
   249 
   249 
   250 isActive
   250 isActive
   251     "compatibility with all other views"
   251     "for protocol compatibility with regular views"
   252 
   252 
       
   253     ^ false.
       
   254 !
       
   255 
       
   256 isComponentOf: aView
   253     ^ false
   257     ^ false
   254 !
   258 !
   255 
   259 
   256 isRootView
   260 isRootView
   257     "return true, since yes, I am a rootview"
   261     "return true, since yes, I am a rootview"