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

Method SetName

src/widgets/MeterPanel.cpp:1912–1917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1910}
1911
1912void MeterPanel::SetName(const TranslatableString& tip)
1913{
1914 wxPanelWrapper::SetName(tip);
1915 if(mSlider)
1916 mSlider->SetName(tip);
1917}
1918
1919
1920void MeterPanel::OnMonitor(wxCommandEvent & WXUNUSED(event))

Callers 1

OnPreferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected