diff -r 2b4223c2e092 -r 485fcf345324 ApplicationModel.st --- a/ApplicationModel.st Thu Oct 07 13:13:13 1999 +0200 +++ b/ApplicationModel.st Thu Oct 07 17:25:17 1999 +0200 @@ -1749,6 +1749,14 @@ "Created: 14.2.1997 / 20:20:55 / cg" ! +postApplicationProcessCreate:newProcess windowGroup:newGroup + "this is sent whenever a new application is launched from this app, + which forks its own windowGroup process. Allows for process group management, + or process-global exception handlers to be installed. + Nothing done here - to be redefined in concrete applications" + +! + postBuildAsSubcanvasWith:aBuilder "this is sent after an interface is built from a spec as subcanvas. Can be redefined in subclasses for additional setup after @@ -2165,6 +2173,6 @@ !ApplicationModel class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.114 1999-09-21 18:18:24 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.115 1999-10-07 15:25:17 ca Exp $' ! ! ApplicationModel initialize!