FileDialog.st
changeset 3994 5de36821d05c
parent 3989 7eec3cb5bce6
child 3996 17c9a6d10f75
--- a/FileDialog.st	Mon Oct 14 18:17:50 2002 +0200
+++ b/FileDialog.st	Mon Oct 14 21:32:20 2002 +0200
@@ -1044,27 +1044,7 @@
     treeBrowser := aSubCanvasView client.
 !
 
-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 ...
-    
+postOpenWith:aBuilder    
 
 "/     self windowGroup addPreEventHook:self.
     treeBrowser multipleSelect:(self multipleSelect).
@@ -1159,5 +1139,5 @@
 !FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.13 2002-10-14 16:02:19 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.14 2002-10-14 19:32:20 stefan Exp $'
 ! !