]> git.saurik.com Git - wxWidgets.git/commit
Added wxRendererNative::DrawTitleBarBitmap().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:04 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:04 +0000 (22:57 +0000)
commitb50d93d1dae385443f0ca4a57736cb5a57a3e7fe
treebc87f797128f9f45953ffe5cd1ebffe2531cd411
parent942d5e2d7223bde6ae7aceab3ddb3d417b55d48c
Added wxRendererNative::DrawTitleBarBitmap().

This is currently only implemented for wxMSW as there is no advantage to use a
generic implementation compared to using wxArtProvider directly under the
other ports. But for MSW this allows to have perfectly natively looking
titlebar-like buttons.

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