SimpleView.st
changeset 4372 30c22dddafcf
parent 4352 d14ae70cfa24
child 4376 6374d66a262a
--- a/SimpleView.st	Wed Mar 30 16:50:19 2005 +0200
+++ b/SimpleView.st	Thu Mar 31 11:27:35 2005 +0200
@@ -6256,6 +6256,18 @@
     controller := myController.
 
     "Modified: / 6.5.1999 / 13:11:07 / cg"
+!
+
+restarted
+    "sent by my windowGroup, when restarted from an image.
+     Nothing done here, but can be redefined to perform any actions
+     required to reset some state after an image-restart.
+
+     Only top views (usually instances of TopView) get this message sent.
+     Since SimpleViews can act as a top view, too this message is implemented
+     in SimpleView"
+
+    ^ self
 ! !
 
 !SimpleView methodsFor:'keyboard control'!
@@ -9582,7 +9594,7 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.517 2005-03-07 16:56:53 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.518 2005-03-31 09:27:35 stefan Exp $'
 ! !
 
 SimpleView initialize!