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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp494 int tabY1 = GetY() + m_view->GetViewRect().y; local
498 int tabY2 = tabY1 + GetHeight();
500 if (x >= tabX1 && y >= tabY1 && x <= tabX2 && y <= tabY2)

Completed in 101 milliseconds