diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-11 22:17:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-11 22:17:10 +0100 |
| commit | 4ddf91dda7d84f169e4b905fd41cf747f4a0102c (patch) | |
| tree | 21f0ae32e1fe6474b0c56147aca93ad1a934de1d /src/wx/dcp_panel.h | |
| parent | 19b94af9524a953827ed4e202bfa986e717fd99a (diff) | |
Split DCP panel up into general (at the top) then video/audio tabs.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 5 |
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; |
