summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/nodes/flow.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-05-26 10:49:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-05-26 10:49:51 (GMT)
commitd80df591b6104c98d21e1db5143610fb84e35941 (patch)
treeb17d441e544b68f8433c45ba8a177242317a3bce /src/gtkext/graph/nodes/flow.h
parent114e769bc9c3dc48f0293f080d687451e32220e3 (diff)
Improved the graph rendering.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@347 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/graph/nodes/flow.h')
-rw-r--r--src/gtkext/graph/nodes/flow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/graph/nodes/flow.h b/src/gtkext/graph/nodes/flow.h
index 5a6268e..5c99284 100644
--- a/src/gtkext/graph/nodes/flow.h
+++ b/src/gtkext/graph/nodes/flow.h
@@ -70,6 +70,9 @@ void g_flow_node_apply_rank(GFlowNode *, GGraphRanks *);
/* Etablit les liaison entre un noeud et ses suivants. */
void g_flow_node_link(GFlowNode *, GGraphLayout *, GGraphNode *);
+/* Organise le contenu du noeud selon l'axe des abscisses. */
+void g_flow_node_organize_x_line(GFlowNode *, GGraphNode *);
+
/* Place un noeud sur son support final. */
void g_flow_node_place(const GFlowNode *, GtkGraphView *);