summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdisplaypanel.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-26 23:52:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-26 23:52:44 (GMT)
commit2c28d59fb3671c0fdd1987784076d4968c58b651 (patch)
treea301f6cd9c1fd9f92191fba7fe7b59a7e3a01b5a /src/gtkext/gtkdisplaypanel.h
parent67b4887317b7394d63b543aa48cb368406374103 (diff)
Created the GLoadedContent interface to load all kinds of content.
Diffstat (limited to 'src/gtkext/gtkdisplaypanel.h')
-rw-r--r--src/gtkext/gtkdisplaypanel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gtkext/gtkdisplaypanel.h b/src/gtkext/gtkdisplaypanel.h
index 3ea967a..7d4c824 100644
--- a/src/gtkext/gtkdisplaypanel.h
+++ b/src/gtkext/gtkdisplaypanel.h
@@ -50,15 +50,9 @@ typedef struct _GtkDisplayPanelClass GtkDisplayPanelClass;
/* Détermine le type du composant d'affichage générique. */
GType gtk_display_panel_get_type(void);
-/* Indique le type de contenu représenté par le composant. */
-BinaryView gtk_display_panel_describe_content(const GtkDisplayPanel *);
-
/* Définit si une bordure est à afficher. */
void gtk_display_panel_show_border(GtkDisplayPanel *, bool);
-/* Associe à un panneau d'affichage un binaire chargé. */
-void gtk_display_panel_attach_binary(GtkDisplayPanel *, GLoadedBinary *, BinaryView);
-
/* Définit si les adresses doivent apparaître dans le rendu. */
void gtk_display_panel_set_addresses_display(GtkDisplayPanel *, bool);