X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/548fa9c1eb08b38b561b7861e1cf93a2ce78772a..4e15d1caa03346c126015019c1fdf093033ef40b:/docs/doxygen/overviews/changes_since28.h diff --git a/docs/doxygen/overviews/changes_since28.h b/docs/doxygen/overviews/changes_since28.h index 8ec1c9fc1e..e56b45fd69 100644 --- a/docs/doxygen/overviews/changes_since28.h +++ b/docs/doxygen/overviews/changes_since28.h @@ -177,10 +177,14 @@ Finally, a few structure fields, notable @c wxCmdLineEntryDesc::shortName, 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. +- Signature of wxDataViewCustomRenderer::StartDrag() virtual method changed. + You will need to change it in your derived renderer class too if you override + it. + +- wxDataViewCustomRenderer::Activate() and + wxDataViewCustomRenderer::LeftClick() were replaced with the new + wxDataViewCustomRenderer::ActivateCell() method. You will need to change it + in your derived renderer class accordingly. */