Searched refs:GetSteps (Results 1 – 14 of 14) sorted by relevance
/haiku/src/tests/servers/app/scrollbar/ |
H A D | main.cpp | 41 scrollBar->GetSteps(&smallStep, &bigStep); in UpdateScrollbar() 48 scrollBar->GetSteps(&smallStep, &bigStep); in UpdateScrollbar()
|
/haiku/src/apps/deskbar/ |
H A D | InlineScrollView.cpp | 154 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 D | InlineScrollView.h | 37 void GetSteps(float* _smallStep,
|
H A D | ExpandoMenuBar.cpp | 180 scrollView->GetSteps(&smallStep, &largeStep); in MessageReceived()
|
/haiku/headers/private/interface/ |
H A D | MenuWindow.h | 39 void GetSteps(float* _smallStep, float* _largeStep) const;
|
/haiku/src/kits/interface/ |
H A D | MenuWindow.cpp | 373 BMenuWindow::GetSteps(float* _smallStep, float* _largeStep) const in GetSteps() function in BMenuWindow 446 GetSteps(&smallStep, NULL); in _Scroll()
|
H A D | ViewPort.cpp | 199 scrollBar->GetSteps(&smallStep, NULL); in _UpdateScrollBar()
|
H A D | Menu.cpp | 490 window->GetSteps(&smallStep, &largeStep); in MessageReceived() 580 window->GetSteps(NULL, &largeStep); in KeyDown()
|
H A D | ScrollBar.cpp | 900 BScrollBar::GetSteps(float* smallStep, float* largeStep) const in GetSteps() function in BScrollBar
|
H A D | ColumnListView.cpp | 1821 fHorizontalScrollBar->GetSteps(&smallStep, &largeStep); in KeyDown() 1883 fVerticalScrollBar->GetSteps(&smallStep, &largeStep); in KeyDown()
|
H A D | View.cpp | 6614 scrollBar->GetSteps(&smallStep, &largeStep); in ScrollWithMouseWheelDelta()
|
/haiku/headers/os/interface/ |
H A D | ScrollBar.h | 60 void GetSteps(float* _smallStep,
|
/haiku/docs/user/interface/ |
H A D | ScrollBar.dox | 270 \fn void BScrollBar::GetSteps(float* smallStep, float* largeStep) const
|
/haiku/src/kits/tracker/ |
H A D | PoseView.cpp | 1081 fVScrollBar->GetSteps(&min, &max); in ScrollView()
|