Label.st
changeset 1955 92c3c7674726
parent 1946 29a834d9e497
child 1991 d3759873aed7
--- a/Label.st	Thu Jul 08 11:30:35 1999 +0200
+++ b/Label.st	Thu Jul 08 11:32:57 1999 +0200
@@ -900,12 +900,6 @@
 
 !Label methodsFor:'accessing-colors'!
 
-allViewBackground:something
-    "ignore here"
-
-
-!
-
 backgroundColor
     "return the background color"
 
@@ -1768,5 +1762,5 @@
 !Label class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.105 1999-07-05 11:01:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Label.st,v 1.106 1999-07-08 09:32:57 cg Exp $'
 ! !