// Shows a dialog modally, returning a return code
int wxDialog::ShowModal()
{
// Shows a dialog modally, returning a return code
int wxDialog::ShowModal()
{
// TODO: is it safe to call this, if the dialog may have been deleted
// by now? Probably only if we're using delayed deletion of dialogs.
// TODO: is it safe to call this, if the dialog may have been deleted
// by now? Probably only if we're using delayed deletion of dialogs.