some little tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-11-04 07:41:29 +00:00
parent abbe77c16b
commit 3351077305
3 changed files with 27 additions and 9 deletions

View File

@@ -214,7 +214,7 @@ public:
wxPyCallbackHelper(const wxPyCallbackHelper& other);
void setSelf(PyObject* self, PyObject* _class, int incref=TRUE);
void setSelf(PyObject* self, PyObject* klass, int incref=TRUE);
bool findCallback(const wxString& name) const;
int callCallback(PyObject* argTuple) const;