checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 18:45:33 +0100
changeset 251 915de9a65169
parent 250 eaa532ebcad7
child 252 87bbc0f751d7
checkin from browser
KeybdFwd.st
KeybdMap.st
KeyboardForwarder.st
KeyboardMap.st
ResourcePack.st
RsrcPack.st
WEvent.st
WGroup.st
WSensor.st
WindowEvent.st
WindowGroup.st
WindowSensor.st
--- a/KeybdFwd.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/KeybdFwd.st	Thu Nov 23 18:45:33 1995 +0100
@@ -155,10 +155,6 @@
 
 	top open
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdFwd.st,v 1.8 1995-11-23 10:37:44 cg Exp $'
 ! !
 
 !KeyboardForwarder class methodsFor:'instance creation'!
@@ -359,3 +355,8 @@
     ^ self checkCondition:#keyRelease key:key view:aView
 ! !
 
+!KeyboardForwarder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdFwd.st,v 1.9 1995-11-23 17:45:20 cg Exp $'
+! !
--- a/KeybdMap.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/KeybdMap.st	Thu Nov 23 18:45:33 1995 +0100
@@ -71,10 +71,6 @@
 	m := Display keyboardMap.
 	m bindValue:#Cmdd to:#Cmdd.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdMap.st,v 1.8 1995-11-23 10:37:52 cg Exp $'
 ! !
 
 !KeyboardMap methodsFor:'accessing'!
@@ -112,3 +108,8 @@
     ^ value
 ! !
 
+!KeyboardMap class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdMap.st,v 1.9 1995-11-23 17:45:09 cg Exp $'
+! !
--- a/KeyboardForwarder.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/KeyboardForwarder.st	Thu Nov 23 18:45:33 1995 +0100
@@ -155,10 +155,6 @@
 
 	top open
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.8 1995-11-23 10:37:44 cg Exp $'
 ! !
 
 !KeyboardForwarder class methodsFor:'instance creation'!
@@ -359,3 +355,8 @@
     ^ self checkCondition:#keyRelease key:key view:aView
 ! !
 
+!KeyboardForwarder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.9 1995-11-23 17:45:20 cg Exp $'
+! !
--- a/KeyboardMap.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/KeyboardMap.st	Thu Nov 23 18:45:33 1995 +0100
@@ -71,10 +71,6 @@
 	m := Display keyboardMap.
 	m bindValue:#Cmdd to:#Cmdd.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.8 1995-11-23 10:37:52 cg Exp $'
 ! !
 
 !KeyboardMap methodsFor:'accessing'!
@@ -112,3 +108,8 @@
     ^ value
 ! !
 
+!KeyboardMap class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.9 1995-11-23 17:45:09 cg Exp $'
+! !
--- a/ResourcePack.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/ResourcePack.st	Thu Nov 23 18:45:33 1995 +0100
@@ -151,10 +151,6 @@
 	Language := #english 
 	Language := #german 
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.21 1995-11-23 10:38:02 cg Exp $'
 ! !
 
 !ResourcePack class methodsFor:'initialization'!
@@ -520,4 +516,9 @@
     ]
 ! !
 
+!ResourcePack class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.22 1995-11-23 17:45:03 cg Exp $'
+! !
 ResourcePack initialize!
--- a/RsrcPack.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/RsrcPack.st	Thu Nov 23 18:45:33 1995 +0100
@@ -151,10 +151,6 @@
 	Language := #english 
 	Language := #german 
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/RsrcPack.st,v 1.21 1995-11-23 10:38:02 cg Exp $'
 ! !
 
 !ResourcePack class methodsFor:'initialization'!
@@ -520,4 +516,9 @@
     ]
 ! !
 
+!ResourcePack class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/Attic/RsrcPack.st,v 1.22 1995-11-23 17:45:03 cg Exp $'
+! !
 ResourcePack initialize!
--- a/WEvent.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/WEvent.st	Thu Nov 23 18:45:33 1995 +0100
@@ -109,10 +109,6 @@
 		view has no transformation
 		    ----> 'view keyPress:key x:x y:y'
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.21 1995-11-23 10:38:12 cg Exp $'
 ! !
 
 !WindowEvent class methodsFor:'instance creation'!
@@ -462,3 +458,8 @@
 	delegate:true
 ! !
 
+!WindowEvent class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.22 1995-11-23 17:44:41 cg Exp $'
+! !
--- a/WGroup.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/WGroup.st	Thu Nov 23 18:45:33 1995 +0100
@@ -123,10 +123,6 @@
     For more information, read 'introduction to view programming' in the
     doc/online directory.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WGroup.st,v 1.36 1995-11-23 10:38:24 cg Exp $'
 ! !
 
 !WindowGroup class methodsFor:'initialization'!
@@ -991,4 +987,9 @@
     "Modified: 3.9.1995 / 14:25:38 / claus"
 ! !
 
+!WindowGroup class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WGroup.st,v 1.37 1995-11-23 17:44:52 cg Exp $'
+! !
 WindowGroup initialize!
--- a/WSensor.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/WSensor.st	Thu Nov 23 18:45:33 1995 +0100
@@ -167,10 +167,6 @@
 
 	ComposeTable            <Array>         compose-key translation table
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WSensor.st,v 1.34 1995-11-23 10:38:43 cg Exp $'
 ! !
 
 !WindowSensor class methodsFor:'initialization'!
@@ -1670,4 +1666,9 @@
 "/    ]
 ! !
 
+!WindowSensor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WSensor.st,v 1.35 1995-11-23 17:45:33 cg Exp $'
+! !
 WindowSensor initialize!
--- a/WindowEvent.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/WindowEvent.st	Thu Nov 23 18:45:33 1995 +0100
@@ -109,10 +109,6 @@
 		view has no transformation
 		    ----> 'view keyPress:key x:x y:y'
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.21 1995-11-23 10:38:12 cg Exp $'
 ! !
 
 !WindowEvent class methodsFor:'instance creation'!
@@ -462,3 +458,8 @@
 	delegate:true
 ! !
 
+!WindowEvent class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.22 1995-11-23 17:44:41 cg Exp $'
+! !
--- a/WindowGroup.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/WindowGroup.st	Thu Nov 23 18:45:33 1995 +0100
@@ -123,10 +123,6 @@
     For more information, read 'introduction to view programming' in the
     doc/online directory.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.36 1995-11-23 10:38:24 cg Exp $'
 ! !
 
 !WindowGroup class methodsFor:'initialization'!
@@ -991,4 +987,9 @@
     "Modified: 3.9.1995 / 14:25:38 / claus"
 ! !
 
+!WindowGroup class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.37 1995-11-23 17:44:52 cg Exp $'
+! !
 WindowGroup initialize!
--- a/WindowSensor.st	Thu Nov 23 17:56:56 1995 +0100
+++ b/WindowSensor.st	Thu Nov 23 18:45:33 1995 +0100
@@ -167,10 +167,6 @@
 
 	ComposeTable            <Array>         compose-key translation table
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.34 1995-11-23 10:38:43 cg Exp $'
 ! !
 
 !WindowSensor class methodsFor:'initialization'!
@@ -1670,4 +1666,9 @@
 "/    ]
 ! !
 
+!WindowSensor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.35 1995-11-23 17:45:33 cg Exp $'
+! !
 WindowSensor initialize!