wxWidgets/include/wx/aui
Vadim Zeitlin 005b12d8be Make wxBookCtrlBase::GetPage() virtual to fix it for wxAuiNotebook.
wxAuiNotebook doesn't store its page in the base class m_pages array, so
calling GetPage() on it via a wxBookCtrl pointer resulted in a crash.

Make GetPage() virtual to allow overriding it at wxAuiNotebook level.

Closes #13768.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-06-30 23:41:27 +00:00
..
aui.h
auibar.h
auibook.h Make wxBookCtrlBase::GetPage() virtual to fix it for wxAuiNotebook. 2012-06-30 23:41:27 +00:00
dockart.h
floatpane.h
framemanager.h
tabart.h support for GTK3 2012-06-30 20:39:06 +00:00
tabartgtk.h Implement native tab art for wxAUI in wxGTK. 2012-03-25 17:56:04 +00:00
tabmdi.h Enable/disable "Window" menu items in AUI MDI correctly. 2012-03-15 13:49:54 +00:00