ComboBoxView.st
changeset 275 da88b7732dff
parent 230 0c32e90e689b
child 279 3d96c6f3e588
--- a/ComboBoxView.st	Thu Jan 09 12:56:18 1997 +0100
+++ b/ComboBoxView.st	Thu Jan 09 12:57:57 1997 +0100
@@ -5,7 +5,7 @@
 	category:'Views-Interactors'
 !
 
-!ComboBoxView  class methodsFor:'documentation'!
+!ComboBoxView class methodsFor:'documentation'!
 
 documentation
 "
@@ -15,10 +15,16 @@
     In contrast to a PopUpList or ComboListView, the string can still be edited -
     the list is actually only a set of values for the convenience of the user.
 
-    Not yet finished.
+    Not yet finished - it may need more protocol.
+
+    [author:]
+        Claus Gittinger
 
     [see also:]
+        ComboView
+        PopUpList SelectionInListView
         ComboListView
+        PullDownMenu Label EntryField
 "
 !
 
@@ -167,8 +173,8 @@
     "Modified: 26.7.1996 / 17:13:41 / cg"
 ! !
 
-!ComboBoxView  class methodsFor:'documentation'!
+!ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.9 1996-07-26 16:03:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.10 1997-01-09 11:57:44 cg Exp $'
 ! !