git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37320
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- Fixed build error in list.h with VC++ 2005.
- Fixed wxODBC buffer overflow problem in Unicode builds.
- Fixed wxSocketBase::InterruptWait on wxBase.
-- wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated.
All (GUI):
- 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: