delegate menuBar to keyboardProcessor
authorca
Fri, 01 Oct 1999 17:40:13 +0200
changeset 1246 48f23f3ffb28
parent 1245 93d262fccc63
child 1247 dee345f571b7
delegate menuBar to keyboardProcessor
UIBuilder.st
--- a/UIBuilder.st	Sat Sep 25 14:59:36 1999 +0200
+++ b/UIBuilder.st	Fri Oct 01 17:40:13 1999 +0200
@@ -156,6 +156,7 @@
     "set the value of the instance variable 'menuBar' (automatically generated)"
 
     menuBar := something.
+    self keyboardProcessor menuBar:menuBar.
 
     "Created: / 27.10.1997 / 16:30:13 / cg"
 !
@@ -372,6 +373,6 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.43 1999-07-20 11:00:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.44 1999-10-01 15:40:13 ca Exp $'
 ! !
 UIBuilder initialize!