summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbinview.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.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.h')
-rw-r--r--src/gtkext/gtkbinview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtkext/gtkbinview.h b/src/gtkext/gtkbinview.h
index 10f1c2f..978c146 100644
--- a/src/gtkext/gtkbinview.h
+++ b/src/gtkext/gtkbinview.h
@@ -54,6 +54,9 @@ GType gtk_binview_get_type(void);
/* Crée un nouveau composant pour l'affichage de morceaux. */
GtkWidget* gtk_binview_new(void);
+/* Définit si une bordure est à afficher. */
+void gtk_bin_view_show_border(GtkBinview *, bool);
+
/* Définit les lignes à associer à la représentation. */