MCPcopy 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
200void AButton::SetToolTip( const TranslatableString &toolTip )
201{
202 wxWindow::SetToolTip( toolTip.Stripped().Translation() );
203}
204
205void AButton::SetLabel( const TranslatableString &toolTip )
206{

Callers 15

MixerTrackClusterMethod · 0.45
UpdateForStateChangeMethod · 0.45
UpdateProgressMethod · 0.45
WarnMethod · 0.45
FlattenMethod · 0.45
ErrMinMethod · 0.45
OnSliderMethod · 0.45
InvertMethod · 0.45
OnSliderMMethod · 0.45
OnSliderDBMINMethod · 0.45
OnSliderDBMAXMethod · 0.45

Calls 2

TranslationMethod · 0.80
StrippedMethod · 0.80

Tested by

no test coverage detected