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

Function MakeButton

src/SpectralDataDialog.cpp:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191};
192
193static wxToggleButton *MakeButton(wxWindow *pParent)
194{
195 auto button = safenew wxBitmapToggleButton{
196 pParent, ID_BRUSH_BUTTON, theTheme.Bitmap(bmpSpectralBrush) };
197 // Name isn't shown but may be pronounced by a screen reader
198 button->SetName(XO("Brush Tool").Translation());
199 return button;
200}
201
202void SpectralDataDialog::Populate(ShuttleGui & S)
203{

Callers 6

MakeShareAudioButtonMethod · 0.85
MakeGetEffectsButtonMethod · 0.85
ReCreateButtonsMethod · 0.85
PopulateMethod · 0.85
MakeButtonMethod · 0.85
AddButtonMethod · 0.85

Calls 2

TranslationMethod · 0.80
SetNameMethod · 0.45

Tested by

no test coverage detected