summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-29 11:46:10 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:45 -0400
commit4c60a925c02b34f02d757f459e1e5574c29d5169 (patch)
treea02b9eee6db51deb162593a7199b3d2d57c41d4d /gtk2_ardour/theme_manager.h
parente4cfa1d95553bc9911dc206d8d2e3ff2d40adba2 (diff)
the return of the theme selector, plus 3 new themes from cooltehno
Diffstat (limited to 'gtk2_ardour/theme_manager.h')
-rw-r--r--gtk2_ardour/theme_manager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h
index 36e85e5dd9..366fc8aad8 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -62,6 +62,7 @@ class ThemeManager : public Gtk::VBox
void on_transients_follow_front_toggled ();
void on_floating_monitor_section_toggled ();
void on_icon_set_changed ();
+ void on_color_theme_changed ();
private:
Gtk::Notebook notebook;
@@ -97,6 +98,8 @@ class ThemeManager : public Gtk::VBox
Gtk::CheckButton gradient_waveforms;
Gtk::Label icon_set_label;
Gtk::ComboBoxText icon_set_dropdown;
+ Gtk::Label color_theme_label;
+ Gtk::ComboBoxText color_theme_dropdown;
/* handls response from color dialog when it is used to
edit a derived color.
@@ -176,4 +179,3 @@ class ThemeManager : public Gtk::VBox
};
#endif /* __ardour_gtk_color_manager_h__ */
-