m_win = win;
m_targetWindow = NULL;
+
+ m_kbdScrollingEnabled = true;
}
// ----------------------------------------------------------------------------
m_xScrollingEnabled =
m_yScrollingEnabled = true;
- m_kbdScrollingEnabled = true;
-
m_scaleX =
m_scaleY = 1.0;
#if wxUSE_MOUSEWHEEL
// compatibility here - if we used OnKeyDown(), the programs which process
// arrows themselves in their OnChar() would never get the message and like
// this they always have the priority
-void wxScrollHelperBase::HandleOnChar(wxKeyEvent& event)
+void wxAnyScrollHelperBase::HandleOnChar(wxKeyEvent& event)
{
if ( !m_kbdScrollingEnabled )
{