]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/_oglbasic.i
typo
[wxWidgets.git] / wxPython / contrib / ogl / _oglbasic.i
index 5cbdfa7b7b925bc1351d8b3b790affcae2494e28..77b308fbe278bf307fcf076110667896a4da0e0c 100644 (file)
@@ -81,7 +81,7 @@ public:
 
 class wxPyShapeEvtHandler : public wxObject {
 public:
 
 class wxPyShapeEvtHandler : public wxObject {
 public:
-    %addtofunc wxPyShapeEvtHandler "self._setOORandCallbackInfo(PyShapeEvtHandler)"
+    %pythonAppend wxPyShapeEvtHandler "self._setOORandCallbackInfo(PyShapeEvtHandler)"
     
     wxPyShapeEvtHandler(wxPyShapeEvtHandler *prev = NULL,
                         wxPyShape *shape = NULL);
     
     wxPyShapeEvtHandler(wxPyShapeEvtHandler *prev = NULL,
                         wxPyShape *shape = NULL);
@@ -145,7 +145,7 @@ public:
 
 class wxPyShape : public wxPyShapeEvtHandler {
 public:
 
 class wxPyShape : public wxPyShapeEvtHandler {
 public:
-    %addtofunc wxPyShape "self._setOORandCallbackInfo(PyShapeEvtHandler)"
+    %pythonAppend wxPyShape "self._setOORandCallbackInfo(PyShapeEvtHandler)"
     
     wxPyShape(wxPyShapeCanvas *can = NULL);  
 
     
     wxPyShape(wxPyShapeCanvas *can = NULL);