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

Method SnapGuidePen

libraries/lib-theme/AColor.cpp:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void AColor::SnapGuidePen(wxDC * dc)
472{
473 if (!inited)
474 Init();
475 dc->SetPen(snapGuidePen);
476}
477
478void AColor::Mute(wxDC * dc, bool on, bool selected, bool soloing)
479{

Callers

nothing calls this directly

Calls 1

InitClass · 0.85

Tested by

no test coverage detected