HorizontalMiniScroller.st
changeset 3165 58b08c376a6e
parent 585 8f395aba0173
--- a/HorizontalMiniScroller.st	Wed May 11 17:09:24 2005 +0200
+++ b/HorizontalMiniScroller.st	Wed May 11 18:37:05 2005 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg' }"
+
 MiniScroller subclass:#HorizontalMiniScroller
 	instanceVariableNames:''
 	classVariableNames:''
@@ -42,22 +44,6 @@
 "
 ! !
 
-!HorizontalMiniScroller methodsFor:'accessing-behavior'!
-
-scrollLeftAction:aBlock
-    "ignored -
-     but implemented, so that scroller can be used in place of a scrollbar"
-
-    "Created: 17.4.1996 / 14:04:29 / cg"
-!
-
-scrollRightAction:aBlock
-    "ignored -
-     but implemented, so that scroller can be used in place of a scrollbar"
-
-    "Created: 17.4.1996 / 14:04:30 / cg"
-! !
-
 !HorizontalMiniScroller methodsFor:'initialization'!
 
 initialize
@@ -70,5 +56,5 @@
 !HorizontalMiniScroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalMiniScroller.st,v 1.9 1996-04-25 17:22:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HorizontalMiniScroller.st,v 1.10 2005-05-11 16:36:04 stefan Exp $'
 ! !