1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 #ifndef __GTKFILEDLGH__
12 #define __GTKFILEDLGH__
14 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
18 //-------------------------------------------------------------------------
20 //-------------------------------------------------------------------------
22 class wxFileDialog
: public wxFileDialogBase
27 wxFileDialog(wxWindow
*parent
,
28 const wxString
& message
= wxFileSelectorPromptStr
,
29 const wxString
& defaultDir
= wxEmptyString
,
30 const wxString
& defaultFile
= wxEmptyString
,
31 const wxString
& wildCard
= wxFileSelectorDefaultWildcardStr
,
33 const wxPoint
& pos
= wxDefaultPosition
);
35 virtual void SetPath(const wxString
& path
);
38 DECLARE_DYNAMIC_CLASS(wxFileDialog
)
41 #endif // __GTKFILEDLGH__