diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2009-01-07 23:45:22 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-01-07 23:45:22 +0000 |
commit | a46d5ae6533e46d3522e0a45c3c9d5ded0ea5394 (patch) | |
tree | af99c6afa61afe1f8f7bd45eee2301a87d9eb748 /docs/tmpl | |
parent | a457bf39f99b744bc7c0fa8064d0a0d3d1961078 (diff) | |
download | pango-a46d5ae6533e46d3522e0a45c3c9d5ded0ea5394.tar.gz |
Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING and
2009-01-07 Behdad Esfahbod <behdad@gnome.org>
Bug 566941 – Add PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING and
PANGO_ATTRIBUTE_INDEX_TO_TEXT_END
* docs/pango-sections.txt:
* docs/tmpl/text-attributes.sgml:
* pango/pango-attributes.c (pango_attribute_init):
* pango/pango-attributes.h:
Add two new public macros:
PANGO_ATTRIBUTE_INDEX_FROM_TEXT_BEGINNING
PANGO_ATTRIBUTE_INDEX_TO_TEXT_END
svn path=/trunk/; revision=2793
Diffstat (limited to 'docs/tmpl')
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index edf2922d..050fe594 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -90,6 +90,25 @@ By default an attribute will have an all-inclusive range of [0,%G_MAXUINT]. @end_index: end index of the range (in bytes). The character at this index is not included in the range. +<!-- ##### MACRO PANGO_ATTR_INDEX_FROM_TEXT_BEGINNING ##### --> +<para> +This value can be used to set the start_index member of a #PangoAttribute +such that the attribute covers from the beginning of the text. +</para> + +Since: 1.24 + + +<!-- ##### MACRO PANGO_ATTR_INDEX_TO_TEXT_END ##### --> +<para> +This value can be used to set the end_index member of a #PangoAttribute +such that the attribute covers to the end of the text. +</para> + +Since: 1.24 + + + <!-- ##### STRUCT PangoAttrString ##### --> <para> The #PangoAttrString structure is used to represent attributes with |