summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2009-01-02 15:27:19 +0000
committerSampo Savolainen <v2@iki.fi>2009-01-02 15:27:19 +0000
commit9d6d7f8b815fc975d159c83cfcba4d20047dc166 (patch)
treea2598aeaf3afd897a965ccbd463cfe9e4ed5da67 /gtk2_ardour/utils.h
parentcdb391d1f137117dc6ee1a8a091beed0a9735734 (diff)
GC from style utility function
git-svn-id: svn://localhost/ardour2/branches/3.0@4378 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 29c6bda403..65a3e0a960 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -68,6 +68,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);
Gdk::Color color_from_style (std::string widget_style_name, int state, std::string attr);
+Glib::RefPtr<Gdk::GC> gc_from_style (string widget_style_name, int state, string attr);
+
void decorate (Gtk::Window& w, Gdk::WMDecoration d);