]> git.saurik.com Git - wxWidgets.git/commitdiff
Entry for wxToolbook.
authorJulian Smart <julian@anthemion.co.uk>
Mon, 30 Jan 2006 16:00:22 +0000 (16:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 30 Jan 2006 16:00:22 +0000 (16:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index decdf043643fdd3682035cedd6908d1c8925212a..d5c9a9a02391c6f8f15e6d638aa2fe1d58318f56 100644 (file)
@@ -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: