MCPcopy Create free account
hub / github.com/audacity/audacity / Navigate

Method Navigate

src/widgets/KeyView.cpp:2139–2146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2137}
2138
2139wxAccStatus
2140KeyViewAx::Navigate(wxNavDir WXUNUSED(navDir),
2141 int WXUNUSED(fromId),
2142 int *WXUNUSED(toId),
2143 wxAccessible **WXUNUSED(toObject))
2144{
2145 return wxACC_NOT_IMPLEMENTED;
2146}
2147
2148// Gets the name of the specified object.
2149wxAccStatus

Callers 2

OnKeyDownMethod · 0.45
OnHotkeyKeyDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected