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

Method SetHorizontalScrollbar

src/ProjectWindow.cpp:755–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void ProjectWindow::SetHorizontalScrollbar(int position, int thumbSize,
756 int range, int pageSize, bool refresh)
757{
758 mHsbar->SetScrollbar(position, thumbSize, range, pageSize, refresh);
759}
760
761void ProjectWindow::ShowHorizontalScrollbar(bool shown)
762{

Callers 2

Calls 1

SetScrollbarMethod · 0.80

Tested by

no test coverage detected