Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ FindItem
Method
FindItem
src/toolbars/SnappingToolBar.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
bool FindItem(const wxString& item, wxString* trueItem = NULL) override
166
{
167
return wxComboPopup::FindItem(item, trueItem);
168
}
169
170
void OnComboKeyEvent(wxKeyEvent& event) override
171
{
Callers
4
PopulateMacros
Method · 0.80
EnableMultiItem
Method · 0.80
PopulatePopupMenu
Method · 0.80
FindPathName
Function · 0.80
Calls
1
FindItem
Function · 0.85
Tested by
no test coverage detected