Merge branch 'treebook-refactor'

Reuse more wxBookCtrlBase code in derived classes and other
simplifications.

Closes https://github.com/wxWidgets/wxWidgets/pull/769
This commit is contained in:
Vadim Zeitlin
2018-03-31 01:45:30 +02:00
17 changed files with 110 additions and 202 deletions

View File

@@ -63,6 +63,9 @@ Changes in behaviour which may result in build errors
This only affects code defining its own custom renderers, code just using
wxGraphicsContext::CreatePen() continues to compile and work as before.
- wx/treebook.h doesn't include wx/treectrl.h (and, via it, wx/textctrl.h) any
more, include these headers explicitly from your code if necessary.
3.1.2: (released 2018-??-??)
----------------------------