Slider.st
changeset 165 b758808c4ab8
parent 159 0596de11a136
child 184 13a2f3677c68
--- a/Slider.st	Tue Apr 30 15:11:42 1996 +0200
+++ b/Slider.st	Tue Apr 30 17:37:30 1996 +0200
@@ -236,13 +236,15 @@
 !Slider methodsFor:'initialization'!
 
 initStyle
+    <resource: #style (#sliderNTallyMarks #sliderTallyLevel)>
+
     super initStyle.
 
     tallyMarks := StyleSheet at:'sliderNTallyMarks' default:1.
     tallyLevel := StyleSheet at:'sliderTallyLevel' default:-1.    
     thumbActiveLevel := thumbLevel.
 
-    "Modified: 20.3.1996 / 11:12:45 / cg"
+    "Modified: 30.4.1996 / 17:02:15 / cg"
 !
 
 initialize
@@ -322,5 +324,5 @@
 !Slider class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.16 1996-04-27 18:16:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.17 1996-04-30 15:37:30 cg Exp $'
 ! !