Add details button to job manager; stretch jobs across the whole of the bottom of...
[dcpomatic.git] / src / wx / job_manager_view.h
index 5c10890ef01391966c9131af3de312e25eb9bceb..d43e795ea59797da395a6486060f8b9b9dd3706a 100644 (file)
@@ -39,6 +39,7 @@ public:
 
 private:
        void periodic (wxTimerEvent &);
+       void details_clicked (wxCommandEvent &);
 
        boost::shared_ptr<wxTimer> _timer;
        wxPanel* _panel;
@@ -46,6 +47,7 @@ private:
        struct JobRecord {
                wxGauge* gauge;
                wxStaticText* message;
+               wxButton* details;
                bool finalised;
        };