#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 09 Apr 2017 22:36:09 +0200
changeset 3947 e620986b4e2a
parent 3946 3aa94b58d2b0
child 3948 9ad96814b90d
#DOCUMENTATION by cg class: ApplicationModel comment/format in: #defaultWindowExtent
ApplicationModel.st
--- 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