added dummy #activateOnClick: for completeness
authorClaus Gittinger <cg@exept.de>
Tue, 13 Oct 1998 14:38:47 +0200
changeset 2390 df34a1833817
parent 2389 3703d9b22e33
child 2391 a8a92e36683c
added dummy #activateOnClick: for completeness
DevWorkst.st
DeviceWorkstation.st
--- a/DevWorkst.st	Tue Oct 13 13:05:49 1998 +0200
+++ b/DevWorkst.st	Tue Oct 13 14:38:47 1998 +0200
@@ -404,6 +404,15 @@
 
 !DeviceWorkstation class methodsFor:'accessing'!
 
+activateOnClick:aBoolean
+    "enable/disable raise&activate on click;
+     return the previous setting"
+
+    ^ false
+
+    "Created: / 2.10.1998 / 01:07:51 / cg"
+!
+
 buttonTranslation:anArray
     "set the button translation, #(1 2 3) is no-translation,
      #(3 2 1) is ok for left-handers"
@@ -6132,6 +6141,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.270 1998-10-02 10:48:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevWorkst.st,v 1.271 1998-10-13 12:38:47 cg Exp $'
 ! !
 DeviceWorkstation initialize!
--- a/DeviceWorkstation.st	Tue Oct 13 13:05:49 1998 +0200
+++ b/DeviceWorkstation.st	Tue Oct 13 14:38:47 1998 +0200
@@ -404,6 +404,15 @@
 
 !DeviceWorkstation class methodsFor:'accessing'!
 
+activateOnClick:aBoolean
+    "enable/disable raise&activate on click;
+     return the previous setting"
+
+    ^ false
+
+    "Created: / 2.10.1998 / 01:07:51 / cg"
+!
+
 buttonTranslation:anArray
     "set the button translation, #(1 2 3) is no-translation,
      #(3 2 1) is ok for left-handers"
@@ -6132,6 +6141,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.270 1998-10-02 10:48:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.271 1998-10-13 12:38:47 cg Exp $'
 ! !
 DeviceWorkstation initialize!