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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dscrolwin.h58 &m_yScrollPosition, &m_yScrollLines, &m_yScrollLinesPerPage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp301 m_yScrollLines =
356 (noUnitsY != 0 && m_yScrollLines == 0) ||
357 (noUnitsY < m_yScrollLines && ypos > pixelsPerUnitY * noUnitsY) ||
553 nScrollInc = m_yScrollLines - m_yScrollPosition;
619 const int posMax = m_yScrollLines - m_yScrollLinesPerPage;
731 m_yScrollLines = 0;
739 m_yScrollLines = ( hVirt + m_yScrollPixelsPerLine - 1 ) / m_yScrollPixelsPerLine;
747 if ((linesPerPage < m_yScrollLines) && (h >= hVirt)) ++linesPerPage;
749 if (linesPerPage >= m_yScrollLines)
753 m_yScrollLines
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp159 m_yScrollLines = 0;
720 m_yScrollLines = noUnitsY;
737 if (m_yScrollLines > 0)
818 nScrollInc = m_yScrollLines - m_yScrollPosition;
873 int nMaxHeight = m_yScrollLines*m_yScrollPixelsPerLine;
912 if (m_yScrollLines > 0)
914 int nMaxHeight = m_yScrollLines*m_yScrollPixelsPerLine;
996 *y = m_yScrollPixelsPerLine * m_yScrollLines;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolwin.cpp141 &m_yScrollPosition, &m_yScrollLines, &m_yScrollLinesPerPage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtbarsmpl.h159 int m_yScrollLines; member in class:wxToolBarSimple
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscrolwin.h227 int m_yScrollLines; member in class:wxScrollHelper

Completed in 87 milliseconds