summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-12-04 18:39:20 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-12-04 18:39:20 +0000
commit344b987a21ee6f5be633a7fd469dfbe405023c2d (patch)
tree6a373ed8ab787dc2ec42b1ebacb0d848ae72e62d /docs
parentcecce1cf6a6be8eb707462a5b2c80124fc84e7c7 (diff)
downloadatk-344b987a21ee6f5be633a7fd469dfbe405023c2d.tar.gz
Add implementation of atk_attribute_register, atk_attribute_for_name Udate
* atk/atktext.c: Add implementation of atk_attribute_register, atk_attribute_for_name Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and support extra attributes being defined * atk/atktext.h: Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow extra attributes to be defined Add atk_attribute_register() and atk_attribute_for_name() * atk/atk.def: Add new functions * docs/atk-sections.txt docs/tmpl/atktext.sgml Update because of additions to atk/atktext.h * tests/testrelation.c: Add tests for text attributes
Diffstat (limited to 'docs')
-rw-r--r--docs/atk-sections.txt2
-rw-r--r--docs/tmpl/atktext.sgml20
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 13aece2..bf58b80 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -377,7 +377,9 @@ atk_text_remove_selection
atk_text_set_selection
atk_text_set_caret_offset
atk_attribute_set_free
+atk_attribute_register
atk_attribute_get_name
+atk_attribute_for_name
atk_attribute_get_value
<SUBSECTION Standard>
ATK_TEXT
diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml
index c04552b..0e04e6a 100644
--- a/docs/tmpl/atktext.sgml
+++ b/docs/tmpl/atktext.sgml
@@ -79,6 +79,7 @@ AtkText
</para>
+@ATK_TEXT_ATTR_INVALID:
@ATK_TEXT_ATTR_LEFT_MARGIN:
@ATK_TEXT_ATTR_RIGHT_MARGIN:
@ATK_TEXT_ATTR_INDENT:
@@ -106,6 +107,7 @@ AtkText
@ATK_TEXT_ATTR_STRETCH:
@ATK_TEXT_ATTR_VARIANT:
@ATK_TEXT_ATTR_STYLE:
+@ATK_TEXT_ATTR_LAST_DEFINED:
<!-- ##### FUNCTION atk_text_get_text ##### -->
<para>
@@ -306,6 +308,15 @@ AtkText
@attrib_set:
+<!-- ##### FUNCTION atk_attribute_register ##### -->
+<para>
+
+</para>
+
+@name:
+@Returns:
+
+
<!-- ##### FUNCTION atk_attribute_get_name ##### -->
<para>
@@ -315,6 +326,15 @@ AtkText
@Returns:
+<!-- ##### FUNCTION atk_attribute_for_name ##### -->
+<para>
+
+</para>
+
+@name:
+@Returns:
+
+
<!-- ##### FUNCTION atk_attribute_get_value ##### -->
<para>