summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/theme_manager.h')
-rw-r--r--gtk2_ardour/theme_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h
index 8ce34ccd57..5751b34fb0 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -46,6 +46,7 @@ class ThemeManager : public ArdourWindow
void on_flat_buttons_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 {
@@ -76,6 +77,8 @@ class ThemeManager : public ArdourWindow
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*);
};