RegressionTests__TestDialogs1.st
changeset 2352 f385384d3bf3
parent 1447 2351db93aa5b
--- a/RegressionTests__TestDialogs1.st	Wed Jul 31 22:30:23 2019 +0200
+++ b/RegressionTests__TestDialogs1.st	Thu Aug 01 01:51:06 2019 +0200
@@ -388,59 +388,8 @@
     ^ holder.
 ! !
 
-!TestDialogs1 methodsFor:'initialization & release'!
-
-closeDownViews
-    "This is a hook method generated by the Browser.
-     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."
-
-    "/ change the code below as required ...
-    "/ This should cleanup any leftover resources
-    "/ (for example, temporary files)
-    "/ super closeRequest will initiate the closeDown
-
-    "/ add your code here
-
-    "/ do not remove the one below ...
-    ^ super closeDownViews
-!
-
-postBuildWith:aBuilder
-    "This is a hook method generated by the Browser.
-     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.
-     Add any app-specific actions here (reading files, setting up values etc.)
-     See also #postOpenWith:, which is invoked after opening."
-
-    "/ add any code here ...
-
-    ^ super postBuildWith:aBuilder
-!
-
-postOpenWith:aBuilder
-    "This is a hook method generated by the Browser.
-     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."
-
-    "/ add any code here ...
-
-    ^ super postOpenWith:aBuilder
-! !
-
 !TestDialogs1 methodsFor:'menu actions'!
 
-openAboutThisApplication
-    "This method was generated by the Browser.
-     It will be invoked when the menu-item 'help-about' is selected."
-
-    "/ could open a customized aboutBox here ...
-    super openAboutThisApplication
-!
-
 openDocumentation
     "This method was generated by the Browser.
      It will be invoked when the menu-item 'help-documentation' is selected."
@@ -476,3 +425,4 @@
 version
     ^ '$Header$'
 ! !
+