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

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