summaryrefslogtreecommitdiff
path: root/docs/tmpl/layout.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tmpl/layout.sgml')
-rw-r--r--docs/tmpl/layout.sgml14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index ea58f3ee..41bae50c 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -50,7 +50,12 @@ fields.
<!-- ##### STRUCT PangoLayoutIter ##### -->
<para>
-
+A <structname>PangoLayoutIter</structname> structure can be used to
+iterate over the visual extents of a #PangoLayout.
+</para>
+<para>
+The <structname>PangoLayoutIter</structname> structure is opaque, and
+has no user-visible fields.
</para>
@@ -195,11 +200,12 @@ fields.
<!-- ##### ENUM PangoWrapMode ##### -->
<para>
-
+describes how to wrap the lines of a #PangoLayout to the desired width.
</para>
-@PANGO_WRAP_WORD:
-@PANGO_WRAP_CHAR:
+@PANGO_WRAP_WORD: wrap lines at word boundaries.
+@PANGO_WRAP_CHAR: wrap lines at character boundaries.
+
<!-- ##### MACRO PANGO_TYPE_WRAP_MODE ##### -->
<para>