StandardSystemController.st
changeset 11 1d0df18a7049
parent 5 4d55b551dc57
child 35 f13cdd0b44c7
equal deleted inserted replaced
10:6693d06dd076 11:1d0df18a7049
    19 StandardSystemController comment:'
    19 StandardSystemController comment:'
    20 
    20 
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    22               All Rights Reserved
    22               All Rights Reserved
    23 
    23 
    24 COntroller for StandardSystemViews i.e. top views. There is nothing done here
    24 Controller for StandardSystemViews i.e. top views. There is nothing done here
    25 since all action is done in window manager. This class exists for ST-80 com-
    25 since all action is done in window manager. This class exists for ST-80 com-
    26 patibility mainly.
    26 patibility mainly.
    27 
    27 
    28 $Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.2 1993-10-13 00:46:29 claus Exp $
    28 $Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.3 1993-12-11 01:33:04 claus Exp $
    29 written spring 93 by claus
    29 written spring 93 by claus
    30 '!
    30 '!
    31 
    31 
    32 !StandardSystemController methodsFor:'startup'!
    32 !StandardSystemController methodsFor:'startup'!
    33 
    33