.. 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.AuiNotebookPosition:

==========================================================================================================================================
|phoenix_title|  **wx.aui.AuiNotebookPosition**
==========================================================================================================================================

Simple struct combining :ref:`wx.aui.AuiTabCtrl`  with the position inside it. 
         

This information fully determines the position of the page in :ref:`wx.aui.AuiNotebook`, see :meth:`wx.aui.AuiNotebook.GetPagePosition` . 


         



.. versionadded:: 4.3/wxWidgets-3.3.0  
     







|

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

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>AuiNotebookPosition</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.aui.AuiNotebookPosition_inheritance.svg" alt="Inheritance diagram of AuiNotebookPosition" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.aui.AuiNotebookPosition.html" title="Simple struct combining wx.aui.AuiTabCtrl  with the position inside it." alt="" coords="5,5,235,34"/> </map> 
   </p>
   </div>

|


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

================================================================================ ================================================================================
:attr:`~wx.aui.AuiNotebookPosition.tabCtrl`                                      A public C++ attribute of type `~wx.aui.AuiTabCtrl`     . Tab control containing the page or nullptr if the position is invalid. 
                 
:attr:`~wx.aui.AuiNotebookPosition.tabIdx`                                       A public C++ attribute of type ``int``. Index of the page in this tab control or ``wx.NOT_FOUND`` if invalid. 
                 
================================================================================ ================================================================================


|


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


.. class:: wx.aui.AuiNotebookPosition(object)

   Simple struct combining AuiTabCtrl with the position inside it.



   .. attribute:: tabCtrl

      A public C++ attribute of type `~wx.aui.AuiTabCtrl`     . Tab control containing the page or nullptr if the position is invalid. 
                 


   .. attribute:: tabIdx

      A public C++ attribute of type ``int``. Index of the page in this tab control or ``wx.NOT_FOUND`` if invalid. 
                 

