Updated docs files.
authorBrian Cameron <bcameron@src.gnome.org>
Thu, 28 Jun 2001 15:03:40 +0000 (15:03 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Thu, 28 Jun 2001 15:03:40 +0000 (15:03 +0000)
ChangeLog
docs/atk-sections.txt
docs/tmpl/atk-unused.sgml
docs/tmpl/atkcomponent.sgml
docs/tmpl/atkimage.sgml

index ae00f63..08727dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        Updated so that functions that take screen coords as 
        input/output also take an enum specifying whether
        the coords are screen or top-level window based.
+       Updated docs as well.
 
 2001-06-28  Brian Cameron <brian.cameron@sun.com>
        *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
index 33761d4..e4ea909 100644 (file)
@@ -102,7 +102,7 @@ atk_no_op_object_new
 ATK_NO_OP_OBJECT
 ATK_IS_NO_OP_OBJECT
 ATK_TYPE_NO_OP_OBJECT
-agtk_widget_get_type
+atk_no_op_object_get_type
 ATK_NO_OP_OBJECT_CLASS
 ATK_IS_NO_OP_OBJECT_CLASS
 ATK_NO_OP_OBJECT_GET_CLASS
index 9ede01f..5a00683 100644 (file)
@@ -38,6 +38,15 @@ atk
 @ATK_IMAGE_STOCK: 
 @ATK_IMAGE_ICON_SET: 
 
+<!-- ##### FUNCTION atk_component_get_position_on_screen ##### -->
+<para>
+
+</para>
+
+@component: 
+@x: 
+@y: 
+
 <!-- ##### FUNCTION atk_editable_text_select_text ##### -->
 <para>
 
index a455897..24134c6 100644 (file)
@@ -34,7 +34,6 @@ representation of an object.
 @get_accessible_at_point: 
 @get_extents: 
 @get_position: 
-@get_position_on_screen: 
 @get_size: 
 @grab_focus: 
 @remove_focus_handler: 
@@ -60,6 +59,7 @@ representation of an object.
 @component: 
 @x: 
 @y: 
+@coord_type: 
 @Returns: 
 
 
@@ -71,6 +71,7 @@ representation of an object.
 @component: 
 @x: 
 @y: 
+@coord_type: 
 @Returns: 
 
 
@@ -84,6 +85,7 @@ representation of an object.
 @y: 
 @width: 
 @height: 
+@coord_type: 
 
 
 <!-- ##### FUNCTION atk_component_get_position ##### -->
@@ -94,16 +96,7 @@ representation of an object.
 @component: 
 @x: 
 @y: 
-
-
-<!-- ##### FUNCTION atk_component_get_position_on_screen ##### -->
-<para>
-
-</para>
-
-@component: 
-@x: 
-@y: 
+@coord_type: 
 
 
 <!-- ##### FUNCTION atk_component_get_size ##### -->
@@ -122,6 +115,7 @@ representation of an object.
 </para>
 
 @component: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_component_remove_focus_handler ##### -->
@@ -143,6 +137,8 @@ representation of an object.
 @y: 
 @width: 
 @height: 
+@coord_type: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_component_set_position ##### -->
@@ -153,6 +149,8 @@ representation of an object.
 @component: 
 @x: 
 @y: 
+@coord_type: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_component_set_size ##### -->
@@ -163,5 +161,6 @@ representation of an object.
 @component: 
 @width: 
 @height: 
+@Returns: 
 
 
index 9049265..9de3ca1 100644 (file)
@@ -28,6 +28,7 @@ an assistive technology to get descriptive information about images.
 </para>
 
 @parent: 
+@get_position: 
 @get_image_description: 
 @get_image_size: 
 @set_image_description: