X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftheme_manager.h;h=3419cf0768ec506ceefb421c4531c56da6a0639b;hb=ce3ca76f96eb97f6d52fe065e6a2800efcbbc0cd;hp=7ac3111b2ad97458034c521cce59171691bac741;hpb=4c000c13eecf4cb3d63be304fc0056ddaa35bb21;p=ardour.git diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h index 7ac3111b2a..3419cf0768 100644 --- a/gtk2_ardour/theme_manager.h +++ b/gtk2_ardour/theme_manager.h @@ -25,6 +25,7 @@ #include #include #include +#include #include #include "ardour_dialog.h" #include "ui_config.h" @@ -37,6 +38,7 @@ class ThemeManager : public ArdourDialog int save (std::string path); void setup_theme (); + void reset_canvas_colors(); void on_dark_theme_button_toggled (); void on_light_theme_button_toggled (); @@ -66,6 +68,7 @@ class ThemeManager : public ArdourDialog Gtk::HBox theme_selection_hbox; Gtk::RadioButton dark_button; Gtk::RadioButton light_button; + Gtk::Button reset_button; bool button_press_event (GdkEventButton*); };