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

Method ShowHide

src/toolbars/ToolManager.cpp:1057–1061  ·  view source on GitHub ↗

Toggles the visible/hidden state of a toolbar

Source from the content-addressed store, hash-verified

1055// Toggles the visible/hidden state of a toolbar
1056//
1057void ToolManager::ShowHide( Identifier type )
1058{
1059 Expose( type, !mBars[type]->IsVisible() );
1060 Updated();
1061}
1062
1063//
1064// Set the visible/hidden state of a toolbar

Callers 1

OnShowToolBarMethod · 0.80

Calls 1

IsVisibleMethod · 0.45

Tested by

no test coverage detected