MCPcopy Create free account
hub / github.com/audacity/audacity / SetLabel

Method SetLabel

src/widgets/AButton.cpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void AButton::SetLabel( const TranslatableString &toolTip )
206{
207 wxWindow::SetLabel( toolTip.Stripped().Translation() );
208 if(mType == FrameButton)
209 InvalidateBestSize();
210}
211
212// This compensates for a but in wxWidgets 3.0.2 for mac:
213// Couldn't set focus from keyboard when AcceptsFocus returns false;

Callers 15

DoOnFormatListMethod · 0.45
DoOnCodecListMethod · 0.45
MakeButtonMethod · 0.45
UserPanelMethod · 0.45
UpdateUserDataMethod · 0.45
SetAnonymousStateMethod · 0.45
FormatPageLabelMethod · 0.45
FormatPageLabelMethod · 0.45
StartUploadProcessMethod · 0.45
ResetProgressMethod · 0.45
SetTimeLabelFunction · 0.45
UpdateProgressMethod · 0.45

Calls 2

TranslationMethod · 0.80
StrippedMethod · 0.80

Tested by

no test coverage detected