Document lack of custom editors in Mac wxDataViewCtrl

wxDataViewCustomRenderer::CreateEditorCtrl() is currently never called
there.
This commit is contained in:
Vadim Zeitlin
2018-12-17 14:07:12 +01:00
parent f9028845d8
commit 50e098437d

View File

@@ -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,