Mark obsolete methods
authorStefan Vogel <sv@exept.de>
Thu, 26 Feb 2009 22:26:34 +0100
changeset 3644 bfe0b80eb056
parent 3643 b38da5f45af6
child 3645 ccfe65dc83bb
Mark obsolete methods
TabSpecRuler.st
--- a/TabSpecRuler.st	Thu Feb 26 22:25:23 2009 +0100
+++ b/TabSpecRuler.st	Thu Feb 26 22:26:34 2009 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libwidg2' }"
 
 SimpleView subclass:#TabSpecRuler
@@ -192,6 +191,7 @@
 !
 
 synchronousOperation
+    <resource: #obsolete>
     "return the synchronousOperation mode settings value"
 
     self obsoleteMethodWarning:'use #isSynchronous'.
@@ -202,6 +202,7 @@
 !
 
 synchronousOperation:something
+    <resource: #obsolete>
     "set/clear synchronousOperation mode;
      if on, a move is immediately forwarded to dependents;
      of off, its forwarded when the mouse button is released."
@@ -519,5 +520,5 @@
 !TabSpecRuler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TabSpecRuler.st,v 1.19 2004-09-13 14:56:52 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TabSpecRuler.st,v 1.20 2009-02-26 21:26:34 stefan Exp $'
 ! !