summaryrefslogtreecommitdiff
path: root/src/gui/editem.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-03-08 21:44:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-03-08 21:46:19 (GMT)
commit235b34006d734d55333a182ffd8bbe7fbf8f54bc (patch)
treef1c8f75391537c8c187aea46c16b3d2642c92107 /src/gui/editem.h
parent02e978d601cdcf2ea9bb39ae21207c3b97d16e22 (diff)
Loaded a dynamic list of dockable panels in the View menu.
Diffstat (limited to 'src/gui/editem.h')
-rw-r--r--src/gui/editem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h
index 90b1919..08f76fa 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -59,6 +59,9 @@ GType g_editor_item_get_type(void);
/* Fournit l'adresse de l'espace de référencement global. */
GObject *g_editor_item_get_global_ref(const GEditorItem *);
+/* Fournit le nom humain attribué à l'élément réactif. */
+const char *g_editor_item_get_name(const GEditorItem *);
+
/* Fournit le composant GTK associé à l'élément réactif. */
GtkWidget *g_editor_item_get_widget(const GEditorItem *);