summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-17 21:04:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-17 21:04:33 (GMT)
commitef174ce487411fceffd5d5098b51e66b65bb93b8 (patch)
treed5a4c6dca30da1ad2593b271a18a5aae67bfbc4d /src/gtkext/gtkviewpanel-int.h
parent570ae6b84ad1a17835da538ec3be9cf200cd1ebc (diff)
Produced nicer graphic node rendering with shadows.
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 --------------------------- */