Searched refs:s_ToolTipArea (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtooltip.cpp57 static wxRect2DInt s_ToolTipArea ; variable
126 if ( s_LastWindowEntered == win && s_ToolTipArea.Contains( where ) )
132 s_ToolTipArea = wxRect2DInt( event.m_x - 2 , event.m_y - 2 , 4 , 4 ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtooltip.cpp85 static wxRect2DInt s_ToolTipArea ; variable
152 if ( s_LastWindowEntered == win && s_ToolTipArea.Contains( where ) )
158 s_ToolTipArea = wxRect2DInt( event.m_x - 2 , event.m_y - 2 , 4 , 4 ) ;

Completed in 36 milliseconds