Audacity
3.2.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
t
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Functions
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
c
d
e
f
k
l
m
n
o
p
r
s
t
u
v
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
libraries
lib-wx-wrappers
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
11
#include "
AudacityTextEntryDialog.h
"
12
13
void
AudacityTextEntryDialog::SetInsertionPointEnd
()
14
{
15
mSetInsertionPointEnd
=
true
;
16
}
17
18
bool
AudacityTextEntryDialog::Show
(
bool
show)
19
{
20
bool
ret =
wxTabTraversalWrapper< wxTextEntryDialog >::Show
(show);
21
22
if
(show &&
mSetInsertionPointEnd
) {
23
// m_textctrl is protected member of wxTextEntryDialog
24
m_textctrl->SetInsertionPointEnd();
25
}
26
27
return
ret;
28
}
AudacityTextEntryDialog.h
AudacityTextEntryDialog::Show
bool Show(bool show=true) override
Definition:
AudacityTextEntryDialog.cpp:18
AudacityTextEntryDialog::mSetInsertionPointEnd
bool mSetInsertionPointEnd
Definition:
AudacityTextEntryDialog.h:41
AudacityTextEntryDialog::SetInsertionPointEnd
void SetInsertionPointEnd()
Definition:
AudacityTextEntryDialog.cpp:13
ExportProgressUI::Show
IMPORT_EXPORT_API ExportResult Show(ExportTask exportTask)
Definition:
ExportProgressUI.cpp:80
Generated by
1.9.3