ListSelectionBox.st
changeset 122 04ec3fda7c11
parent 118 3ee5ea99d0e2
child 125 3ffa271732f7
equal deleted inserted replaced
121:4e63bbdb266a 122:04ec3fda7c11
    19 
    19 
    20 ListSelectionBox comment:'
    20 ListSelectionBox comment:'
    21 COPYRIGHT (c) 1990 by Claus Gittinger
    21 COPYRIGHT (c) 1990 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.10 1995-05-03 00:29:49 claus Exp $
    24 $Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.11 1995-05-07 00:16:17 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !ListSelectionBox class methodsFor:'documentation'!
    27 !ListSelectionBox class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.10 1995-05-03 00:29:49 claus Exp $
    45 $Header: /cvs/stx/stx/libwidg/ListSelectionBox.st,v 1.11 1995-05-07 00:16:17 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "
   164     ].
   164     ].
   165     "
   165     "
   166      mhm: the lists keyboard functions are disabled,
   166      mhm: the lists keyboard functions are disabled,
   167      and input passed to the enterfield
   167      and input passed to the enterfield
   168     "
   168     "
   169     selectionList delegate:(KeyboardForwarder to:enterField condition:#noFocus) 
   169     selectionList delegate:(KeyboardForwarder toView:enterField condition:#noFocus) 
   170 !
   170 !
   171 
   171 
   172 updateList
   172 updateList
   173     "setup contents of list; nothing done here but redefined in subclasses"
   173     "setup contents of list; nothing done here but redefined in subclasses"
   174 
   174