.. 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.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
Inheritance diagram for class AuiTabLayoutInfo:
| |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.