X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/081d8d96db3bfe4dc490a6244b17184366846738..71a09c3579dd5cb4cd8fa7fdc143561cbff74e12:/src/osx/carbon/dirdlg.cpp?ds=sidebyside diff --git a/src/osx/carbon/dirdlg.cpp b/src/osx/carbon/dirdlg.cpp index 1d3c058597..b6cc8a45ef 100644 --- a/src/osx/carbon/dirdlg.cpp +++ b/src/osx/carbon/dirdlg.cpp @@ -4,7 +4,6 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -21,6 +20,7 @@ #endif // WX_PRECOMP #include "wx/filename.h" +#include "wx/modalhook.h" #include "wx/osx/private.h" @@ -54,7 +54,11 @@ static pascal void NavEventProc( } } -wxDirDialog::wxDirDialog(wxWindow *parent, +void wxDirDialog::Init() +{ +} + +void wxDirDialog::Create(wxWindow *parent, const wxString& message, const wxString& defaultPath, long style, @@ -72,6 +76,8 @@ wxDirDialog::wxDirDialog(wxWindow *parent, int wxDirDialog::ShowModal() { + WX_HOOK_MODAL_DIALOG(); + NavDialogRef dialog = NULL; NavDialogCreationOptions options; NavReplyRecord reply ;