X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5172800e29f9c4b3f4dfa9737f80114a61e55f1f..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/src/msw/aui.py diff --git a/wxPython/src/msw/aui.py b/wxPython/src/msw/aui.py index 1e19f26e4c..f7268401a7 100644 --- a/wxPython/src/msw/aui.py +++ b/wxPython/src/msw/aui.py @@ -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)