checkin from browser
authorps
Sat, 16 Dec 2000 18:53:55 +0100
changeset 1447 879dc0a647c2
parent 1446 47e9fb4be3b5
child 1448 0c7834bd6c0f
checkin from browser
ResourceRetriever.st
UIBuilder.st
WindowBuilder.st
--- a/ResourceRetriever.st	Fri Dec 15 21:27:07 2000 +0100
+++ b/ResourceRetriever.st	Sat Dec 16 18:53:55 2000 +0100
@@ -167,7 +167,8 @@
 className
     "return the value of the instance variable 'className' (automatically generated)"
 
-    ^ className!
+    ^ className
+!
 
 className:something
     "set the class which provides the resources
@@ -187,7 +188,8 @@
 selector
     "return the value of the instance variable 'selector' (automatically generated)"
 
-    ^ selector!
+    ^ selector
+!
 
 selector:something
     "set the value of the instance variable 'selector' (automatically generated)"
@@ -317,5 +319,5 @@
 !ResourceRetriever class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceRetriever.st,v 1.4 2000-09-01 10:17:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceRetriever.st,v 1.5 2000-12-16 17:53:51 ps Exp $'
 ! !
--- a/UIBuilder.st	Fri Dec 15 21:27:07 2000 +0100
+++ b/UIBuilder.st	Sat Dec 16 18:53:55 2000 +0100
@@ -400,6 +400,6 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.49 2000-08-11 17:41:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.50 2000-12-16 17:53:55 ps Exp $'
 ! !
 UIBuilder initialize!
--- a/WindowBuilder.st	Fri Dec 15 21:27:07 2000 +0100
+++ b/WindowBuilder.st	Sat Dec 16 18:53:55 2000 +0100
@@ -345,7 +345,8 @@
 componentCreationHook:something
     "set the value of the instance variable 'componentCreationHook' (automatically generated)"
 
-    componentCreationHook := something.!
+    componentCreationHook := something.
+!
 
 findComponentAt:name
     "recursively search for a component identified by its name in myself
@@ -1265,5 +1266,5 @@
 !WindowBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.90 2000-08-18 12:11:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.91 2000-12-16 17:53:16 ps Exp $'
 ! !