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

/haiku/headers/os/interface/
H A DScrollBar.h122 float fSmallStep; member in class:BScrollBar
/haiku/src/kits/interface/
H A DScrollBar.cpp213 fSmallStep(1.0f),
242 fSmallStep(1.0f),
276 if (data->FindFloat("_steps", 0, &fSmallStep) < B_OK)
277 fSmallStep = 1.0f;
337 err = data->AddFloat("_steps", fSmallStep);
619 = (modifiers() & B_SHIFT_KEY) != 0 ? fLargeStep : fSmallStep;
878 if (fSmallStep == smallStep && fLargeStep == largeStep)
884 fSmallStep = smallStep;
903 *smallStep = fSmallStep;

Completed in 38 milliseconds