X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/356c7bfad29fc1f433ae92ad9c520568268754b3..0e080be64b6b1f1269d78d95efb2ac728fc95a6d:/include/wx/msw/dialog.h?ds=inline diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index 31326c37c7..3a779079b4 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -98,6 +98,12 @@ public: #endif // wxUSE_CTL3D protected: + // find the window to use as parent for this dialog if none has been + // specified explicitly by the user + // + // may return NULL + wxWindow *FindSuitableParent() const; + // show modal dialog and enter modal loop void DoShowModal();