ComboBoxView.st
changeset 1281 94b22cb9c19f
parent 1263 71f40ae21861
child 1312 4c706bd30a5c
equal deleted inserted replaced
1280:8836fc202970 1281:94b22cb9c19f
    44     the list is actually only a set of values for the convenience of the user.
    44     the list is actually only a set of values for the convenience of the user.
    45 
    45 
    46     Not yet finished - it may need more protocol.
    46     Not yet finished - it may need more protocol.
    47 
    47 
    48     [author:]
    48     [author:]
    49 	Claus Gittinger
    49         Claus Gittinger
    50 
    50 
    51     [see also:]
    51     [see also:]
    52 	ComboView
    52         ComboView
    53 	PopUpList SelectionInListView
    53         PopUpList SelectionInListView
    54 	ComboListView
    54         ComboListView ExtendedComboBox
    55 	PullDownMenu Label EntryField
    55         PullDownMenu Label EntryField
    56 "
    56 "
    57 !
    57 !
    58 
    58 
    59 examples
    59 examples
    60 "
    60 "
   247 ! !
   247 ! !
   248 
   248 
   249 !ComboBoxView class methodsFor:'documentation'!
   249 !ComboBoxView class methodsFor:'documentation'!
   250 
   250 
   251 version
   251 version
   252     ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.22 1999-03-19 19:58:55 cg Exp $'
   252     ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.23 1999-03-25 15:00:54 cg Exp $'
   253 ! !
   253 ! !