DeviceWorkstation.st
changeset 4349 5cf7277bff92
parent 4346 98c44fc2c272
child 4350 2320e0b4c558
--- a/DeviceWorkstation.st	Wed Feb 16 15:32:42 2005 +0100
+++ b/DeviceWorkstation.st	Fri Feb 18 17:11:27 2005 +0100
@@ -6715,6 +6715,16 @@
     "Created: / 22.5.1999 / 01:40:42 / cg"
 ! !
 
+!DeviceWorkstation methodsFor:'selection fetching'!
+
+addSelectionHandler:someone
+    "ignored here"
+!
+
+removeSelectionHandler:someone
+    "ignored here"
+! !
+
 !DeviceWorkstation methodsFor:'style defaults'!
 
 defaultStyleValueFor:aKey
@@ -7487,7 +7497,7 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.487 2005-02-14 16:06:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.488 2005-02-18 16:11:27 cg Exp $'
 ! !
 
 DeviceWorkstation initialize!