#pragma hdrstop
#endif
+#if wxUSE_LISTCTRL
+
#include "wx/dcscreen.h"
#include "wx/app.h"
#include "wx/listctrl.h"
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
{
- wxScrolledWindow::OnScroll( event ) ;
+ // FIXME
+#ifdef __WXGTK__
+ wxScrolledWindow::OnScroll(event);
+#else
+ HandleOnScroll( event );
+#endif
#if wxUSE_GENERIC_LIST_EXTENSIONS
{
lc->m_headerWin->Refresh() ;
#ifdef __WXMAC__
- lc->m_headerWin->MacUpdateImmediately() ;
+ lc->m_headerWin->MacUpdateImmediately() ;
#endif
}
}
if ( FindFocus() != this )
m_mainWin->SetFocus();
}
+
+#endif // wxUSE_LISTCTRL