/////////////////////////////////////////////////////////////////////////////
-// Name: filedlg.h
+// Name: wx/gtk1/filedlg.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
const wxString& defaultDir = wxEmptyString,
const wxString& defaultFile = wxEmptyString,
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
- long style = 0,
- const wxPoint& pos = wxDefaultPosition);
+ long style = wxFD_DEFAULT_STYLE,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& sz = wxDefaultSize,
+ const wxString& name = wxFileDialogNameStr);
virtual ~wxFileDialog();