X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..8da2ab99009877d864c19b1ad90a9c0d02c61e2e:/wxPython/src/_log.i diff --git a/wxPython/src/_log.i b/wxPython/src/_log.i index 0664712ee7..7960ba69f2 100644 --- a/wxPython/src/_log.i +++ b/wxPython/src/_log.i @@ -218,8 +218,9 @@ void wxLogStatus(const wxString& msg); %name(LogStatusFrame)void wxLogStatus(wxFrame *pFrame, const wxString& msg); void wxLogSysError(const wxString& msg); -void wxLogTrace(const wxString& msg); -%name(LogTraceMask)void wxLogTrace(const wxString& mask, const wxString& msg); +%nokwargs wxLogTrace; +void wxLogTrace(unsigned long mask, const wxString& msg); +void wxLogTrace(const wxString& mask, const wxString& msg); void wxLogGeneric(unsigned long level, const wxString& msg); @@ -280,7 +281,7 @@ public: // Now tell SWIG about it class wxPyLog : public wxLog { public: - %addtofunc wxPyLog "self._setCallbackInfo(self, PyLog)" + %pythonAppend wxPyLog "self._setCallbackInfo(self, PyLog)" wxPyLog();