summaryrefslogtreecommitdiff
path: root/gtk/gtktextattributes.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-24 12:47:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-25 14:57:13 -0400
commitb9cad7cc545cd82dca4c9d11085d6b7026b22038 (patch)
tree7eb90efa5588f0098f97318a41749331da86d411 /gtk/gtktextattributes.h
parent357b97b5a6eda3c69b256ea270dad7e7c7f4dc99 (diff)
downloadgtk+-new-pango-attributes.tar.gz
textview: Implement new pango attributesnew-pango-attributes
Implement the word and sentence attributes.
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r--gtk/gtktextattributes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h
index f1ebc857db..3aa01c8690 100644
--- a/gtk/gtktextattributes.h
+++ b/gtk/gtktextattributes.h
@@ -160,6 +160,8 @@ struct _GtkTextAttributes
guint no_hyphens : 1;
guint line_height_is_absolute : 1;
guint text_transform : 3; /* PangoTextTransform */
+ guint word : 1;
+ guint sentence : 1;
};
GtkTextAttributes* gtk_text_attributes_new (void);