Home
last modified time | relevance | path

Searched refs:SetMenuClose (Results 1 – 2 of 2) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectFileManager.h107 void SetMenuClose(bool value) { mMenuClose = value; } in SetMenuClose() function
/dports/audio/audacity/audacity-Audacity-3.1.3/src/menus/
H A DFileMenus.cpp204 ProjectFileManager::Get( project ).SetMenuClose(true); in OnClose()