1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/os2/dirdlg.h
3 // Purpose: wxDirDialog class
4 // Author: David Webster
7 // Copyright: (c) David Webster
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
14 #include "wx/dialog.h"
16 WXDLLIMPEXP_DATA_CORE(extern const wxChar
) wxFileSelectorPromptStr
[];
18 class WXDLLIMPEXP_CORE wxDirDialog
: public wxDirDialogBase
20 DECLARE_DYNAMIC_CLASS(wxDirDialog
)
22 wxDirDialog(wxWindow
*parent
, const wxString
& message
= wxFileSelectorPromptStr
,
23 const wxString
& defaultPath
= "",
24 long style
= 0, const wxPoint
& pos
= wxDefaultPosition
);