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

Method SetVisible

src/toolbars/ToolBar.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void ToolBar::SetVisible( bool bVisible )
447{
448 mVisible = bVisible;
449}
450
451std::pair<Identifier, Identifier> ToolBar::PreferredNeighbors() const noexcept
452{

Callers 1

ReadConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected