WindowGroup.st
changeset 302 b12e58238233
parent 301 b57451fd8560
child 313 2b776b2a26c5
--- a/WindowGroup.st	Sun Dec 10 16:35:22 1995 +0100
+++ b/WindowGroup.st	Sun Dec 10 16:38:10 1995 +0100
@@ -12,7 +12,7 @@
 
 Object subclass:#WindowGroup
 	 instanceVariableNames:'views topViews myProcess mySensor isModal previousGroup focusView
-                focusSequence preEventHook postEventHook'
+		focusSequence preEventHook postEventHook'
 	 classVariableNames:'LastActiveGroup LastActiveProcess LeaveSignal'
 	 poolDictionaries:''
 	 category:'Interface-Support'
@@ -143,9 +143,14 @@
         (buttons, toggles and subclasses) do so.
 
 
+
+
+
+
     For more information, read 'introduction to view programming' in the
     doc/online directory.
 "
+
 ! !
 
 !WindowGroup class methodsFor:'initialization'!
@@ -1036,6 +1041,6 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.42 1995-12-10 15:35:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.43 1995-12-10 15:38:10 cg Exp $'
 ! !
 WindowGroup initialize!