]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/gnome_helpers.h
applying Martin Craig's gnome patch. Upgrading to gtkmm-2.0+ from the 1.3 developmen...
[lyx.git] / src / frontends / gnome / gnome_helpers.h
index d6793291fe59cb92b741d7368a494e0f4256f8aa..0177bdda3906e50cb72a9c5d994b5f62e7c7bcaf 100644 (file)
 #undef Value
 #undef DestroyNotify
 
+#include <gtkmm/textbuffer.h>
+
+
+/**
+ * This helper function adds default tags to a TextBuffer
+ *
+ * Hopefully gtk will come with its own one day, but until then...
+ */
+void addDefaultTags(Glib::RefPtr<Gtk::TextBuffer> &);
+
 #endif