summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-12 21:25:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-12 21:25:32 (GMT)
commitdae8c208e24d03c7bf5314a86cb366a4e84a53c2 (patch)
treeed0544d501d6ad8819e4abc18c7382199666bba3 /src/gtkext/gtkviewpanel.h
parente86f211252a66d6c1b4abec350217f5241b6ef66 (diff)
Updated display of graphical views on option change and fixed size bugs.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@301 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkviewpanel.h')
-rw-r--r--src/gtkext/gtkviewpanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/gtkviewpanel.h b/src/gtkext/gtkviewpanel.h
index 3de5fab..61df60f 100644
--- a/src/gtkext/gtkviewpanel.h
+++ b/src/gtkext/gtkviewpanel.h
@@ -60,13 +60,13 @@ void gtk_view_panel_attach_binary(GtkViewPanel *, GLoadedBinary *, bool *, bool
bool gtk_view_panel_get_addresses_display(const GtkViewPanel *);
/* Définit si les adresses doivent apparaître dans le rendu. */
-void gtk_view_panel_set_addresses_display(const GtkViewPanel *, bool);
+void gtk_view_panel_set_addresses_display(GtkViewPanel *, bool);
/* Indique si le code doit apparaître dans le rendu. */
bool gtk_view_panel_get_code_display(const GtkViewPanel *);
/* Définit si le code doit apparaître dans le rendu. */
-void gtk_view_panel_set_code_display(const GtkViewPanel *, bool);
+void gtk_view_panel_set_code_display(GtkViewPanel *, bool);
/* Fournit le binaire associé à la représentation. */
GLoadedBinary *gtk_view_panel_get_binary(const GtkViewPanel *);