summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-17 15:22:57 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-12 11:05:26 +0100
commit56cb528a5781e67d84bdfb6cb8223931b4d283d0 (patch)
tree53ae6efee609af6fcbfa6f14d062dcf3bbc8941b /src/wx/dcp_panel.h
parentdbfbdcba0f5f08a932ba199039f2ca1530e482ac (diff)
Un-attached reel UI.
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index a81af4f45..da93e752a 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -71,6 +71,8 @@ private:
void edit_key_clicked ();
void audio_processor_changed ();
void show_audio_clicked ();
+ void reel_type_changed ();
+ void reel_length_changed ();
void setup_frame_rate_widget ();
void setup_container ();
@@ -112,6 +114,8 @@ private:
wxCheckBox* _encrypted;
wxStaticText* _key;
wxButton* _edit_key;
+ wxChoice* _reel_type;
+ wxSpinCtrl* _reel_length;
AudioDialog* _audio_dialog;