ComboListV.st
changeset 275 da88b7732dff
parent 272 6c6466cd4ea1
child 278 4a22889a5730
--- a/ComboListV.st	Thu Jan 09 12:56:18 1997 +0100
+++ b/ComboListV.st	Thu Jan 09 12:57:57 1997 +0100
@@ -14,7 +14,16 @@
 
     This is the same as a PopUpList or SelectionInListView, bit looks different.
 
-    Not yet finished.
+    Not yet finished - it may need more protocol.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        ComboView
+        PopUpList SelectionInListView
+        ComboBoxView
+        PullDownMenu Label EntryField
 "
 !
 
@@ -205,5 +214,5 @@
 !ComboListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboListV.st,v 1.9 1997-01-05 00:22:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboListV.st,v 1.10 1997-01-09 11:57:57 cg Exp $'
 ! !