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

/haiku/src/kits/interface/
H A DScrollBar.cpp87 fThumbInc(0.0),
139 float fThumbInc; member in class:BScrollBar::Private
176 float value = fScrollBar->Value() + fThumbInc;
179 if (fThumbInc > 0.0 && value <= fStopValue)
181 if (fThumbInc < 0.0 && value >= fStopValue)
663 fPrivateData->fThumbInc = scrollValue;
704 && fPrivateData->fThumbInc < 0)
706 && fPrivateData->fThumbInc > 0)) {
707 fPrivateData->fThumbInc = -fPrivateData->fThumbInc;
[all...]

Completed in 31 milliseconds