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

Method PopulateOrExchange

src/commands/PreferenceCommands.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 { return VisitSettings<true>(S); }
47
48void GetPreferenceCommand::PopulateOrExchange(ShuttleGui & S)
49{
50 S.AddSpace(0, 5);
51
52 S.StartMultiColumn(2, wxALIGN_CENTER);
53 {
54 S.TieTextBox(XXO("Name:"),mName);
55 }
56 S.EndMultiColumn();
57}
58
59
60bool GetPreferenceCommand::Apply(const CommandContext & context)

Callers

nothing calls this directly

Calls 2

TieTextBoxMethod · 0.80
TieCheckBoxMethod · 0.80

Tested by

no test coverage detected