ignore a const overloaded method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1270,12 +1270,9 @@ class AuiTabContainer(object):
|
||||
"""GetPageCount(self) -> size_t"""
|
||||
return _aui.AuiTabContainer_GetPageCount(*args, **kwargs)
|
||||
|
||||
def GetPage(*args):
|
||||
"""
|
||||
GetPage(self, size_t idx) -> AuiNotebookPage
|
||||
GetPage(self, size_t idx) -> AuiNotebookPage
|
||||
"""
|
||||
return _aui.AuiTabContainer_GetPage(*args)
|
||||
def GetPage(*args, **kwargs):
|
||||
"""GetPage(self, size_t idx) -> AuiNotebookPage"""
|
||||
return _aui.AuiTabContainer_GetPage(*args, **kwargs)
|
||||
|
||||
def GetPages(*args, **kwargs):
|
||||
"""GetPages(self) -> wxAuiNotebookPageArray"""
|
||||
|
Reference in New Issue
Block a user