StdSysC.st
changeset 222 c51b06f6bf9a
parent 128 dd248b6322d7
equal deleted inserted replaced
221:ea942fe5dc04 222:c51b06f6bf9a
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 Controller subclass:#StandardSystemController
    13 Controller subclass:#StandardSystemController
    14 	 instanceVariableNames:''
    14 	instanceVariableNames:''
    15 	 classVariableNames:''
    15 	classVariableNames:''
    16 	 poolDictionaries:''
    16 	poolDictionaries:''
    17 	 category:'Interface-Support-Controllers'
    17 	category:'Interface-Support-Controllers'
    18 !
    18 !
    19 
    19 
    20 !StandardSystemController class methodsFor:'documentation'!
    20 !StandardSystemController class methodsFor:'documentation'!
    21 
    21 
    22 copyright
    22 copyright
    37 "
    37 "
    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 
       
    43     [author:]
       
    44         Claus Gittinger
    42 "
    45 "
    43 ! !
    46 ! !
    44 
    47 
    45 !StandardSystemController methodsFor:'startup'!
    48 !StandardSystemController methodsFor:'startup'!
    46 
    49 
    49 ! !
    52 ! !
    50 
    53 
    51 !StandardSystemController class methodsFor:'documentation'!
    54 !StandardSystemController class methodsFor:'documentation'!
    52 
    55 
    53 version
    56 version
    54     ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.10 1995-11-23 17:46:48 cg Exp $'
    57     ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.11 1996-04-25 16:35:11 cg Exp $'
    55 ! !
    58 ! !