X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6517912d808bcf0752879c98c339cf628d14a4fb..fd4081aa33f41ccd3d373b3cac9e9172e69d888b:/wxPython/src/_intl.i?ds=inline diff --git a/wxPython/src/_intl.i b/wxPython/src/_intl.i index 913e4c684c..d401c72de2 100644 --- a/wxPython/src/_intl.i +++ b/wxPython/src/_intl.i @@ -22,14 +22,6 @@ //--------------------------------------------------------------------------- %newgroup -enum wxLayoutDirection -{ - wxLayout_Default, - wxLayout_LeftToRight, - wxLayout_RightToLeft -}; - - enum wxLanguage { // user's default/preffered language as got from OS: @@ -603,7 +595,7 @@ wxChar *wxPyLocale::GetPluralString(const wxChar *szOrigString, class wxPyLocale : public wxLocale { public: - %pythonAppend wxPyLocale "self._setCallbackInfo(self, PyLocale)" + %pythonAppend wxPyLocale setCallbackInfo(PyLocale) // ctor & dtor // -----------