X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..59022c25c19cd7eb56b2405a58010df5d0b73eb6:/include/wx/palmos/filedlg.h diff --git a/include/wx/palmos/filedlg.h b/include/wx/palmos/filedlg.h index b145962b3a..3baac18463 100644 --- a/include/wx/palmos/filedlg.h +++ b/include/wx/palmos/filedlg.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/palmos/filedlg.h // Purpose: wxFileDialog class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,10 +12,6 @@ #ifndef _WX_FILEDLG_H_ #define _WX_FILEDLG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "filedlg.h" -#endif - //------------------------------------------------------------------------- // wxFileDialog //------------------------------------------------------------------------- @@ -28,8 +24,10 @@ public: 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 void SetPath(const wxString& path); virtual void GetPaths(wxArrayString& paths) const;