more scrollbar input handling: extracted common bits to wxStdScrollBarHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/wxUNIVERSAL@8174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-08-24 12:12:35 +00:00
parent 46f2baf74e
commit 89196a1dab
8 changed files with 570 additions and 583 deletions

View File

@@ -56,7 +56,7 @@ void wxScrollBar::Init()
m_thumbPos =
m_pageSize = 0;
for ( size_t n = 0; n < Element_Max; n++ )
for ( size_t n = 0; n < WXSIZEOF(m_elementsState); n++ )
{
m_elementsState[n] = 0;
}