DSVColumnView.st
changeset 2318 41a4297a87af
parent 2276 19de72502874
child 2319 b75af47412ff
--- a/DSVColumnView.st	Mon Oct 21 10:34:57 2002 +0200
+++ b/DSVColumnView.st	Wed Oct 23 10:03:54 2002 +0200
@@ -792,6 +792,12 @@
     ]
 !
 
+listHolder
+    "get the valueHolder which holds the list of rows
+    "
+    ^ listHolder
+!
+
 listHolder:aListHolder
     "set the valueHolder which holds the list of rows
     "
@@ -3671,5 +3677,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.152 2002-10-11 09:50:16 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.153 2002-10-23 08:03:54 ca Exp $'
 ! !