comment
authorClaus Gittinger <cg@exept.de>
Thu, 08 Jul 1999 11:34:32 +0200
changeset 1957 41d39e04bf51
parent 1956 9467faaaf048
child 1958 9d53df393af1
comment
Scroller.st
--- 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 $'
 ! !