git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70842
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxMouseEvent wxevent(wxEVT_LEFT_DOWN);
SetupMouseEvent(wxevent , event) ;
{
wxMouseEvent wxevent(wxEVT_LEFT_DOWN);
SetupMouseEvent(wxevent , event) ;
- wxWindow* wxp = GetWXPeer();
-#if wxUSE_TOOLTIPS
- wxToolTip::RelayEvent( wxp , wxevent);
-#endif
- return wxp->HandleWindowEvent(wxevent);
+ return GetWXPeer()->HandleWindowEvent(wxevent);
}
void wxWidgetCocoaImpl::DoNotifyFocusEvent(bool receivedFocus, wxWidgetImpl* otherWindow)
}
void wxWidgetCocoaImpl::DoNotifyFocusEvent(bool receivedFocus, wxWidgetImpl* otherWindow)