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

Method SetVerticalScrollbar

src/ProjectWindow.cpp:790–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790void ProjectWindow::SetVerticalScrollbar(int position, int thumbSize,
791 int range, int pageSize, bool refresh)
792{
793 mVsbar->SetScrollbar(position, thumbSize, range, pageSize, refresh);
794}
795
796void ProjectWindow::ShowVerticalScrollbar(bool shown)
797{

Callers 2

SetVerticalScrollbarMethod · 0.45

Calls 1

SetScrollbarMethod · 0.80

Tested by

no test coverage detected