# HG changeset patch # User ca # Date 856263646 -3600 # Node ID 092e025be49eb9913d4d31d9f38a4733e29a00de # Parent b5e56e1f367f353fc3a924b0fbd1a468d36ca235 checkin from browser diff -r b5e56e1f367f -r 092e025be49e AppModel.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! diff -r b5e56e1f367f -r 092e025be49e ApplicationModel.st --- 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!