#ifndef _WX_LISTCTRL_H_
#define _WX_LISTCTRL_H_
+#include "wx/defs.h"
#include "wx/generic/listctrl.h"
class wxMacDataBrowserListCtrlControl;
virtual int GetScrollPos(int orient) const;
+#if wxABI_VERSION >= 20801
+ void OnRightDown(wxMouseEvent& event);
+ void OnChar(wxKeyEvent& event);
+ virtual void SetFocus();
+#endif
+
virtual void SetDropTarget( wxDropTarget *dropTarget );
virtual wxDropTarget* GetDropTarget() const;