checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 11 Dec 1996 13:35:35 +0100
changeset 1131 a56eddec63ab
parent 1130 d75bad6174be
child 1132 af35598c21ed
checkin from browser
DevWorkst.st
DeviceWorkstation.st
--- a/DevWorkst.st	Wed Dec 11 12:57:53 1996 +0100
+++ b/DevWorkst.st	Wed Dec 11 13:35:35 1996 +0100
@@ -4358,24 +4358,24 @@
 
 !DeviceWorkstation methodsFor:'selections'!
 
-getCopyBuffer:something
+getCopyBuffer
     "return the copyBuffers contents. 
      This is an ST/X internal buffer (i.e. its not visible to alien views)."
 
     ^ copyBuffer
 
-    "Created: 11.12.1996 / 12:54:49 / cg"
     "Modified: 11.12.1996 / 12:55:42 / cg"
-!
-
-getLastCopyBuffer:something
+    "Created: 11.12.1996 / 13:34:34 / cg"
+!
+
+getLastCopyBuffer
     "return the last copyBuffers contents.
      This is an ST/X internal buffer (i.e. its not visible to alien views)."
 
     ^ lastCopyBuffer
 
-    "Created: 11.12.1996 / 12:54:40 / cg"
     "Modified: 11.12.1996 / 12:55:47 / cg"
+    "Created: 11.12.1996 / 13:34:43 / cg"
 !
 
 getTextSelectionFor:aDrawableId
@@ -4815,6 +4815,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.144 1996-12-11 11:57:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.145 1996-12-11 12:35:35 cg Exp $'
 ! !
 DeviceWorkstation initialize!
--- a/DeviceWorkstation.st	Wed Dec 11 12:57:53 1996 +0100
+++ b/DeviceWorkstation.st	Wed Dec 11 13:35:35 1996 +0100
@@ -4358,24 +4358,24 @@
 
 !DeviceWorkstation methodsFor:'selections'!
 
-getCopyBuffer:something
+getCopyBuffer
     "return the copyBuffers contents. 
      This is an ST/X internal buffer (i.e. its not visible to alien views)."
 
     ^ copyBuffer
 
-    "Created: 11.12.1996 / 12:54:49 / cg"
     "Modified: 11.12.1996 / 12:55:42 / cg"
-!
-
-getLastCopyBuffer:something
+    "Created: 11.12.1996 / 13:34:34 / cg"
+!
+
+getLastCopyBuffer
     "return the last copyBuffers contents.
      This is an ST/X internal buffer (i.e. its not visible to alien views)."
 
     ^ lastCopyBuffer
 
-    "Created: 11.12.1996 / 12:54:40 / cg"
     "Modified: 11.12.1996 / 12:55:47 / cg"
+    "Created: 11.12.1996 / 13:34:43 / cg"
 !
 
 getTextSelectionFor:aDrawableId
@@ -4815,6 +4815,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.144 1996-12-11 11:57:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.145 1996-12-11 12:35:35 cg Exp $'
 ! !
 DeviceWorkstation initialize!