MCPcopy 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
652void ToolBar::SetPreferredNeighbors(Identifier left, Identifier top)
653{
654 mPreferredLeftNeighbor = left;
655 mPreferredTopNeighbor = top;
656}
657
658//
659// Toggle the docked/floating state

Callers 1

ReadConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected