.. 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 : Window, id: int=ID_ANY, pos: Point=DefaultPosition,
size: Size=DefaultSize, style: int=0) -> None
.. method:: __init__(self, parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=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
:rtype: `None`
.. staticmethod:: GetClassDefaultAttributes(variant: WindowVariant=WINDOW_VARIANT_NORMAL)
:param `variant`:
:type `variant`: wx.WindowVariant
:rtype: `VisualAttributes`
.. method:: IsDragging(self)
:rtype: `bool`