summaryrefslogtreecommitdiff
path: root/src/gui/editem.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2011-01-03 01:22:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2011-01-03 01:22:36 (GMT)
commit9776f811af66eca56116fe81f77d859fb9b6e8fe (patch)
tree63329a5b60e84528e10733ded7013c8eb81a9996 /src/gui/editem.h
parent651c94450df8619c26e26a133289dbaa197616f4 (diff)
Moved all menus related stuff into 'src/gui/menus'.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@205 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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 e991630..04513d7 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -55,6 +55,9 @@ typedef struct _GEditorItemClass GEditorItemClass;
/* Indique le type défini pour un élément réactif d'éditeur. */
GType g_editor_item_get_type(void);
+/* Fournit le composant GTK associé à l'élément réactif. */
+GtkWidget *g_editor_item_get_widget(const GEditorItem *);
+
/* ---------------------------- MANIPULATION D'ENSEMBLES ---------------------------- */