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);
// ============================================================================
// scroll bar input handler
// ============================================================================
// ============================================================================
// scroll bar input handler
// ============================================================================
{
// determine which part of the window mouse is in
wxScrollBar *scrollbar = wxStaticCast(consumer->GetInputWindow(), wxScrollBar);
{
// determine which part of the window mouse is in
wxScrollBar *scrollbar = wxStaticCast(consumer->GetInputWindow(), wxScrollBar);
// ----------------------------------------------------------------------------
// wxScrollTimer
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxScrollTimer
// ----------------------------------------------------------------------------