# HG changeset patch # User Claus Gittinger # Date 852811077 -3600 # Node ID da88b7732dff2510aa88785bcf603eb52d03f537 # Parent 92b51554b1d7db792098808850e83b8eb854bd76 commentary diff -r 92b51554b1d7 -r da88b7732dff ComboBoxV.st --- a/ComboBoxV.st Thu Jan 09 12:56:18 1997 +0100 +++ b/ComboBoxV.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/Attic/ComboBoxV.st,v 1.9 1996-07-26 16:03:25 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/Attic/ComboBoxV.st,v 1.10 1997-01-09 11:57:44 cg Exp $' ! ! diff -r 92b51554b1d7 -r da88b7732dff ComboBoxView.st --- 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 $' ! ! diff -r 92b51554b1d7 -r da88b7732dff ComboListV.st --- 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 $' ! ! diff -r 92b51554b1d7 -r da88b7732dff ComboListView.st --- a/ComboListView.st Thu Jan 09 12:56:18 1997 +0100 +++ b/ComboListView.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/ComboListView.st,v 1.9 1997-01-05 00:22:04 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.10 1997-01-09 11:57:57 cg Exp $' ! !