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:
parent
2305710499
commit
16182b7b52
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user