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

Method SetImages

src/widgets/AButton.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void AButton::SetImages(const wxImage& up, const wxImage& over, const wxImage& down, const wxImage& overDown, const wxImage& dis)
222{
223 SetAlternateImages(0, up, over, down, overDown, dis);
224}
225
226void AButton::SetAlternateImages(unsigned idx,
227 const wxImage& up,

Callers 8

MakeButtonMethod · 0.80
MakeLoginButtonFunction · 0.80
MakeBitmapToggleButtonFunction · 0.80
MakeControlToolBarButtonFunction · 0.80
MakeAudioSetupButtonMethod · 0.80
MakeToolsToolBarButtonFunction · 0.80
CreateButtonMethod · 0.80
PopulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected