Implement DrawTitleBarBitmap() for OS X using hard coded PNG images.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:32 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:32 +0000 (22:57 +0000)
commitec20a753b99f318de3bccf86a741a867717e6a92
tree7c9cf2407646236adad21535831722dfed845260
parent1d3dfc57e77c64a4691fae47b566bcfb99eceb48
Implement DrawTitleBarBitmap() for OS X using hard coded PNG images.

Use a simple implementation working under all OS X versions, including 10.4
which doesn't have standard system images for the close button.

Added the images themselves under art/osx and png2c.py helper script to
convert them to a form used in C++ code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
art/osx/README [new file with mode: 0644]
art/osx/close.png [new file with mode: 0644]
art/osx/close_current.png [new file with mode: 0644]
art/osx/close_pressed.png [new file with mode: 0644]
include/wx/renderer.h
misc/scripts/png2c.py [new file with mode: 0755]
src/osx/carbon/renderer.cpp