diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-23 01:31:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-23 01:31:20 +0100 |
| commit | 5aa057f73c9b5d0f2a4a1479bd75dee849250265 (patch) | |
| tree | cbd67a37f15f442de6f81ff29c8caca6a468901a /src/wx/text_panel.h | |
| parent | 21e926ddb62165eaf85c719545135a50e93a0e08 (diff) | |
Basics of selecting 'tracks' for CCAPs.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 4 |
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; |
