need dummy textChanged
authorClaus Gittinger <cg@exept.de>
Tue, 18 Apr 2000 12:10:59 +0200
changeset 2181 2b2351d0c0c4
parent 2180 d208b77444a7
child 2182 fb9bc638123a
need dummy textChanged
ListView.st
--- a/ListView.st	Tue Apr 18 11:50:32 2000 +0200
+++ b/ListView.st	Tue Apr 18 12:10:59 2000 +0200
@@ -2285,6 +2285,10 @@
     ^ visibleLineNr
 !
 
+textChanged
+    "ignored here"
+!
+
 visibleAt:visibleLineNr
     "return what is visible at line (numbers start at 1).
      This is used for redrawing; i.e. for non-string entries, this
@@ -4040,5 +4044,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.221 2000-04-18 09:50:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.222 2000-04-18 10:10:59 cg Exp $'
 ! !