oops
authorClaus Gittinger <cg@exept.de>
Mon, 11 Dec 1995 18:06:59 +0100
changeset 109 88467c13bf31
parent 108 b228b94be590
child 110 b3cfcfafcc0d
oops
ListEntry.st
MCLEntry.st
MultiColListEntry.st
--- a/ListEntry.st	Mon Dec 11 18:05:14 1995 +0100
+++ b/ListEntry.st	Mon Dec 11 18:06:59 1995 +0100
@@ -75,7 +75,7 @@
     ^ self subclassResponsibility
 !
 
-displayOn:aGC x:x y:yopaque:opaque
+displayOn:aGC x:x y:y opaque:opaque
     "display the receiver on a GC"
 
     ^ self subclassResponsibility
@@ -100,5 +100,5 @@
 !ListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.6 1995-12-11 17:05:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.7 1995-12-11 17:06:57 cg Exp $'
 ! !
--- a/MCLEntry.st	Mon Dec 11 18:05:14 1995 +0100
+++ b/MCLEntry.st	Mon Dec 11 18:06:59 1995 +0100
@@ -400,7 +400,7 @@
 		aGC displayOpaqueString:subString x:xPos y:y.
 	    ] ifFalse:[    
 		aGC displayString:subString x:xPos y:y.
-	    ]    
+	    ].    
 	    prevString := subString.
 	]
     ].
@@ -447,5 +447,5 @@
 !MultiColListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/MCLEntry.st,v 1.13 1995-12-11 17:05:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/MCLEntry.st,v 1.14 1995-12-11 17:06:59 cg Exp $'
 ! !
--- a/MultiColListEntry.st	Mon Dec 11 18:05:14 1995 +0100
+++ b/MultiColListEntry.st	Mon Dec 11 18:06:59 1995 +0100
@@ -400,7 +400,7 @@
 		aGC displayOpaqueString:subString x:xPos y:y.
 	    ] ifFalse:[    
 		aGC displayString:subString x:xPos y:y.
-	    ]    
+	    ].    
 	    prevString := subString.
 	]
     ].
@@ -447,5 +447,5 @@
 !MultiColListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MultiColListEntry.st,v 1.13 1995-12-11 17:05:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MultiColListEntry.st,v 1.14 1995-12-11 17:06:59 cg Exp $'
 ! !