changed:9 methods
authorClaus Gittinger <cg@exept.de>
Tue, 17 Nov 2009 12:27:07 +0100
changeset 9265 ae127bb9c614
parent 9264 171e3ab3697d
child 9266 f56ba9ea3caa
changed:9 methods
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Tue Nov 17 12:23:39 2009 +0100
+++ b/CodeGeneratorTool.st	Tue Nov 17 12:27:07 2009 +0100
@@ -2633,7 +2633,7 @@
 
     ^
 'closeAccept
-    "This is a hook method generated by the Browser.
+    "This is a hook method generated by the Browser/CodeGeneratorTool.
      It will be invoked when your dialog-window is closed with OK."
 
     "/ add any actions as required here ...
@@ -2656,7 +2656,7 @@
 
     ^
 'closeDownViews
-    "This is a hook method generated by the Browser.
+    "This is a hook method generated by the Browser/CodeGeneratorTool.
      It will be invoked when your app/dialog-window is really closed.
      See also #closeDownViews, which is invoked before and may suppress the close
      or ask the user for confirmation."
@@ -2690,7 +2690,7 @@
 
     ^
 'closeRequest
-    "This is a hook method generated by the Browser.
+    "This is a hook method generated by the Browser/CodeGeneratorTool.
      It will be invoked when your app/dialog-window is about to be
      closed (this method has a chance to suppress the close).
      See also #closeDownViews, which is invoked when the close is really done."
@@ -2727,7 +2727,7 @@
 
     ^
 selector,'
-    "This method was generated by the Browser.
+    "This method was generated by the Browser/CodeGeneratorTool.
      It will be invoked when the menu-item ''',item,''' is selected."
 
     "/ change below and add any actions as required here ...
@@ -2783,7 +2783,7 @@
 codeFor_menuSaveAs
     ^
 'menuSaveAs
-    "This method was generated by the Browser.
+    "This method was generated by the Browser/CodeGeneratorTool.
      It will be invoked when the menu-item ''saveAs'' is selected."
 
     "/ change below as required... (see examples in Dialog class for more options)
@@ -2801,7 +2801,7 @@
 codeFor_openAboutThisApplication
     ^
 'openAboutThisApplication
-    "This method was generated by the Browser.
+    "This method was generated by the Browser/CodeGeneratorTool.
      It will be invoked when the menu-item ''help-about'' is selected."
 
     "/ could open a customized aboutBox here ...
@@ -2814,7 +2814,7 @@
 codeFor_openDocumentation
     ^
 'openDocumentation
-    "This method was generated by the Browser.
+    "This method was generated by the Browser/CodeGeneratorTool.
      It will be invoked when the menu-item ''help-documentation'' is selected."
 
     "/ change below as required ...
@@ -2840,7 +2840,7 @@
 
     ^
 'postBuildWith:aBuilder
-    "This is a hook method generated by the Browser.
+    "This is a hook method generated by the Browser/CodeGeneratorTool.
      It will be invoked during the initialization of your app/dialog,
      after all of the visual components have been built, 
      but BEFORE the top window is made visible.
@@ -2865,7 +2865,7 @@
 
     ^
 'postOpenWith:aBuilder
-    "This is a hook method generated by the Browser.
+    "This is a hook method generated by the Browser/CodeGeneratorTool.
      It will be invoked right after the applications window has been opened.
      Add any app-specific actions here (starting background processes etc.).
      See also #postBuildWith:, which is invoked before opening."
@@ -3161,9 +3161,9 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.82 2009-11-17 11:23:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.83 2009-11-17 11:27:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.82 2009-11-17 11:23:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.83 2009-11-17 11:27:07 cg Exp $'
 ! !