X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a0a8487c4e2082afb72c7ef64de4ec716b74994..1fb1f1d833eb11cab4f4cfeace3044f0255f6df2:/docs/changes.txt?ds=inline diff --git a/docs/changes.txt b/docs/changes.txt index decdf04364..039b789784 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -37,7 +37,7 @@ All: All (GUI): -- Added wxTreeBook. +- Added wxTreebook (uses a wxTreeCtrl to control pages). - Added wxKeyEvent::GetModifiers() - Added wxDialog::SetEscapeId(). - wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox, @@ -72,6 +72,10 @@ 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). +- Added SetSheetStyle to wxPropertySheetDialog and allowed it to + behave like a Mac OS X settings dialog. +- wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated. wxMSW: @@ -176,6 +180,7 @@ wxWinCE: - Checkable items in wxToolMenuBarTool supported. - Fixed date formatting and mktime. - Fixed getting standard folder paths on WinCE. +- Support for backspace key on smartphone. wxX11: