X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5eb8189c35a0106b0741f28417bef238bbc9390f..36cb9ebe32844a43faf0a1aceef55bdc6a6367e8:/wxPython/src/gtk/aui.py diff --git a/wxPython/src/gtk/aui.py b/wxPython/src/gtk/aui.py index 156d54c61d..7e489cc7f6 100644 --- a/wxPython/src/gtk/aui.py +++ b/wxPython/src/gtk/aui.py @@ -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,