MiniScr.st
changeset 968 ba32bbfb7aad
parent 797 2f9cd56f48ee
child 1114 ddd752f834d5
--- a/MiniScr.st	Wed Jan 22 18:21:36 1997 +0100
+++ b/MiniScr.st	Wed Jan 22 18:25:17 1997 +0100
@@ -17,7 +17,7 @@
 	category:'Views-Interactors'
 !
 
-!MiniScroller  class methodsFor:'documentation'!
+!MiniScroller class methodsFor:'documentation'!
 
 copyright
 "
@@ -45,6 +45,8 @@
 !MiniScroller methodsFor:'initialization'!
 
 initStyle
+    "setup viewStyle specifics"
+
     |style lvl|
 
     super initStyle.
@@ -66,7 +68,7 @@
     shadowForm := lightForm := nil.
     fixThumbHeight := false
 
-    "Modified: 17.4.1996 / 13:57:20 / cg"
+    "Modified: 22.1.1997 / 11:57:30 / cg"
 !
 
 initialize
@@ -104,8 +106,8 @@
     "Modified: 19.7.1996 / 20:46:21 / cg"
 ! !
 
-!MiniScroller  class methodsFor:'documentation'!
+!MiniScroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/MiniScr.st,v 1.13 1996-07-19 18:48:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/MiniScr.st,v 1.14 1997-01-22 17:24:23 cg Exp $'
 ! !