SimpleView.st
changeset 8375 257a12378743
parent 8373 a11dc4036f13
child 8383 a6640460cb58
--- a/SimpleView.st	Sat May 26 15:26:45 2018 +0200
+++ b/SimpleView.st	Mon May 28 09:53:24 2018 +0200
@@ -5924,11 +5924,15 @@
 !
 
 closeRequest
-    "programmatic close request"
+    "programmatic close request.
+     Normally, this is not needed/called in subviews;
+     however, it is defined here to allow for any view to be
+     opened as a topView; i.e. (Button label:'foo') open"
 
     self destroy
 
-    "Modified: / 3.8.1998 / 19:50:50 / cg"
+    "Modified: / 03-08-1998 / 19:50:50 / cg"
+    "Modified (comment): / 28-05-2018 / 09:52:44 / Claus Gittinger"
 !
 
 configureX:x y:y width:newWidth height:newHeight