From: Vadim Zeitlin Date: Fri, 26 Sep 2003 21:44:31 +0000 (+0000) Subject: make it possible to give focus to the notebook itself (patch 811013) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9c0eae85b9208153723ad180ab9bf9aa457b6b82?ds=inline make it possible to give focus to the notebook itself (patch 811013) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 5aa3e68ec4..49648b7829 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -82,6 +82,7 @@ wxMSW: - wxRadioButtons are now checked when they get focus (standard behaviour) - several fixes to owner drawn menu items (Christian Sturmlechner) - wxGauge now supports full 32 bit range (Miroslav Rajcic) +- make it possible to give focus to the notebook tabs (Hajo Kirchhoff) wxGTK: