summaryrefslogtreecommitdiff
path: root/gtk/gtktextattributes.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 21:12:17 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 13:33:19 -0500
commit1ec4b0cff2ed151e16ee2ed87ce8432ac4e915d4 (patch)
tree9ab422d4fbf082d93f510a35c31294b2c399a4cf /gtk/gtktextattributes.h
parent885d8df39cc6d5a9dd3c630adc3e2e4d28a15918 (diff)
downloadgtk+-1ec4b0cff2ed151e16ee2ed87ce8432ac4e915d4.tar.gz
docs: add field descriptions for GtkTextAttributes
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r--gtk/gtktextattributes.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h
index cd20c7c82c..2669e0f4ec 100644
--- a/gtk/gtktextattributes.h
+++ b/gtk/gtktextattributes.h
@@ -116,6 +116,25 @@ struct _GtkTextAppearance
/**
* GtkTextAttributes:
+ * @appearance: #GtkTextAppearance for text.
+ * @justification: #GtkJustification for text.
+ * @direction: #GtkTextDirection for text.
+ * @font: #PangoFontDescription for text.
+ * @font_scale: Font scale factor.
+ * @left_margin: Width of the left margin in pixels.
+ * @right_margin: Width of the right margin in pixels.
+ * @indent: Amount to indent the paragraph, in pixels.
+ * @pixels_above_lines: Pixels of blank space above paragraphs.
+ * @pixels_below_lines: Pixels of blank space below paragraphs.
+ * @pixels_inside_wrap: Pixels of blank space between wrapped lines in
+ * a paragraph.
+ * @tabs: Custom #PangoTabArray for this text.
+ * @wrap_mode: #GtkWrapMode for text.
+ * @language: #PangoLanguage for text.
+ * @invisible: Hide the text.
+ * @bg_full_height: Background is fit to full line height rather than
+ * baseline +/- ascent/descent (font height).
+ * @editable: Can edit this text.
*
* Using #GtkTextAttributes directly should rarely be necessary.
* It's primarily useful with gtk_text_iter_get_attributes().