summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkviewpanel-int.h')
-rw-r--r--src/gtkext/gtkviewpanel-int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gtkext/gtkviewpanel-int.h b/src/gtkext/gtkviewpanel-int.h
index 9f53051..f827b2c 100644
--- a/src/gtkext/gtkviewpanel-int.h
+++ b/src/gtkext/gtkviewpanel-int.h
@@ -125,6 +125,13 @@ typedef enum _ViewPanelProps
} ViewPanelProps;
+/* Définit un chemin décrivant la bordure autour du panneau. */
+void gtk_view_panel_define_border_path(GtkViewPanel *, cairo_t *, gint, gint);
+
+/* Dessine si besoin est une bordure autour du composant. */
+void gtk_view_panel_draw_border(GtkViewPanel *, cairo_t *);
+
+
/* --------------------------- CONVERSIONS DE COORDONNEES --------------------------- */