DisplayRootView.st
changeset 4042 4ca4bc8ac76a
parent 3883 4e01a59afccb
child 4213 38e47961a6cc
equal deleted inserted replaced
4041:7f4ec0d373f3 4042:4ca4bc8ac76a
   107     "Created: 18.1.1997 / 18:23:22 / cg"
   107     "Created: 18.1.1997 / 18:23:22 / cg"
   108 ! !
   108 ! !
   109 
   109 
   110 !DisplayRootView methodsFor:'accessing'!
   110 !DisplayRootView methodsFor:'accessing'!
   111 
   111 
   112 controller
       
   113     "return nil - I have no controller"
       
   114 
       
   115     ^ nil
       
   116 !
       
   117 
       
   118 name
   112 name
   119     "return my name - always 'RootWindow'"
   113     "return my name - always 'RootWindow'"
   120 
   114 
   121     ^ 'RootWindow'
   115     ^ 'RootWindow'
   122 !
   116 !
   226 ! !
   220 ! !
   227 
   221 
   228 !DisplayRootView class methodsFor:'documentation'!
   222 !DisplayRootView class methodsFor:'documentation'!
   229 
   223 
   230 version
   224 version
   231     ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.29 2003-05-07 14:55:59 cg Exp $'
   225     ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.30 2004-02-26 11:27:39 cg Exp $'
   232 ! !
   226 ! !