#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 22 May 2018 18:52:11 +0200
changeset 4093 1d800f13853b
parent 4092 977fb5172ac6
child 4094 d648fee7bdb4
#DOCUMENTATION by cg class: ApplicationModel comment/format in: #postOpenAsSubcanvasWith: #postOpenDialogWith: #postOpenWith:
ApplicationModel.st
--- a/ApplicationModel.st	Tue May 22 18:31:15 2018 +0200
+++ b/ApplicationModel.st	Tue May 22 18:52:11 2018 +0200
@@ -2803,16 +2803,17 @@
 !
 
 postOpenAsSubcanvasWith:aBuilder
-    "this is sent after the applications window is opened inside another application.
+    "this is sent after the application's window is opened inside another application.
      Can be redefined in subclasses for actions after showing the canvas view."
 
     self commonPostOpen
 
     "Modified (comment): / 07-07-2011 / 17:16:46 / cg"
+    "Modified (comment): / 22-05-2018 / 18:42:11 / Claus Gittinger"
 !
 
 postOpenDialogWith:aBuilder
-    "this is sent after the applications window is opened as a dialog with me
+    "this is sent after the applicationÄs window is opened as a dialog with me
      as a source (for aspects) i.e. via openDialogInterface:.
      Can be redefined in subclasses for actions after opening a dialog view."
 
@@ -2820,13 +2821,16 @@
 
     "Created: / 07-07-2011 / 17:20:37 / cg"
     "Modified: / 05-03-2014 / 18:42:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 22-05-2018 / 18:42:15 / Claus Gittinger"
 !
 
 postOpenWith:aBuilder
-    "this is sent after the applications main window is opened.
+    "this is sent after the application's main window is opened.
      Can be redefined in subclasses for actions after opening the view."
 
     self commonPostOpen
+
+    "Modified (comment): / 22-05-2018 / 18:42:19 / Claus Gittinger"
 !
 
 preBuildAsSubcanvasWith:aBuilder