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

Method Update

src/commands/wxCommandTargets.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193StatusBarTarget::~StatusBarTarget() = default;
194
195void StatusBarTarget::Update(const wxString &message)
196{
197 mStatus.SetStatusText(message, 0);
198}

Callers

nothing calls this directly

Calls 1

SetStatusTextMethod · 0.80

Tested by

no test coverage detected