#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 21 Nov 2016 23:51:59 +0100
changeset 7687 44e289d89461
parent 7686 6397f8316375
child 7688 d3ccb450ed58
#DOCUMENTATION by cg class: DisplaySurface comment/format in: #setClipboardText:
DisplaySurface.st
--- a/DisplaySurface.st	Sat Nov 19 21:04:32 2016 +0100
+++ b/DisplaySurface.st	Mon Nov 21 23:51:59 2016 +0100
@@ -981,11 +981,13 @@
     device setClipboardObject:something ownerView:self.
 !
 
-setClipboardText:something
+setClipboardText:aString
     "set the text selection - both the local one, and tell the display
      that we have changed it (i.e. place it into the clipBoard)."
 
-    device setClipboardText:something ownerView:self
+    device setClipboardText:aString ownerView:self
+
+    "Modified (format): / 21-11-2016 / 23:36:59 / cg"
 !
 
 setSelection:something