SelectionInList.st
changeset 204 2da6481de6d4
parent 200 aa3e56929a5a
child 359 dec35d4fbc35
equal deleted inserted replaced
203:8a38b0b03233 204:2da6481de6d4
    84     b action:[numItems := numItems + 1.
    84     b action:[numItems := numItems + 1.
    85 	      m list:((1 to:numItems) collect:[:i | i printString]).
    85 	      m list:((1 to:numItems) collect:[:i | i printString]).
    86 	     ].
    86 	     ].
    87     b open
    87     b open
    88 "
    88 "
    89 !
       
    90 
       
    91 version
       
    92     ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.6 1995-11-23 10:42:48 cg Exp $'
       
    93 ! !
    89 ! !
    94 
    90 
    95 !SelectionInList class methodsFor:'instance creation'!
    91 !SelectionInList class methodsFor:'instance creation'!
    96 
    92 
    97 new
    93 new
   242 
   238 
   243     self obsoleteMethodWarning:'use #selectionIndexHolder:'.
   239     self obsoleteMethodWarning:'use #selectionIndexHolder:'.
   244     ^ self selectionIndexHolder:aValueHolder
   240     ^ self selectionIndexHolder:aValueHolder
   245 ! !
   241 ! !
   246 
   242 
       
   243 !SelectionInList class methodsFor:'documentation'!
       
   244 
       
   245 version
       
   246     ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.7 1995-11-23 17:48:50 cg Exp $'
       
   247 ! !