PopUpList.st
changeset 1077 b50cebc268e6
parent 1076 19d9daaad1a9
child 1078 dfc190980181
equal deleted inserted replaced
1076:19d9daaad1a9 1077:b50cebc268e6
    51     If the listMessage was set to nil, the list is not aquired from the model
    51     If the listMessage was set to nil, the list is not aquired from the model
    52     and can be set explicitely via #list:.
    52     and can be set explicitely via #list:.
    53 
    53 
    54     The defaults are set to allow a PopUpList to be used with a SelectionInList 
    54     The defaults are set to allow a PopUpList to be used with a SelectionInList 
    55     as model without further setup.
    55     as model without further setup.
       
    56     A simple valueHolder may also be used without further setup.
    56     (if used with some other model, either use an adaptor, or set the
    57     (if used with some other model, either use an adaptor, or set the
    57      change/aspect and/or listMessage to something else ..)
    58      change/aspect and/or listMessage to something else ..)
    58 
    59 
    59     If a listHolder is set, this one is always asked for the list instead of the
    60     If a listHolder is set, this one is always asked for the list instead of the
    60     model, via the #value message. 
    61     model, via the #value message. 
   911 ! !
   912 ! !
   912 
   913 
   913 !PopUpList class methodsFor:'documentation'!
   914 !PopUpList class methodsFor:'documentation'!
   914 
   915 
   915 version
   916 version
   916     ^ '$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.42 1997-02-28 12:50:03 cg Exp $'
   917     ^ '$Header: /cvs/stx/stx/libwidg/PopUpList.st,v 1.43 1997-02-28 12:54:33 cg Exp $'
   917 ! !
   918 ! !