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

Method ShowVerticalScrollbar

src/ProjectWindow.cpp:511–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 position, thumbSize, range, pageSize, refresh);
510 }
511 void ShowVerticalScrollbar(bool shown) override
512 {
513 if (IsWindowValid(mwWindow))
514 mwWindow->ShowVerticalScrollbar(shown);
515 }
516 void SetToDefaultSize() override
517 {
518 if (IsWindowValid(mwWindow))

Callers

nothing calls this directly

Calls 2

IsWindowValidFunction · 0.85
ShowVerticalScrollbarMethod · 0.45

Tested by

no test coverage detected