# HG changeset patch # User Stefan Vogel # Date 1032377555 -7200 # Node ID 2d64b9c3bceaa32fdd891d239dc406b3d9a1f58d # Parent dd542ce8405f6b41fe6268e1cabcc1335fa6e214 add subclassresponsibility diff -r dd542ce8405f -r 2d64b9c3bcea 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 $' ! !