summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-24 22:05:24 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2013-08-08 15:25:40 -0400
commit7b18260175d38e3f8427dce7a98afab6ff777031 (patch)
tree9014e933c5c7623d212f06ff0d29447c5f73e26f /gtk2_ardour/utils.h
parent8f1499664d338ad88d5691e2b4e538833c11d6d8 (diff)
get meter color from gtkrc style file
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index fa8dbf24c5..54ef65acd0 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -61,6 +61,8 @@ Pango::FontDescription get_font_for_style (std::string widgetname);
uint32_t rgba_from_style (std::string, uint32_t, uint32_t, uint32_t, uint32_t, std::string = "fg", int = Gtk::STATE_NORMAL, bool = true);
+bool rgba_p_from_style (std::string, float*, float*, float*, std::string = "fg", int = Gtk::STATE_NORMAL);
+
void decorate (Gtk::Window& w, Gdk::WMDecoration d);
void set_color (Gdk::Color&, int);