Searched refs:tabHeightInc (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.cpp76 int tabHeightInc = 0; local
79 tabHeightInc = (m_view->GetTabSelectionHeight() - m_view->GetTabHeight());
80 tabY -= tabHeightInc;
92 dc.DrawRectangle(tabX, tabY, (GetWidth()+1), (GetHeight() + tabHeightInc));
94 dc.DrawRectangle(tabX, tabY, (GetWidth()+1), (GetHeight() + 1 + tabHeightInc));
117 dc.DrawLine(tabX, tabY, tabX, (tabY + GetHeight() + tabHeightInc - subtractThis));
159 topY = tabY + GetHeight() + tabHeightInc;
189 (tabX + GetWidth()), (tabY + GetHeight() + tabHeightInc - subtractThis));
194 (tabY + GetHeight() + tabHeightInc - subtractThis));
199 int textY = tabY + m_view->GetVerticalTabTextSpacing() + tabHeightInc;
[all...]

Completed in 17 milliseconds