Get rid of WXGetAsCustom().
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Feb 2011 21:23:04 +0000 (21:23 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 28 Feb 2011 21:23:04 +0000 (21:23 +0000)
commitdbc3aec19a3af16ad50453f325b9d83d8cf9d9c0
tree4606000885eed0c1adb5280aed08256acc2699e7
parent1852bf0db53e22235738dfea8aebe929c6c1390c
Get rid of WXGetAsCustom().

Instead, have WXOnActivate() and WXOnLeftClick() with same signatures as
their public API counterparts and just call Activate/LeftClick() from
them for wxDataViewCustomRenderer.

This accomplishes the same thing, but makes it easier to override
behaviour in wx's internal implementations of renderers.

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