summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-23 01:31:20 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-23 01:31:20 +0100
commit5aa057f73c9b5d0f2a4a1479bd75dee849250265 (patch)
treecbd67a37f15f442de6f81ff29c8caca6a468901a /src/wx/text_panel.h
parent21e926ddb62165eaf85c719545135a50e93a0e08 (diff)
Basics of selecting 'tracks' for CCAPs.
Diffstat (limited to 'src/wx/text_panel.h')
-rw-r--r--src/wx/text_panel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h
index 3d3483a46..349960f8e 100644
--- a/src/wx/text_panel.h
+++ b/src/wx/text_panel.h
@@ -43,6 +43,7 @@ private:
void x_scale_changed ();
void y_scale_changed ();
void line_spacing_changed ();
+ void dcp_track_changed ();
void language_changed ();
void stream_changed ();
void text_view_clicked ();
@@ -50,6 +51,8 @@ private:
void reference_clicked ();
void appearance_dialog_clicked ();
TextType current_type () const;
+ void update_dcp_tracks ();
+ void update_dcp_track_selection ();
void setup_sensitivity ();
@@ -63,6 +66,7 @@ private:
wxSpinCtrl* _x_scale;
wxSpinCtrl* _y_scale;
wxSpinCtrl* _line_spacing;
+ wxChoice* _dcp_track;
wxTextCtrl* _language;
wxChoice* _stream;
wxButton* _text_view_button;