]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Remove remark on wxTLW::Maximize that it only works on Windows. It works on wxGTK...
[wxWidgets.git] / docs / changes.txt
index decdf043643fdd3682035cedd6908d1c8925212a..039b78978434723c0fb4f44ed9398c80ec7df58e 100644 (file)
@@ -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: