]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/aui.py
AUI updates.
[wxWidgets.git] / wxPython / src / gtk / aui.py
index 156d54c61d6360d2d9a00930cc7b837af1e04789..7e489cc7f6bc1b07caba533b3c1b7503abe5f08a 100644 (file)
@@ -991,8 +991,8 @@ AUI_NB_BOTTOM = _aui.AUI_NB_BOTTOM
 AUI_NB_TAB_SPLIT = _aui.AUI_NB_TAB_SPLIT
 AUI_NB_TAB_MOVE = _aui.AUI_NB_TAB_MOVE
 AUI_NB_SCROLL_BUTTONS = _aui.AUI_NB_SCROLL_BUTTONS
-AUI_NB_CLOSE_BUTTON = _aui.AUI_NB_CLOSE_BUTTON
 AUI_NB_PAGELIST_BUTTON = _aui.AUI_NB_PAGELIST_BUTTON
+AUI_NB_CLOSE_BUTTON = _aui.AUI_NB_CLOSE_BUTTON
 AUI_NB_CLOSE_ON_ACTIVE_TAB = _aui.AUI_NB_CLOSE_ON_ACTIVE_TAB
 AUI_NB_CLOSE_ON_ALL_TABS = _aui.AUI_NB_CLOSE_ON_ALL_TABS
 AUI_NB_DEFAULT_STYLE = _aui.AUI_NB_DEFAULT_STYLE
@@ -1021,8 +1021,9 @@ class AuiTabArt(object):
 
     def DrawTab(*args, **kwargs):
         """
-        DrawTab(self, DC dc, Rect in_rect, String caption, bool active, bool with_close_button, 
-            Rect out_rect, int x_extent)
+        DrawTab(self, DC dc, Rect in_rect, String caption, bool active, int close_button_state, 
+            Rect out_tab_rect, Rect out_button_rect, 
+            int x_extent)
         """
         return _aui.AuiTabArt_DrawTab(*args, **kwargs)
 
@@ -1035,7 +1036,7 @@ class AuiTabArt(object):
 
     def GetTabSize(*args, **kwargs):
         """
-        GetTabSize(self, DC dc, String caption, bool active, bool with_close_button
+        GetTabSize(self, DC dc, String caption, bool active, int close_button_state
             int x_extent) -> Size
         """
         return _aui.AuiTabArt_GetTabSize(*args, **kwargs)
@@ -1220,6 +1221,10 @@ class AuiTabContainer(object):
         """SetRect(self, Rect rect)"""
         return _aui.AuiTabContainer_SetRect(*args, **kwargs)
 
+    def RemoveButton(*args, **kwargs):
+        """RemoveButton(self, int id)"""
+        return _aui.AuiTabContainer_RemoveButton(*args, **kwargs)
+
     def AddButton(*args, **kwargs):
         """
         AddButton(self, int id, int location, Bitmap normal_bitmap=wxNullBitmap,