Remove 'pipex' from my pbd.vcproj as it's not needed for Ardour3
[ardour.git] / gtk2_ardour / theme_manager.h
index 225f26ee79cb6b5d4140578266ff004eb32a7144..7c8d81fef9d9ec0a61687920b548b34669348c88 100644 (file)
@@ -44,7 +44,11 @@ class ThemeManager : public ArdourWindow
        void on_dark_theme_button_toggled ();
        void on_light_theme_button_toggled ();
        void on_flat_buttons_toggled ();
+        void on_region_color_toggled ();
+        void on_show_clip_toggled ();
         void on_waveform_gradient_depth_change ();
+        void on_timeline_item_gradient_depth_change ();
+       void on_all_dialogs_toggled ();
 
   private:
        struct ColorDisplayModelColumns : public Gtk::TreeModel::ColumnRecord {
@@ -71,8 +75,14 @@ class ThemeManager : public ArdourWindow
        Gtk::RadioButton light_button;
        Gtk::Button reset_button;
        Gtk::CheckButton flat_buttons;
+       Gtk::CheckButton region_color_button;
+       Gtk::CheckButton show_clipping_button;
         Gtk::HScale waveform_gradient_depth;
         Gtk::Label waveform_gradient_depth_label;
+        Gtk::HScale timeline_item_gradient_depth;
+        Gtk::Label timeline_item_gradient_depth_label;
+       Gtk::CheckButton all_dialogs;
+       Gtk::CheckButton gradient_waveforms;
 
        bool button_press_event (GdkEventButton*);
 };