From: Robin Dunn Date: Tue, 27 Jun 2006 22:29:27 +0000 (+0000) Subject: Put wxHIDE_READONLY back for compatibility. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/16182b7b524883ddd11dad553dfd4cdbb3fdcac6 Put wxHIDE_READONLY back for compatibility. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_cmndlgs.i b/wxPython/src/_cmndlgs.i index 37a0253954..47336f4d4f 100644 --- a/wxPython/src/_cmndlgs.i +++ b/wxPython/src/_cmndlgs.i @@ -180,6 +180,11 @@ public: //--------------------------------------------------------------------------- +%{ +// for compatibility only +#define wxHIDE_READONLY 0 +%} + enum { // These will dissappear in 2.8 wxOPEN, @@ -188,6 +193,7 @@ enum { wxFILE_MUST_EXIST, wxMULTIPLE, wxCHANGE_DIR, + wxHIDE_READONLY, wxFD_OPEN, wxFD_SAVE,