MCPcopy Create free account
hub / github.com/audacity/audacity / SetVerticalThumbPosition

Method SetVerticalThumbPosition

src/ProjectWindow.cpp:785–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785void ProjectWindow::SetVerticalThumbPosition(int viewStart)
786{
787 mVsbar->SetThumbPosition(viewStart);
788}
789
790void ProjectWindow::SetVerticalScrollbar(int position, int thumbSize,
791 int range, int pageSize, bool refresh)

Callers 3

ScrollUpDownMethod · 0.45
ScrollToTopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected