git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44032
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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
virtual void SetFocus();
-
+#endif
+
virtual void SetDropTarget( wxDropTarget *dropTarget );
virtual wxDropTarget* GetDropTarget() const;
return NULL;
}
+#if wxABI_VERSION >= 20801
void wxListCtrl::SetFocus()
{
if (m_genericImpl)
wxWindow::SetFocus();
}
+#endif
// wxMac internal data structures
# wx{Dir|File}Dialog::Get/SetStyle()
*wxFileDialog*etStyle*;
*wxDirDialog*etStyle*;
+ # Mac OS X only, but it still must go in IIUC
+ *wxListCtrl*SetFocus*;
};
# symbols available since the beginning of this branch are only given