Searched refs:tabY (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.cpp75 int tabY = GetY() + viewY; local
80 tabY -= tabHeightInc;
92 dc.DrawRectangle(tabX, tabY, (GetWidth()+1), (GetHeight() + tabHeightInc));
94 dc.DrawRectangle(tabX, tabY, (GetWidth()+1), (GetHeight() + 1 + tabHeightInc));
112 dc.DrawLine(tabX, tabY, tabX, (m_view->GetViewRect().y + m_view->GetViewRect().height));
115 dc.DrawLine(tabX, tabY, tabX, (m_view->GetViewRect().y));
117 dc.DrawLine(tabX, tabY, tabX, (tabY + GetHeight() + tabHeightInc - subtractThis));
119 dc.DrawLine(tabX, tabY, (tabX + GetWidth()), tabY);
[all...]

Completed in 108 milliseconds