1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxDirDialog class
4 // Author: David Webster
8 // Copyright: (c) David Webster
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
15 #include "wx/dialog.h"
17 WXDLLIMPEXP_DATA_CORE(extern const wxChar
) wxFileSelectorPromptStr
[];
19 class WXDLLIMPEXP_CORE wxDirDialog
: public wxDirDialogBase
21 DECLARE_DYNAMIC_CLASS(wxDirDialog
)
23 wxDirDialog(wxWindow
*parent
, const wxString
& message
= wxFileSelectorPromptStr
,
24 const wxString
& defaultPath
= "",
25 long style
= 0, const wxPoint
& pos
= wxDefaultPosition
);