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

Function MeterPrefsID

src/widgets/MeterPanel.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389static int MeterPrefsID()
390{
391 static int value = wxNewId();
392 return value;
393}
394
395void MeterPanel::UpdateSelectedPrefs(int id)
396{

Callers 2

UpdateSelectedPrefsMethod · 0.85
OnPreferencesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected