X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftheme_manager.h;h=3419cf0768ec506ceefb421c4531c56da6a0639b;hb=ae6dbb836cc1ab1bcbc21883f282361c43f10883;hp=cba3a9fd5519da253804ffc1e796accc2e7c4a8c;hpb=be26fa02ce6e742de057c9fd2f9e6502cb57cbdc;p=ardour.git diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h index cba3a9fd55..3419cf0768 100644 --- a/gtk2_ardour/theme_manager.h +++ b/gtk2_ardour/theme_manager.h @@ -25,10 +25,10 @@ #include #include #include +#include #include -#include #include "ardour_dialog.h" - +#include "ui_config.h" class ThemeManager : public ArdourDialog { @@ -38,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 (); @@ -55,7 +56,7 @@ class ThemeManager : public ArdourDialog Gtk::TreeModelColumn name; Gtk::TreeModelColumn color; Gtk::TreeModelColumn gdkcolor; - Gtk::TreeModelColumn *> pVar; + Gtk::TreeModelColumn *> pVar; Gtk::TreeModelColumn rgba; }; @@ -67,10 +68,10 @@ 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*); }; - #endif /* __ardour_gtk_color_manager_h__ */