X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..7243eb6d3be736c27ac4c0c6158156a8e79b7c68:/docs/doxygen/overviews/changes_since28.h?ds=sidebyside diff --git a/docs/doxygen/overviews/changes_since28.h b/docs/doxygen/overviews/changes_since28.h index 5fc6678a85..8ec1c9fc1e 100644 --- a/docs/doxygen/overviews/changes_since28.h +++ b/docs/doxygen/overviews/changes_since28.h @@ -176,5 +176,11 @@ Finally, a few structure fields, notable @c wxCmdLineEntryDesc::shortName, wxScrolled::GetSizeAvailableForScrollTarget() method to compute the size available for the scroll target as function of the main window size, please see the documentation of this method for more details. + +- Signatures of wxDataViewCustomRenderer::Activate(), + wxDataViewCustomRenderer::LeftClick() and + wxDataViewCustomRenderer::StartDrag() virtual methods changed. You will need + to change them in your derived renderer class too if you override them. + */