]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/aui.py
added missing button state
[wxWidgets.git] / wxPython / src / mac / aui.py
index 1e19f26e4c6b5b9ad84f1d8b22018009d0b21ddb..f7268401a74f7949f892a9dcc3b4f760d3f7f287 100644 (file)
@@ -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)