summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-04-25 08:58:09 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-04-25 08:58:09 +0000
commitee0db78f6a4c292ebfe41a7eab87fd9b850f5906 (patch)
tree3352e68a9b3961f3c24f8b380f01cddaac47a799
parent54edfd4a024183a8ca578ac3d15a852df767fe02 (diff)
downloadpygtk-ee0db78f6a4c292ebfe41a7eab87fd9b850f5906.tar.gz
pygtk-pangoattribute.xml Reorder attributes.
* pygtk-pangoattribute.xml Reorder attributes.
-rw-r--r--docs/reference/ChangeLog2
-rw-r--r--docs/reference/pygtk-pangoattribute.xml16
2 files changed, 10 insertions, 8 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index a9d4f277..09c37a70 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -15,6 +15,8 @@
* pygtk-pango-markup.xml ("fallback") Add description of this
attribute type.
+ * pygtk-pangoattribute.xml Reorder attributes.
+
2004-04-24 John Finlay <finlay@moeraki.com>
* pygtk-pangoattribute.xml Fix typo. Reorder attributes.
diff --git a/docs/reference/pygtk-pangoattribute.xml b/docs/reference/pygtk-pangoattribute.xml
index a70086f4..8841edc4 100644
--- a/docs/reference/pygtk-pangoattribute.xml
+++ b/docs/reference/pygtk-pangoattribute.xml
@@ -233,23 +233,23 @@ objects support the following three attributes.</para>
<tbody>
<row valign="top">
- <entry>"type"</entry>
- <entry>Read</entry>
- <entry>The attribute type.</entry>
+ <entry>"end_index"</entry>
+ <entry>Read-Write</entry>
+ <entry>The index of the end of the application of the
+attribute in the associated text.</entry>
</row>
<row valign="top">
- <entry>"atart_index"</entry>
+ <entry>"start_index"</entry>
<entry>Read-Write</entry>
<entry>The index of the start of the application of the
attribute in the associated text.</entry>
</row>
<row valign="top">
- <entry>"end_index"</entry>
- <entry>Read-Write</entry>
- <entry>The index of the end of the application of the
-attribute in the associated text.</entry>
+ <entry>"type"</entry>
+ <entry>Read</entry>
+ <entry>The attribute type.</entry>
</row>
</tbody>