ComboBoxView.st
changeset 1281 94b22cb9c19f
parent 1263 71f40ae21861
child 1312 4c706bd30a5c
--- a/ComboBoxView.st	Thu Mar 25 15:55:16 1999 +0100
+++ b/ComboBoxView.st	Thu Mar 25 16:01:25 1999 +0100
@@ -46,13 +46,13 @@
     Not yet finished - it may need more protocol.
 
     [author:]
-	Claus Gittinger
+        Claus Gittinger
 
     [see also:]
-	ComboView
-	PopUpList SelectionInListView
-	ComboListView
-	PullDownMenu Label EntryField
+        ComboView
+        PopUpList SelectionInListView
+        ComboListView ExtendedComboBox
+        PullDownMenu Label EntryField
 "
 !
 
@@ -249,5 +249,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.22 1999-03-19 19:58:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.23 1999-03-25 15:00:54 cg Exp $'
 ! !