summaryrefslogtreecommitdiff
path: root/gtk/gtkroundedboxprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-08 01:17:48 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:38:00 +0100
commit1b9e15485ee6ff07d044dc256339ed5bc2b6f401 (patch)
treeb270c620782d3f11bd980dd56da02633ffd134f2 /gtk/gtkroundedboxprivate.h
parent34a62d779b8d1654c6de44114c35c3029bab7ec3 (diff)
downloadgtk+-1b9e15485ee6ff07d044dc256339ed5bc2b6f401.tar.gz
themingengine: Implement 'dotted' and 'dashed'
Diffstat (limited to 'gtk/gtkroundedboxprivate.h')
-rw-r--r--gtk/gtkroundedboxprivate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkroundedboxprivate.h b/gtk/gtkroundedboxprivate.h
index a832b9b577..98309e7f36 100644
--- a/gtk/gtkroundedboxprivate.h
+++ b/gtk/gtkroundedboxprivate.h
@@ -56,8 +56,14 @@ void _gtk_rounded_box_move (GtkRoundedBox
double dx,
double dy);
+double _gtk_rounded_box_guess_length (const GtkRoundedBox *box,
+ GtkCssSide side);
+
void _gtk_rounded_box_path (const GtkRoundedBox *box,
cairo_t *cr);
+void _gtk_rounded_box_path_side (const GtkRoundedBox *box,
+ cairo_t *cr,
+ GtkCssSide side);
void _gtk_rounded_box_path_top (const GtkRoundedBox *outer,
const GtkRoundedBox *inner,
cairo_t *cr);