summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbinview.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-30 00:00:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-30 00:00:52 (GMT)
commit2c9fa2bc584305985ae53958ea2fb371adba3834 (patch)
tree6b1b9f451caafb1a44777e581354164c2aacea9f /src/gtkext/gtkbinview.h
parent1cb0bfdc11dc46a2bc2fd6dfb0aa32d0f4bf0fe1 (diff)
Built graphic links from the flow of the code blocks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@84 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkbinview.h')
-rw-r--r--src/gtkext/gtkbinview.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gtkext/gtkbinview.h b/src/gtkext/gtkbinview.h
index 978c146..241669c 100644
--- a/src/gtkext/gtkbinview.h
+++ b/src/gtkext/gtkbinview.h
@@ -62,6 +62,13 @@ void gtk_bin_view_show_border(GtkBinview *, bool);
/* Définit les lignes à associer à la représentation. */
void gtk_bin_view_set_rendering_lines(GtkBinview *, openida_binary *, GRenderingLine *, GRenderingLine *);
+/* Fournit la liste des lignes associées à la représentation. */
+GRenderingLine *gtk_bin_view_get_lines(const GtkBinview *);
+
+/* Fournit la dernière ligne associée à la représentation. */
+GRenderingLine *gtk_bin_view_get_last_line(const GtkBinview *);
+
+
@@ -73,6 +80,9 @@ void gtk_binview_show_code(GtkBinview *, gboolean);
+/* Indique si la vue contient une addrese donnée. */
+bool gtk_bin_view_contain_address(const GtkBinview *, vmpa_t);
+
/* S'assure qu'une adresse donnée est visible à l'écran. */
void gtk_bin_view_scroll_to_address(GtkBinview *, vmpa_t);