From ce1b72a4d2869e7cd7fdcbe3e9e0698135d53fa8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 28 Jan 2019 19:05:01 +0100 Subject: [PATCH] Document wxNotebook::AddPage() events change in wxGTK This hopefully shouldn't affect many people, but still document this backwards-incompatible change. --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 4a41c873e9..3a288f2ca3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 -----------------------------------------------------