Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetToolTip
Method
SetToolTip
libraries/lib-wx-wrappers/wxPanelWrapper.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void wxPanelWrapper::SetToolTip(const TranslatableString &toolTip)
58
{
59
wxPanel::SetToolTip( toolTip.Stripped().Translation() );
60
}
61
62
void wxPanelWrapper::SetName()
63
{
Callers
5
UpdateButtons
Method · 0.45
ErrorReportDialog
Method · 0.45
MultiDialog
Method · 0.45
ShuttleGui.cpp
File · 0.45
CreateStdButtonSizer
Function · 0.45
Calls
2
Translation
Method · 0.80
Stripped
Method · 0.80
Tested by
no test coverage detected