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:
parent
caea08e6b2
commit
06c29a7f20
@ -2427,6 +2427,10 @@ public:
|
|||||||
corresponding event. Is @NULL otherwise (for keyboard activation).
|
corresponding event. Is @NULL otherwise (for keyboard activation).
|
||||||
Mouse coordinates are adjusted to be relative to the cell.
|
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
|
@since 2.9.3
|
||||||
|
|
||||||
@note Do not confuse this method with item activation in wxDataViewCtrl
|
@note Do not confuse this method with item activation in wxDataViewCtrl
|
||||||
|
Loading…
Reference in New Issue
Block a user