Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetLabel
Method
SetLabel
libraries/lib-wx-wrappers/wxPanelWrapper.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void wxPanelWrapper::SetLabel(const TranslatableString & label)
48
{
49
wxPanel::SetLabel( label.Translation() );
50
}
51
52
void wxPanelWrapper::SetName(const TranslatableString & name)
53
{
Callers
7
UpdateButtons
Method · 0.45
ErrorReportDialog
Method · 0.45
OnLinkClicked
Method · 0.45
MultiDialog
Method · 0.45
Update
Method · 0.45
SetMessage
Method · 0.45
UpdateProgress
Method · 0.45
Calls
1
Translation
Method · 0.80
Tested by
no test coverage detected