// this is hardcoded
window->MacOnScroll( event );
else
- GetEventHandler()->ProcessEvent( event );
+ HandleWindowEvent( event );
}
wxInt32 wxScrollBar::MacControlHit( WXEVENTHANDLERREF WXUNUSED(handler), WXEVENTREF mevent )
// this is hardcoded
window->MacOnScroll( event );
else
- GetEventHandler()->ProcessEvent( event );
+ HandleWindowEvent( event );
return noErr;
}