Audacity 3.2.0
ExportLabelTrack.cpp
Go to the documentation of this file.
1
2#include "LabelTrack.h"
3#include "ShuttleGui.h"
5
6namespace
7{
9{
10 S.StartStatic(XO("Exported Label Style:"));
11 {
12#if defined(__WXMAC__)
13 // Bug 2692: Place button group in panel so tabbing will work and,
14 // on the Mac, VoiceOver will announce as radio buttons.
15 S.StartPanel();
16#endif
17 {
18 S.StartRadioButtonGroup(LabelStyleSetting);
19 {
20 S.TieRadioButton();
21 S.TieRadioButton();
22 }
23 S.EndRadioButtonGroup();
24 }
25#if defined(__WXMAC__)
26 S.EndPanel();
27#endif
28 }
29 S.EndStatic();
30}
31
33
34} // namespace
wxT("CloseDown"))
XO("Cut/Copy/Paste")
EnumSetting< bool > LabelStyleSetting
Definition: LabelTrack.cpp:51
#define S(N)
Definition: ToChars.cpp:64
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Definition: ShuttleGui.h:640
ImportExportPrefs::RegisteredControls reg