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¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
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 orwx.NOT_FOUNDif invalid.