ComboListView.st
changeset 275 da88b7732dff
parent 272 6c6466cd4ea1
child 278 4a22889a5730
equal deleted inserted replaced
274:92b51554b1d7 275:da88b7732dff
    12     A ComboListView combines an label with a drop down list of default inputs;
    12     A ComboListView combines an label with a drop down list of default inputs;
    13     choosing any from the pulled list sets the string in the label.
    13     choosing any from the pulled list sets the string in the label.
    14 
    14 
    15     This is the same as a PopUpList or SelectionInListView, bit looks different.
    15     This is the same as a PopUpList or SelectionInListView, bit looks different.
    16 
    16 
    17     Not yet finished.
    17     Not yet finished - it may need more protocol.
       
    18 
       
    19     [author:]
       
    20         Claus Gittinger
       
    21 
       
    22     [see also:]
       
    23         ComboView
       
    24         PopUpList SelectionInListView
       
    25         ComboBoxView
       
    26         PullDownMenu Label EntryField
    18 "
    27 "
    19 !
    28 !
    20 
    29 
    21 examples
    30 examples
    22 "
    31 "
   203 ! !
   212 ! !
   204 
   213 
   205 !ComboListView class methodsFor:'documentation'!
   214 !ComboListView class methodsFor:'documentation'!
   206 
   215 
   207 version
   216 version
   208     ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.9 1997-01-05 00:22:04 cg Exp $'
   217     ^ '$Header: /cvs/stx/stx/libwidg2/ComboListView.st,v 1.10 1997-01-09 11:57:57 cg Exp $'
   209 ! !
   218 ! !