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

/haiku/src/kits/interface/
H A DScrollBar.cpp618 float buttonStepSize local
624 scrollValue = -buttonStepSize;
628 scrollValue = buttonStepSize;
632 scrollValue = -buttonStepSize;
636 scrollValue = buttonStepSize;

Completed in 37 milliseconds