Scroller.st
changeset 1957 41d39e04bf51
parent 1913 37653d123b68
child 1962 baf22110671e
--- a/Scroller.st	Thu Jul 08 11:33:23 1999 +0200
+++ b/Scroller.st	Thu Jul 08 11:34:32 1999 +0200
@@ -917,7 +917,8 @@
 !Scroller methodsFor:'accessing-bg & border'!
 
 allViewBackground:something
-    "ignore here"
+    "ignore here for all scrollers (I want my own background)"
+
 ! !
 
 !Scroller methodsFor:'accessing-look'!
@@ -2401,5 +2402,5 @@
 !Scroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.132 1999-05-23 11:59:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.133 1999-07-08 09:34:32 cg Exp $'
 ! !