Put wxHIDE_READONLY back for compatibility.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-06-27 22:29:27 +00:00
parent 2305710499
commit 16182b7b52

View File

@ -180,6 +180,11 @@ public:
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
%{
// for compatibility only
#define wxHIDE_READONLY 0
%}
enum { enum {
// These will dissappear in 2.8 // These will dissappear in 2.8
wxOPEN, wxOPEN,
@ -188,6 +193,7 @@ enum {
wxFILE_MUST_EXIST, wxFILE_MUST_EXIST,
wxMULTIPLE, wxMULTIPLE,
wxCHANGE_DIR, wxCHANGE_DIR,
wxHIDE_READONLY,
wxFD_OPEN, wxFD_OPEN,
wxFD_SAVE, wxFD_SAVE,