From 47e175a24f862aa8b7ca7dd4a2bb5957991e7f2d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 17 Apr 2013 11:36:38 +0000 Subject: [PATCH] Document lack of wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK under OS X. The native versions don't contain any code to send it currently. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/dataview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 0f601ee55e..4f0057d2c8 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -877,6 +877,8 @@ wxEventType wxEVT_COMMAND_DATAVIEW_ITEM_DROP; Process a @c wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK event. @event{EVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK(id, func)} Process a @c wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event. + Notice that currently this event is not generated in the native OS X + versions of the control. @event{EVT_DATAVIEW_COLUMN_SORTED(id, func)} Process a @c wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED event. @event{EVT_DATAVIEW_COLUMN_REORDERED(id, func)}