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

Method IsIconized

src/ProjectWindow.cpp:849–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847}
848
849bool ProjectWindow::IsIconized() const
850{
851 return mIconized;
852}
853
854wxWindow* ProjectWindow::GetTrackListWindow() noexcept
855{

Callers 9

OnMoveMethod · 0.95
OnSizeMethod · 0.95
GetNextWindowPlacementFunction · 0.80
OnIconizeMethod · 0.80
DoIdleMethod · 0.80
SaveWindowSizeMethod · 0.80
RefreshAllTitlesFunction · 0.80
TitleRestorerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected