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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user