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

Method OnMove

src/ProjectWindow.cpp:1050–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050void ProjectWindow::OnMove(wxMoveEvent & event)
1051{
1052 if (!this->IsMaximized() && !this->IsIconized())
1053 SetNormalizedWindowState(this->GetRect());
1054 event.Skip();
1055}
1056
1057void ProjectWindow::OnSize(wxSizeEvent & event)
1058{

Callers

nothing calls this directly

Calls 3

IsIconizedMethod · 0.95
SetNormalizedWindowStateFunction · 0.85
SkipMethod · 0.80

Tested by

no test coverage detected