Add AtkRectangle.
authorPadraig O'Briain <padraig.obriain@sun.com>
Fri, 4 Jun 2004 09:35:19 +0000 (09:35 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Fri, 4 Jun 2004 09:35:19 +0000 (09:35 +0000)
2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>

* docs/atk-sections.txt: Add AtkRectangle.

* docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
signal.

ChangeLog
docs/atk-sections.txt
docs/tmpl/atkcomponent.sgml

index d6f53e0..a07e0e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * docs/atk-sections.txt: Add AtkRectangle.
+
+       * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
+       signal.
+
 2004-05-29  Christian Rose  <menthos@menthos.com>
 
        * configure.in: Added "tk" to ALL_LINGUAS.
index d0a42c8..5e8bca5 100644 (file)
@@ -42,6 +42,7 @@ ATK_IS_COMPONENT
 ATK_TYPE_COMPONENT
 ATK_COMPONENT_GET_IFACE
 AtkFocusHandler
+AtkRectangle
 atk_component_get_type
 </SECTION>
 
index 4ac964a..3ff5e5b 100644 (file)
@@ -34,10 +34,13 @@ The AtkComponent structure does not contain any fields.
 
 <!-- ##### SIGNAL AtkComponent::bounds-changed ##### -->
 <para>
-
+The 'bounds-changed" signal is emitted when the bposition or size of the 
+a component changes.
 </para>
 
 @atkcomponent: the object which received the signal.
+<!-- # Unused Parameters # -->
+@arg1: The AtkRectangle giving the new position and size.
 
 <!-- ##### FUNCTION atk_component_add_focus_handler ##### -->
 <para>