]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_controls.py
[1231183] 'cleanup: mismatched indentation' and other cleanings.
[wxWidgets.git] / wxPython / src / gtk / _controls.py
index a10ed408074d37f95e89a5e3ae9c86fde765f08f..1ad0f5d5b122e9d43ef2ccfed420c9db603b28df 100644 (file)
@@ -5901,6 +5901,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):