Add role ATK_ROLE_TREE_TABLE
authorPadraig O'Briain <padraigo@src.gnome.org>
Mon, 5 Nov 2001 12:42:21 +0000 (12:42 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Mon, 5 Nov 2001 12:42:21 +0000 (12:42 +0000)
* atk/atkobject.h:
Add role ATK_ROLE_TREE_TABLE

* atk/atkrelation.h:
Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable

* docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
Update to reflect the current state of the documentation in the code.

17 files changed:
ChangeLog
atk/atkobject.h
atk/atkrelation.h
docs/tmpl/atk-unused.sgml
docs/tmpl/atkaction.sgml
docs/tmpl/atkcomponent.sgml
docs/tmpl/atkdocument.sgml
docs/tmpl/atkeditabletext.sgml
docs/tmpl/atkimage.sgml
docs/tmpl/atkobject.sgml
docs/tmpl/atkrelation.sgml
docs/tmpl/atkselection.sgml
docs/tmpl/atkstate.sgml
docs/tmpl/atkstreamablecontent.sgml
docs/tmpl/atktable.sgml
docs/tmpl/atktext.sgml
docs/tmpl/atkutil.sgml

index 20d4310..d4cef9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * atk/atkobject.h:
+       Add role ATK_ROLE_TREE_TABLE
+
+       * atk/atkrelation.h:
+       Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
+       and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
+
+       * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
+       docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
+       docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
+       docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
+       docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
+       docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
+       docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
+       Update to reflect the current state of the documentation in the code.
+
 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
 
        * atk/relation.h, docs/tmpl/atkrelation.sgml:
index 37b9387..9d042e1 100755 (executable)
@@ -104,6 +104,7 @@ extern "C" {
  *@ATK_ROLE_TOOL_BAR: A bar or palette usually composed of push buttons or toggle buttons
  *@ATK_ROLE_TOOL_TIP: An object that provides information about another object
  *@ATK_ROLE_TREE: An object used to represent hierarchical information to the user
+ *@ATK_ROLE_TREE_TABLE: An object capable of expanding and collapsing rows as well as showing multiple columns of data
  *@ATK_ROLE_UNKNOWN: The object contains some Accessible information, but its role is not known
  *@ATK_ROLE_VIEWPORT: An object usually used in a scroll pane
  *@ATK_ROLE_WINDOW: A top level window with no title or border
@@ -178,6 +179,7 @@ typedef enum
   ATK_ROLE_TOOL_BAR,
   ATK_ROLE_TOOL_TIP,
   ATK_ROLE_TREE,
+  ATK_ROLE_TREE_TABLE,
   ATK_ROLE_UNKNOWN,
   ATK_ROLE_VIEWPORT,
   ATK_ROLE_WINDOW,
index b4f3c69..ba39ec2 100755 (executable)
@@ -40,8 +40,7 @@ extern "C" {
  *@ATK_RELATION_LABEL_FOR: Indicates an object is a label for one or more target objects.
  *@ATK_RELATION_LABELLED_BY: Indicates an object is labelled by one or more target objects.
  *@ATK_RELATION_MEMBER_OF: Indicates an object is a member of a group of one or more target objects.
- *@ATK_RELATION_NODE_CHILDREN: Indicates an object is a node in a tree or table and a compound object which more than one subobject
- *@ATK_RELATION_NODE_PARENT: Indicates an object is a subobject of a compound object which is a node in a tree or table.
+ *@ATK_RELATION_NODE_CHILD_OF: Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell.
  *@ATK_RELATION_LAST_DEFINED:
  * 
  *Describes the type of the relation
@@ -54,8 +53,7 @@ typedef enum
   ATK_RELATION_LABEL_FOR,
   ATK_RELATION_LABELLED_BY,
   ATK_RELATION_MEMBER_OF,
-  ATK_RELATION_NODE_CHILDREN,
-  ATK_RELATION_NODE_PARENT,
+  ATK_RELATION_NODE_CHILD_OF,
   ATK_RELATION_LAST_DEFINED
 } AtkRelationType;
 
index 66e0c4a..4ca20da 100644 (file)
@@ -180,300 +180,3 @@ atk
 </para>
 
 
-<!-- ##### STRUCT AtkAttribute ##### -->
-<para>
-
-</para>
-
-@name: 
-@value: 
-
-<!-- ##### TYPEDEF AtkAttributeSet ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### ENUM AtkCoordType ##### -->
-<para>
-
-</para>
-
-@ATK_XY_SCREEN: 
-@ATK_XY_WINDOW: 
-
-<!-- ##### STRUCT AtkDocument ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AtkDocumentIface ##### -->
-<para>
-
-</para>
-
-@parent: 
-@get_document_type: 
-@get_document: 
-
-<!-- ##### ENUM AtkTextAttribute ##### -->
-<para>
-
-</para>
-
-@ATK_TEXT_ATTR_LEFT_MARGIN: 
-@ATK_TEXT_ATTR_RIGHT_MARGIN: 
-@ATK_TEXT_ATTR_INDENT: 
-@ATK_TEXT_ATTR_INVISIBLE: 
-@ATK_TEXT_ATTR_EDITABLE: 
-@ATK_TEXT_ATTR_PIXELS_ABOVE_LINES: 
-@ATK_TEXT_ATTR_PIXELS_BELOW_LINES: 
-@ATK_TEXT_ATTR_PIXELS_INSIDE_WRAP: 
-@ATK_TEXT_ATTR_BG_FULL_HEIGHT: 
-@ATK_TEXT_ATTR_RISE: 
-@ATK_TEXT_ATTR_UNDERLINE: 
-@ATK_TEXT_ATTR_STRIKETHROUGH: 
-@ATK_TEXT_ATTR_SIZE: 
-@ATK_TEXT_ATTR_SCALE: 
-@ATK_TEXT_ATTR_WEIGHT: 
-@ATK_TEXT_ATTR_LANGUAGE: 
-@ATK_TEXT_ATTR_FAMILY_NAME: 
-@ATK_TEXT_ATTR_BG_COLOR: 
-@ATK_TEXT_ATTR_FG_COLOR: 
-@ATK_TEXT_ATTR_BG_STIPPLE: 
-@ATK_TEXT_ATTR_FG_STIPPLE: 
-@ATK_TEXT_ATTR_WRAP_MODE: 
-@ATK_TEXT_ATTR_DIRECTION: 
-@ATK_TEXT_ATTR_JUSTIFICATION: 
-@ATK_TEXT_ATTR_STRETCH: 
-@ATK_TEXT_ATTR_VARIANT: 
-@ATK_TEXT_ATTR_STYLE: 
-
-<!-- ##### FUNCTION atk_action_get_name ##### -->
-<para>
-
-</para>
-
-@action: 
-@i: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_action_set_description ##### -->
-<para>
-
-</para>
-
-@action: 
-@i: 
-@desc: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_add_global_event_listener ##### -->
-<para>
-
-</para>
-
-@listener: 
-@event_type: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_attribute_get_name ##### -->
-<para>
-
-</para>
-
-@attr: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_attribute_get_value ##### -->
-<para>
-
-</para>
-
-@attr: 
-@index: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_attribute_set_free ##### -->
-<para>
-
-</para>
-
-@attrib_set: 
-
-<!-- ##### FUNCTION atk_component_ref_accessible_at_point ##### -->
-<para>
-
-</para>
-
-@component: 
-@x: 
-@y: 
-@coord_type: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_document_get_document ##### -->
-<para>
-
-</para>
-
-@document: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_document_get_document_type ##### -->
-<para>
-
-</para>
-
-@document: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_editable_text_set_run_attributes ##### -->
-<para>
-
-</para>
-
-@text: 
-@attrib_set: 
-@start_offset: 
-@end_offset: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_get_root ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-<!-- ##### FUNCTION atk_get_toolkit_name ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-<!-- ##### FUNCTION atk_get_toolkit_version ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-<!-- ##### FUNCTION atk_image_get_image_position ##### -->
-<para>
-
-</para>
-
-@image: 
-@x: 
-@y: 
-@coord_type: 
-
-<!-- ##### FUNCTION atk_image_get_image_size ##### -->
-<para>
-
-</para>
-
-@image: 
-@width: 
-@height: 
-
-<!-- ##### FUNCTION atk_object_notify_state_change ##### -->
-<para>
-
-</para>
-
-@accessible: 
-@state: 
-@value: 
-
-<!-- ##### FUNCTION atk_remove_global_event_listener ##### -->
-<para>
-
-</para>
-
-@listener_id: 
-
-<!-- ##### FUNCTION atk_streamable_content_get_mime_type ##### -->
-<para>
-
-</para>
-
-@streamable: 
-@i: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_streamable_content_get_n_mime_types ##### -->
-<para>
-
-</para>
-
-@streamable: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_streamable_content_get_stream ##### -->
-<para>
-
-</para>
-
-@streamable: 
-@mime_type: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_table_add_column_selection ##### -->
-<para>
-
-</para>
-
-@table: 
-@column: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_table_add_row_selection ##### -->
-<para>
-
-</para>
-
-@table: 
-@row: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_table_remove_column_selection ##### -->
-<para>
-
-</para>
-
-@table: 
-@column: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_table_remove_row_selection ##### -->
-<para>
-
-</para>
-
-@table: 
-@row: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_text_get_default_attributes ##### -->
-<para>
-
-</para>
-
-@text: 
-@Returns: 
-
-<!-- ##### FUNCTION atk_text_get_run_attributes ##### -->
-<para>
-
-</para>
-
-@text: 
-@offset: 
-@start_offset: 
-@end_offset: 
-@Returns: 
-
index 689dd42..f744c7d 100644 (file)
@@ -33,7 +33,9 @@ be manipulated should support this interface.
 @do_action: 
 @get_n_actions: 
 @get_description: 
+@get_name: 
 @get_keybinding: 
+@set_description: 
 
 <!-- ##### FUNCTION atk_action_do_action ##### -->
 <para>
@@ -42,7 +44,6 @@ be manipulated should support this interface.
 
 @action: 
 @i: 
-<!-- # Unused Parameters # -->
 @Returns: 
 
 
@@ -65,6 +66,16 @@ be manipulated should support this interface.
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_action_get_name ##### -->
+<para>
+
+</para>
+
+@action: 
+@i: 
+@Returns: 
+
+
 <!-- ##### FUNCTION atk_action_get_keybinding ##### -->
 <para>
 
@@ -75,3 +86,14 @@ be manipulated should support this interface.
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_action_set_description ##### -->
+<para>
+
+</para>
+
+@action: 
+@i: 
+@desc: 
+@Returns: 
+
+
index 9da63e1..bde93a5 100644 (file)
@@ -31,10 +31,9 @@ representation of an object.
 @parent: 
 @add_focus_handler: 
 @contains: 
-@get_accessible_at_point: 
+@ref_accessible_at_point: 
 @get_extents: 
 @get_position: 
-@get_position_on_screen: 
 @get_size: 
 @grab_focus: 
 @remove_focus_handler: 
@@ -60,9 +59,8 @@ representation of an object.
 @component: 
 @x: 
 @y: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @coord_type: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_component_get_extents ##### -->
@@ -75,7 +73,6 @@ representation of an object.
 @y: 
 @width: 
 @height: 
-<!-- # Unused Parameters # -->
 @coord_type: 
 
 
@@ -87,7 +84,6 @@ representation of an object.
 @component: 
 @x: 
 @y: 
-<!-- # Unused Parameters # -->
 @coord_type: 
 
 
@@ -107,7 +103,18 @@ representation of an object.
 </para>
 
 @component: 
-<!-- # Unused Parameters # -->
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_component_ref_accessible_at_point ##### -->
+<para>
+
+</para>
+
+@component: 
+@x: 
+@y: 
+@coord_type: 
 @Returns: 
 
 
@@ -130,7 +137,6 @@ representation of an object.
 @y: 
 @width: 
 @height: 
-<!-- # Unused Parameters # -->
 @coord_type: 
 @Returns: 
 
@@ -143,7 +149,6 @@ representation of an object.
 @component: 
 @x: 
 @y: 
-<!-- # Unused Parameters # -->
 @coord_type: 
 @Returns: 
 
@@ -156,7 +161,6 @@ representation of an object.
 @component: 
 @width: 
 @height: 
-<!-- # Unused Parameters # -->
 @Returns: 
 
 
index 5d7ef8d..5972540 100644 (file)
@@ -14,3 +14,36 @@ AtkDocument
 
 </para>
 
+<!-- ##### STRUCT AtkDocument ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT AtkDocumentIface ##### -->
+<para>
+
+</para>
+
+@parent: 
+@get_document_type: 
+@get_document: 
+
+<!-- ##### FUNCTION atk_document_get_document_type ##### -->
+<para>
+
+</para>
+
+@document: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_document_get_document ##### -->
+<para>
+
+</para>
+
+@document: 
+@Returns: 
+
+
index 84327f7..1f9d147 100644 (file)
@@ -27,7 +27,7 @@ to editing features of editable text widgets.
 </para>
 
 @parent_interface: 
-@set_attributes: 
+@set_run_attributes: 
 @set_text_contents: 
 @insert_text: 
 @copy_text: 
@@ -35,6 +35,18 @@ to editing features of editable text widgets.
 @delete_text: 
 @paste_text: 
 
+<!-- ##### FUNCTION atk_editable_text_set_run_attributes ##### -->
+<para>
+
+</para>
+
+@text: 
+@attrib_set: 
+@start_offset: 
+@end_offset: 
+@Returns: 
+
+
 <!-- ##### FUNCTION atk_editable_text_set_text_contents ##### -->
 <para>
 
index 7045bda..8d0a6bc 100644 (file)
@@ -28,12 +28,22 @@ an assistive technology to get descriptive information about images.
 </para>
 
 @parent: 
-@get_storage_type
+@get_image_position
 @get_image_description: 
-@get_image_height: 
-@get_image_width: 
+@get_image_size: 
 @set_image_description: 
 
+<!-- ##### FUNCTION atk_image_get_image_position ##### -->
+<para>
+
+</para>
+
+@image: 
+@x: 
+@y: 
+@coord_type: 
+
+
 <!-- ##### FUNCTION atk_image_get_image_description ##### -->
 <para>
 
@@ -53,3 +63,13 @@ an assistive technology to get descriptive information about images.
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_image_get_image_size ##### -->
+<para>
+
+</para>
+
+@image: 
+@width: 
+@height: 
+
+
index 9b1cb09..37091eb 100644 (file)
@@ -83,11 +83,13 @@ of the other ATK interfaces:
 @ATK_ROLE_TABLE_COLUMN_HEADER: 
 @ATK_ROLE_TABLE_ROW_HEADER: 
 @ATK_ROLE_TEAR_OFF_MENU_ITEM: 
+@ATK_ROLE_TERMINAL: 
 @ATK_ROLE_TEXT: 
 @ATK_ROLE_TOGGLE_BUTTON: 
 @ATK_ROLE_TOOL_BAR: 
 @ATK_ROLE_TOOL_TIP: 
 @ATK_ROLE_TREE: 
+@ATK_ROLE_TREE_TABLE: 
 @ATK_ROLE_UNKNOWN: 
 @ATK_ROLE_VIEWPORT: 
 @ATK_ROLE_WINDOW: 
@@ -288,3 +290,13 @@ of the other ATK interfaces:
 @handler_id: 
 
 
+<!-- ##### FUNCTION atk_object_notify_state_change ##### -->
+<para>
+
+</para>
+
+@accessible: 
+@state: 
+@value: 
+
+
index 8d32646..8b6969a 100644 (file)
@@ -25,8 +25,7 @@ Defines the functional relationship between two #AtkObjects.
 @ATK_RELATION_LABEL_FOR: 
 @ATK_RELATION_LABELLED_BY: 
 @ATK_RELATION_MEMBER_OF: 
-@ATK_RELATION_NODE_CHILDREN: 
-@ATK_RELATION_NODE_PARENT: 
+@ATK_RELATION_NODE_CHILD_OF: 
 @ATK_RELATION_LAST_DEFINED: 
 
 <!-- ##### FUNCTION atk_relation_type_register ##### -->
index 0169daa..300a0d8 100644 (file)
@@ -45,7 +45,6 @@ can be selected should support the AtkSelection interface.
 
 @selection: 
 @i: 
-<!-- # Unused Parameters # -->
 @Returns: 
 
 
@@ -55,7 +54,6 @@ can be selected should support the AtkSelection interface.
 </para>
 
 @selection: 
-<!-- # Unused Parameters # -->
 @Returns: 
 
 
@@ -95,7 +93,6 @@ can be selected should support the AtkSelection interface.
 
 @selection: 
 @i: 
-<!-- # Unused Parameters # -->
 @Returns: 
 
 
@@ -105,7 +102,6 @@ can be selected should support the AtkSelection interface.
 </para>
 
 @selection: 
-<!-- # Unused Parameters # -->
 @Returns: 
 
 
index b7027f3..a881058 100644 (file)
@@ -29,6 +29,7 @@ AtkStates.
 @ATK_STATE_COLLAPSED: 
 @ATK_STATE_DEFUNCT: 
 @ATK_STATE_EDITABLE: 
+@ATK_STATE_ENABLED: 
 @ATK_STATE_EXPANDABLE: 
 @ATK_STATE_EXPANDED: 
 @ATK_STATE_FOCUSABLE: 
@@ -46,6 +47,7 @@ AtkStates.
 @ATK_STATE_SENSITIVE: 
 @ATK_STATE_SHOWING: 
 @ATK_STATE_SINGLE_LINE: 
+@ATK_STATE_STALE: 
 @ATK_STATE_TRANSIENT: 
 @ATK_STATE_VERTICAL: 
 @ATK_STATE_VISIBLE: 
index c58b53b..65bcdfe 100644 (file)
@@ -15,3 +15,32 @@ that contains streamable content.
 
 </para>
 
+<!-- ##### FUNCTION atk_streamable_content_get_n_mime_types ##### -->
+<para>
+
+</para>
+
+@streamable: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_streamable_content_get_mime_type ##### -->
+<para>
+
+</para>
+
+@streamable: 
+@i: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_streamable_content_get_stream ##### -->
+<para>
+
+</para>
+
+@streamable: 
+@mime_type: 
+@Returns: 
+
+
index a1b1fcc..9dbab84 100644 (file)
@@ -28,29 +28,39 @@ AtkTable
 @parent: 
 @ref_at: 
 @get_index_at: 
-@get_row_at_index: 
 @get_column_at_index: 
-@get_caption
+@get_row_at_index
 @get_n_columns: 
-@get_column_description
+@get_n_rows
 @get_column_extent_at: 
+@get_row_extent_at: 
+@get_caption: 
+@get_column_description: 
 @get_column_header: 
-@get_n_rows: 
 @get_row_description: 
-@get_row_extent_at: 
 @get_row_header: 
 @get_summary: 
-@get_selected_columns: 
-@get_selected_rows: 
-@is_column_selected: 
-@is_row_selected: 
-@is_selected: 
 @set_caption: 
 @set_column_description: 
 @set_column_header: 
 @set_row_description: 
 @set_row_header: 
 @set_summary: 
+@get_selected_columns: 
+@get_selected_rows: 
+@is_column_selected: 
+@is_row_selected: 
+@is_selected: 
+@add_row_selection: 
+@remove_row_selection: 
+@add_column_selection: 
+@remove_column_selection: 
+@row_inserted: 
+@column_inserted: 
+@row_deleted: 
+@column_deleted: 
+@row_reordered: 
+@column_reordered: 
 
 <!-- ##### FUNCTION atk_table_ref_at ##### -->
 <para>
@@ -159,10 +169,10 @@ AtkTable
 </para>
 
 @table: 
-@r: 
+@row
 @Returns: 
 <!-- # Unused Parameters # -->
-@row
+@r: 
 
 
 <!-- ##### FUNCTION atk_table_get_column_header ##### -->
@@ -171,9 +181,8 @@ AtkTable
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @column: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_get_row_header ##### -->
@@ -182,9 +191,8 @@ AtkTable
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @row: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_get_summary ##### -->
@@ -202,9 +210,9 @@ AtkTable
 </para>
 
 @table: 
-@accessible: 
-<!-- # Unused Parameters # -->
 @caption: 
+<!-- # Unused Parameters # -->
+@accessible: 
 
 
 <!-- ##### FUNCTION atk_table_set_row_description ##### -->
@@ -214,9 +222,9 @@ AtkTable
 
 @table: 
 @row: 
-@accessible: 
-<!-- # Unused Parameters # -->
 @description: 
+<!-- # Unused Parameters # -->
+@accessible: 
 
 
 <!-- ##### FUNCTION atk_table_set_column_description ##### -->
@@ -226,9 +234,9 @@ AtkTable
 
 @table: 
 @column: 
-@accessible: 
-<!-- # Unused Parameters # -->
 @description: 
+<!-- # Unused Parameters # -->
+@accessible: 
 
 
 <!-- ##### FUNCTION atk_table_set_row_header ##### -->
@@ -266,9 +274,8 @@ AtkTable
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @selected: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_get_selected_rows ##### -->
@@ -277,9 +284,8 @@ AtkTable
 </para>
 
 @table: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @selected: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_table_is_column_selected ##### -->
@@ -313,3 +319,43 @@ AtkTable
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_table_add_column_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@column: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_table_add_row_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@row: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_table_remove_column_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@column: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_table_remove_row_selection ##### -->
+<para>
+
+</para>
+
+@table: 
+@row: 
+@Returns: 
+
+
index f06b944..95b3dd4 100644 (file)
@@ -32,7 +32,8 @@ AtkText
 @get_character_at_offset: 
 @get_text_before_offset: 
 @get_caret_offset: 
-@get_range_attributes: 
+@get_run_attributes: 
+@get_default_attributes: 
 @get_character_extents: 
 @get_character_count: 
 @get_offset_at_point: 
@@ -51,7 +52,6 @@ AtkText
 </para>
 
 @ATK_TEXT_BOUNDARY_CHAR: 
-@ATK_TEXT_BOUNDARY_CURSOR_POS: 
 @ATK_TEXT_BOUNDARY_WORD_START: 
 @ATK_TEXT_BOUNDARY_WORD_END: 
 @ATK_TEXT_BOUNDARY_SENTENCE_START: 
@@ -59,6 +59,53 @@ AtkText
 @ATK_TEXT_BOUNDARY_LINE_START: 
 @ATK_TEXT_BOUNDARY_LINE_END: 
 
+<!-- ##### STRUCT AtkAttribute ##### -->
+<para>
+
+</para>
+
+@name: 
+@value: 
+
+<!-- ##### TYPEDEF AtkAttributeSet ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ENUM AtkTextAttribute ##### -->
+<para>
+
+</para>
+
+@ATK_TEXT_ATTR_LEFT_MARGIN: 
+@ATK_TEXT_ATTR_RIGHT_MARGIN: 
+@ATK_TEXT_ATTR_INDENT: 
+@ATK_TEXT_ATTR_INVISIBLE: 
+@ATK_TEXT_ATTR_EDITABLE: 
+@ATK_TEXT_ATTR_PIXELS_ABOVE_LINES: 
+@ATK_TEXT_ATTR_PIXELS_BELOW_LINES: 
+@ATK_TEXT_ATTR_PIXELS_INSIDE_WRAP: 
+@ATK_TEXT_ATTR_BG_FULL_HEIGHT: 
+@ATK_TEXT_ATTR_RISE: 
+@ATK_TEXT_ATTR_UNDERLINE: 
+@ATK_TEXT_ATTR_STRIKETHROUGH: 
+@ATK_TEXT_ATTR_SIZE: 
+@ATK_TEXT_ATTR_SCALE: 
+@ATK_TEXT_ATTR_WEIGHT: 
+@ATK_TEXT_ATTR_LANGUAGE: 
+@ATK_TEXT_ATTR_FAMILY_NAME: 
+@ATK_TEXT_ATTR_BG_COLOR: 
+@ATK_TEXT_ATTR_FG_COLOR: 
+@ATK_TEXT_ATTR_BG_STIPPLE: 
+@ATK_TEXT_ATTR_FG_STIPPLE: 
+@ATK_TEXT_ATTR_WRAP_MODE: 
+@ATK_TEXT_ATTR_DIRECTION: 
+@ATK_TEXT_ATTR_JUSTIFICATION: 
+@ATK_TEXT_ATTR_STRETCH: 
+@ATK_TEXT_ATTR_VARIANT: 
+@ATK_TEXT_ATTR_STYLE: 
+
 <!-- ##### FUNCTION atk_text_get_text ##### -->
 <para>
 
@@ -88,10 +135,10 @@ AtkText
 @text: 
 @offset: 
 @boundary_type: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @start_offset: 
 @end_offset: 
+@Returns: 
+<!-- # Unused Parameters # -->
 @startOffset: 
 @endOffset: 
 
@@ -104,10 +151,10 @@ AtkText
 @text: 
 @offset: 
 @boundary_type: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @start_offset: 
 @end_offset: 
+@Returns: 
+<!-- # Unused Parameters # -->
 @startOffset: 
 @endOffset: 
 
@@ -120,10 +167,10 @@ AtkText
 @text: 
 @offset: 
 @boundary_type: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @start_offset: 
 @end_offset: 
+@Returns: 
+<!-- # Unused Parameters # -->
 @startOffset: 
 @endOffset: 
 
@@ -146,11 +193,32 @@ AtkText
 @offset: 
 @x: 
 @y: 
-@length: 
 @width: 
-<!-- # Unused Parameters # -->
 @height: 
 @coords: 
+<!-- # Unused Parameters # -->
+@length: 
+
+
+<!-- ##### FUNCTION atk_text_get_run_attributes ##### -->
+<para>
+
+</para>
+
+@text: 
+@offset: 
+@start_offset: 
+@end_offset: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_text_get_default_attributes ##### -->
+<para>
+
+</para>
+
+@text: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_text_get_character_count ##### -->
@@ -170,9 +238,8 @@ AtkText
 @text: 
 @x: 
 @y: 
-@Returns: 
-<!-- # Unused Parameters # -->
 @coords: 
+@Returns: 
 
 
 <!-- ##### FUNCTION atk_text_get_n_selections ##### -->
@@ -239,3 +306,30 @@ AtkText
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_attribute_set_free ##### -->
+<para>
+
+</para>
+
+@attrib_set: 
+
+
+<!-- ##### FUNCTION atk_attribute_get_name ##### -->
+<para>
+
+</para>
+
+@attr: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_attribute_get_value ##### -->
+<para>
+
+</para>
+
+@attr: 
+@index: 
+@Returns: 
+
+
index 062101e..027f90e 100644 (file)
@@ -14,6 +14,14 @@ The AtkUtility interface provides general purpose utility functions.
 
 </para>
 
+<!-- ##### ENUM AtkCoordType ##### -->
+<para>
+
+</para>
+
+@ATK_XY_SCREEN: 
+@ATK_XY_WINDOW: 
+
 <!-- ##### FUNCTION atk_add_focus_tracker ##### -->
 <para>
 
@@ -47,3 +55,45 @@ The AtkUtility interface provides general purpose utility functions.
 @object: 
 
 
+<!-- ##### FUNCTION atk_add_global_event_listener ##### -->
+<para>
+
+</para>
+
+@listener: 
+@event_type: 
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_remove_global_event_listener ##### -->
+<para>
+
+</para>
+
+@listener_id: 
+
+
+<!-- ##### FUNCTION atk_get_root ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_get_toolkit_name ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+
+<!-- ##### FUNCTION atk_get_toolkit_version ##### -->
+<para>
+
+</para>
+
+@Returns: 
+
+