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

Method SetVerticalScrollbar

src/ProjectWindow.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 if (IsWindowValid(mwWindow)) mwWindow->SetVerticalThumbPosition(viewStart);
503 }
504 void SetVerticalScrollbar(int position, int thumbSize,
505 int range, int pageSize, bool refresh) override
506 {
507 if (IsWindowValid(mwWindow))
508 mwWindow->SetVerticalScrollbar(
509 position, thumbSize, range, pageSize, refresh);
510 }
511 void ShowVerticalScrollbar(bool shown) override
512 {
513 if (IsWindowValid(mwWindow))

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85
SetVerticalScrollbarMethod · 0.45

Tested by

no test coverage detected