summaryrefslogtreecommitdiff
path: root/src/gtkext/contentview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/contentview.h')
-rw-r--r--src/gtkext/contentview.h35
1 files changed, 30 insertions, 5 deletions
diff --git a/src/gtkext/contentview.h b/src/gtkext/contentview.h
index 58d460f..e0660ff 100644
--- a/src/gtkext/contentview.h
+++ b/src/gtkext/contentview.h
@@ -1,8 +1,8 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
- * gtkdisplaypanel.h - prototypes pour l'affichage de contenus de binaire
+ * contentview.h - prototypes pour la base d'affichage pour contenus divers
*
- * Copyright (C) 2016-2019 Cyrille Bagard
+ * Copyright (C) 2016-2024 Cyrille Bagard
*
* This file is part of Chrysalide.
*
@@ -21,10 +21,32 @@
*/
-#ifndef _GTKEXT_DISPLAYPANEL_H
-#define _GTKEXT_DISPLAYPANEL_H
+#ifndef _GTKEXT_CONTENTVIEW_H
+#define _GTKEXT_CONTENTVIEW_H
+#include <gtk/gtk.h>
+
+
+#include "../glibext/helpers.h"
+
+
+
+#define GTK_TYPE_CONTENT_VIEW (gtk_content_view_get_type())
+
+DECLARE_GTYPE(GtkContentView, gtk_content_view, GTK, CONTENT_VIEW);
+
+
+
+
+
+
+
+
+
+
+#if 0
+
#include <glib-object.h>
#include <stdbool.h>
@@ -74,5 +96,8 @@ GObject *gtk_display_panel_get_active_object(const GtkDisplayPanel *);
void gtk_display_panel_request_move(GtkDisplayPanel *, const vmpa2t *);
+#endif
+
+
-#endif /* _GTKEXT_DISPLAYPANEL_H */
+#endif /* _GTKEXT_CONTENTVIEW_H */