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

Method SetLabel

src/toolbars/ToolBar.cpp:408–413  ·  view source on GitHub ↗

Set the toolbar label

Source from the content-addressed store, hash-verified

406// Set the toolbar label
407//
408void ToolBar::SetLabel(const wxString & label)
409{
410 // Probably shouldn't reach this overload, but perhaps virtual function
411 // dispatch will take us here from a pointer to the wxPanel base class
412 mLabel = Verbatim( label );
413}
414
415void ToolBar::SetLabel(const TranslatableString & label)
416{

Callers 15

CutSelectedTextMethod · 0.45
PasteSelectedTextMethod · 0.45
DoKeyDownMethod · 0.45
DoCharMethod · 0.45
RemoveSelectedTextMethod · 0.45
DoHorizontalOffsetMethod · 0.45
MayAdjustLabelMethod · 0.45
MayMoveLabelMethod · 0.45
MakeControlToolBarButtonFunction · 0.45
MakeButtonMethod · 0.45
MakeAudioSetupButtonMethod · 0.45

Calls 1

VerbatimFunction · 0.85

Tested by

no test coverage detected