]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_timer.i
Added wxDIALOG_NO_PARENT style to XRC
[wxWidgets.git] / wxPython / src / _timer.i
index b0d2dae880ae5ba676648d729498096f93f695a2..a82aa5a626ca0f69accee8e6276b801d8681b1fa 100644 (file)
@@ -40,7 +40,7 @@ IMP_PYCALLBACK__(wxPyTimer, wxTimer, Notify);
 %name(Timer) class wxPyTimer : public wxEvtHandler
 {
 public:
-    %addtofunc wxPyTimer         "self._setCallbackInfo(self, Timer)"
+    %pythonAppend wxPyTimer         "self._setCallbackInfo(self, Timer)"
 
     // if you don't call SetOwner() or provide an owner in the contstructor
     // then you must override Notify() inorder to receive the timer