Hide language / DCP track as appropriate with closed/open caption
[dcpomatic.git] / src / wx / text_panel.h
index 14a84c610f414983296ff2f5171ded41ddb0df87..4a8b8c17bef466cd39f9bd677e3422d55561ff35 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -56,6 +56,7 @@ private:
        void add_to_grid ();
 
        void setup_sensitivity ();
+       void setup_visibility ();
 
        wxCheckBox* _reference;
        wxStaticText* _reference_note;
@@ -91,4 +92,6 @@ private:
        FontsDialog* _fonts_dialog;
        wxButton* _appearance_dialog_button;
        TextType _original_type;
+
+       int _language_row;
 };