summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 51cab808d..88a9c4c51 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -71,9 +71,14 @@ private:
void setup_container ();
void setup_dcp_name ();
+ wxPanel* make_general_panel ();
+ wxPanel* make_video_panel ();
+ wxPanel* make_audio_panel ();
+
void config_changed ();
wxPanel* _panel;
+ wxNotebook* _notebook;
wxBoxSizer* _sizer;
wxTextCtrl* _name;