# HG changeset patch # User Claus Gittinger # Date 1491770169 -7200 # Node ID e620986b4e2a2099631cc7eed89d6e50af8aad0d # Parent 3aa94b58d2b049fb76878a54ea2e7af0221746ba #DOCUMENTATION by cg class: ApplicationModel comment/format in: #defaultWindowExtent diff -r 3aa94b58d2b0 -r e620986b4e2a 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