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

Method SetInitialFocus

src/export/ExportFilePanel.cpp:297–301  ·  view source on GitHub ↗

Used as part of fix for issue #4960

Source from the content-addressed store, hash-verified

295
296// Used as part of fix for issue #4960
297void ExportFilePanel::SetInitialFocus()
298{
299 mFullName->SetFocus();
300 mFullName->SelectAll();
301}
302
303void ExportFilePanel::SetCustomMappingEnabled(bool enabled)
304{

Callers 1

ShowMethod · 0.80

Calls 2

SelectAllMethod · 0.80
SetFocusMethod · 0.45

Tested by

no test coverage detected