summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbufferview-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-09-27 21:48:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-09-27 21:48:32 (GMT)
commitfa83bc71888fed39bcc77ad610ffd6f6980444f8 (patch)
tree38144f021e53bc5bfcf163002191076ef4766794 /src/gtkext/gtkbufferview-int.h
parentf32b173243cf46f8a9cf84b610139b3d4bd20803 (diff)
Selected segments for highlighting.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@264 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkbufferview-int.h')
-rw-r--r--src/gtkext/gtkbufferview-int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gtkext/gtkbufferview-int.h b/src/gtkext/gtkbufferview-int.h
index db27b9e..5d5a407 100644
--- a/src/gtkext/gtkbufferview-int.h
+++ b/src/gtkext/gtkbufferview-int.h
@@ -54,5 +54,12 @@ struct _GtkBufferViewClass
};
+/* Transcrit les coordonnées à l'écran en coordonnées absolues. */
+void gtk_buffer_view_compute_fake_coord(GtkBufferView *, gint *, gint *);
+
+/* Transcrit les coordonnées absolues en coordonnées à l'écran. */
+void gtk_buffer_view_compute_real_coord(GtkBufferView *, gint *, gint *);
+
+
#endif /* _GTK_BUFFERVIEW_INT_H */