Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK, fixes #10894: Missing OSX-Carbon DataView control header click events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2009-06-15 18:35:24 +00:00
parent 9c956c0a59
commit 8ba01d3546
3 changed files with 32 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ public:
wxMacDataBrowserTableViewControl(void)
{
}
~wxMacDataBrowserTableViewControl(void);
//
// callback handling
@@ -310,6 +311,11 @@ protected :
virtual Boolean DataBrowserAddDragItemProc(DragReference dragRef, DataBrowserItemID itemID, ItemReference* itemRef) = 0;
virtual Boolean DataBrowserReceiveDragProc(DragReference dragRef, DataBrowserItemID itemID) = 0;
//
// event handler for hit testing
///
void* m_macDataViewCtrlEventHandler;
private:
//
// wxWidget internal stuff