X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftheme_manager.h;h=cd904276883d2504b622d3652b10292aeb13ffef;hb=c56d309bd779c5a10be44c1ced6424c1b518c22f;hp=7c8d81fef9d9ec0a61687920b548b34669348c88;hpb=fe6c5612a2c46d6dbad32517d487b120bb8b65c4;p=ardour.git diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h index 7c8d81fef9..cd90427688 100644 --- a/gtk2_ardour/theme_manager.h +++ b/gtk2_ardour/theme_manager.h @@ -49,6 +49,7 @@ class ThemeManager : public ArdourWindow void on_waveform_gradient_depth_change (); void on_timeline_item_gradient_depth_change (); void on_all_dialogs_toggled (); + void on_icon_set_changed (); private: struct ColorDisplayModelColumns : public Gtk::TreeModel::ColumnRecord { @@ -83,6 +84,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*); };