*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 09 Nov 2001 17:16:56 +0100
changeset 2456 042817ef96be
parent 2455 750760093931
child 2457 0c1beddda9cb
*** empty log message ***
ScrollBar.st
Scroller.st
--- a/ScrollBar.st	Fri Nov 09 14:28:17 2001 +0100
+++ b/ScrollBar.st	Fri Nov 09 17:16:56 2001 +0100
@@ -291,8 +291,9 @@
 !ScrollBar methodsFor:'accessing-look'!
 
 allViewBackground:something
-    "blocked"
+    "blocked for all scrollBars (I want my own background)"
 
+    "/ ^ super allViewBackground:something
 !
 
 orientation
@@ -1085,5 +1086,5 @@
 !ScrollBar class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.66 2001-04-30 12:39:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollBar.st,v 1.67 2001-11-09 16:16:51 cg Exp $'
 ! !
--- a/Scroller.st	Fri Nov 09 14:28:17 2001 +0100
+++ b/Scroller.st	Fri Nov 09 17:16:56 2001 +0100
@@ -925,6 +925,7 @@
 allViewBackground:something
     "ignore here for all scrollers (I want my own background)"
 
+    "/ ^ super allViewBackground:something
 ! !
 
 !Scroller methodsFor:'accessing-look'!
@@ -2538,5 +2539,5 @@
 !Scroller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.157 2001-07-25 17:49:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.158 2001-11-09 16:16:56 cg Exp $'
 ! !