]>
git.saurik.com Git - wxWidgets.git/blob - src/os2/dirdlg.cpp
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/os2/dirdlg.cpp
3 // Purpose: wxDirDialog
4 // Author: David Webster
8 // Copyright: (c) David Webster
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // For compilers that support precompilation, includes "wx.h".
13 #include "wx/wxprec.h"
15 #include "wx/dirdlg.h"
20 #include "wx/dialog.h"
21 #include "wx/cmndata.h"
24 #include "wx/os2/private.h"
29 #define wxDIALOG_DEFAULT_X 300
30 #define wxDIALOG_DEFAULT_Y 300
32 IMPLEMENT_CLASS(wxDirDialog
, wxDialog
)
34 wxDirDialog::wxDirDialog(wxWindow
*parent
, const wxString
& message
,
35 const wxString
& defaultPath
,
36 long style
, const wxPoint
& pos
)
39 m_windowStyle
= style
;
44 int wxDirDialog::ShowModal()