Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ OnNewWindow
Method
OnNewWindow
src/AppFrame.cpp:2168–2170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2166
}
2167
2168
void AppFrame::OnNewWindow(wxCommandEvent& WXUNUSED(event)) {
2169
new AppFrame();
2170
}
2171
2172
void AppFrame::OnIdle(wxIdleEvent &event) {
2173
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected