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

Method SetIcon

src/widgets/AButton.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void AButton::SetIcon(const wxImage& icon)
243{
244 SetAlternateIcon(0, icon);
245}
246
247void AButton::SetIcon(AButtonState state, const wxImage& icon)
248{

Callers 9

ShowMethod · 0.80
ShowHtmlTextMethod · 0.80
MakeButtonMethod · 0.80
MakeLoginButtonFunction · 0.80
InitProjectWindowFunction · 0.80
MakeAudioSetupButtonMethod · 0.80
MakeToolsToolBarButtonFunction · 0.80
PopulateMethod · 0.80
MakeSetupButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected