From fd0d619f5d7adec733420119e61d3fad005f6a46 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 30 Jan 2006 16:00:22 +0000 Subject: [PATCH] Entry for wxToolbook. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index decdf04364..d5c9a9a023 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -37,7 +37,7 @@ All: All (GUI): -- Added wxTreeBook. +- Added wxTreebook (uses a wxListCtrl to control pages). - Added wxKeyEvent::GetModifiers() - Added wxDialog::SetEscapeId(). - wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox, @@ -72,6 +72,7 @@ All (GUI): - Added ability to use templates with static event tables with BEGIN_EVENT_TABLE_TEMPLATEn() macros - Added double-buffering to wxVListBox and fixed a scrolling issue. +- Added wxToolbook (uses a wxToolBar to control pages). wxMSW: -- 2.45.2