Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Oct 2010 13:05:36 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Oct 2010 13:05:36 +0000 (13:05 +0000)
commit323d36e452c48f1e48ffe48312004d5e224634ca
treede874fedf2f6b372770fde7ec53713d928d3c24e
parente2032c2e21c779947a8852825d94b7e81b58b9f1
Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test.

Not all ports define wxBitmapToggleButton class currently, so add a special
symbol which is defined only if this class is indeed available and test for it
in the unit test for this class.

This fixes the tests compilation under wxX11.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/mainpages/const_cpp.h
include/wx/tglbtn.h
interface/wx/tglbtn.h
tests/controls/bitmaptogglebuttontest.cpp