summaryrefslogtreecommitdiff
path: root/src/gui/editem.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-23 01:05:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-23 01:05:58 (GMT)
commitd761eddfd4b5a27620aaa5e67a0e2e2bc5d55cb1 (patch)
treedc0d69813fef1b982c3a0fbdc25a00a6183b0852 /src/gui/editem.h
parentd487ea54850c85ea22df22af3b21b57d9ad0fd2f (diff)
Added menus to change the current displayed view. Do not try the source view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@228 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 40be0c7..286013c 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -58,6 +58,9 @@ 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 *);
+/* Fournit le gestionnaire du binaire courant. */
+GOpenidaBinary *g_editor_item_get_current_binary(const GEditorItem *);
+
/* Fournit l'affichage de binaire courant. */
GtkViewPanel *g_editor_item_get_current_view(const GEditorItem *);