Form.st
changeset 3177 8aa3c800394a
parent 3142 4b5c726c0630
child 3192 62b7b6c6419b
--- a/Form.st	Fri Feb 11 15:59:24 2000 +0100
+++ b/Form.st	Sat Feb 12 16:31:26 2000 +0100
@@ -1932,7 +1932,7 @@
     offset := offs
 ! !
 
-!Form methodsFor:'queries '!
+!Form methodsFor:'queries'!
 
 bounds
     "return my bounds (added to make forms usable as VisualComponents)"
@@ -2047,6 +2047,6 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.109 2000-01-17 11:11:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.110 2000-02-12 15:30:37 cg Exp $'
 ! !
 Form initialize!