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¶
Inheritance diagram for class AuiNotebookPosition:
Properties Summary¶A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶Simple struct combining AuiTabCtrl with the position inside it.
A public C++ attribute of type AuiTabCtrl . Tab control containing the page or nullptr if the position is invalid.
A public C++ attribute of type int. Index of the page in this tab control or wx.NOT_FOUND if invalid.