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

Method TieTextBox

src/commands/GetInfoCommand.cpp:340–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340wxTextCtrl * ShuttleGuiGetDefinition::TieTextBox(
341 const TranslatableString &Prompt,
342 const StringSetting &Setting,
343 const int nChars)
344{
345 StartStruct();
346 AddItem( Setting.GetPath(), "id" );
347 AddItem( Prompt.Translation(), "prompt" );
348 AddItem( "string", "type" );
349 AddItem( Setting.GetDefault(), "default" );
350 EndStruct();
351 return ShuttleGui::TieTextBox( Prompt, Setting, nChars );
352}
353
354wxTextCtrl * ShuttleGuiGetDefinition::TieIntegerTextBox(
355 const TranslatableString & Prompt,

Callers 15

PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80
PopulateOrExchangeMethod · 0.80

Calls 5

StartStructFunction · 0.85
AddItemFunction · 0.85
EndStructFunction · 0.85
TranslationMethod · 0.80
GetPathMethod · 0.45

Tested by

no test coverage detected