ApplicationController.st
branchjv
changeset 3855 1db7742d33ad
parent 114 e577a2f332d0
--- a/ApplicationController.st	Thu Jan 19 12:00:14 2017 +0000
+++ b/ApplicationController.st	Mon Jan 23 12:42:33 2017 +0000
@@ -9,12 +9,15 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libview2' }"
+
+"{ NameSpace: Smalltalk }"
 
 ControllerWithMenu subclass:#ApplicationController
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Framework'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Framework'
 !
 
 !ApplicationController class methodsFor:'documentation'!
@@ -33,10 +36,6 @@
 "
 !
 
-version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.6 1995-11-11 16:04:12 cg Exp $'
-!
-
 documentation
 "
     Since many ST-80 classes are subclasses of ApplicationController, 
@@ -57,5 +56,9 @@
     self view destroy
 ! !
 
+!ApplicationController class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.6 1995-11-11 16:04:12 cg Exp $'
+! !