GetSteps
void GetSteps(float* _smallStep,
void GetSteps(float* _smallStep, float* _largeStep) const;
scrollView->GetSteps(&smallStep, &largeStep);
parent->GetSteps(&smallStep, &largeStep);
grandparent->GetSteps(&smallStep, &largeStep);
parent->GetSteps(&smallStep, &largeStep);
grandparent->GetSteps(&smallStep, &largeStep);
void GetSteps(float* _smallStep,
fHorizontalScrollBar->GetSteps(&smallStep, &largeStep);
fVerticalScrollBar->GetSteps(&smallStep, &largeStep);
window->GetSteps(&smallStep, &largeStep);
window->GetSteps(NULL, &largeStep);
GetSteps(&smallStep, NULL);
scrollBar->GetSteps(&smallStep, &largeStep);
scrollBar->GetSteps(&smallStep, NULL);
fVScrollBar->GetSteps(&min, &max);
scrollBar->GetSteps(&smallStep, &bigStep);
scrollBar->GetSteps(&smallStep, &bigStep);