Slider.st
changeset 1576 5c843505f239
parent 1198 e5ba72c1bccb
child 1583 f5118b115b68
--- a/Slider.st	Sat Oct 02 13:29:45 1999 +0200
+++ b/Slider.st	Mon Oct 04 12:47:13 1999 +0200
@@ -211,7 +211,7 @@
 "
 ! !
 
-!Slider methodsFor:'ST-80 compatibility'!
+!Slider methodsFor:'Compatibility - ST-80'!
 
 beHorizontal
     "ST-80 compatibility: make the slider a horizontalSlider"
@@ -385,5 +385,5 @@
 !Slider class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.28 1999-02-13 12:09:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.29 1999-10-04 10:47:13 cg Exp $'
 ! !