Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetLabel
Method
GetLabel
src/toolbars/ToolBar.cpp:392–395 ·
view source on GitHub ↗
Returns the toolbar label
Source
from the content-addressed store, hash-verified
390
// Returns the toolbar label
391
//
392
TranslatableString ToolBar::GetLabel()
393
{
394
return mLabel;
395
}
396
397
//
398
// Returns the toolbar preferences section
Callers
6
ShowContextMenu
Method · 0.45
Detach
Method · 0.45
HandleTextDragRelease
Method · 0.45
Drag
Method · 0.45
RegenerateTooltips
Method · 0.45
RegenerateTooltips
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected