.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.aui.AuiTabCtrl: ========================================================================================================================================== |phoenix_title| **wx.aui.AuiTabCtrl** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class AuiTabCtrl:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.aui.AuiTabCtrl.__init__` :meth:`~wx.aui.AuiTabCtrl.GetClassDefaultAttributes` :meth:`~wx.aui.AuiTabCtrl.IsDragging` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.aui.AuiTabCtrl(Control, AuiTabContainer) **Possible constructors**:: AuiTabCtrl(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0) .. method:: __init__(self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=0) :param `parent`: :type `parent`: wx.Window :param `id`: :type `id`: wx.WindowID :param `pos`: :type `pos`: :class:`Point` :param `size`: :type `size`: :class:`Size` :param `style`: :type `style`: long .. staticmethod:: GetClassDefaultAttributes(variant=WINDOW_VARIANT_NORMAL) :param `variant`: :type `variant`: wx.WindowVariant :rtype: `VisualAttributes` .. method:: IsDragging(self) :rtype: `bool`