X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a01da36ae2206e29f343e5bfd91c84a2eb98c39b..32485259c1342115488d219776dfebeb3d4d81b1:/wxPython/src/mac/_windows.py?ds=sidebyside diff --git a/wxPython/src/mac/_windows.py b/wxPython/src/mac/_windows.py index 97c6543adb..b50328b8f4 100644 --- a/wxPython/src/mac/_windows.py +++ b/wxPython/src/mac/_windows.py @@ -3589,6 +3589,10 @@ class PyWindow(_core.Window): """base_GetDefaultAttributes(self) -> VisualAttributes""" return _windows_.PyWindow_base_GetDefaultAttributes(*args, **kwargs) + def base_OnInternalIdle(*args, **kwargs): + """base_OnInternalIdle(self)""" + return _windows_.PyWindow_base_OnInternalIdle(*args, **kwargs) + class PyWindowPtr(PyWindow): def __init__(self, this): @@ -3710,6 +3714,10 @@ class PyPanel(Panel): """base_GetDefaultAttributes(self) -> VisualAttributes""" return _windows_.PyPanel_base_GetDefaultAttributes(*args, **kwargs) + def base_OnInternalIdle(*args, **kwargs): + """base_OnInternalIdle(self)""" + return _windows_.PyPanel_base_OnInternalIdle(*args, **kwargs) + class PyPanelPtr(PyPanel): def __init__(self, this): @@ -3831,6 +3839,10 @@ class PyScrolledWindow(ScrolledWindow): """base_GetDefaultAttributes(self) -> VisualAttributes""" return _windows_.PyScrolledWindow_base_GetDefaultAttributes(*args, **kwargs) + def base_OnInternalIdle(*args, **kwargs): + """base_OnInternalIdle(self)""" + return _windows_.PyScrolledWindow_base_OnInternalIdle(*args, **kwargs) + class PyScrolledWindowPtr(PyScrolledWindow): def __init__(self, this):