From 06c29a7f2072395daf4b7416cf76297a00470e43 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 31 Jan 2018 00:02:54 +0100 Subject: [PATCH] Document missing ActivateCell() calls in macOS version Native macOS version of wxDataViewCtrl doesn't support cell activation currently. See #17746. --- interface/wx/dataview.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index bfc8fa8d1b..8d087a9367 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -2427,6 +2427,10 @@ public: corresponding event. Is @NULL otherwise (for keyboard activation). Mouse coordinates are adjusted to be relative to the cell. + @note Currently support for this method is not implemented in the + native macOS version of the control, i.e. it will be never called + there. + @since 2.9.3 @note Do not confuse this method with item activation in wxDataViewCtrl