reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -1980,6 +1980,18 @@ class VScrolledWindow(Panel): | ||||
|         """GetLineCount(self) -> size_t""" | ||||
|         return _windows_.VScrolledWindow_GetLineCount(*args, **kwargs) | ||||
|  | ||||
|     def GetVisibleBegin(*args, **kwargs): | ||||
|         """GetVisibleBegin(self) -> size_t""" | ||||
|         return _windows_.VScrolledWindow_GetVisibleBegin(*args, **kwargs) | ||||
|  | ||||
|     def GetVisibleEnd(*args, **kwargs): | ||||
|         """GetVisibleEnd(self) -> size_t""" | ||||
|         return _windows_.VScrolledWindow_GetVisibleEnd(*args, **kwargs) | ||||
|  | ||||
|     def IsVisible(*args, **kwargs): | ||||
|         """IsVisible(self, size_t line) -> bool""" | ||||
|         return _windows_.VScrolledWindow_IsVisible(*args, **kwargs) | ||||
|  | ||||
|     def GetFirstVisibleLine(*args, **kwargs): | ||||
|         """GetFirstVisibleLine(self) -> size_t""" | ||||
|         return _windows_.VScrolledWindow_GetFirstVisibleLine(*args, **kwargs) | ||||
| @@ -1988,10 +2000,6 @@ class VScrolledWindow(Panel): | ||||
|         """GetLastVisibleLine(self) -> size_t""" | ||||
|         return _windows_.VScrolledWindow_GetLastVisibleLine(*args, **kwargs) | ||||
|  | ||||
|     def IsVisible(*args, **kwargs): | ||||
|         """IsVisible(self, size_t line) -> bool""" | ||||
|         return _windows_.VScrolledWindow_IsVisible(*args, **kwargs) | ||||
|  | ||||
|  | ||||
| class VScrolledWindowPtr(VScrolledWindow): | ||||
|     def __init__(self, this): | ||||
| @@ -3600,10 +3608,6 @@ class PyWindow(_core.Window): | ||||
|         """base_ShouldInheritColours(self) -> bool""" | ||||
|         return _windows_.PyWindow_base_ShouldInheritColours(*args, **kwargs) | ||||
|  | ||||
|     def base_ApplyParentThemeBackground(*args, **kwargs): | ||||
|         """base_ApplyParentThemeBackground(self, Colour c)""" | ||||
|         return _windows_.PyWindow_base_ApplyParentThemeBackground(*args, **kwargs) | ||||
|  | ||||
|     def base_GetDefaultAttributes(*args, **kwargs): | ||||
|         """base_GetDefaultAttributes(self) -> VisualAttributes""" | ||||
|         return _windows_.PyWindow_base_GetDefaultAttributes(*args, **kwargs) | ||||
| @@ -3721,10 +3725,6 @@ class PyPanel(Panel): | ||||
|         """base_ShouldInheritColours(self) -> bool""" | ||||
|         return _windows_.PyPanel_base_ShouldInheritColours(*args, **kwargs) | ||||
|  | ||||
|     def base_ApplyParentThemeBackground(*args, **kwargs): | ||||
|         """base_ApplyParentThemeBackground(self, Colour c)""" | ||||
|         return _windows_.PyPanel_base_ApplyParentThemeBackground(*args, **kwargs) | ||||
|  | ||||
|     def base_GetDefaultAttributes(*args, **kwargs): | ||||
|         """base_GetDefaultAttributes(self) -> VisualAttributes""" | ||||
|         return _windows_.PyPanel_base_GetDefaultAttributes(*args, **kwargs) | ||||
| @@ -3842,10 +3842,6 @@ class PyScrolledWindow(ScrolledWindow): | ||||
|         """base_ShouldInheritColours(self) -> bool""" | ||||
|         return _windows_.PyScrolledWindow_base_ShouldInheritColours(*args, **kwargs) | ||||
|  | ||||
|     def base_ApplyParentThemeBackground(*args, **kwargs): | ||||
|         """base_ApplyParentThemeBackground(self, Colour c)""" | ||||
|         return _windows_.PyScrolledWindow_base_ApplyParentThemeBackground(*args, **kwargs) | ||||
|  | ||||
|     def base_GetDefaultAttributes(*args, **kwargs): | ||||
|         """base_GetDefaultAttributes(self) -> VisualAttributes""" | ||||
|         return _windows_.PyScrolledWindow_base_GetDefaultAttributes(*args, **kwargs) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user