summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-16 01:42:49 +0100
committerCarl Hetherington <cth@carlh.net>2020-04-15 01:15:00 +0200
commit039d9d0c98ed62e7d08667af3427869dc6207d45 (patch)
tree54a4292f798b673f98d040cc02dd0e67cf44ce77 /src/wx/wx_util.h
parent39dcdd18487d5d1e20f0343fe617ed5bf44c1387 (diff)
Add UI for DCP head/tail.1608
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 400493f18..6cf839cc3 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -90,6 +90,7 @@ extern wxSplashScreen* maybe_show_splash ();
extern double calculate_mark_interval (double start);
extern bool display_progress (wxString title, wxString task);
extern bool report_errors_from_last_job (wxWindow* parent);
+extern wxSizer* hmsf_labels (wxWindow* parent);
extern void checked_set (FilePickerCtrl* widget, boost::filesystem::path value);
extern void checked_set (wxDirPickerCtrl* widget, boost::filesystem::path value);