virtual ~wxDialogBase() { }
// define public wxDialog methods to be implemented by the derived classes
virtual ~wxDialogBase() { }
// define public wxDialog methods to be implemented by the derived classes
// helper of GetParentForModalDialog(): returns the passed in window if it
// can be used as our parent or NULL if it can't
wxWindow *CheckIfCanBeUsedAsParent(wxWindow *parent) const;
// helper of GetParentForModalDialog(): returns the passed in window if it
// can be used as our parent or NULL if it can't
wxWindow *CheckIfCanBeUsedAsParent(wxWindow *parent) const;