MCPcopy 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
65AUDACITY_DLL_API void SetProjectPanel(
66 AudacityProject &project, wxWindow &panel )
67{
68 ProjectWindows::Get(project).mPanel = &panel;
69}
70
71AUDACITY_DLL_API wxFrame &GetProjectFrame( AudacityProject &project )
72{

Callers 1

TrackPanel.cppFile · 0.85

Calls 1

GetFunction · 0.85

Tested by

no test coverage detected