Added first version of hyperlink support. Only textbuffers at the moment, but can...
[rodin/chimara.git] / libchimara / style.h
index 7dc507f0abaaa3c1dee2212e4ce1aec2f9b9a32e..8d7c69e104540906bd40a092b0ca0d9c0d282d60 100644 (file)
@@ -9,10 +9,13 @@
 #include "magic.h"
 #include "chimara-glk-private.h"
 #include "stream.h"
+#include "strio.h"
 
 G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer);
 G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer);
 G_GNUC_INTERNAL void style_init();
+G_GNUC_INTERNAL PangoFontDescription* get_current_font(guint32 wintype);
+G_GNUC_INTERNAL GtkTextTag* gtk_text_tag_copy(GtkTextTag *tag);
 
 typedef struct StyleSet {
        GHashTable *text_grid;