diff options
author | Paolo Borelli <pborelli@gnome.org> | 2015-07-04 19:56:40 +0200 |
---|---|---|
committer | Paolo Borelli <pborelli@gnome.org> | 2015-07-06 00:04:05 +0200 |
commit | a19331f2313ba47ce15c06f3d8485e68474baa4e (patch) | |
tree | 256b50ddc5814d5421d2971758999deb9b10d323 /gtk/gtkstylecontextprivate.h | |
parent | b92c530a61420fc039048aff4feb3f019dc7cdfe (diff) | |
download | gtk+-a19331f2313ba47ce15c06f3d8485e68474baa4e.tar.gz |
label: add support for CSS letter-spacing property
Support letter-spacing CSS property on GtkLabel.
Reftest is included.
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 40fd4f171f..1ed7b21351 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -64,6 +64,8 @@ void _gtk_style_context_get_icon_extents (GtkStyleContext gint width, gint height); +PangoAttrList *_gtk_style_context_get_pango_attributes (GtkStyleContext *context); + /* Accessibility support */ AtkAttributeSet *_gtk_style_context_get_attributes (AtkAttributeSet *attributes, GtkStyleContext *context, |