Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
void AButton::SetIcon(const wxImage& icon)
243
{
244
SetAlternateIcon(0, icon);
245
}
246
247
void AButton::SetIcon(AButtonState state, const wxImage& icon)
248
{
Callers
9
Show
Method · 0.80
ShowHtmlText
Method · 0.80
MakeButton
Method · 0.80
MakeLoginButton
Function · 0.80
InitProjectWindow
Function · 0.80
MakeAudioSetupButton
Method · 0.80
MakeToolsToolBarButton
Function · 0.80
Populate
Method · 0.80
MakeSetupButton
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected