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-init
HtmlWindow.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
HtmlWindow.cpp
6
7
Leland Lucius
8
9
*******************************************************************/
/*******************************************************************/
/**********************************************************************/
22
23
#ifndef __AUDACITY_WIDGETS_HtmlWindow__
24
#define __AUDACITY_WIDGETS_HtmlWindow__
25
26
27
28
#include <wx/setup.h>
// for wxUSE_* macros
29
#include <wx/defs.h>
30
#include <wx/html/htmlwin.h>
// to inherit
31
35
36
class
WX_INIT_API
HtmlWindow
/* not final */
:
public
wxHtmlWindow
37
{
38
public
:
39
HtmlWindow
(wxWindow *parent,
40
wxWindowID
id
= wxID_ANY,
41
const
wxPoint& pos = wxDefaultPosition,
42
const
wxSize&
size
= wxDefaultSize,
43
long
style
= wxHW_DEFAULT_STYLE,
44
const
wxString&
name
=
wxT
(
"htmlWindow"
));
45
virtual
~HtmlWindow
();
46
};
47
48
#endif
wxT
wxT("CloseDown"))
name
wxString name
Definition:
TagsEditor.cpp:166
HtmlWindow
HtmlWindow Class.
Definition:
HtmlWindow.h:37
size
size_t size
Definition:
ffmpeg-2.3.6-single-header.h:412
anonymous_namespace{AudacityDontAskAgainMessageDialog.cpp}::style
constexpr auto style
Definition:
AudacityDontAskAgainMessageDialog.cpp:19
Generated by
1.9.3