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

Method TieNumericTextBox

src/commands/GetInfoCommand.cpp:368–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368wxTextCtrl * ShuttleGuiGetDefinition::TieNumericTextBox(
369 const TranslatableString & Prompt,
370 const DoubleSetting &Setting,
371 const int nChars, bool acceptEnter)
372{
373 StartStruct();
374 AddItem( Setting.GetPath(), "id" );
375 AddItem( Prompt.Translation(), "prompt" );
376 AddItem( "number", "type" );
377 AddItem( Setting.GetDefault(), "default" );
378 EndStruct();
379 return ShuttleGui::TieNumericTextBox( Prompt, Setting, nChars, acceptEnter );
380}
381
382wxSlider * ShuttleGuiGetDefinition::TieSlider(
383 const TranslatableString & Prompt,

Callers 14

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 1

PopulateOrExchangeMethod · 0.64