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

Method SetIcons

src/widgets/AButton.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void AButton::SetIcons(const wxImage& up, const wxImage& down, const wxImage& disabled)
253{
254 SetAlternateIcons(0, up, down, disabled);
255}
256
257void AButton::SetAlternateIcon(unsigned idx, const wxImage& icon)
258{

Callers 2

MakeControlToolBarButtonFunction · 0.80
CreateButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected