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

/haiku/headers/private/interface/
H A DMenuWindow.h39 void GetSteps(float* _smallStep, float* _largeStep) const;
/haiku/src/apps/deskbar/
H A DInlineScrollView.h37 void GetSteps(float* _smallStep,
H A DInlineScrollView.cpp565 TInlineScrollView::GetSteps(float* _smallStep, float* _largeStep) const argument
567 if (_smallStep != NULL)
568 *_smallStep = fScrollStep;
/haiku/src/kits/interface/
H A DMenuWindow.cpp373 BMenuWindow::GetSteps(float* _smallStep, float* _largeStep) const argument
375 if (_smallStep != NULL)
376 *_smallStep = fScrollStep;
/haiku/headers/os/interface/
H A DScrollBar.h60 void GetSteps(float* _smallStep,

Completed in 100 milliseconds