CharacterArray.st
changeset 7995 8ddbb403d67b
parent 7991 4e8a30e846f5
child 8003 6e690f4b79f1
--- a/CharacterArray.st	Tue Feb 24 22:35:03 2004 +0100
+++ b/CharacterArray.st	Wed Feb 25 17:17:32 2004 +0100
@@ -4764,6 +4764,18 @@
     "Created: 12.5.1996 / 12:31:39 / cg"
 !
 
+hasIcon
+    "for LabelAndIcon compatibility"
+
+    ^ false
+!
+
+hasImage
+    "for LabelAndIcon compatibility"
+
+    ^ false
+!
+
 heightOn:aGC
     "return the size of the recevier in device units if displayed on aGC"
 
@@ -6226,7 +6238,7 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.284 2004-02-23 16:55:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.285 2004-02-25 16:17:32 cg Exp $'
 ! !
 
 CharacterArray initialize!