doFinalHookup (ST-80 compatibility)
authorClaus Gittinger <cg@exept.de>
Tue, 14 Jan 1997 15:17:37 +0100
changeset 363 c7a26a5ebaba
parent 362 52212e2a8c84
child 364 bacd91f54052
doFinalHookup (ST-80 compatibility) for now, its a noop
UIBuilder.st
--- a/UIBuilder.st	Mon Jan 13 21:24:36 1997 +0100
+++ b/UIBuilder.st	Tue Jan 14 15:17:37 1997 +0100
@@ -111,6 +111,11 @@
     ^ topView
 
     "Modified: 5.9.1995 / 21:48:09 / claus"
+!
+
+doFinalHookup
+
+    "Created: 14.2.1997 / 14:52:27 / cg"
 ! !
 
 !UIBuilder methodsFor:'private arg parsing'!
@@ -913,6 +918,6 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.15 1996-10-26 16:57:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.16 1997-01-14 14:17:37 cg Exp $'
 ! !
 UIBuilder initialize!