reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -3629,6 +3629,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): | ||||
| @@ -3750,6 +3754,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): | ||||
| @@ -3871,6 +3879,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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user