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

Method ShowHorizontalScrollbar

src/ProjectWindow.cpp:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 position, thumbSize, range, pageSize, refresh);
487 }
488 void ShowHorizontalScrollbar(bool shown) override
489 {
490 if (IsWindowValid(mwWindow))
491 mwWindow->ShowHorizontalScrollbar(shown);
492 }
493
494 int GetVerticalThumbPosition() const override
495 { return IsWindowValid(mwWindow) ? mwWindow->GetVerticalThumbPosition() : 0; }

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85

Tested by

no test coverage detected