summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbinview-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-28 22:35:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-28 22:35:31 (GMT)
commit33c1281b6a4e46e94daa3d165e32024f7d85d856 (patch)
treec3b2c4e23e05c547beb59671adf2b80b30b18c9e /src/gtkext/gtkbinview-int.h
parent549dd203344a2f95f4bc596f963a854af004cba2 (diff)
Drawn a border around the views when needed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@82 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkbinview-int.h')
-rw-r--r--src/gtkext/gtkbinview-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkext/gtkbinview-int.h b/src/gtkext/gtkbinview-int.h
index 0c17554..63334d5 100644
--- a/src/gtkext/gtkbinview-int.h
+++ b/src/gtkext/gtkbinview-int.h
@@ -47,6 +47,10 @@ struct _GtkBinview
{
GtkFixed parent; /* A laisser en premier */
+ GdkGC *gc; /* Contexte graphique du rendu */
+
+ bool show_border; /* Affichage d'une bordure ? */
+
openida_binary *binary; /* Contenu binaire affiché */
GRenderingLine *lines; /* Contenu à représenter */