Make it possible to forward declare wx{Choice,Tool,Tree}bookEvent again.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:25:15 +0000 (22:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:25:15 +0000 (22:25 +0000)
commit586bed94461ee212e159c6423d16798a20b43687
tree64cfd2fdc114ed2a9b5f70d193dff0a389468a66
parent6ce2b9f11fca76969fcdabbdaa8141b2ff80e16a
Make it possible to forward declare wx{Choice,Tool,Tree}bookEvent again.

Don't use typedef for these classes as it makes it impossible to
forward-declare them, just use #define instead as we already do for
wxListbookEvent and wxNotebookEvent. This allows forward declaration and is
also more consistent.

Closes #12242.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/choicebk.h
include/wx/toolbook.h
include/wx/treebook.h