ListEntry.st
changeset 109 88467c13bf31
parent 108 b228b94be590
child 123 5ac860f2e7b8
equal deleted inserted replaced
108:b228b94be590 109:88467c13bf31
    73     "return the receiver as a string (for example, to store it in a file)"
    73     "return the receiver as a string (for example, to store it in a file)"
    74 
    74 
    75     ^ self subclassResponsibility
    75     ^ self subclassResponsibility
    76 !
    76 !
    77 
    77 
    78 displayOn:aGC x:x y:yopaque:opaque
    78 displayOn:aGC x:x y:y opaque:opaque
    79     "display the receiver on a GC"
    79     "display the receiver on a GC"
    80 
    80 
    81     ^ self subclassResponsibility
    81     ^ self subclassResponsibility
    82 !
    82 !
    83 
    83 
    98 ! !
    98 ! !
    99 
    99 
   100 !ListEntry class methodsFor:'documentation'!
   100 !ListEntry class methodsFor:'documentation'!
   101 
   101 
   102 version
   102 version
   103     ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.6 1995-12-11 17:05:13 cg Exp $'
   103     ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.7 1995-12-11 17:06:57 cg Exp $'
   104 ! !
   104 ! !