1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Separate function TieIntegerTextBox...

... For the cases in which there is an associated preference variable which
should be a whole number
This commit is contained in:
Paul Licameli
2019-04-01 08:30:06 -04:00
parent 7fbe97c5ca
commit 7675d51044
7 changed files with 49 additions and 6 deletions

View File

@@ -243,6 +243,11 @@ public:
const wxString &SettingName,
const wxString &Default,
const int nChars);
virtual wxTextCtrl * TieIntegerTextBox(
const wxString & Prompt,
const wxString & SettingName,
const int & Default,
const int nChars);
virtual wxTextCtrl * TieNumericTextBox(
const wxString & Prompt,
const wxString & SettingName,