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

Method ShowHorizontalScrollbar

src/ProjectWindow.cpp:761–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761void ProjectWindow::ShowHorizontalScrollbar(bool shown)
762{
763#ifdef __WXGTK__
764 mHsbar->Show(shown);
765#else
766 mHsbar->Enable(shown);
767#endif
768}
769
770int ProjectWindow::GetVerticalThumbPosition() const
771{

Callers 1

Calls 2

ShowMethod · 0.45
EnableMethod · 0.45

Tested by

no test coverage detected