DialogBox.st
changeset 5591 348344eb6b93
parent 5573 5f1ebaa92793
child 5597 6654cb9875c6
equal deleted inserted replaced
5590:ea8c6fdde3cb 5591:348344eb6b93
 10017     ].
 10017     ].
 10018     ^ super assignKeyboardFocusToFirstKeyboardConsumer
 10018     ^ super assignKeyboardFocusToFirstKeyboardConsumer
 10019 !
 10019 !
 10020 
 10020 
 10021 basicAddComponent:aComponent 
 10021 basicAddComponent:aComponent 
 10022     "add a component, dont change its size"
 10022     "add a component, don't change its size"
 10023 
 10023 
 10024     addedComponents isNil ifTrue:[
 10024     addedComponents isNil ifTrue:[
 10025         addedComponents := OrderedCollection new.
 10025         addedComponents := OrderedCollection new.
 10026     ].
 10026     ].
 10027     addedComponents add:aComponent.
 10027     addedComponents add:aComponent.