Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetPreferredNeighbors
Method
SetPreferredNeighbors
src/toolbars/ToolBar.cpp:652–656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
650
}
651
652
void ToolBar::SetPreferredNeighbors(Identifier left, Identifier top)
653
{
654
mPreferredLeftNeighbor = left;
655
mPreferredTopNeighbor = top;
656
}
657
658
//
659
// Toggle the docked/floating state
Callers
1
ReadConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected