- // TODO: should we copy the strings to dialog->GetData() as well?
-
- if ( !dialog->GetEventHandler()->ProcessEvent(event) )
- {
- // the event is not propagated upwards to the parent automatically
- // because the dialog is a top level window, so do it manually as
- // in 9 cases of 10 the message must be processed by the dialog
- // owner and not the dialog itself
- (void)dialog->GetParent()->GetEventHandler()->ProcessEvent(event);
- }