category change
authorClaus Gittinger <cg@exept.de>
Fri, 23 Apr 1999 14:27:06 +0200
changeset 1164 04e9ce703b54
parent 1163 e07b937b67a0
child 1165 70fd3edc13b4
category change
ApplicationWindow.st
--- a/ApplicationWindow.st	Thu Apr 22 14:07:33 1999 +0200
+++ b/ApplicationWindow.st	Fri Apr 23 14:27:06 1999 +0200
@@ -71,14 +71,6 @@
 
 !ApplicationWindow methodsFor:'events'!
 
-destroy
-    self noticeOfWindowClose.
-    self keyboardProcessor release.
-    super destroy
-
-    "Created: / 18.6.1998 / 19:15:28 / cg"
-!
-
 noticeOfWindowClose
     application notNil ifTrue:[
         application noticeOfWindowClose:self
@@ -87,8 +79,18 @@
     "Created: / 18.6.1998 / 18:56:01 / cg"
 ! !
 
+!ApplicationWindow methodsFor:'initialize / release'!
+
+destroy
+    self noticeOfWindowClose.
+    self keyboardProcessor release.
+    super destroy
+
+    "Created: / 18.6.1998 / 19:15:28 / cg"
+! !
+
 !ApplicationWindow class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.3 1998-06-18 18:00:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.4 1999-04-23 12:27:06 cg Exp $'
 ! !