add notion of unavailable devices to ARDOUR::AudioBackend
[ardour.git] / gtk2_ardour / theme_manager.h
index 7ba57df2ba91c4118cf5dcd14b3c0f853ea389d3..04aa3ed7701be838a9dbb6bf39edd15acb392270 100644 (file)
@@ -42,6 +42,9 @@ class ThemeManager : public ArdourWindow
 
        void on_dark_theme_button_toggled ();
        void on_light_theme_button_toggled ();
+       void on_flat_buttons_toggled ();
+       void on_all_dialogs_toggled ();
+       void on_gradient_waveforms_toggled ();
 
   private:
        struct ColorDisplayModelColumns : public Gtk::TreeModel::ColumnRecord {
@@ -67,6 +70,9 @@ class ThemeManager : public ArdourWindow
        Gtk::RadioButton dark_button;
        Gtk::RadioButton light_button;
        Gtk::Button reset_button;
+       Gtk::CheckButton flat_buttons;
+       Gtk::CheckButton all_dialogs;
+       Gtk::CheckButton gradient_waveforms;
 
        bool button_press_event (GdkEventButton*);
 };