#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:21:08 +0200
changeset 8722 114b5c5589aa
parent 8721 d97a75e7eb22
child 8723 19df60b6bd06
#DOCUMENTATION by exept class: TopView category of: #label:iconLabel:
TopView.st
--- a/TopView.st	Tue Jul 09 20:19:42 2019 +0200
+++ b/TopView.st	Tue Jul 09 20:21:08 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -325,10 +323,6 @@
     "Modified: / 18.6.1998 / 20:00:30 / cg"
 !
 
-label:labelString iconLabel:iconLabelString
-    "/ ignored here - for compat. with StdSysViews
-!
-
 resources
     resources isNil ifTrue:[
         ^ self class resources
@@ -589,6 +583,10 @@
     "
 
     "Modified: / 05-11-2007 / 12:10:48 / cg"
+!
+
+label:labelString iconLabel:iconLabelString
+    "/ ignored here - for compat. with StdSysViews
 ! !
 
 !TopView methodsFor:'event handling'!