diff -r 5f44d976c81f -r 41a4297a87af DSVColumnView.st --- 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 $' ! !