ListEntry.st
changeset 2655 4b72f593d5ba
parent 2196 2d64b9c3bcea
child 3764 1414561b990a
--- a/ListEntry.st	Wed Feb 25 08:24:49 2004 +0100
+++ b/ListEntry.st	Wed Feb 25 17:09:46 2004 +0100
@@ -68,6 +68,14 @@
 
 !ListEntry methodsFor:'queries'!
 
+hasIcon
+    ^ false
+!
+
+hasImage
+    ^ false
+!
+
 size
     "behave like a string when asked for the size"
 
@@ -178,5 +186,5 @@
 !ListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.18 2002-09-18 19:32:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.19 2004-02-25 16:09:46 cg Exp $'
 ! !