MCPcopy 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
47void wxPanelWrapper::SetLabel(const TranslatableString & label)
48{
49 wxPanel::SetLabel( label.Translation() );
50}
51
52void wxPanelWrapper::SetName(const TranslatableString & name)
53{

Callers 7

UpdateButtonsMethod · 0.45
ErrorReportDialogMethod · 0.45
OnLinkClickedMethod · 0.45
MultiDialogMethod · 0.45
UpdateMethod · 0.45
SetMessageMethod · 0.45
UpdateProgressMethod · 0.45

Calls 1

TranslationMethod · 0.80

Tested by

no test coverage detected