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:
Vadim Zeitlin 1998-07-23 16:05:39 +00:00
parent 2a4f4a2773
commit 4632781333
2 changed files with 22 additions and 20 deletions

View File

@ -75,6 +75,7 @@ class wxFileDialog: public wxDialog
#define wxSAVE 2
#define wxOVERWRITE_PROMPT 4
#define wxHIDE_READONLY 8
#define wxFILE_MUST_EXIST 16
// File selector - backward compatibility

View File

@ -75,6 +75,7 @@ class wxFileDialog: public wxDialog
#define wxSAVE 2
#define wxOVERWRITE_PROMPT 4
#define wxHIDE_READONLY 8
#define wxFILE_MUST_EXIST 16
// File selector - backward compatibility