Toggle checkboxes in generic wxDataViewCtrl with single click.
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Feb 2011 21:23:10 +0000 (21:23 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Feb 2011 21:23:10 +0000 (21:23 +0000)
commitd2425a43ec49de87bf97403ca16fb41cdd8a0bc4
tree6f07cac85e129884c0e89b1ced4d2d636dac6844
parentdbc3aec19a3af16ad50453f325b9d83d8cf9d9c0
Toggle checkboxes in generic wxDataViewCtrl with single click.

Both GTK+ and OS X native controls use single click to toggle
checkboxes, instead of double-click activation used by the generic
version. So does wxCheckListBox on Windows, so make wxDVC
behave the same way.

See #11185.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/dvrenderers.h
src/generic/datavgen.cpp