wxScrollEvent event(scrollType, this->GetId(), m_thumbPos,
IsVertical() ? wxVERTICAL : wxHORIZONTAL);
event.SetEventObject(this);
wxScrollEvent event(scrollType, this->GetId(), m_thumbPos,
IsVertical() ? wxVERTICAL : wxHORIZONTAL);
event.SetEventObject(this);
// ----------------------------------------------------------------------------
// wxScrollTimer
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxScrollTimer
// ----------------------------------------------------------------------------