Use wxRendererNative::DrawTitleBarBitmap() for info bar close button.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:09 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:57:09 +0000 (22:57 +0000)
commitcc2608047b09f1fedfae027c083a35b1073010a4
tree40357e046096a28b5ec33058c5976f4cce4d508a
parentb50d93d1dae385443f0ca4a57736cb5a57a3e7fe
Use wxRendererNative::DrawTitleBarBitmap() for info bar close button.

If supported by the current platform, draw natively-looking close button using
multiple bitmaps for normal, pressed and current stats. Otherwise fall back on
the old wxArtProvider-based bitmap.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/infobar.cpp