Document wxNotebook::AddPage() events change in wxGTK

This hopefully shouldn't affect many people, but still document this
backwards-incompatible change.
This commit is contained in:
Vadim Zeitlin 2019-01-28 19:05:01 +01:00
parent c22e81c7a1
commit ce1b72a4d2

View File

@ -62,6 +62,9 @@ Changes in behaviour not resulting in compilation errors
- Generic wxDataViewCtrl now always resizes its last column to fill all the
available space, as the GTK+ version always did.
- wxGTK wxNotebook::AddPage() doesn't generate any events any more for the
first page being added, for consistency with the other ports.
Changes in behaviour which may result in build errors
-----------------------------------------------------