Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnSetFocus
Method
OnSetFocus
src/ProjectWindow.cpp:335–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
void OnSetFocus(wxFocusEvent & e)
336
{
337
wxWindow *w = e.GetWindow();
338
if (w != NULL) {
339
w->SetFocus();
340
}
341
}
342
343
void SetScrollbar(int position, int thumbSize,
344
int range, int pageSize,
Callers
nothing calls this directly
Calls
2
GetWindow
Method · 0.80
SetFocus
Method · 0.45
Tested by
no test coverage detected