StdSysC.st
changeset 128 dd248b6322d7
parent 124 6f00394c5a4a
child 222 c51b06f6bf9a
equal deleted inserted replaced
127:4b1051c23b9b 128:dd248b6322d7
    38     Controller for StandardSystemViews i.e. top views. There is nothing done here
    38     Controller for StandardSystemViews i.e. top views. There is nothing done here
    39     since all action is done in window manager. 
    39     since all action is done in window manager. 
    40     This class exists for ST-80 compatibility only 
    40     This class exists for ST-80 compatibility only 
    41     (to allow for subclasses to be filed in).
    41     (to allow for subclasses to be filed in).
    42 "
    42 "
    43 !
       
    44 
       
    45 version
       
    46     ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.9 1995-11-23 10:40:23 cg Exp $'
       
    47 ! !
    43 ! !
    48 
    44 
    49 !StandardSystemController methodsFor:'startup'!
    45 !StandardSystemController methodsFor:'startup'!
    50 
    46 
    51 open
    47 open
    52     view open
    48     view open
    53 ! !
    49 ! !
    54 
    50 
       
    51 !StandardSystemController class methodsFor:'documentation'!
       
    52 
       
    53 version
       
    54     ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.10 1995-11-23 17:46:48 cg Exp $'
       
    55 ! !