DataSetView.st
changeset 1012 5d98566099fa
parent 885 f45450252ba8
child 1066 c588ca20e4b4
--- a/DataSetView.st	Sat Jul 25 19:20:16 1998 +0200
+++ b/DataSetView.st	Mon Jul 27 09:51:30 1998 +0200
@@ -557,6 +557,20 @@
 
 !DataSetView methodsFor:'accessing mvc'!
 
+columnAdaptor
+    ^ columnView columnAdaptor
+
+    "Modified: / 26.7.1998 / 12:16:17 / cg"
+    "Created: / 27.7.1998 / 09:50:58 / cg"
+!
+
+columnAdaptor:someone
+    columnView columnAdaptor:someone
+
+    "Created: / 26.7.1998 / 12:04:31 / cg"
+    "Modified: / 26.7.1998 / 12:16:17 / cg"
+!
+
 listHolder:aListHolder
     "set the valueHolder which holds the list of rows
     "
@@ -814,5 +828,5 @@
 !DataSetView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.21 1998-05-11 08:40:28 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.22 1998-07-27 07:51:30 cg Exp $'
 ! !