X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fbatch_job_view.h;h=40dceff31bf8d11296d995b8119a8e7b5ca5921c;hb=f5bc071ddac2355da1d116404cc37f4485e97699;hp=d6559686402667723cd7b98c424b231e6f19ba5d;hpb=861267156da5960260c9a080dce94c0892fd012a;p=dcpomatic.git 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 + Copyright (C) 2012-2017 Carl Hetherington 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; };