ApplicationModel.st
changeset 3947 e620986b4e2a
parent 3943 0051277ccb4a
child 3955 23fc9de7f301
--- a/ApplicationModel.st	Fri Mar 31 16:31:43 2017 +0200
+++ b/ApplicationModel.st	Sun Apr 09 22:36:09 2017 +0200
@@ -3673,9 +3673,13 @@
 !ApplicationModel methodsFor:'queries'!
 
 defaultWindowExtent
+    "returns my default winoow extent.
+     The code here asks for the last extent of an instance of this class"
+     
     ^ self class defaultExtentFor:self class
 
     "Created: / 11-07-2011 / 22:30:12 / cg"
+    "Modified (comment): / 09-04-2017 / 22:30:52 / cg"
 !
 
 defaultWindowSpecName