Scroller.st
changeset 3165 58b08c376a6e
parent 3164 78412bd19e6d
child 3281 bff085fdfa78
--- a/Scroller.st	Wed May 11 17:09:24 2005 +0200
+++ b/Scroller.st	Wed May 11 18:37:05 2005 +0200
@@ -837,6 +837,7 @@
 !
 
 asynchronousOperation
+    <resource:#obsolete>
     self obsoleteMethodWarning:'use #beAsynchronous'.
     self beAsynchronous
 !
@@ -902,12 +903,23 @@
      but implemented, so that scroller can be used in place of a scrollbar"
 !
 
+scrollLeftAction:aBlock
+    "ignored -
+     but implemented, so that scroller can be used in place of a scrollbar"
+!
+
+scrollRightAction:aBlock
+    "ignored -
+     but implemented, so that scroller can be used in place of a scrollbar"
+!
+
 scrollUpAction:aBlock
     "ignored -
      but implemented, so that scroller can be used in place of a scrollbar"
 !
 
 synchronousOperation
+    <resource:#obsolete>
     self obsoleteMethodWarning:'use #beSynchronous'.
     self beSynchronous
 ! !
@@ -2649,5 +2661,5 @@
 !Scroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.182 2005-05-11 15:09:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.183 2005-05-11 16:36:50 stefan Exp $'
 ! !