summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/edge.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-04 21:58:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-04 21:58:09 (GMT)
commit4d0451c1153eb572f5ab0833c0c0911dfdc5f11a (patch)
tree6fb1690ded59d323bb21ac200dabb69dca528f2d /src/gtkext/graph/edge.h
parent08adf78fbff30d213891a533fbf43d91816b166a (diff)
Reordered slot indexes in order to avoid edges crossings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@525 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 9f7c760..64d9658 100644
--- a/src/gtkext/graph/edge.h
+++ b/src/gtkext/graph/edge.h
@@ -67,6 +67,9 @@ GType g_graph_edge_get_type(void);
/* Etablit un lien graphique entre deux noeuds graphiques. */
GGraphEdge *g_graph_edge_new(GFlowNode *, node_slot_t *, GFlowNode *, node_slot_t *, EdgeColor);
+/* Etablit la comparaison entre deux liens graphiques. */
+int g_graph_edge_compare(const GGraphEdge **, const GGraphEdge **);
+
/* Prend les dispositions nécessaires à l'insertion du lien. */
void g_graph_edge_reserve_vertical_space(GGraphEdge *, GGraphNode *, GGraphRanks *);