summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-20 20:06:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 15:57:50 -0400
commit417b3f9c6b849a833c2ff71890ba15b25b5b07b7 (patch)
treefe7bf27c999bf104fd7fe093151ab815b423e2da /gtk/gtktextbuffer.c
parent2d84a1c63ef7d8d24b1476b4b90afa3acb1171d7 (diff)
downloadgtk+-417b3f9c6b849a833c2ff71890ba15b25b5b07b7.tar.gz
Implement text transforms for GtkTextView
Add a property to GtkTextTag and do all the legwork to translate it to the Pango attribute.
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index 38315286b4..fd457df699 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -4713,6 +4713,7 @@ insert_tags_for_attributes (GtkTextBuffer *buffer,
break;
case PANGO_ATTR_TEXT_TRANSFORM:
+ INT_ATTR (text_transform);
break;
case PANGO_ATTR_SHAPE: