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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp415 int sbThumb = stc->GetScrollThumb(wxVERTICAL); local
417 if (sbMax != vertEnd || sbThumb != nPage) {
444 int sbThumb = stc->GetScrollThumb(wxHORIZONTAL); local
446 if ((sbMax != horizEnd) || (sbThumb != pageWidth) || (sbPos != 0)) {
456 int sbThumb = stc->m_hScrollBar->GetPageSize(); local
458 if ((sbMax != horizEnd) || (sbThumb != pageWidth) || (sbPos != 0)) {

Completed in 43 milliseconds