X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25eb10d2e119b278be3ff51b3c96c297cc3ac6ef..57e2b887a0e798ab5ab2921cdeba550f322b000c:/include/wx/dialog.h diff --git a/include/wx/dialog.h b/include/wx/dialog.h index 766771c42d..2d6f8ee580 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -13,7 +13,6 @@ #define _WX_DIALOG_H_BASE_ #include "wx/defs.h" -#include "wx/containr.h" #include "wx/toplevel.h" class WXDLLEXPORT wxSizer; @@ -64,6 +63,10 @@ public: void SetEscapeId(int escapeId); int GetEscapeId() const { return m_escapeId; } + // Returns the parent to use for modal dialogs if the user did not specify it + // explicitly + wxWindow *GetParentForModalDialog(wxWindow *parent = NULL) const; + #if wxUSE_STATTEXT // && wxUSE_TEXTCTRL // splits text up at newlines and places the // lines into a vertical wxBoxSizer @@ -137,7 +140,6 @@ private: DECLARE_NO_COPY_CLASS(wxDialogBase) DECLARE_EVENT_TABLE() - WX_DECLARE_CONTROL_CONTAINER(); };