diff options
author | Brian Cameron <bcameron@src.gnome.org> | 2001-06-27 16:20:01 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2001-06-27 16:20:01 +0000 |
commit | 3519fe9a47c26601cad3c5151c9f5c966dd52e43 (patch) | |
tree | 12c67f015b34c4460e92d8b9fd75968193008d46 /docs/atk-sections.txt | |
parent | ec1b9a062a4ca5f65b1c7e705d4b261c91ad9b45 (diff) | |
download | atk-3519fe9a47c26601cad3c5151c9f5c966dd52e43.tar.gz |
Updated gtk-docs fixing spelling errors and making minor
changes to the API.
Diffstat (limited to 'docs/atk-sections.txt')
-rw-r--r-- | docs/atk-sections.txt | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt index 9355fcd..33761d4 100644 --- a/docs/atk-sections.txt +++ b/docs/atk-sections.txt @@ -20,7 +20,6 @@ atk_action_get_type <TITLE>AtkComponent</TITLE> AtkComponent AtkComponentIface -AtkFocusHandler atk_component_add_focus_handler atk_component_contains atk_component_get_accessible_at_point @@ -38,6 +37,7 @@ ATK_COMPONENT ATK_IS_COMPONENT ATK_TYPE_COMPONENT ATK_COMPONENT_GET_IFACE +AtkFocusHandler atk_component_get_type </SECTION> @@ -83,11 +83,8 @@ atk_hypertext_get_type <TITLE>AtkImage</TITLE> AtkImage AtkImageIface -AtkImageType -atk_image_get_storage_type atk_image_get_image_description -atk_image_get_image_height -atk_image_get_image_width +atk_image_get_image_size atk_image_set_image_description <SUBSECTION Standard> ATK_IMAGE @@ -287,33 +284,33 @@ AtkTable AtkTableIface atk_table_ref_at atk_table_get_index_at -atk_table_get_row_at_index atk_table_get_column_at_index -atk_table_get_caption +atk_table_get_row_at_index atk_table_get_n_columns -atk_table_get_column_description -atk_table_get_column_extent_at -atk_table_get_column_header atk_table_get_n_rows -atk_table_get_row_description +atk_table_get_column_extent_at atk_table_get_row_extent_at +atk_table_get_caption +atk_table_get_column_description +atk_table_get_row_description +atk_table_get_column_header atk_table_get_row_header atk_table_get_summary +atk_table_set_caption +atk_table_set_row_description +atk_table_set_column_description +atk_table_set_row_header +atk_table_set_column_header +atk_table_set_summary atk_table_get_selected_columns atk_table_get_selected_rows atk_table_is_column_selected atk_table_is_row_selected atk_table_is_selected -atk_table_add_row_selection -atk_table_remove_row_selection atk_table_add_column_selection +atk_table_add_row_selection atk_table_remove_column_selection -atk_table_set_caption -atk_table_set_column_description -atk_table_set_column_header -atk_table_set_row_description -atk_table_set_row_header -atk_table_set_summary +atk_table_remove_row_selection <SUBSECTION Standard> ATK_TABLE ATK_IS_TABLE @@ -399,6 +396,16 @@ atk_state_type_for_name </SECTION> <SECTION> +<FILE>atkstreamablecontent</FILE> +<TITLE>AtkStreamableContent</TITLE> +atk_streamable_content_get_n_mime_types +atk_streamable_content_get_mime_type +atk_streamable_content_get_stream +<SUBSECTION Standard> +atk_streamable_content_get_type +</SECTION> + +<SECTION> <FILE>atkutil</FILE> <TITLE>AtkUtil</TITLE> atk_add_focus_tracker |