diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-17 00:46:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:37:00 +0200 |
| commit | 63ce266351683a94630d7aba58405301b8a8d993 (patch) | |
| tree | 5bde742eea6e3c9443f5aecbb335bc64ccdead31 /src/wx/wx_util.h | |
| parent | de9a0fddc7e44ad9c5985114ee35e4073641005b (diff) | |
Use different icons for the timeline in dark/light modes.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index fb1a3a001..50fb7268f 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -119,6 +119,7 @@ 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 wxString bitmap_path (std::string name); +extern wxString icon_path(std::string name); extern wxSize small_button_size (wxWindow* parent, wxString text); extern bool gui_is_dark (); extern double dpi_scale_factor (wxWindow* window); |
