From 50e098437d3e56050af729dfafc5724ca255c3fb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 17 Dec 2018 14:07:12 +0100 Subject: [PATCH] Document lack of custom editors in Mac wxDataViewCtrl wxDataViewCustomRenderer::CreateEditorCtrl() is currently never called there. --- interface/wx/dataview.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 00a8069f06..b0ca7f6f0e 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -2551,6 +2551,10 @@ public: } @endcode + @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. + @see ActivateCell() */ virtual wxWindow* CreateEditorCtrl(wxWindow* parent,