summaryrefslogtreecommitdiff
path: root/src/wx/batch_job_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-29 23:51:25 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-29 23:51:25 +0000
commitb3234e76d2f614c2b05034c0bdae8d5a4e9de9ea (patch)
treeede230ed8036177b42162d3c20e7763c83c36ac5 /src/wx/batch_job_view.h
parent70b923d244255cc1425f0ade4b3d280e07da7038 (diff)
parentf5bc071ddac2355da1d116404cc37f4485e97699 (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/wx/batch_job_view.h')
-rw-r--r--src/wx/batch_job_view.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/wx/batch_job_view.h b/src/wx/batch_job_view.h
index d65596864..40dceff31 100644
--- a/src/wx/batch_job_view.h
+++ b/src/wx/batch_job_view.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2017 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -27,4 +27,12 @@ public:
private:
int insert_position () const;
+ void job_list_changed ();
+
+ void finish_setup (wxWindow* parent, wxSizer* sizer);
+ void higher_priority_clicked ();
+ void lower_priority_clicked ();
+
+ wxButton* _higher_priority;
+ wxButton* _lower_priority;
};