Document missing ActivateCell() calls in macOS version

Native macOS version of wxDataViewCtrl doesn't support cell activation
currently.

See #17746.
This commit is contained in:
Vadim Zeitlin 2018-01-31 00:02:54 +01:00
parent caea08e6b2
commit 06c29a7f20

View File

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