Searched refs:m_xScrollLines (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.h48 &m_xScrollPosition, &m_xScrollLines, &m_xScrollLinesPerPage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp300 m_xScrollLines =
353 (noUnitsX != 0 && m_xScrollLines == 0) ||
354 (noUnitsX < m_xScrollLines && xpos > pixelsPerUnitX * noUnitsX) ||
551 nScrollInc = m_xScrollLines - m_xScrollPosition;
597 const int posMax = m_xScrollLines - m_xScrollLinesPerPage;
680 m_xScrollLines = 0;
688 m_xScrollLines = (wVirt + m_xScrollPixelsPerLine - 1) / m_xScrollPixelsPerLine;
696 if ((linesPerPage < m_xScrollLines) && (w >= wVirt)) ++linesPerPage;
698 if (linesPerPage >= m_xScrollLines)
702 m_xScrollLines
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp158 m_xScrollLines = 0;
719 m_xScrollLines = noUnitsX;
726 if (m_xScrollLines > 0)
816 nScrollInc = m_xScrollLines - m_xScrollPosition;
856 int nMaxWidth = m_xScrollLines*m_xScrollPixelsPerLine;
894 if (m_xScrollLines > 0)
896 int nMaxWidth = m_xScrollLines*m_xScrollPixelsPerLine;
995 *x = m_xScrollPixelsPerLine * m_xScrollLines;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolwin.cpp139 &m_xScrollPosition, &m_xScrollLines, &m_xScrollLinesPerPage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtbarsmpl.h158 int m_xScrollLines; 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.h226 int m_xScrollLines; member in class:wxScrollHelper

Completed in 205 milliseconds