]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_controls.py
fixed MSVC6 compilation error ("C2639: compiler generated default constructor require...
[wxWidgets.git] / wxPython / src / msw / _controls.py
index 34d6f42a8477d8d9fd2341a78dffdc66ea5d98d5..e43ccac19843c202c2169aff1f190929d6964b9d 100644 (file)
@@ -5925,6 +5925,10 @@ class PyControl(_core.Control):
         """base_GetDefaultAttributes(self) -> VisualAttributes"""
         return _controls_.PyControl_base_GetDefaultAttributes(*args, **kwargs)
 
+    def base_OnInternalIdle(*args, **kwargs):
+        """base_OnInternalIdle(self)"""
+        return _controls_.PyControl_base_OnInternalIdle(*args, **kwargs)
+
 
 class PyControlPtr(PyControl):
     def __init__(self, this):