Implement image support for wxNotebook pages in wxOSX/Cocoa.

This currently doesn't work correctly for left/right orientations but at least
it does work for the default top (and also bottom) one.

Closes #12754.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-10-28 01:08:24 +00:00
parent 908d92cd83
commit 294de5ca86
2 changed files with 81 additions and 2 deletions

View File

@@ -603,6 +603,7 @@ wxMSW:
wxOSX:
- Fix pages range in the print dialog (Auria).
- Implement image support in wxNotebook for wxOSX/Cocoa (Malcolm MacLeod).
2.9.4: (released 2012-07-09)