StdSysC.st
changeset 99 a656b0c9dd21
parent 96 948318b2fbd4
child 114 e577a2f332d0
equal deleted inserted replaced
98:ab8ed9e213d0 99:a656b0c9dd21
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Interface-Support-Controllers'
    17 	 category:'Interface-Support-Controllers'
    18 !
    18 !
    19 
    19 
    20 StandardSystemController comment:'
    20 !StandardSystemController class methodsFor:'documentation'!
    21 
    21 
    22 COPYRIGHT (c) 1993 by Claus Gittinger
    22 copyright
       
    23 "
       
    24  COPYRIGHT (c) 1993 by Claus Gittinger
    23 	      All Rights Reserved
    25 	      All Rights Reserved
    24 
    26 
    25 Controller for StandardSystemViews i.e. top views. There is nothing done here
    27  This software is furnished under a license and may be used
    26 since all action is done in window manager. This class exists for ST-80 com-
    28  only in accordance with the terms of that license and with the
    27 patibility mainly.
    29  inclusion of the above copyright notice.   This software may not
       
    30  be provided or otherwise made available to, or used by, any
       
    31  other person.  No title to or ownership of the software is
       
    32  hereby transferred.
       
    33 "
       
    34 !
    28 
    35 
    29 $Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.6 1995-08-29 17:44:50 claus Exp $
    36 documentation
    30 written spring 93 by claus
    37 "
    31 '!
    38     Controller for StandardSystemViews i.e. top views. There is nothing done here
       
    39     since all action is done in window manager. 
       
    40     This class exists for ST-80 compatibility only 
       
    41     (to allow for subclasses to be filed in).
       
    42 "
       
    43 !
       
    44 
       
    45 version
       
    46 "
       
    47 $Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.7 1995-08-30 17:54:17 claus Exp $
       
    48 "
       
    49 ! !
    32 
    50 
    33 !StandardSystemController methodsFor:'startup'!
    51 !StandardSystemController methodsFor:'startup'!
    34 
    52 
    35 open
    53 open
    36     view open
    54     view open