add subclassresponsibility
authorStefan Vogel <sv@exept.de>
Wed, 18 Sep 2002 21:32:35 +0200
changeset 2196 2d64b9c3bcea
parent 2195 dd542ce8405f
child 2197 7ad026a1ae93
add subclassresponsibility
ListEntry.st
--- a/ListEntry.st	Wed Sep 18 21:28:38 2002 +0200
+++ b/ListEntry.st	Wed Sep 18 21:32:35 2002 +0200
@@ -111,6 +111,11 @@
     "Created: 12.5.1996 / 20:37:06 / cg"
 !
 
+sameStringAndEmphasisAs:aStringOrText
+
+    ^ self subclassResponsibility
+!
+
 widthOn:aGC
     "return the width (in device units) of the receiver when displayed in aGC"
 
@@ -173,5 +178,5 @@
 !ListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.17 2000-08-22 13:56:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.18 2002-09-18 19:32:35 stefan Exp $'
 ! !