StdSysC.st
author claus
Thu, 24 Aug 1995 22:37:54 +0200
changeset 90 59d4413a8c39
parent 71 5b34cd877517
child 96 948318b2fbd4
permissions -rw-r--r--
.

"
 COPYRIGHT (c) 1993 by Claus Gittinger
	      All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"

Controller subclass:#StandardSystemController
	 instanceVariableNames:''
	 classVariableNames:''
	 poolDictionaries:''
	 category:'Interface-Support-Controllers'
!

StandardSystemController comment:'

COPYRIGHT (c) 1993 by Claus Gittinger
	      All Rights Reserved

Controller for StandardSystemViews i.e. top views. There is nothing done here
since all action is done in window manager. This class exists for ST-80 com-
patibility mainly.

$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.5 1995-05-10 02:25:55 claus Exp $
written spring 93 by claus
'!

!StandardSystemController methodsFor:'startup'!

open
    view open
! !