ApplicationModel.st
changeset 2185 2c839e97a6e7
parent 2128 4e5c9e1c12e5
child 2211 66b7109e72e6
--- a/ApplicationModel.st	Fri Aug 25 12:52:49 2006 +0200
+++ b/ApplicationModel.st	Sat Aug 26 12:57:12 2006 +0200
@@ -1651,6 +1651,14 @@
 
 !ApplicationModel methodsFor:'hooks'!
 
+aboutToOpen:whichTopView
+    "the topView is about to be opened.
+     This is sent by whichTopView, right before its really open
+     (i.e. finally visible)"
+
+    self preOpenWith:builder
+!
+
 commonPostBuild
     "a common hook for postBuildWith: and postBuildAsSubcanvasWith:."
 !
@@ -1948,14 +1956,6 @@
 
 !ApplicationModel methodsFor:'opening'!
 
-aboutToOpen:whichTopView
-    "the topView is about to be opened.
-     This is sent by whichTopView, right before its really open
-     (i.e. finally visible)"
-
-    self preOpenWith:builder
-!
-
 allButOpen
     "create my views from the windowSpec, but do not open the main window."
 
@@ -2925,7 +2925,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.225 2006-03-16 22:34:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.226 2006-08-26 10:57:12 cg Exp $'
 ! !
 
 ApplicationModel initialize!