diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-12 21:48:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-12 21:48:06 +0000 |
| commit | 9b78074e1487ac263f84fd1132735fba83045719 (patch) | |
| tree | 286f931e307356ec7d4d9d226aa0d862bcd02987 /src/wx/job_manager_view.h | |
| parent | b77dd4f1ef4d6a1c0c36499f82835e0457469dbd (diff) | |
Add details button to job manager; stretch jobs across the whole of the bottom of the frame; give a better error on low disc space conditions (#48).
Diffstat (limited to 'src/wx/job_manager_view.h')
| -rw-r--r-- | src/wx/job_manager_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h index 5c10890ef..d43e795ea 100644 --- a/src/wx/job_manager_view.h +++ b/src/wx/job_manager_view.h @@ -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; }; |
