]>
git.saurik.com Git - wxWidgets.git/blob - src/stubs/dirdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxDirDialog
8 // Copyright: (c) AUTHOR
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation "dirdlg.h"
18 #include "wx/dialog.h"
19 #include "wx/dirdlg.h"
21 #include "wx/cmndata.h"
23 #if !USE_SHARED_LIBRARY
24 IMPLEMENT_CLASS(wxDirDialog
, wxDialog
)
27 wxDirDialog::wxDirDialog(wxWindow
*parent
, const wxString
& message
,
28 const wxString
& defaultPath
,
29 long style
, const wxPoint
& pos
)
32 m_dialogStyle
= style
;
37 int wxDirDialog::ShowModal()