reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1139,7 +1139,7 @@ class AuiTabArt(object):
|
||||
return _aui.AuiTabArt_ShowWindowList(*args, **kwargs)
|
||||
|
||||
def GetBestTabCtrlSize(*args, **kwargs):
|
||||
"""GetBestTabCtrlSize(self, Window wnd, wxAuiNotebookPageArray pages) -> int"""
|
||||
"""GetBestTabCtrlSize(self, Window wnd, wxAuiNotebookPageArray pages, Size required_bmp_size) -> int"""
|
||||
return _aui.AuiTabArt_GetBestTabCtrlSize(*args, **kwargs)
|
||||
|
||||
_aui.AuiTabArt_swigregister(AuiTabArt)
|
||||
@@ -1388,6 +1388,14 @@ class AuiNotebook(_core.Control):
|
||||
"""GetArtProvider(self) -> AuiTabArt"""
|
||||
return _aui.AuiNotebook_GetArtProvider(*args, **kwargs)
|
||||
|
||||
def SetUniformBitmapSize(*args, **kwargs):
|
||||
"""SetUniformBitmapSize(self, Size size)"""
|
||||
return _aui.AuiNotebook_SetUniformBitmapSize(*args, **kwargs)
|
||||
|
||||
def SetTabCtrlHeight(*args, **kwargs):
|
||||
"""SetTabCtrlHeight(self, int height)"""
|
||||
return _aui.AuiNotebook_SetTabCtrlHeight(*args, **kwargs)
|
||||
|
||||
PageCount = property(GetPageCount,doc="See `GetPageCount`")
|
||||
Selection = property(GetSelection,SetSelection,doc="See `GetSelection` and `SetSelection`")
|
||||
_aui.AuiNotebook_swigregister(AuiNotebook)
|
||||
|
Reference in New Issue
Block a user