phoenix_title wx.aui.AuiNotebookPosition

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

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

Added in version 4.3/wxWidgets-3.3.0.


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiNotebookPosition:

property_summary Properties Summary

tabCtrl

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

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.


Properties

tabCtrl

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



tabIdx

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