summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2004-04-20 13:47:42 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2004-04-20 13:47:42 +0000
commitf33a524c445c5d72b03e1c01305c60083b7de965 (patch)
treee2a983ca2c7e6bf7ffd6b337e6745ff4e0bbb216 /docs
parent9bf5a0d1731142d1961a7ab5f5ccd3059fe67d87 (diff)
downloadatk-f33a524c445c5d72b03e1c01305c60083b7de965.tar.gz
Increment version to 1.7.0.
2004-04-20 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Increment version to 1.7.0. * atk/atkcomponent.[ch]: Add new signal "bounds_changed". * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed". Fixes bug #140476. * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF. * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED. * docs/tmpl/atkrelation.sgml: Add new relation * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED Fixes bug #133375. * atk/atktext.c: Make extra_attributes static.
Diffstat (limited to 'docs')
-rw-r--r--docs/tmpl/atkcomponent.sgml7
-rw-r--r--docs/tmpl/atkrelation.sgml1
-rw-r--r--docs/tmpl/atkstate.sgml1
3 files changed, 9 insertions, 0 deletions
diff --git a/docs/tmpl/atkcomponent.sgml b/docs/tmpl/atkcomponent.sgml
index 3784d36..4ac964a 100644
--- a/docs/tmpl/atkcomponent.sgml
+++ b/docs/tmpl/atkcomponent.sgml
@@ -32,6 +32,13 @@ The AtkComponent structure does not contain any fields.
</para>
+<!-- ##### SIGNAL AtkComponent::bounds-changed ##### -->
+<para>
+
+</para>
+
+@atkcomponent: the object which received the signal.
+
<!-- ##### FUNCTION atk_component_add_focus_handler ##### -->
<para>
diff --git a/docs/tmpl/atkrelation.sgml b/docs/tmpl/atkrelation.sgml
index 2a05316..90316f7 100644
--- a/docs/tmpl/atkrelation.sgml
+++ b/docs/tmpl/atkrelation.sgml
@@ -54,6 +54,7 @@ The AtkRelation structure should not be accessed directly.
@ATK_RELATION_EMBEDS:
@ATK_RELATION_EMBEDDED_BY:
@ATK_RELATION_POPUP_FOR:
+@ATK_RELATION_PARENT_WINDOW_OF:
@ATK_RELATION_LAST_DEFINED:
<!-- ##### FUNCTION atk_relation_type_register ##### -->
diff --git a/docs/tmpl/atkstate.sgml b/docs/tmpl/atkstate.sgml
index a3ca5c6..9e4ba71 100644
--- a/docs/tmpl/atkstate.sgml
+++ b/docs/tmpl/atkstate.sgml
@@ -51,6 +51,7 @@ an component is described by its AtkStateSet, which is a set of AtkStates.
@ATK_STATE_VISIBLE:
@ATK_STATE_MANAGES_DESCENDANTS:
@ATK_STATE_INDETERMINATE:
+@ATK_STATE_TRUNCATED:
@ATK_STATE_LAST_DEFINED:
<!-- ##### TYPEDEF AtkState ##### -->