checkin from browser
authorca
Tue, 18 Feb 1997 12:00:46 +0100
changeset 437 092e025be49e
parent 436 b5e56e1f367f
child 438 c3d379e83de7
checkin from browser
AppModel.st
ApplicationModel.st
--- a/AppModel.st	Tue Feb 18 11:09:36 1997 +0100
+++ b/AppModel.st	Tue Feb 18 12:00:46 1997 +0100
@@ -1219,6 +1219,14 @@
      Can be redefined in subclasses"
 
     self closeRequest
+!
+
+saveAndTerminateRequestFor:aTopView
+    "some windowManagers send this to shut down an application
+     and have it save its state for restart.
+     Can be redefined in subclasses"
+
+    self saveAndTerminateRequest
 ! !
 
 !ApplicationModel methodsFor:'window events'!
@@ -1247,6 +1255,6 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.41 1997-02-18 10:06:04 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.42 1997-02-18 11:00:46 ca Exp $'
 ! !
 ApplicationModel initialize!
--- a/ApplicationModel.st	Tue Feb 18 11:09:36 1997 +0100
+++ b/ApplicationModel.st	Tue Feb 18 12:00:46 1997 +0100
@@ -1219,6 +1219,14 @@
      Can be redefined in subclasses"
 
     self closeRequest
+!
+
+saveAndTerminateRequestFor:aTopView
+    "some windowManagers send this to shut down an application
+     and have it save its state for restart.
+     Can be redefined in subclasses"
+
+    self saveAndTerminateRequest
 ! !
 
 !ApplicationModel methodsFor:'window events'!
@@ -1247,6 +1255,6 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.41 1997-02-18 10:06:04 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.42 1997-02-18 11:00:46 ca Exp $'
 ! !
 ApplicationModel initialize!