#include "wx/dcscreen.h"
#include "wx/math.h"
#include "wx/settings.h"
+ #include "wx/sizer.h"
#endif
#include "wx/imaglist.h"
void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
{
- wxPrintf( "wxListMainWindow::OnScroll\n" );
-
- // HandleOnScroll( event );
-
// update our idea of which lines are shown when we redraw the window the
// next time
ResetVisibleLinesRange();