]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/filesys.i
synthetize 'button up' event before doubleclick, too
[wxWidgets.git] / wxPython / src / filesys.i
index 60e5b93abe62a7a0fb648781ddad6517bb3af5c0..a37feddb6052433e5416258cac8dbff516d965af 100644 (file)
@@ -159,8 +159,8 @@ IMP_PYCALLBACK_STRING__pure(wxPyFileSystemHandler, wxFileSystemHandler, FindNext
 public:
     wxPyFileSystemHandler();
 
-    void _setSelf(PyObject* self, PyObject* _class);
-    %pragma(python) addtomethod = "__init__:self._setSelf(self, wxFileSystemHandler)"
+    void _setCallbackInfo(PyObject* self, PyObject* _class);
+    %pragma(python) addtomethod = "__init__:self._setCallbackInfo(self, wxFileSystemHandler)"
 
     bool CanOpen(const wxString& location);
     wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);