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

Method OnCloseWindow

src/HistoryWindow.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void HistoryDialog::OnCloseWindow(wxCloseEvent & WXUNUSED(event))
452{
453 this->Show(false);
454}
455
456void HistoryDialog::OnShow(wxShowEvent & event)
457{

Callers

nothing calls this directly

Calls 1

ShowMethod · 0.95

Tested by

no test coverage detected