summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/edge.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-20 23:39:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-20 23:39:14 (GMT)
commit3cf2601f5d652037b79ca0cdaee051e4d9679c74 (patch)
tree4e49e43778e31faedf3d660d4f9b92d3ecc276dc /src/gtkext/graph/edge.h
parentfbf9c54b02af08ba8fe08d4f73e8c5f6c9b22c31 (diff)
Extended the number of cases where beautiful graphs are produced.
Diffstat (limited to 'src/gtkext/graph/edge.h')
-rw-r--r--src/gtkext/graph/edge.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/graph/edge.h b/src/gtkext/graph/edge.h
index 602c559..e2237c3 100644
--- a/src/gtkext/graph/edge.h
+++ b/src/gtkext/graph/edge.h
@@ -75,6 +75,9 @@ GGraphEdge *_g_graph_edge_new(const GdkPoint *, const GdkPoint **, size_t, const
#define g_graph_edge_new_false(start, y, end) \
_g_graph_edge_new(start, (const GdkPoint *[]) { y }, 1, end, EGC_RED)
+/* Fournit les abscisses des points extrèmes de la ligne. */
+void g_graph_edge_get_x_borders(const GGraphEdge *, gint *, gint *);
+
/* Détermine les positions finales d'un lien graphique. */
void g_graph_edge_resolve(GGraphEdge *);