]> git.saurik.com Git - wxWidgets.git/commit
Document wxRendererNative::DrawTitleBarBitmap() and use it properly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 08:59:25 +0000 (08:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Oct 2009 08:59:25 +0000 (08:59 +0000)
commit3427bc784ec7dae7d3830e8f2c61565587e8f791
tree2a8c93f9144fa5c6c6ea62a73c3468bc93de319e
parenteac789b5293ceafe4ad38ee01a12a173fdc4c469
Document wxRendererNative::DrawTitleBarBitmap() and use it properly.

Comment and document the (non obvious) requirement for the PNG image handler
to be enabled when using this function under OS X. In fact, document the
entire function itself which was forgotten previously.

Do enable PNG image handler when using DrawTitleBarBitmap() in the sample.

Closes #11345.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/renderer.h
interface/wx/renderer.h
samples/render/render.cpp