summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/cluster.h')
-rw-r--r--src/gtkext/graph/cluster.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/graph/cluster.h b/src/gtkext/graph/cluster.h
index 00c6d82..2a48b25 100644
--- a/src/gtkext/graph/cluster.h
+++ b/src/gtkext/graph/cluster.h
@@ -64,6 +64,9 @@ GtkWidget *g_graph_cluster_get_widget(GGraphCluster *);
/* Dispose chaque noeud sur la surface de destination donnée. */
void g_graph_cluster_place(GGraphCluster *, GtkGraphDisplay *);
+/* Recherche le groupe de blocs avec un composant comme chef. */
+GGraphCluster *g_graph_cluster_find_by_widget(GGraphCluster *, GtkWidget *);
+
/* ------------------------- CALCUL DE REPARTITION DE BLOCS ------------------------- */