Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ShowVerticalScrollbar
Method
ShowVerticalScrollbar
src/ProjectWindow.cpp:796–803 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
794
}
795
796
void ProjectWindow::ShowVerticalScrollbar(bool shown)
797
{
798
#ifdef __WXGTK__
799
mVsbar->Show(shown);
800
#else
801
mVsbar->Enable(shown);
802
#endif
803
}
804
805
void ProjectWindow::UpdateLayout()
806
{
Callers
1
ShowVerticalScrollbar
Method · 0.45
Calls
2
Show
Method · 0.45
Enable
Method · 0.45
Tested by
no test coverage detected