projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git]
/
include
/
wx
/
palmos
/
filedlg.h
diff --git
a/include/wx/palmos/filedlg.h
b/include/wx/palmos/filedlg.h
index ba400045cdcd6af79ef5f57e2078e4c586b1dd91..e7ce26b98a977e50a4324fe9888df297710c4b49 100644
(file)
--- a/
include/wx/palmos/filedlg.h
+++ b/
include/wx/palmos/filedlg.h
@@
-12,15
+12,11
@@
#ifndef _WX_FILEDLG_H_
#define _WX_FILEDLG_H_
#ifndef _WX_FILEDLG_H_
#define _WX_FILEDLG_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "filedlg.h"
-#endif
-
//-------------------------------------------------------------------------
// wxFileDialog
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
// wxFileDialog
//-------------------------------------------------------------------------
-class WXDLL
EXPORT
wxFileDialog: public wxFileDialogBase
+class WXDLL
IMPEXP_CORE
wxFileDialog: public wxFileDialogBase
{
public:
wxFileDialog(wxWindow *parent,
{
public:
wxFileDialog(wxWindow *parent,
@@
-28,8
+24,10
@@
public:
const wxString& defaultDir = wxEmptyString,
const wxString& defaultFile = wxEmptyString,
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
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;
virtual void SetPath(const wxString& path);
virtual void GetPaths(wxArrayString& paths) const;
@@
-41,7
+39,7
@@
private:
wxArrayString m_fileNames;
DECLARE_DYNAMIC_CLASS(wxFileDialog)
wxArrayString m_fileNames;
DECLARE_DYNAMIC_CLASS(wxFileDialog)
- DECLARE_NO_COPY_CLASS(wxFileDialog)
+ wxDECLARE_NO_COPY_CLASS(wxFileDialog);
};
#endif // _WX_FILEDLG_H_
};
#endif // _WX_FILEDLG_H_