SelectionInListView.st
changeset 2401 296ed4051b86
parent 2369 95fc0483637f
child 2407 bbf31d2267ea
--- a/SelectionInListView.st	Fri Sep 07 20:39:58 2001 +0200
+++ b/SelectionInListView.st	Sat Sep 08 21:16:18 2001 +0200
@@ -1078,6 +1078,10 @@
     ^ self
 
     "Created: / 4.2.2000 / 00:07:14 / cg"
+!
+
+targetIndex:index
+    self selection:index
 ! !
 
 !SelectionInListView methodsFor:'accessing-actions'!
@@ -4014,5 +4018,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.192 2001-05-17 22:33:49 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.193 2001-09-08 19:16:18 cg Exp $'
 ! !