Add wxHAS_3STATE_CHECKBOX symbol.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Oct 2010 18:10:51 +0000 (18:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Oct 2010 18:10:51 +0000 (18:10 +0000)
commit817b7b0e87589927983d8723ea2ad3faabbdebd3
treed0e0c241adb26b1e2354ca63cfe646942e465cee
parentf254e2424a5220e559e48205ace1114ea3e87f3f
Add wxHAS_3STATE_CHECKBOX symbol.

This symbol is defined for the ports that support wxCHK_3STATE style. While
most of the ports do support it, a couple still do not and having this symbol
makes it more convenient to exclude 3-state-checkbox-specific code, like in
CheckBoxTestCase.

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