DeviceWorkstation.st
changeset 2881 220eafd70135
parent 2880 9dda5e03b02b
child 2885 4692bdcb0c9e
--- a/DeviceWorkstation.st	Tue Aug 31 21:38:47 1999 +0200
+++ b/DeviceWorkstation.st	Wed Sep 01 00:31:29 1999 +0200
@@ -5878,6 +5878,14 @@
     "Created: 11.12.1996 / 13:34:43 / cg"
 !
 
+getSelectionFor:drawableId
+    "Retrieve the common per-display selection text.
+     For clipBoard mechanisms to work (into ST/X), 
+     this must be redefined in a concrete subclass"
+
+    ^ nil
+!
+
 getTextSelectionFor:aDrawableId
     "Retrieve the common per-display selection text.
      For clipBoard mechanisms to work (into ST/X), 
@@ -6573,6 +6581,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.328 1999-08-31 19:38:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.329 1999-08-31 22:31:29 cg Exp $'
 ! !
 DeviceWorkstation initialize!