Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-12-25 00:21:05 +00:00
parent f321ab7fb4
commit b3ff5a475b
2 changed files with 29 additions and 6 deletions

View File

@@ -331,7 +331,6 @@ class WXDLLEXPORT wxListCtrl: public wxControl
bool HasCurrent() const { return m_current != (long)-1; }
void OnLeftDown(wxMouseEvent& event);
void OnRightDown(wxMouseEvent& event);
void OnDblClick(wxMouseEvent& event);
void FinishEditing(wxTextCtrl *text)
@@ -344,6 +343,8 @@ class WXDLLEXPORT wxListCtrl: public wxControl
virtual int GetScrollPos(int orient) const;
#if wxABI_VERSION >= 20801
void OnRightDown(wxMouseEvent& event);
void OnChar(wxKeyEvent& event);
virtual void SetFocus();
#endif