Entry for wxToolbook.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-01-30 16:00:22 +00:00
parent d709457c8d
commit fd0d619f5d

View 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: