]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/listctrl.h
Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.
[wxWidgets.git] / include / wx / mac / carbon / listctrl.h
index c34868b6ff3fc4e1d2b6bfe44bed7b274a653640..6f34071e490f206bdb298d9d65333f167a1efb31 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef _WX_LISTCTRL_H_
 #define _WX_LISTCTRL_H_
 
+#include "wx/defs.h"
 #include "wx/generic/listctrl.h"
 
 class wxMacDataBrowserListCtrlControl;
@@ -341,6 +342,12 @@ 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
+
   virtual void SetDropTarget( wxDropTarget *dropTarget );
   virtual wxDropTarget* GetDropTarget() const;