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

Method PopulateOrExchange

src/commands/MessageCommand.cpp:44–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 { return VisitSettings<true>(S); }
43
44void MessageCommand::PopulateOrExchange(ShuttleGui & S)
45{
46 S.AddSpace(0, 5);
47
48 S.StartMultiColumn(2, wxALIGN_CENTER);
49 {
50 S.TieTextBox(XXO("Text:"),mMessage,60);
51 }
52 S.EndMultiColumn();
53}
54
55bool MessageCommand::Apply(const CommandContext & context){
56 context.Status( mMessage );

Callers

nothing calls this directly

Calls 1

TieTextBoxMethod · 0.80

Tested by

no test coverage detected