Add middle-item click support.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-12-26 20:44:24 +00:00
parent 7f3e07a83a
commit 7e2ee0bf41
3 changed files with 20 additions and 5 deletions

View File

@@ -344,8 +344,10 @@ class WXDLLEXPORT wxListCtrl: public wxControl
#if wxABI_VERSION >= 20801
void OnRightDown(wxMouseEvent& event);
void OnMiddleDown(wxMouseEvent& event);
void OnChar(wxKeyEvent& event);
virtual void SetFocus();
void FireMouseEvent(wxEventType eventType, wxPoint position);
#endif
virtual void SetDropTarget( wxDropTarget *dropTarget );