SetSteps
void SetSteps(float smallStep, float largeStep);
scroller->SetSteps(fCharacterHeight,
ScrollBar(B_VERTICAL)->SetSteps(step, step * 5);
scrollBar->SetSteps(floor(bigStep / 10.0), bigStep);
scrollBar->SetSteps(floor(bigStep / 10.0), bigStep);
scrollBar->SetSteps(fFontInfo.lineHeight, height + 1);
scrollBar->SetSteps(fFontInfo.lineHeight, width + 1);
scrollBar->SetSteps(fLineHeight, bounds.Height());
scrollBar->SetSteps(fFontInfo.lineHeight, size.width + 1);
scrollBar->SetSteps(fFontInfo.lineHeight, size.height + 1);
bar->SetSteps(fCharWidth, Bounds().Width());
bar->SetSteps(fFontHeight, Bounds().Height());
horizontalScrollBar->SetSteps(kHorizontalScrollBarStep, dataWidth / 10);
verticalScrollBar->SetSteps(kVerticalScrollBarStep, viewHeight);
scrollBar->SetSteps(item->MinSize().height + 1, item->MinSize().height + 1);
fHScrollBar->SetSteps(fHSmallStep, visibleBounds.Width());
fVScrollBar->SetSteps(fVSmallStep, visibleBounds.Height());
scrollBar->SetSteps(fFontHeight, fFontHeight * 3);
psb->SetSteps(10, 100);
fScrollBar->SetSteps(fFontHeight, fFontHeight * fRows);
fScrollBar->SetSteps(fFontHeight, fFontHeight * fRows);
fScrollBar->SetSteps(fFontHeight, fFontHeight * fRows);
fScrollBar->SetSteps(fFontHeight, fFontHeight * fRows);
scrollBar->SetSteps(item->MinSize().height + 1,
hScrollBar->SetSteps(50, fVisibleRect.Width());
vScrollBar->SetSteps(20.0, fVisibleRect.Height());
vertScroller->SetSteps(
fHorizontalScrollBar->SetSteps(be_plain_font->Size() * 1.33,
fVerticalScrollBar->SetSteps(be_plain_font->Size() * 1.33,
horizontalScrollBar->SetSteps(kHorizontalScrollBarStep,
verticalScrollBar->SetSteps(kVerticalScrollBarStep,
scrollBar->SetSteps(smallStep, viewPortSize);
fHScrollBar->SetSteps(fListElemHeight / 2.0f, bounds.Width());
fVScrollBar->SetSteps(fListElemHeight / 2.0f, bounds.Height());
scroll->SetSteps(smallStep, bigStep);
scroll->SetSteps(smallStep, bigStep);
bar->SetSteps(1, Frame().Height());
bar->SetSteps(1, Frame().Height());
viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
scroller->SetSteps(20, client);
scroll->SetSteps (smallStep, bigStep);
scroll->SetSteps (smallStep, bigStep);
scrollBar->SetSteps(5.0, height / 2);
psb->SetSteps(10, 100);
psb->SetSteps(10, 100);