StandardSystemView.st
author Claus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 16:05:55 +0200
changeset 4560 aee6863d611f
parent 4558 af507104010d
child 4566 c7cde30b51e6
permissions -rw-r--r--
boss stuff separated

"
 COPYRIGHT (c) 1989 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.
"

"{ Package: 'stx:libview' }"

TopView subclass:#StandardSystemView
	instanceVariableNames:'label icon iconView iconLabel minExtent maxExtent sizeFixed
		application windowEventsForApplication deviceIcon labelChannel'
	classVariableNames:'DefaultIcon IncludeHostNameInLabel DefaultExtent
		WindowLabelFormat DefaultMinExtent'
	poolDictionaries:''
	category:'Views-Basic'
!























StandardSystemView initialize!