ignore #allViewBackground:
authortz
Mon, 17 Aug 1998 13:14:03 +0200
changeset 1650 62366abeec84
parent 1649 e0deb9ce1e08
child 1651 b7f06a53ddd9
ignore #allViewBackground:
Label.st
--- a/Label.st	Mon Aug 17 10:25:38 1998 +0200
+++ b/Label.st	Mon Aug 17 13:14:03 1998 +0200
@@ -906,6 +906,12 @@
 
 !Label methodsFor:'accessing-colors'!
 
+allViewBackground:something
+    "ignore here"
+
+
+!
+
 backgroundColor
     "return the background color"
 
@@ -1737,5 +1743,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.91 1998-06-06 18:03:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.92 1998-08-17 11:14:03 tz Exp $'
 ! !