Searched refs:nMaxPos (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dscrolbar.cpp127 int nMaxPos; local
149 nMaxPos = vScrollInfo.posLast;
156 nMaxPos = SHORT2FROMMR(vRange);
164 nMaxPos -= (m_nPageSize - 1);
206 if (nPosition > nMaxPos)
207 nPosition = nMaxPos;
H A Dslider.cpp1029 , int WXUNUSED(nMaxPos)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dslider.h93 ,int nMaxPos

Completed in 66 milliseconds