Audacity 3.2.0
AudacityTextEntryDialog.cpp
Go to the documentation of this file.
1/*!********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 @file AudacityTextEntryDialog.cpp
6
7 Paul Licameli split from ErrorDialog.cpp
8
9 **********************************************************************/
10
12
14{
16}
17
19{
21
22 if (show && mSetInsertionPointEnd) {
23 // m_textctrl is protected member of wxTextEntryDialog
24 m_textctrl->SetInsertionPointEnd();
25 }
26
27 return ret;
28}
bool Show(bool show=true) override
bool mSetInsertionPointEnd
void SetInsertionPointEnd()
IMPORT_EXPORT_API ExportResult Show(ExportTask exportTask)