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

Method Show

src/HistoryWindow.cpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279bool HistoryDialog::Show( bool show )
280{
281 if ( show && !IsShown())
282 DoUpdate();
283 return wxDialogWrapper::Show( show );
284}
285
286void HistoryDialog::DoUpdate()
287{

Callers 2

OnCloseWindowMethod · 0.95
OnHistoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected