Searched refs:g_MacLastWindow (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp251 wxWindow* g_MacLastWindow = NULL ; variable
553 if ( currentMouseWindow != g_MacLastWindow )
555 if ( g_MacLastWindow )
559 g_MacLastWindow->ScreenToClient( &eventleave.m_x, &eventleave.m_y );
560 eventleave.SetEventObject( g_MacLastWindow ) ;
561 wxevent.SetId( g_MacLastWindow->GetId() ) ;
564 wxToolTip::RelayEvent( g_MacLastWindow , eventleave);
567 g_MacLastWindow->GetEventHandler()->ProcessEvent(eventleave);
585 g_MacLastWindow = currentMouseWindow ;
623 if ( g_MacLastWindow
[all...]
H A Dwindow.cpp1095 if ( g_MacLastWindow == this )
1096 g_MacLastWindow = NULL ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h525 extern wxWindow* g_MacLastWindow;

Completed in 133 milliseconds