summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-10 14:23:14 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-10 14:39:28 -0400
commit324ef3b08558155b560b14397c5eb6e003f70b9f (patch)
tree7e8ef39a9062bf0a714bab24a21efa52461cf8c1 /gtk2_ardour/theme_manager.h
parent839a0063f218cca5d54b5dece05649d134be4e41 (diff)
add icon set selector to theme manager
Diffstat (limited to 'gtk2_ardour/theme_manager.h')
-rw-r--r--gtk2_ardour/theme_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h
index 7c8d81fef9..8b0a9bdd56 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -83,6 +83,8 @@ class ThemeManager : public ArdourWindow
Gtk::Label timeline_item_gradient_depth_label;
Gtk::CheckButton all_dialogs;
Gtk::CheckButton gradient_waveforms;
+ Gtk::Label icon_set_label;
+ Gtk::ComboBoxText icon_set_dropdown;
bool button_press_event (GdkEventButton*);
};