added flag wxFILE_MUST_EXIST
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
// Created: 01/02/97
|
// Created: 01/02/97
|
||||||
// Id:
|
// Id:
|
||||||
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
|
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
|
||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ class wxFileDialog: public wxDialog
|
|||||||
|
|
||||||
DECLARE_DYNAMIC_CLASS(wxFileDialog)
|
DECLARE_DYNAMIC_CLASS(wxFileDialog)
|
||||||
|
|
||||||
friend void gtk_filedialog_ok_callback( GtkWidget *widget, gpointer data );
|
friend void gtk_filedialog_ok_callback( GtkWidget *widget, gpointer data );
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ class wxFileDialog: public wxDialog
|
|||||||
|
|
||||||
wxFileDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr,
|
wxFileDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr,
|
||||||
const wxString& defaultDir = "", const wxString& defaultFile = "",
|
const wxString& defaultDir = "", const wxString& defaultFile = "",
|
||||||
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
|
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
|
||||||
long style = 0, const wxPoint& pos = wxDefaultPosition);
|
long style = 0, const wxPoint& pos = wxDefaultPosition);
|
||||||
|
|
||||||
inline void SetMessage(const wxString& message) { m_message = message; }
|
inline void SetMessage(const wxString& message) { m_message = message; }
|
||||||
@@ -75,6 +75,7 @@ class wxFileDialog: public wxDialog
|
|||||||
#define wxSAVE 2
|
#define wxSAVE 2
|
||||||
#define wxOVERWRITE_PROMPT 4
|
#define wxOVERWRITE_PROMPT 4
|
||||||
#define wxHIDE_READONLY 8
|
#define wxHIDE_READONLY 8
|
||||||
|
#define wxFILE_MUST_EXIST 16
|
||||||
|
|
||||||
// File selector - backward compatibility
|
// File selector - backward compatibility
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
// Created: 01/02/97
|
// Created: 01/02/97
|
||||||
// Id:
|
// Id:
|
||||||
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
|
// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
|
||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@ class wxFileDialog: public wxDialog
|
|||||||
|
|
||||||
DECLARE_DYNAMIC_CLASS(wxFileDialog)
|
DECLARE_DYNAMIC_CLASS(wxFileDialog)
|
||||||
|
|
||||||
friend void gtk_filedialog_ok_callback( GtkWidget *widget, gpointer data );
|
friend void gtk_filedialog_ok_callback( GtkWidget *widget, gpointer data );
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ class wxFileDialog: public wxDialog
|
|||||||
|
|
||||||
wxFileDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr,
|
wxFileDialog(wxWindow *parent, const wxString& message = wxFileSelectorPromptStr,
|
||||||
const wxString& defaultDir = "", const wxString& defaultFile = "",
|
const wxString& defaultDir = "", const wxString& defaultFile = "",
|
||||||
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
|
const wxString& wildCard = wxFileSelectorDefaultWildcardStr,
|
||||||
long style = 0, const wxPoint& pos = wxDefaultPosition);
|
long style = 0, const wxPoint& pos = wxDefaultPosition);
|
||||||
|
|
||||||
inline void SetMessage(const wxString& message) { m_message = message; }
|
inline void SetMessage(const wxString& message) { m_message = message; }
|
||||||
@@ -75,6 +75,7 @@ class wxFileDialog: public wxDialog
|
|||||||
#define wxSAVE 2
|
#define wxSAVE 2
|
||||||
#define wxOVERWRITE_PROMPT 4
|
#define wxOVERWRITE_PROMPT 4
|
||||||
#define wxHIDE_READONLY 8
|
#define wxHIDE_READONLY 8
|
||||||
|
#define wxFILE_MUST_EXIST 16
|
||||||
|
|
||||||
// File selector - backward compatibility
|
// File selector - backward compatibility
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user