diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-26 00:20:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-26 00:20:21 +0100 |
| commit | 264a268f7c1244b47d9fa54ad342d80b0f98e16d (patch) | |
| tree | b184c193908fc96280ccffef4e51a67ab35eb69d /src/wx/film_editor.h | |
| parent | 78e5a331074a456097a162d47501daf1df1ab1a3 (diff) | |
Basic if sketchy support for image sequences.
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 0f62f4479..f9f15e2ac 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -76,7 +76,8 @@ private: void use_dci_name_toggled (); void edit_dci_button_clicked (); void content_selection_changed (); - void content_add_clicked (); + void content_add_file_clicked (); + void content_add_folder_clicked (); void content_remove_clicked (); void container_changed (); void dcp_content_type_changed (); @@ -123,7 +124,8 @@ private: wxCheckBox* _use_dci_name; wxChoice* _container; wxListCtrl* _content; - wxButton* _content_add; + wxButton* _content_add_file; + wxButton* _content_add_folder; wxButton* _content_remove; wxButton* _content_earlier; wxButton* _content_later; |
