summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-08 18:19:11 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-08 22:02:38 -0500
commit9ac551abab0fd80d3e61cb084d2e70c4ecc78310 (patch)
tree5b6bfc2b7d7cb3f765577d5161ee178b4adce8ae /gtk2_ardour/theme_manager.h
parent624a86c39d0a22439c797d88c6defe28e55ab806 (diff)
another metric ton of color work
Diffstat (limited to 'gtk2_ardour/theme_manager.h')
-rw-r--r--gtk2_ardour/theme_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h
index 18044a7812..dee3f5d151 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -71,12 +71,10 @@ class ThemeManager : public ArdourWindow
BasicColorDisplayModelColumns() {
add (name);
add (gdkcolor);
- add (color_variable);
}
Gtk::TreeModelColumn<std::string> name;
Gtk::TreeModelColumn<Gdk::Color> gdkcolor;
- Gtk::TreeModelColumn<ColorVariable<ArdourCanvas::Color> *> color_variable;
};
BasicColorDisplayModelColumns basic_color_columns;
@@ -109,7 +107,7 @@ class ThemeManager : public ArdourWindow
/* handles response from color dialog when it used to
edit a basic color
*/
- void basic_color_response (int, ColorVariable<ArdourCanvas::Color>*);
+ void basic_color_response (int, std::string);
/* handls response from color dialog when it is used to
edit a derived color.
@@ -175,6 +173,8 @@ class ThemeManager : public ArdourWindow
void setup_aliases ();
void setup_palette ();
+
+ void colors_changed ();
};
#endif /* __ardour_gtk_color_manager_h__ */