#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 20 Mar 2018 11:45:29 +0100
changeset 4077 0b959eb9554b
parent 4076 96e3effb62a6
child 4078 27d0bc272f2e
#DOCUMENTATION by stefan class: ApplicationModel comment/format in: #defaultWindowExtent
ApplicationModel.st
--- a/ApplicationModel.st	Thu Mar 08 21:48:19 2018 +0100
+++ b/ApplicationModel.st	Tue Mar 20 11:45:29 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -3636,13 +3634,16 @@
 !ApplicationModel methodsFor:'queries'!
 
 defaultWindowExtent
-    "returns my default winoow extent.
-     The code here asks for the last extent of an instance of this class"
+    "return my default window extent or nil.
+     Return nil if the defaul extent should be computed by other means.
+
+     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"
+    "Modified (comment): / 20-03-2018 / 11:42:16 / stefan"
 !
 
 defaultWindowSpecName