Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetToolTip
Method
SetToolTip
src/widgets/AButton.cpp:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void AButton::SetToolTip( const TranslatableString &toolTip )
201
{
202
wxWindow::SetToolTip( toolTip.Stripped().Translation() );
203
}
204
205
void AButton::SetLabel( const TranslatableString &toolTip )
206
{
Callers
15
MixerTrackCluster
Method · 0.45
UpdateForStateChange
Method · 0.45
UpdateProgress
Method · 0.45
Warn
Method · 0.45
Flatten
Method · 0.45
ErrMin
Method · 0.45
OnSlider
Method · 0.45
Invert
Method · 0.45
TransferGraphLimitsFromWindow
Method · 0.45
OnSliderM
Method · 0.45
OnSliderDBMIN
Method · 0.45
OnSliderDBMAX
Method · 0.45
Calls
2
Translation
Method · 0.80
Stripped
Method · 0.80
Tested by
no test coverage detected