diff options
Diffstat (limited to 'src/gui/editem.h')
-rw-r--r-- | src/gui/editem.h | 3 |
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 ---------------------------- */ |