diff options
author | Padraig O'Briain <padraig.obriain@sun.com> | 2004-04-20 13:47:42 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2004-04-20 13:47:42 +0000 |
commit | f33a524c445c5d72b03e1c01305c60083b7de965 (patch) | |
tree | e2a983ca2c7e6bf7ffd6b337e6745ff4e0bbb216 /docs/tmpl/atkcomponent.sgml | |
parent | 9bf5a0d1731142d1961a7ab5f5ccd3059fe67d87 (diff) | |
download | atk-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/tmpl/atkcomponent.sgml')
-rw-r--r-- | docs/tmpl/atkcomponent.sgml | 7 |
1 files changed, 7 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> |