fac4822ab3
Make this function virtual in the base class so that it could be overridden to do the right thing in wxAuiNotebook, instead of just always returning NULL as before and add a unit test checking that it works. Explain that wxBookCtrlBase::m_pages may not be used in the derived classes, but that in this case they must override all the methods using it. Finally, "soft-deprecate" wxAuiNotebook::GetPageIndex(), which is identical to FindPage() now. This fixes infinite recursion when handling wxEVT_HELP in wxAuiNotebook in wxUniv too, see #22309. Closes #15932. |
||
---|---|---|
.. | ||
aui.h | ||
auibar.h | ||
auibook.h | ||
barartmsw.h | ||
dockart.h | ||
floatpane.h | ||
framemanager.h | ||
tabart.h | ||
tabartgtk.h | ||
tabartmsw.h | ||
tabmdi.h |