Home
last modified time | relevance | path

Searched refs:GetSteps (Results 1 – 14 of 14) sorted by relevance

/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp41 scrollBar->GetSteps(&smallStep, &bigStep); in UpdateScrollbar()
48 scrollBar->GetSteps(&smallStep, &bigStep); in UpdateScrollbar()
/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp154 parent->GetSteps(&smallStep, &largeStep); in MouseDown()
220 grandparent->GetSteps(&smallStep, &largeStep); in MouseDown()
283 parent->GetSteps(&smallStep, &largeStep); in MouseDown()
348 grandparent->GetSteps(&smallStep, &largeStep); in MouseDown()
565 TInlineScrollView::GetSteps(float* _smallStep, float* _largeStep) const in GetSteps() function in TInlineScrollView
H A DInlineScrollView.h37 void GetSteps(float* _smallStep,
H A DExpandoMenuBar.cpp180 scrollView->GetSteps(&smallStep, &largeStep); in MessageReceived()
/haiku/headers/private/interface/
H A DMenuWindow.h39 void GetSteps(float* _smallStep, float* _largeStep) const;
/haiku/src/kits/interface/
H A DMenuWindow.cpp373 BMenuWindow::GetSteps(float* _smallStep, float* _largeStep) const in GetSteps() function in BMenuWindow
446 GetSteps(&smallStep, NULL); in _Scroll()
H A DViewPort.cpp199 scrollBar->GetSteps(&smallStep, NULL); in _UpdateScrollBar()
H A DMenu.cpp490 window->GetSteps(&smallStep, &largeStep); in MessageReceived()
580 window->GetSteps(NULL, &largeStep); in KeyDown()
H A DScrollBar.cpp900 BScrollBar::GetSteps(float* smallStep, float* largeStep) const in GetSteps() function in BScrollBar
H A DColumnListView.cpp1821 fHorizontalScrollBar->GetSteps(&smallStep, &largeStep); in KeyDown()
1883 fVerticalScrollBar->GetSteps(&smallStep, &largeStep); in KeyDown()
H A DView.cpp6614 scrollBar->GetSteps(&smallStep, &largeStep); in ScrollWithMouseWheelDelta()
/haiku/headers/os/interface/
H A DScrollBar.h60 void GetSteps(float* _smallStep,
/haiku/docs/user/interface/
H A DScrollBar.dox270 \fn void BScrollBar::GetSteps(float* smallStep, float* largeStep) const
/haiku/src/kits/tracker/
H A DPoseView.cpp1081 fVScrollBar->GetSteps(&min, &max); in ScrollView()