X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3bfa1cb2892cad972e12274b36a5dec5fcb76e5..26a25f9523218117ab718b684ff514ad420b5aee:/wxPython/src/mac/windows.cpp?ds=inline diff --git a/wxPython/src/mac/windows.cpp b/wxPython/src/mac/windows.cpp index 3d8414994f..f504f5c7e6 100644 --- a/wxPython/src/mac/windows.cpp +++ b/wxPython/src/mac/windows.cpp @@ -7218,7 +7218,7 @@ static PyObject *_wrap_wxMenu_Append(PyObject *self, PyObject *args, PyObject *k int _arg1; wxString * _arg2; wxString * _arg3 = (wxString *) &wxPyEmptyString; - wxItemKind _arg4 = (wxItemKind ) wxItem_Normal; + wxItemKind _arg4 = (wxItemKind ) wxITEM_NORMAL; PyObject * _argo0 = 0; PyObject * _obj2 = 0; PyObject * _obj3 = 0; @@ -7502,7 +7502,7 @@ static PyObject *_wrap_wxMenu_Insert(PyObject *self, PyObject *args, PyObject *k int _arg2; wxString * _arg3; wxString * _arg4 = (wxString *) &wxPyEmptyString; - wxItemKind _arg5 = (wxItemKind ) wxItem_Normal; + wxItemKind _arg5 = (wxItemKind ) wxITEM_NORMAL; PyObject * _argo0 = 0; PyObject * _obj3 = 0; PyObject * _obj4 = 0; @@ -7790,7 +7790,7 @@ static PyObject *_wrap_wxMenu_Prepend(PyObject *self, PyObject *args, PyObject * int _arg1; wxString * _arg2; wxString * _arg3 = (wxString *) &wxPyEmptyString; - wxItemKind _arg4 = (wxItemKind ) wxItem_Normal; + wxItemKind _arg4 = (wxItemKind ) wxITEM_NORMAL; PyObject * _argo0 = 0; PyObject * _obj2 = 0; PyObject * _obj3 = 0; @@ -9896,7 +9896,7 @@ static PyObject *_wrap_new_wxMenuItem(PyObject *self, PyObject *args, PyObject * int _arg1 = (int ) wxID_SEPARATOR; wxString * _arg2 = (wxString *) &wxPyEmptyString; wxString * _arg3 = (wxString *) &wxPyEmptyString; - wxItemKind _arg4 = (wxItemKind ) wxItem_Normal; + wxItemKind _arg4 = (wxItemKind ) wxITEM_NORMAL; wxMenu * _arg5 = (wxMenu *) NULL; PyObject * _argo0 = 0; PyObject * _obj2 = 0;