diff -r d773b6e9dc28 -r df1b79d1abab PopUpList.st --- a/PopUpList.st Thu Feb 27 15:04:40 1997 +0100 +++ b/PopUpList.st Thu Feb 27 15:34:59 1997 +0100 @@ -61,6 +61,8 @@ This allows the popUpListView to aquire the list and value from different places. + Notice: PopUpList and ComboListView provide a similar protocol and functionality. + [Instance variables:] @@ -86,8 +88,9 @@ Default is nil. [see also:] + SelectionInList ValueHolder SelectionInListView - SelectionInList + ComboListView [author:] Claus Gittinger @@ -875,5 +878,5 @@ !PopUpList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.38 1997-02-27 14:04:40 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.39 1997-02-27 14:34:59 cg Exp $' ! !