Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
void HistoryDialog::OnCloseWindow(wxCloseEvent & WXUNUSED(event))
452
{
453
this->Show(false);
454
}
455
456
void HistoryDialog::OnShow(wxShowEvent & event)
457
{
Callers
nothing calls this directly
Calls
1
Show
Method · 0.95
Tested by
no test coverage detected