summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-22 16:36:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-22 16:36:59 +0000
commit930f9a34c1bd1015a6937ca975023155f788bc50 (patch)
treee3c89cf4a415e239e852975284bbcfcd6920f212 /gtk2_ardour/theme_manager.h
parent528abdeaa4599e12e22c4d49cdb4c0c2cd35c805 (diff)
use the theme manager dialog to provide control over flat button option, and turn it off by default
git-svn-id: svn://localhost/ardour2/branches/3.0@12382 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 7ba57df2ba..2fe4482905 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -42,6 +42,7 @@ class ThemeManager : public ArdourWindow
void on_dark_theme_button_toggled ();
void on_light_theme_button_toggled ();
+ void on_flat_buttons_toggled ();
private:
struct ColorDisplayModelColumns : public Gtk::TreeModel::ColumnRecord {
@@ -67,6 +68,7 @@ class ThemeManager : public ArdourWindow
Gtk::RadioButton dark_button;
Gtk::RadioButton light_button;
Gtk::Button reset_button;
+ Gtk::CheckButton flat_buttons;
bool button_press_event (GdkEventButton*);
};