Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetProjectPanel
Function
SetProjectPanel
src/ProjectWindows.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
AUDACITY_DLL_API void SetProjectPanel(
66
AudacityProject &project, wxWindow &panel )
67
{
68
ProjectWindows::Get(project).mPanel = &panel;
69
}
70
71
AUDACITY_DLL_API wxFrame &GetProjectFrame( AudacityProject &project )
72
{
Callers
1
TrackPanel.cpp
File · 0.85
Calls
1
Get
Function · 0.85
Tested by
no test coverage detected