]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_log.i
log wxChoice events in the same format as wxComboBox ones to make it simpler to compa...
[wxWidgets.git] / wxPython / src / _log.i
index 4aa96d65bde7bfda0f92266ed51a282ead6bb092..f026dead0a3c2045336220266e689707e5a23451 100644 (file)
@@ -388,8 +388,10 @@ public:
             wxLog::DoLogString(szString, t);
     }
 
+    DEC_PYCALLBACK_VOID_(Flush);
     PYPRIVATE;
 };
+IMP_PYCALLBACK_VOID_(wxPyLog, wxLog, Flush);
 %}
 
 // Now tell SWIG about it