Adding SetFocus to wxABI_VERSION.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2200,6 +2200,7 @@ wxDropTarget *wxListCtrl::GetDropTarget() const
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if wxABI_VERSION >= 20801
|
||||
void wxListCtrl::SetFocus()
|
||||
{
|
||||
if (m_genericImpl)
|
||||
@@ -2210,6 +2211,7 @@ void wxListCtrl::SetFocus()
|
||||
|
||||
wxWindow::SetFocus();
|
||||
}
|
||||
#endif
|
||||
|
||||
// wxMac internal data structures
|
||||
|
||||
|
Reference in New Issue
Block a user