DisplaySurface.st
changeset 3826 3e091f89c302
parent 3796 418401a5708c
child 3856 45fccc92d834
--- a/DisplaySurface.st	Fri Mar 21 18:05:43 2003 +0100
+++ b/DisplaySurface.st	Tue Mar 25 22:11:28 2003 +0100
@@ -2183,15 +2183,18 @@
 !
 
 getTextSelection
-    "return the text selection - either the local one, or the displays
-     clipBoard buffer."
+    "return the copyBuffers contents 
+     - either the local one, or the displays clipBoard buffer."
 
     ^ self getTextSelection:#clipboard
 !
 
 getTextSelection:selectionBufferSymbol
     "return the text selection - either the local one, or one of the displays
-     clipBoard buffers determined by selectionBufferSymbol.
+     clipBoard buffers determined by selectionBufferSymbol, which should be one of:
+        #clipBard
+     or:
+        #selecion.
 
      Return aString or nil if there is no selection or
      the selection is returned asynchronously"
@@ -2327,7 +2330,7 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.98 2003-02-11 19:40:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.99 2003-03-25 21:11:28 cg Exp $'
 ! !
 
 DisplaySurface initialize!