.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.aui.AuiTabLayoutInfo:

==========================================================================================================================================
|phoenix_title|  **wx.aui.AuiTabLayoutInfo**
==========================================================================================================================================

Contains information about the layout of a tab control in a :ref:`wx.aui.AuiNotebook`. 
         

This includes where it is docked, via the fields inherited from :ref:`wx.aui.AuiDockLayoutInfo`, and, optionally, the order of pages in it if it was changed as well as pinned pages indices, if any. 


         



.. versionadded:: 4.3/wxWidgets-3.3.0  
     







|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>AuiTabLayoutInfo</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.aui.AuiTabLayoutInfo_inheritance.svg" alt="Inheritance diagram of AuiTabLayoutInfo" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.aui.AuiTabLayoutInfo.html" title="Contains information about the layout of a tab control in a wx.aui.AuiNotebook." alt="" coords="11,82,214,111"/> <area shape="rect" id="node2" href="wx.aui.AuiDockLayoutInfo.html" title="Description of a docked element layout." alt="" coords="5,5,219,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.aui.AuiTabLayoutInfo.active`                                          A public C++ attribute of type ``int``. Index of the currently selected page in this tab control. 
                 
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.aui.AuiTabLayoutInfo(AuiDockLayoutInfo)

   Contains information about the layout of a tab control in a
   AuiNotebook.



   .. attribute:: active

      A public C++ attribute of type ``int``. Index of the currently selected page in this tab control. 
                 

