Searched refs:posMax (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 Dscrlwing.cpp597 const int posMax = m_xScrollLines - m_xScrollLinesPerPage; local
598 if ( m_xScrollPosition + nScrollInc > posMax )
601 nScrollInc = posMax - m_xScrollPosition;
619 const int posMax = m_yScrollLines - m_yScrollLinesPerPage; local
620 if ( m_yScrollPosition + nScrollInc > posMax )
623 nScrollInc = posMax - m_yScrollPosition;
712 const int posMax = m_xScrollLines - linesPerPage; local
713 if ( m_xScrollPosition > posMax )
714 m_xScrollPosition = posMax;
763 const int posMax local
[all...]

Completed in 36 milliseconds