diff options
Diffstat (limited to 'src/gtkext/gtkbinview.h')
-rw-r--r-- | src/gtkext/gtkbinview.h | 3 |
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. */ |