1 /* 2 * This file is part of gtkD. 3 * 4 * gtkD is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU Lesser General Public License 6 * as published by the Free Software Foundation; either version 3 7 * of the License, or (at your option) any later version, with 8 * some exceptions, please read the COPYING file. 9 * 10 * gtkD is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU Lesser General Public License for more details. 14 * 15 * You should have received a copy of the GNU Lesser General Public License 16 * along with gtkD; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA 18 */ 19 20 // generated automatically - do not change 21 // find conversion definition on APILookup.txt 22 // implement new conversion functionalities on the wrap.utils pakage 23 24 25 module gtkc.atk; 26 27 import std.stdio; 28 import gtkc.atktypes; 29 import gtkc.Loader; 30 import gtkc.paths; 31 32 shared static this() 33 { 34 // atk.Action 35 36 Linker.link(atk_action_get_type, "atk_action_get_type", LIBRARY.ATK); 37 Linker.link(atk_action_do_action, "atk_action_do_action", LIBRARY.ATK); 38 Linker.link(atk_action_get_description, "atk_action_get_description", LIBRARY.ATK); 39 Linker.link(atk_action_get_keybinding, "atk_action_get_keybinding", LIBRARY.ATK); 40 Linker.link(atk_action_get_localized_name, "atk_action_get_localized_name", LIBRARY.ATK); 41 Linker.link(atk_action_get_n_actions, "atk_action_get_n_actions", LIBRARY.ATK); 42 Linker.link(atk_action_get_name, "atk_action_get_name", LIBRARY.ATK); 43 Linker.link(atk_action_set_description, "atk_action_set_description", LIBRARY.ATK); 44 45 // atk.Component 46 47 Linker.link(atk_component_get_type, "atk_component_get_type", LIBRARY.ATK); 48 Linker.link(atk_component_add_focus_handler, "atk_component_add_focus_handler", LIBRARY.ATK); 49 Linker.link(atk_component_contains, "atk_component_contains", LIBRARY.ATK); 50 Linker.link(atk_component_get_alpha, "atk_component_get_alpha", LIBRARY.ATK); 51 Linker.link(atk_component_get_extents, "atk_component_get_extents", LIBRARY.ATK); 52 Linker.link(atk_component_get_layer, "atk_component_get_layer", LIBRARY.ATK); 53 Linker.link(atk_component_get_mdi_zorder, "atk_component_get_mdi_zorder", LIBRARY.ATK); 54 Linker.link(atk_component_get_position, "atk_component_get_position", LIBRARY.ATK); 55 Linker.link(atk_component_get_size, "atk_component_get_size", LIBRARY.ATK); 56 Linker.link(atk_component_grab_focus, "atk_component_grab_focus", LIBRARY.ATK); 57 Linker.link(atk_component_ref_accessible_at_point, "atk_component_ref_accessible_at_point", LIBRARY.ATK); 58 Linker.link(atk_component_remove_focus_handler, "atk_component_remove_focus_handler", LIBRARY.ATK); 59 Linker.link(atk_component_set_extents, "atk_component_set_extents", LIBRARY.ATK); 60 Linker.link(atk_component_set_position, "atk_component_set_position", LIBRARY.ATK); 61 Linker.link(atk_component_set_size, "atk_component_set_size", LIBRARY.ATK); 62 63 // atk.Document 64 65 Linker.link(atk_document_get_type, "atk_document_get_type", LIBRARY.ATK); 66 Linker.link(atk_document_get_attribute_value, "atk_document_get_attribute_value", LIBRARY.ATK); 67 Linker.link(atk_document_get_attributes, "atk_document_get_attributes", LIBRARY.ATK); 68 Linker.link(atk_document_get_current_page_number, "atk_document_get_current_page_number", LIBRARY.ATK); 69 Linker.link(atk_document_get_document, "atk_document_get_document", LIBRARY.ATK); 70 Linker.link(atk_document_get_document_type, "atk_document_get_document_type", LIBRARY.ATK); 71 Linker.link(atk_document_get_locale, "atk_document_get_locale", LIBRARY.ATK); 72 Linker.link(atk_document_get_page_count, "atk_document_get_page_count", LIBRARY.ATK); 73 Linker.link(atk_document_set_attribute_value, "atk_document_set_attribute_value", LIBRARY.ATK); 74 75 // atk.EditableText 76 77 Linker.link(atk_editable_text_get_type, "atk_editable_text_get_type", LIBRARY.ATK); 78 Linker.link(atk_editable_text_copy_text, "atk_editable_text_copy_text", LIBRARY.ATK); 79 Linker.link(atk_editable_text_cut_text, "atk_editable_text_cut_text", LIBRARY.ATK); 80 Linker.link(atk_editable_text_delete_text, "atk_editable_text_delete_text", LIBRARY.ATK); 81 Linker.link(atk_editable_text_insert_text, "atk_editable_text_insert_text", LIBRARY.ATK); 82 Linker.link(atk_editable_text_paste_text, "atk_editable_text_paste_text", LIBRARY.ATK); 83 Linker.link(atk_editable_text_set_run_attributes, "atk_editable_text_set_run_attributes", LIBRARY.ATK); 84 Linker.link(atk_editable_text_set_text_contents, "atk_editable_text_set_text_contents", LIBRARY.ATK); 85 86 // atk.GObjectAccessible 87 88 Linker.link(atk_gobject_accessible_get_type, "atk_gobject_accessible_get_type", LIBRARY.ATK); 89 Linker.link(atk_gobject_accessible_for_object, "atk_gobject_accessible_for_object", LIBRARY.ATK); 90 Linker.link(atk_gobject_accessible_get_object, "atk_gobject_accessible_get_object", LIBRARY.ATK); 91 92 // atk.Hyperlink 93 94 Linker.link(atk_hyperlink_get_type, "atk_hyperlink_get_type", LIBRARY.ATK); 95 Linker.link(atk_hyperlink_get_end_index, "atk_hyperlink_get_end_index", LIBRARY.ATK); 96 Linker.link(atk_hyperlink_get_n_anchors, "atk_hyperlink_get_n_anchors", LIBRARY.ATK); 97 Linker.link(atk_hyperlink_get_object, "atk_hyperlink_get_object", LIBRARY.ATK); 98 Linker.link(atk_hyperlink_get_start_index, "atk_hyperlink_get_start_index", LIBRARY.ATK); 99 Linker.link(atk_hyperlink_get_uri, "atk_hyperlink_get_uri", LIBRARY.ATK); 100 Linker.link(atk_hyperlink_is_inline, "atk_hyperlink_is_inline", LIBRARY.ATK); 101 Linker.link(atk_hyperlink_is_selected_link, "atk_hyperlink_is_selected_link", LIBRARY.ATK); 102 Linker.link(atk_hyperlink_is_valid, "atk_hyperlink_is_valid", LIBRARY.ATK); 103 104 // atk.HyperlinkImpl 105 106 Linker.link(atk_hyperlink_impl_get_type, "atk_hyperlink_impl_get_type", LIBRARY.ATK); 107 Linker.link(atk_hyperlink_impl_get_hyperlink, "atk_hyperlink_impl_get_hyperlink", LIBRARY.ATK); 108 109 // atk.Hypertext 110 111 Linker.link(atk_hypertext_get_type, "atk_hypertext_get_type", LIBRARY.ATK); 112 Linker.link(atk_hypertext_get_link, "atk_hypertext_get_link", LIBRARY.ATK); 113 Linker.link(atk_hypertext_get_link_index, "atk_hypertext_get_link_index", LIBRARY.ATK); 114 Linker.link(atk_hypertext_get_n_links, "atk_hypertext_get_n_links", LIBRARY.ATK); 115 116 // atk.Image 117 118 Linker.link(atk_image_get_type, "atk_image_get_type", LIBRARY.ATK); 119 Linker.link(atk_image_get_image_description, "atk_image_get_image_description", LIBRARY.ATK); 120 Linker.link(atk_image_get_image_locale, "atk_image_get_image_locale", LIBRARY.ATK); 121 Linker.link(atk_image_get_image_position, "atk_image_get_image_position", LIBRARY.ATK); 122 Linker.link(atk_image_get_image_size, "atk_image_get_image_size", LIBRARY.ATK); 123 Linker.link(atk_image_set_image_description, "atk_image_set_image_description", LIBRARY.ATK); 124 125 // atk.Implementor 126 127 Linker.link(atk_implementor_ref_accessible, "atk_implementor_ref_accessible", LIBRARY.ATK); 128 Linker.link(atk_implementor_get_type, "atk_implementor_get_type", LIBRARY.ATK); 129 130 // atk.Misc 131 132 Linker.link(atk_misc_get_type, "atk_misc_get_type", LIBRARY.ATK); 133 Linker.link(atk_misc_get_instance, "atk_misc_get_instance", LIBRARY.ATK); 134 Linker.link(atk_misc_threads_enter, "atk_misc_threads_enter", LIBRARY.ATK); 135 Linker.link(atk_misc_threads_leave, "atk_misc_threads_leave", LIBRARY.ATK); 136 137 // atk.NoOpObject 138 139 Linker.link(atk_no_op_object_get_type, "atk_no_op_object_get_type", LIBRARY.ATK); 140 Linker.link(atk_no_op_object_new, "atk_no_op_object_new", LIBRARY.ATK); 141 142 // atk.NoOpObjectFactory 143 144 Linker.link(atk_no_op_object_factory_get_type, "atk_no_op_object_factory_get_type", LIBRARY.ATK); 145 Linker.link(atk_no_op_object_factory_new, "atk_no_op_object_factory_new", LIBRARY.ATK); 146 147 // atk.ObjectAtk 148 149 Linker.link(atk_object_get_type, "atk_object_get_type", LIBRARY.ATK); 150 Linker.link(atk_object_add_relationship, "atk_object_add_relationship", LIBRARY.ATK); 151 Linker.link(atk_object_connect_property_change_handler, "atk_object_connect_property_change_handler", LIBRARY.ATK); 152 Linker.link(atk_object_get_attributes, "atk_object_get_attributes", LIBRARY.ATK); 153 Linker.link(atk_object_get_description, "atk_object_get_description", LIBRARY.ATK); 154 Linker.link(atk_object_get_index_in_parent, "atk_object_get_index_in_parent", LIBRARY.ATK); 155 Linker.link(atk_object_get_layer, "atk_object_get_layer", LIBRARY.ATK); 156 Linker.link(atk_object_get_mdi_zorder, "atk_object_get_mdi_zorder", LIBRARY.ATK); 157 Linker.link(atk_object_get_n_accessible_children, "atk_object_get_n_accessible_children", LIBRARY.ATK); 158 Linker.link(atk_object_get_name, "atk_object_get_name", LIBRARY.ATK); 159 Linker.link(atk_object_get_object_locale, "atk_object_get_object_locale", LIBRARY.ATK); 160 Linker.link(atk_object_get_parent, "atk_object_get_parent", LIBRARY.ATK); 161 Linker.link(atk_object_get_role, "atk_object_get_role", LIBRARY.ATK); 162 Linker.link(atk_object_initialize, "atk_object_initialize", LIBRARY.ATK); 163 Linker.link(atk_object_notify_state_change, "atk_object_notify_state_change", LIBRARY.ATK); 164 Linker.link(atk_object_peek_parent, "atk_object_peek_parent", LIBRARY.ATK); 165 Linker.link(atk_object_ref_accessible_child, "atk_object_ref_accessible_child", LIBRARY.ATK); 166 Linker.link(atk_object_ref_relation_set, "atk_object_ref_relation_set", LIBRARY.ATK); 167 Linker.link(atk_object_ref_state_set, "atk_object_ref_state_set", LIBRARY.ATK); 168 Linker.link(atk_object_remove_property_change_handler, "atk_object_remove_property_change_handler", LIBRARY.ATK); 169 Linker.link(atk_object_remove_relationship, "atk_object_remove_relationship", LIBRARY.ATK); 170 Linker.link(atk_object_set_description, "atk_object_set_description", LIBRARY.ATK); 171 Linker.link(atk_object_set_name, "atk_object_set_name", LIBRARY.ATK); 172 Linker.link(atk_object_set_parent, "atk_object_set_parent", LIBRARY.ATK); 173 Linker.link(atk_object_set_role, "atk_object_set_role", LIBRARY.ATK); 174 Linker.link(atk_role_for_name, "atk_role_for_name", LIBRARY.ATK); 175 Linker.link(atk_role_get_localized_name, "atk_role_get_localized_name", LIBRARY.ATK); 176 Linker.link(atk_role_get_name, "atk_role_get_name", LIBRARY.ATK); 177 Linker.link(atk_role_register, "atk_role_register", LIBRARY.ATK); 178 179 // atk.ObjectFactory 180 181 Linker.link(atk_object_factory_get_type, "atk_object_factory_get_type", LIBRARY.ATK); 182 Linker.link(atk_object_factory_create_accessible, "atk_object_factory_create_accessible", LIBRARY.ATK); 183 Linker.link(atk_object_factory_get_accessible_type, "atk_object_factory_get_accessible_type", LIBRARY.ATK); 184 Linker.link(atk_object_factory_invalidate, "atk_object_factory_invalidate", LIBRARY.ATK); 185 186 // atk.Plug 187 188 Linker.link(atk_plug_get_type, "atk_plug_get_type", LIBRARY.ATK); 189 Linker.link(atk_plug_new, "atk_plug_new", LIBRARY.ATK); 190 Linker.link(atk_plug_get_id, "atk_plug_get_id", LIBRARY.ATK); 191 192 // atk.Range 193 194 Linker.link(atk_range_get_type, "atk_range_get_type", LIBRARY.ATK); 195 Linker.link(atk_range_new, "atk_range_new", LIBRARY.ATK); 196 Linker.link(atk_range_copy, "atk_range_copy", LIBRARY.ATK); 197 Linker.link(atk_range_free, "atk_range_free", LIBRARY.ATK); 198 Linker.link(atk_range_get_description, "atk_range_get_description", LIBRARY.ATK); 199 Linker.link(atk_range_get_lower_limit, "atk_range_get_lower_limit", LIBRARY.ATK); 200 Linker.link(atk_range_get_upper_limit, "atk_range_get_upper_limit", LIBRARY.ATK); 201 202 // atk.Rectangle 203 204 Linker.link(atk_rectangle_get_type, "atk_rectangle_get_type", LIBRARY.ATK); 205 206 // atk.Registry 207 208 Linker.link(atk_registry_get_type, "atk_registry_get_type", LIBRARY.ATK); 209 Linker.link(atk_registry_get_factory, "atk_registry_get_factory", LIBRARY.ATK); 210 Linker.link(atk_registry_get_factory_type, "atk_registry_get_factory_type", LIBRARY.ATK); 211 Linker.link(atk_registry_set_factory_type, "atk_registry_set_factory_type", LIBRARY.ATK); 212 Linker.link(atk_get_default_registry, "atk_get_default_registry", LIBRARY.ATK); 213 214 // atk.Relation 215 216 Linker.link(atk_relation_get_type, "atk_relation_get_type", LIBRARY.ATK); 217 Linker.link(atk_relation_new, "atk_relation_new", LIBRARY.ATK); 218 Linker.link(atk_relation_add_target, "atk_relation_add_target", LIBRARY.ATK); 219 Linker.link(atk_relation_get_relation_type, "atk_relation_get_relation_type", LIBRARY.ATK); 220 Linker.link(atk_relation_get_target, "atk_relation_get_target", LIBRARY.ATK); 221 Linker.link(atk_relation_remove_target, "atk_relation_remove_target", LIBRARY.ATK); 222 Linker.link(atk_relation_type_for_name, "atk_relation_type_for_name", LIBRARY.ATK); 223 Linker.link(atk_relation_type_get_name, "atk_relation_type_get_name", LIBRARY.ATK); 224 Linker.link(atk_relation_type_register, "atk_relation_type_register", LIBRARY.ATK); 225 226 // atk.RelationSet 227 228 Linker.link(atk_relation_set_get_type, "atk_relation_set_get_type", LIBRARY.ATK); 229 Linker.link(atk_relation_set_new, "atk_relation_set_new", LIBRARY.ATK); 230 Linker.link(atk_relation_set_add, "atk_relation_set_add", LIBRARY.ATK); 231 Linker.link(atk_relation_set_add_relation_by_type, "atk_relation_set_add_relation_by_type", LIBRARY.ATK); 232 Linker.link(atk_relation_set_contains, "atk_relation_set_contains", LIBRARY.ATK); 233 Linker.link(atk_relation_set_contains_target, "atk_relation_set_contains_target", LIBRARY.ATK); 234 Linker.link(atk_relation_set_get_n_relations, "atk_relation_set_get_n_relations", LIBRARY.ATK); 235 Linker.link(atk_relation_set_get_relation, "atk_relation_set_get_relation", LIBRARY.ATK); 236 Linker.link(atk_relation_set_get_relation_by_type, "atk_relation_set_get_relation_by_type", LIBRARY.ATK); 237 Linker.link(atk_relation_set_remove, "atk_relation_set_remove", LIBRARY.ATK); 238 239 // atk.Selection 240 241 Linker.link(atk_selection_get_type, "atk_selection_get_type", LIBRARY.ATK); 242 Linker.link(atk_selection_add_selection, "atk_selection_add_selection", LIBRARY.ATK); 243 Linker.link(atk_selection_clear_selection, "atk_selection_clear_selection", LIBRARY.ATK); 244 Linker.link(atk_selection_get_selection_count, "atk_selection_get_selection_count", LIBRARY.ATK); 245 Linker.link(atk_selection_is_child_selected, "atk_selection_is_child_selected", LIBRARY.ATK); 246 Linker.link(atk_selection_ref_selection, "atk_selection_ref_selection", LIBRARY.ATK); 247 Linker.link(atk_selection_remove_selection, "atk_selection_remove_selection", LIBRARY.ATK); 248 Linker.link(atk_selection_select_all_selection, "atk_selection_select_all_selection", LIBRARY.ATK); 249 250 // atk.Socket 251 252 Linker.link(atk_socket_get_type, "atk_socket_get_type", LIBRARY.ATK); 253 Linker.link(atk_socket_new, "atk_socket_new", LIBRARY.ATK); 254 Linker.link(atk_socket_embed, "atk_socket_embed", LIBRARY.ATK); 255 Linker.link(atk_socket_is_occupied, "atk_socket_is_occupied", LIBRARY.ATK); 256 257 // atk.StateSet 258 259 Linker.link(atk_state_set_get_type, "atk_state_set_get_type", LIBRARY.ATK); 260 Linker.link(atk_state_set_new, "atk_state_set_new", LIBRARY.ATK); 261 Linker.link(atk_state_set_add_state, "atk_state_set_add_state", LIBRARY.ATK); 262 Linker.link(atk_state_set_add_states, "atk_state_set_add_states", LIBRARY.ATK); 263 Linker.link(atk_state_set_and_sets, "atk_state_set_and_sets", LIBRARY.ATK); 264 Linker.link(atk_state_set_clear_states, "atk_state_set_clear_states", LIBRARY.ATK); 265 Linker.link(atk_state_set_contains_state, "atk_state_set_contains_state", LIBRARY.ATK); 266 Linker.link(atk_state_set_contains_states, "atk_state_set_contains_states", LIBRARY.ATK); 267 Linker.link(atk_state_set_is_empty, "atk_state_set_is_empty", LIBRARY.ATK); 268 Linker.link(atk_state_set_or_sets, "atk_state_set_or_sets", LIBRARY.ATK); 269 Linker.link(atk_state_set_remove_state, "atk_state_set_remove_state", LIBRARY.ATK); 270 Linker.link(atk_state_set_xor_sets, "atk_state_set_xor_sets", LIBRARY.ATK); 271 272 // atk.StreamableContent 273 274 Linker.link(atk_streamable_content_get_type, "atk_streamable_content_get_type", LIBRARY.ATK); 275 Linker.link(atk_streamable_content_get_mime_type, "atk_streamable_content_get_mime_type", LIBRARY.ATK); 276 Linker.link(atk_streamable_content_get_n_mime_types, "atk_streamable_content_get_n_mime_types", LIBRARY.ATK); 277 Linker.link(atk_streamable_content_get_stream, "atk_streamable_content_get_stream", LIBRARY.ATK); 278 Linker.link(atk_streamable_content_get_uri, "atk_streamable_content_get_uri", LIBRARY.ATK); 279 280 // atk.Table 281 282 Linker.link(atk_table_get_type, "atk_table_get_type", LIBRARY.ATK); 283 Linker.link(atk_table_add_column_selection, "atk_table_add_column_selection", LIBRARY.ATK); 284 Linker.link(atk_table_add_row_selection, "atk_table_add_row_selection", LIBRARY.ATK); 285 Linker.link(atk_table_get_caption, "atk_table_get_caption", LIBRARY.ATK); 286 Linker.link(atk_table_get_column_at_index, "atk_table_get_column_at_index", LIBRARY.ATK); 287 Linker.link(atk_table_get_column_description, "atk_table_get_column_description", LIBRARY.ATK); 288 Linker.link(atk_table_get_column_extent_at, "atk_table_get_column_extent_at", LIBRARY.ATK); 289 Linker.link(atk_table_get_column_header, "atk_table_get_column_header", LIBRARY.ATK); 290 Linker.link(atk_table_get_index_at, "atk_table_get_index_at", LIBRARY.ATK); 291 Linker.link(atk_table_get_n_columns, "atk_table_get_n_columns", LIBRARY.ATK); 292 Linker.link(atk_table_get_n_rows, "atk_table_get_n_rows", LIBRARY.ATK); 293 Linker.link(atk_table_get_row_at_index, "atk_table_get_row_at_index", LIBRARY.ATK); 294 Linker.link(atk_table_get_row_description, "atk_table_get_row_description", LIBRARY.ATK); 295 Linker.link(atk_table_get_row_extent_at, "atk_table_get_row_extent_at", LIBRARY.ATK); 296 Linker.link(atk_table_get_row_header, "atk_table_get_row_header", LIBRARY.ATK); 297 Linker.link(atk_table_get_selected_columns, "atk_table_get_selected_columns", LIBRARY.ATK); 298 Linker.link(atk_table_get_selected_rows, "atk_table_get_selected_rows", LIBRARY.ATK); 299 Linker.link(atk_table_get_summary, "atk_table_get_summary", LIBRARY.ATK); 300 Linker.link(atk_table_is_column_selected, "atk_table_is_column_selected", LIBRARY.ATK); 301 Linker.link(atk_table_is_row_selected, "atk_table_is_row_selected", LIBRARY.ATK); 302 Linker.link(atk_table_is_selected, "atk_table_is_selected", LIBRARY.ATK); 303 Linker.link(atk_table_ref_at, "atk_table_ref_at", LIBRARY.ATK); 304 Linker.link(atk_table_remove_column_selection, "atk_table_remove_column_selection", LIBRARY.ATK); 305 Linker.link(atk_table_remove_row_selection, "atk_table_remove_row_selection", LIBRARY.ATK); 306 Linker.link(atk_table_set_caption, "atk_table_set_caption", LIBRARY.ATK); 307 Linker.link(atk_table_set_column_description, "atk_table_set_column_description", LIBRARY.ATK); 308 Linker.link(atk_table_set_column_header, "atk_table_set_column_header", LIBRARY.ATK); 309 Linker.link(atk_table_set_row_description, "atk_table_set_row_description", LIBRARY.ATK); 310 Linker.link(atk_table_set_row_header, "atk_table_set_row_header", LIBRARY.ATK); 311 Linker.link(atk_table_set_summary, "atk_table_set_summary", LIBRARY.ATK); 312 313 // atk.TableCell 314 315 Linker.link(atk_table_cell_get_type, "atk_table_cell_get_type", LIBRARY.ATK); 316 Linker.link(atk_table_cell_get_column_header_cells, "atk_table_cell_get_column_header_cells", LIBRARY.ATK); 317 Linker.link(atk_table_cell_get_column_span, "atk_table_cell_get_column_span", LIBRARY.ATK); 318 Linker.link(atk_table_cell_get_position, "atk_table_cell_get_position", LIBRARY.ATK); 319 Linker.link(atk_table_cell_get_row_column_span, "atk_table_cell_get_row_column_span", LIBRARY.ATK); 320 Linker.link(atk_table_cell_get_row_header_cells, "atk_table_cell_get_row_header_cells", LIBRARY.ATK); 321 Linker.link(atk_table_cell_get_row_span, "atk_table_cell_get_row_span", LIBRARY.ATK); 322 Linker.link(atk_table_cell_get_table, "atk_table_cell_get_table", LIBRARY.ATK); 323 324 // atk.Text 325 326 Linker.link(atk_text_get_type, "atk_text_get_type", LIBRARY.ATK); 327 Linker.link(atk_text_free_ranges, "atk_text_free_ranges", LIBRARY.ATK); 328 Linker.link(atk_text_add_selection, "atk_text_add_selection", LIBRARY.ATK); 329 Linker.link(atk_text_get_bounded_ranges, "atk_text_get_bounded_ranges", LIBRARY.ATK); 330 Linker.link(atk_text_get_caret_offset, "atk_text_get_caret_offset", LIBRARY.ATK); 331 Linker.link(atk_text_get_character_at_offset, "atk_text_get_character_at_offset", LIBRARY.ATK); 332 Linker.link(atk_text_get_character_count, "atk_text_get_character_count", LIBRARY.ATK); 333 Linker.link(atk_text_get_character_extents, "atk_text_get_character_extents", LIBRARY.ATK); 334 Linker.link(atk_text_get_default_attributes, "atk_text_get_default_attributes", LIBRARY.ATK); 335 Linker.link(atk_text_get_n_selections, "atk_text_get_n_selections", LIBRARY.ATK); 336 Linker.link(atk_text_get_offset_at_point, "atk_text_get_offset_at_point", LIBRARY.ATK); 337 Linker.link(atk_text_get_range_extents, "atk_text_get_range_extents", LIBRARY.ATK); 338 Linker.link(atk_text_get_run_attributes, "atk_text_get_run_attributes", LIBRARY.ATK); 339 Linker.link(atk_text_get_selection, "atk_text_get_selection", LIBRARY.ATK); 340 Linker.link(atk_text_get_string_at_offset, "atk_text_get_string_at_offset", LIBRARY.ATK); 341 Linker.link(atk_text_get_text, "atk_text_get_text", LIBRARY.ATK); 342 Linker.link(atk_text_get_text_after_offset, "atk_text_get_text_after_offset", LIBRARY.ATK); 343 Linker.link(atk_text_get_text_at_offset, "atk_text_get_text_at_offset", LIBRARY.ATK); 344 Linker.link(atk_text_get_text_before_offset, "atk_text_get_text_before_offset", LIBRARY.ATK); 345 Linker.link(atk_text_remove_selection, "atk_text_remove_selection", LIBRARY.ATK); 346 Linker.link(atk_text_set_caret_offset, "atk_text_set_caret_offset", LIBRARY.ATK); 347 Linker.link(atk_text_set_selection, "atk_text_set_selection", LIBRARY.ATK); 348 Linker.link(atk_attribute_set_free, "atk_attribute_set_free", LIBRARY.ATK); 349 Linker.link(atk_text_attribute_for_name, "atk_text_attribute_for_name", LIBRARY.ATK); 350 Linker.link(atk_text_attribute_get_name, "atk_text_attribute_get_name", LIBRARY.ATK); 351 Linker.link(atk_text_attribute_get_value, "atk_text_attribute_get_value", LIBRARY.ATK); 352 Linker.link(atk_text_attribute_register, "atk_text_attribute_register", LIBRARY.ATK); 353 354 // atk.TextRange 355 356 Linker.link(atk_text_range_get_type, "atk_text_range_get_type", LIBRARY.ATK); 357 358 // atk.Util 359 360 Linker.link(atk_util_get_type, "atk_util_get_type", LIBRARY.ATK); 361 Linker.link(atk_add_focus_tracker, "atk_add_focus_tracker", LIBRARY.ATK); 362 Linker.link(atk_add_global_event_listener, "atk_add_global_event_listener", LIBRARY.ATK); 363 Linker.link(atk_add_key_event_listener, "atk_add_key_event_listener", LIBRARY.ATK); 364 Linker.link(atk_focus_tracker_init, "atk_focus_tracker_init", LIBRARY.ATK); 365 Linker.link(atk_focus_tracker_notify, "atk_focus_tracker_notify", LIBRARY.ATK); 366 Linker.link(atk_get_focus_object, "atk_get_focus_object", LIBRARY.ATK); 367 Linker.link(atk_get_root, "atk_get_root", LIBRARY.ATK); 368 Linker.link(atk_get_toolkit_name, "atk_get_toolkit_name", LIBRARY.ATK); 369 Linker.link(atk_remove_focus_tracker, "atk_remove_focus_tracker", LIBRARY.ATK); 370 Linker.link(atk_remove_global_event_listener, "atk_remove_global_event_listener", LIBRARY.ATK); 371 Linker.link(atk_remove_key_event_listener, "atk_remove_key_event_listener", LIBRARY.ATK); 372 373 // atk.Value 374 375 Linker.link(atk_value_get_type, "atk_value_get_type", LIBRARY.ATK); 376 Linker.link(atk_value_get_current_value, "atk_value_get_current_value", LIBRARY.ATK); 377 Linker.link(atk_value_get_increment, "atk_value_get_increment", LIBRARY.ATK); 378 Linker.link(atk_value_get_maximum_value, "atk_value_get_maximum_value", LIBRARY.ATK); 379 Linker.link(atk_value_get_minimum_increment, "atk_value_get_minimum_increment", LIBRARY.ATK); 380 Linker.link(atk_value_get_minimum_value, "atk_value_get_minimum_value", LIBRARY.ATK); 381 Linker.link(atk_value_get_range, "atk_value_get_range", LIBRARY.ATK); 382 Linker.link(atk_value_get_sub_ranges, "atk_value_get_sub_ranges", LIBRARY.ATK); 383 Linker.link(atk_value_get_value_and_text, "atk_value_get_value_and_text", LIBRARY.ATK); 384 Linker.link(atk_value_set_current_value, "atk_value_set_current_value", LIBRARY.ATK); 385 Linker.link(atk_value_set_value, "atk_value_set_value", LIBRARY.ATK); 386 387 // atk.Window 388 389 Linker.link(atk_window_get_type, "atk_window_get_type", LIBRARY.ATK); 390 391 // atk.Version 392 393 Linker.link(atk_get_binary_age, "atk_get_binary_age", LIBRARY.ATK); 394 Linker.link(atk_get_interface_age, "atk_get_interface_age", LIBRARY.ATK); 395 Linker.link(atk_get_major_version, "atk_get_major_version", LIBRARY.ATK); 396 Linker.link(atk_get_micro_version, "atk_get_micro_version", LIBRARY.ATK); 397 Linker.link(atk_get_minor_version, "atk_get_minor_version", LIBRARY.ATK); 398 Linker.link(atk_get_toolkit_version, "atk_get_toolkit_version", LIBRARY.ATK); 399 Linker.link(atk_get_version, "atk_get_version", LIBRARY.ATK); 400 401 // atk.State 402 403 Linker.link(atk_state_type_for_name, "atk_state_type_for_name", LIBRARY.ATK); 404 Linker.link(atk_state_type_get_name, "atk_state_type_get_name", LIBRARY.ATK); 405 Linker.link(atk_state_type_register, "atk_state_type_register", LIBRARY.ATK); 406 } 407 408 __gshared extern(C) 409 { 410 411 // atk.Action 412 413 GType function() c_atk_action_get_type; 414 int function(AtkAction* action, int i) c_atk_action_do_action; 415 const(char)* function(AtkAction* action, int i) c_atk_action_get_description; 416 const(char)* function(AtkAction* action, int i) c_atk_action_get_keybinding; 417 const(char)* function(AtkAction* action, int i) c_atk_action_get_localized_name; 418 int function(AtkAction* action) c_atk_action_get_n_actions; 419 const(char)* function(AtkAction* action, int i) c_atk_action_get_name; 420 int function(AtkAction* action, int i, const(char)* desc) c_atk_action_set_description; 421 422 // atk.Component 423 424 GType function() c_atk_component_get_type; 425 uint function(AtkComponent* component, AtkFocusHandler handler) c_atk_component_add_focus_handler; 426 int function(AtkComponent* component, int x, int y, AtkCoordType coordType) c_atk_component_contains; 427 double function(AtkComponent* component) c_atk_component_get_alpha; 428 void function(AtkComponent* component, int* x, int* y, int* width, int* height, AtkCoordType coordType) c_atk_component_get_extents; 429 AtkLayer function(AtkComponent* component) c_atk_component_get_layer; 430 int function(AtkComponent* component) c_atk_component_get_mdi_zorder; 431 void function(AtkComponent* component, int* x, int* y, AtkCoordType coordType) c_atk_component_get_position; 432 void function(AtkComponent* component, int* width, int* height) c_atk_component_get_size; 433 int function(AtkComponent* component) c_atk_component_grab_focus; 434 AtkObject* function(AtkComponent* component, int x, int y, AtkCoordType coordType) c_atk_component_ref_accessible_at_point; 435 void function(AtkComponent* component, uint handlerId) c_atk_component_remove_focus_handler; 436 int function(AtkComponent* component, int x, int y, int width, int height, AtkCoordType coordType) c_atk_component_set_extents; 437 int function(AtkComponent* component, int x, int y, AtkCoordType coordType) c_atk_component_set_position; 438 int function(AtkComponent* component, int width, int height) c_atk_component_set_size; 439 440 // atk.Document 441 442 GType function() c_atk_document_get_type; 443 const(char)* function(AtkDocument* document, const(char)* attributeName) c_atk_document_get_attribute_value; 444 AtkAttributeSet* function(AtkDocument* document) c_atk_document_get_attributes; 445 int function(AtkDocument* document) c_atk_document_get_current_page_number; 446 void* function(AtkDocument* document) c_atk_document_get_document; 447 const(char)* function(AtkDocument* document) c_atk_document_get_document_type; 448 const(char)* function(AtkDocument* document) c_atk_document_get_locale; 449 int function(AtkDocument* document) c_atk_document_get_page_count; 450 int function(AtkDocument* document, const(char)* attributeName, const(char)* attributeValue) c_atk_document_set_attribute_value; 451 452 // atk.EditableText 453 454 GType function() c_atk_editable_text_get_type; 455 void function(AtkEditableText* text, int startPos, int endPos) c_atk_editable_text_copy_text; 456 void function(AtkEditableText* text, int startPos, int endPos) c_atk_editable_text_cut_text; 457 void function(AtkEditableText* text, int startPos, int endPos) c_atk_editable_text_delete_text; 458 void function(AtkEditableText* text, const(char)* str, int length, int* position) c_atk_editable_text_insert_text; 459 void function(AtkEditableText* text, int position) c_atk_editable_text_paste_text; 460 int function(AtkEditableText* text, AtkAttributeSet* attribSet, int startOffset, int endOffset) c_atk_editable_text_set_run_attributes; 461 void function(AtkEditableText* text, const(char)* str) c_atk_editable_text_set_text_contents; 462 463 // atk.GObjectAccessible 464 465 GType function() c_atk_gobject_accessible_get_type; 466 AtkObject* function(GObject* obj) c_atk_gobject_accessible_for_object; 467 GObject* function(AtkGObjectAccessible* obj) c_atk_gobject_accessible_get_object; 468 469 // atk.Hyperlink 470 471 GType function() c_atk_hyperlink_get_type; 472 int function(AtkHyperlink* link) c_atk_hyperlink_get_end_index; 473 int function(AtkHyperlink* link) c_atk_hyperlink_get_n_anchors; 474 AtkObject* function(AtkHyperlink* link, int i) c_atk_hyperlink_get_object; 475 int function(AtkHyperlink* link) c_atk_hyperlink_get_start_index; 476 char* function(AtkHyperlink* link, int i) c_atk_hyperlink_get_uri; 477 int function(AtkHyperlink* link) c_atk_hyperlink_is_inline; 478 int function(AtkHyperlink* link) c_atk_hyperlink_is_selected_link; 479 int function(AtkHyperlink* link) c_atk_hyperlink_is_valid; 480 481 // atk.HyperlinkImpl 482 483 GType function() c_atk_hyperlink_impl_get_type; 484 AtkHyperlink* function(AtkHyperlinkImpl* impl) c_atk_hyperlink_impl_get_hyperlink; 485 486 // atk.Hypertext 487 488 GType function() c_atk_hypertext_get_type; 489 AtkHyperlink* function(AtkHypertext* hypertext, int linkIndex) c_atk_hypertext_get_link; 490 int function(AtkHypertext* hypertext, int charIndex) c_atk_hypertext_get_link_index; 491 int function(AtkHypertext* hypertext) c_atk_hypertext_get_n_links; 492 493 // atk.Image 494 495 GType function() c_atk_image_get_type; 496 const(char)* function(AtkImage* image) c_atk_image_get_image_description; 497 const(char)* function(AtkImage* image) c_atk_image_get_image_locale; 498 void function(AtkImage* image, int* x, int* y, AtkCoordType coordType) c_atk_image_get_image_position; 499 void function(AtkImage* image, int* width, int* height) c_atk_image_get_image_size; 500 int function(AtkImage* image, const(char)* description) c_atk_image_set_image_description; 501 502 // atk.Implementor 503 504 AtkObject* function(AtkImplementor* implementor) c_atk_implementor_ref_accessible; 505 GType function() c_atk_implementor_get_type; 506 507 // atk.Misc 508 509 GType function() c_atk_misc_get_type; 510 AtkMisc* function() c_atk_misc_get_instance; 511 void function(AtkMisc* misc) c_atk_misc_threads_enter; 512 void function(AtkMisc* misc) c_atk_misc_threads_leave; 513 514 // atk.NoOpObject 515 516 GType function() c_atk_no_op_object_get_type; 517 AtkObject* function(GObject* obj) c_atk_no_op_object_new; 518 519 // atk.NoOpObjectFactory 520 521 GType function() c_atk_no_op_object_factory_get_type; 522 AtkObjectFactory* function() c_atk_no_op_object_factory_new; 523 524 // atk.ObjectAtk 525 526 GType function() c_atk_object_get_type; 527 int function(AtkObject* object, AtkRelationType relationship, AtkObject* target) c_atk_object_add_relationship; 528 uint function(AtkObject* accessible, AtkPropertyChangeHandler* handler) c_atk_object_connect_property_change_handler; 529 AtkAttributeSet* function(AtkObject* accessible) c_atk_object_get_attributes; 530 const(char)* function(AtkObject* accessible) c_atk_object_get_description; 531 int function(AtkObject* accessible) c_atk_object_get_index_in_parent; 532 AtkLayer function(AtkObject* accessible) c_atk_object_get_layer; 533 int function(AtkObject* accessible) c_atk_object_get_mdi_zorder; 534 int function(AtkObject* accessible) c_atk_object_get_n_accessible_children; 535 const(char)* function(AtkObject* accessible) c_atk_object_get_name; 536 const(char)* function(AtkObject* accessible) c_atk_object_get_object_locale; 537 AtkObject* function(AtkObject* accessible) c_atk_object_get_parent; 538 AtkRole function(AtkObject* accessible) c_atk_object_get_role; 539 void function(AtkObject* accessible, void* data) c_atk_object_initialize; 540 void function(AtkObject* accessible, AtkState state, int value) c_atk_object_notify_state_change; 541 AtkObject* function(AtkObject* accessible) c_atk_object_peek_parent; 542 AtkObject* function(AtkObject* accessible, int i) c_atk_object_ref_accessible_child; 543 AtkRelationSet* function(AtkObject* accessible) c_atk_object_ref_relation_set; 544 AtkStateSet* function(AtkObject* accessible) c_atk_object_ref_state_set; 545 void function(AtkObject* accessible, uint handlerId) c_atk_object_remove_property_change_handler; 546 int function(AtkObject* object, AtkRelationType relationship, AtkObject* target) c_atk_object_remove_relationship; 547 void function(AtkObject* accessible, const(char)* description) c_atk_object_set_description; 548 void function(AtkObject* accessible, const(char)* name) c_atk_object_set_name; 549 void function(AtkObject* accessible, AtkObject* parent) c_atk_object_set_parent; 550 void function(AtkObject* accessible, AtkRole role) c_atk_object_set_role; 551 AtkRole function(const(char)* name) c_atk_role_for_name; 552 const(char)* function(AtkRole role) c_atk_role_get_localized_name; 553 const(char)* function(AtkRole role) c_atk_role_get_name; 554 AtkRole function(const(char)* name) c_atk_role_register; 555 556 // atk.ObjectFactory 557 558 GType function() c_atk_object_factory_get_type; 559 AtkObject* function(AtkObjectFactory* factory, GObject* obj) c_atk_object_factory_create_accessible; 560 GType function(AtkObjectFactory* factory) c_atk_object_factory_get_accessible_type; 561 void function(AtkObjectFactory* factory) c_atk_object_factory_invalidate; 562 563 // atk.Plug 564 565 GType function() c_atk_plug_get_type; 566 AtkObject* function() c_atk_plug_new; 567 char* function(AtkPlug* plug) c_atk_plug_get_id; 568 569 // atk.Range 570 571 GType function() c_atk_range_get_type; 572 AtkRange* function(double lowerLimit, double upperLimit, const(char)* description) c_atk_range_new; 573 AtkRange* function(AtkRange* src) c_atk_range_copy; 574 void function(AtkRange* range) c_atk_range_free; 575 const(char)* function(AtkRange* range) c_atk_range_get_description; 576 double function(AtkRange* range) c_atk_range_get_lower_limit; 577 double function(AtkRange* range) c_atk_range_get_upper_limit; 578 579 // atk.Rectangle 580 581 GType function() c_atk_rectangle_get_type; 582 583 // atk.Registry 584 585 GType function() c_atk_registry_get_type; 586 AtkObjectFactory* function(AtkRegistry* registry, GType type) c_atk_registry_get_factory; 587 GType function(AtkRegistry* registry, GType type) c_atk_registry_get_factory_type; 588 void function(AtkRegistry* registry, GType type, GType factoryType) c_atk_registry_set_factory_type; 589 AtkRegistry* function() c_atk_get_default_registry; 590 591 // atk.Relation 592 593 GType function() c_atk_relation_get_type; 594 AtkRelation* function(AtkObject** targets, int nTargets, AtkRelationType relationship) c_atk_relation_new; 595 void function(AtkRelation* relation, AtkObject* target) c_atk_relation_add_target; 596 AtkRelationType function(AtkRelation* relation) c_atk_relation_get_relation_type; 597 GPtrArray* function(AtkRelation* relation) c_atk_relation_get_target; 598 int function(AtkRelation* relation, AtkObject* target) c_atk_relation_remove_target; 599 AtkRelationType function(const(char)* name) c_atk_relation_type_for_name; 600 const(char)* function(AtkRelationType type) c_atk_relation_type_get_name; 601 AtkRelationType function(const(char)* name) c_atk_relation_type_register; 602 603 // atk.RelationSet 604 605 GType function() c_atk_relation_set_get_type; 606 AtkRelationSet* function() c_atk_relation_set_new; 607 void function(AtkRelationSet* set, AtkRelation* relation) c_atk_relation_set_add; 608 void function(AtkRelationSet* set, AtkRelationType relationship, AtkObject* target) c_atk_relation_set_add_relation_by_type; 609 int function(AtkRelationSet* set, AtkRelationType relationship) c_atk_relation_set_contains; 610 int function(AtkRelationSet* set, AtkRelationType relationship, AtkObject* target) c_atk_relation_set_contains_target; 611 int function(AtkRelationSet* set) c_atk_relation_set_get_n_relations; 612 AtkRelation* function(AtkRelationSet* set, int i) c_atk_relation_set_get_relation; 613 AtkRelation* function(AtkRelationSet* set, AtkRelationType relationship) c_atk_relation_set_get_relation_by_type; 614 void function(AtkRelationSet* set, AtkRelation* relation) c_atk_relation_set_remove; 615 616 // atk.Selection 617 618 GType function() c_atk_selection_get_type; 619 int function(AtkSelection* selection, int i) c_atk_selection_add_selection; 620 int function(AtkSelection* selection) c_atk_selection_clear_selection; 621 int function(AtkSelection* selection) c_atk_selection_get_selection_count; 622 int function(AtkSelection* selection, int i) c_atk_selection_is_child_selected; 623 AtkObject* function(AtkSelection* selection, int i) c_atk_selection_ref_selection; 624 int function(AtkSelection* selection, int i) c_atk_selection_remove_selection; 625 int function(AtkSelection* selection) c_atk_selection_select_all_selection; 626 627 // atk.Socket 628 629 GType function() c_atk_socket_get_type; 630 AtkObject* function() c_atk_socket_new; 631 void function(AtkSocket* obj, char* plugId) c_atk_socket_embed; 632 int function(AtkSocket* obj) c_atk_socket_is_occupied; 633 634 // atk.StateSet 635 636 GType function() c_atk_state_set_get_type; 637 AtkStateSet* function() c_atk_state_set_new; 638 int function(AtkStateSet* set, AtkStateType type) c_atk_state_set_add_state; 639 void function(AtkStateSet* set, AtkStateType* types, int nTypes) c_atk_state_set_add_states; 640 AtkStateSet* function(AtkStateSet* set, AtkStateSet* compareSet) c_atk_state_set_and_sets; 641 void function(AtkStateSet* set) c_atk_state_set_clear_states; 642 int function(AtkStateSet* set, AtkStateType type) c_atk_state_set_contains_state; 643 int function(AtkStateSet* set, AtkStateType* types, int nTypes) c_atk_state_set_contains_states; 644 int function(AtkStateSet* set) c_atk_state_set_is_empty; 645 AtkStateSet* function(AtkStateSet* set, AtkStateSet* compareSet) c_atk_state_set_or_sets; 646 int function(AtkStateSet* set, AtkStateType type) c_atk_state_set_remove_state; 647 AtkStateSet* function(AtkStateSet* set, AtkStateSet* compareSet) c_atk_state_set_xor_sets; 648 649 // atk.StreamableContent 650 651 GType function() c_atk_streamable_content_get_type; 652 const(char)* function(AtkStreamableContent* streamable, int i) c_atk_streamable_content_get_mime_type; 653 int function(AtkStreamableContent* streamable) c_atk_streamable_content_get_n_mime_types; 654 GIOChannel* function(AtkStreamableContent* streamable, const(char)* mimeType) c_atk_streamable_content_get_stream; 655 const(char)* function(AtkStreamableContent* streamable, const(char)* mimeType) c_atk_streamable_content_get_uri; 656 657 // atk.Table 658 659 GType function() c_atk_table_get_type; 660 int function(AtkTable* table, int column) c_atk_table_add_column_selection; 661 int function(AtkTable* table, int row) c_atk_table_add_row_selection; 662 AtkObject* function(AtkTable* table) c_atk_table_get_caption; 663 int function(AtkTable* table, int index) c_atk_table_get_column_at_index; 664 const(char)* function(AtkTable* table, int column) c_atk_table_get_column_description; 665 int function(AtkTable* table, int row, int column) c_atk_table_get_column_extent_at; 666 AtkObject* function(AtkTable* table, int column) c_atk_table_get_column_header; 667 int function(AtkTable* table, int row, int column) c_atk_table_get_index_at; 668 int function(AtkTable* table) c_atk_table_get_n_columns; 669 int function(AtkTable* table) c_atk_table_get_n_rows; 670 int function(AtkTable* table, int index) c_atk_table_get_row_at_index; 671 const(char)* function(AtkTable* table, int row) c_atk_table_get_row_description; 672 int function(AtkTable* table, int row, int column) c_atk_table_get_row_extent_at; 673 AtkObject* function(AtkTable* table, int row) c_atk_table_get_row_header; 674 int function(AtkTable* table, int** selected) c_atk_table_get_selected_columns; 675 int function(AtkTable* table, int** selected) c_atk_table_get_selected_rows; 676 AtkObject* function(AtkTable* table) c_atk_table_get_summary; 677 int function(AtkTable* table, int column) c_atk_table_is_column_selected; 678 int function(AtkTable* table, int row) c_atk_table_is_row_selected; 679 int function(AtkTable* table, int row, int column) c_atk_table_is_selected; 680 AtkObject* function(AtkTable* table, int row, int column) c_atk_table_ref_at; 681 int function(AtkTable* table, int column) c_atk_table_remove_column_selection; 682 int function(AtkTable* table, int row) c_atk_table_remove_row_selection; 683 void function(AtkTable* table, AtkObject* caption) c_atk_table_set_caption; 684 void function(AtkTable* table, int column, const(char)* description) c_atk_table_set_column_description; 685 void function(AtkTable* table, int column, AtkObject* header) c_atk_table_set_column_header; 686 void function(AtkTable* table, int row, const(char)* description) c_atk_table_set_row_description; 687 void function(AtkTable* table, int row, AtkObject* header) c_atk_table_set_row_header; 688 void function(AtkTable* table, AtkObject* accessible) c_atk_table_set_summary; 689 690 // atk.TableCell 691 692 GType function() c_atk_table_cell_get_type; 693 GPtrArray* function(AtkTableCell* cell) c_atk_table_cell_get_column_header_cells; 694 int function(AtkTableCell* cell) c_atk_table_cell_get_column_span; 695 int function(AtkTableCell* cell, int* row, int* column) c_atk_table_cell_get_position; 696 int function(AtkTableCell* cell, int* row, int* column, int* rowSpan, int* columnSpan) c_atk_table_cell_get_row_column_span; 697 GPtrArray* function(AtkTableCell* cell) c_atk_table_cell_get_row_header_cells; 698 int function(AtkTableCell* cell) c_atk_table_cell_get_row_span; 699 AtkObject* function(AtkTableCell* cell) c_atk_table_cell_get_table; 700 701 // atk.Text 702 703 GType function() c_atk_text_get_type; 704 void function(AtkTextRange** ranges) c_atk_text_free_ranges; 705 int function(AtkText* text, int startOffset, int endOffset) c_atk_text_add_selection; 706 AtkTextRange** function(AtkText* text, AtkTextRectangle* rect, AtkCoordType coordType, AtkTextClipType xClipType, AtkTextClipType yClipType) c_atk_text_get_bounded_ranges; 707 int function(AtkText* text) c_atk_text_get_caret_offset; 708 dchar function(AtkText* text, int offset) c_atk_text_get_character_at_offset; 709 int function(AtkText* text) c_atk_text_get_character_count; 710 void function(AtkText* text, int offset, int* x, int* y, int* width, int* height, AtkCoordType coords) c_atk_text_get_character_extents; 711 AtkAttributeSet* function(AtkText* text) c_atk_text_get_default_attributes; 712 int function(AtkText* text) c_atk_text_get_n_selections; 713 int function(AtkText* text, int x, int y, AtkCoordType coords) c_atk_text_get_offset_at_point; 714 void function(AtkText* text, int startOffset, int endOffset, AtkCoordType coordType, AtkTextRectangle* rect) c_atk_text_get_range_extents; 715 AtkAttributeSet* function(AtkText* text, int offset, int* startOffset, int* endOffset) c_atk_text_get_run_attributes; 716 char* function(AtkText* text, int selectionNum, int* startOffset, int* endOffset) c_atk_text_get_selection; 717 char* function(AtkText* text, int offset, AtkTextGranularity granularity, int* startOffset, int* endOffset) c_atk_text_get_string_at_offset; 718 char* function(AtkText* text, int startOffset, int endOffset) c_atk_text_get_text; 719 char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) c_atk_text_get_text_after_offset; 720 char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) c_atk_text_get_text_at_offset; 721 char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) c_atk_text_get_text_before_offset; 722 int function(AtkText* text, int selectionNum) c_atk_text_remove_selection; 723 int function(AtkText* text, int offset) c_atk_text_set_caret_offset; 724 int function(AtkText* text, int selectionNum, int startOffset, int endOffset) c_atk_text_set_selection; 725 void function(AtkAttributeSet* attribSet) c_atk_attribute_set_free; 726 AtkTextAttribute function(const(char)* name) c_atk_text_attribute_for_name; 727 const(char)* function(AtkTextAttribute attr) c_atk_text_attribute_get_name; 728 const(char)* function(AtkTextAttribute attr, int index) c_atk_text_attribute_get_value; 729 AtkTextAttribute function(const(char)* name) c_atk_text_attribute_register; 730 731 // atk.TextRange 732 733 GType function() c_atk_text_range_get_type; 734 735 // atk.Util 736 737 GType function() c_atk_util_get_type; 738 uint function(AtkEventListener focusTracker) c_atk_add_focus_tracker; 739 uint function(GSignalEmissionHook listener, const(char)* eventType) c_atk_add_global_event_listener; 740 uint function(AtkKeySnoopFunc listener, void* data) c_atk_add_key_event_listener; 741 void function(AtkEventListenerInit init) c_atk_focus_tracker_init; 742 void function(AtkObject* object) c_atk_focus_tracker_notify; 743 AtkObject* function() c_atk_get_focus_object; 744 AtkObject* function() c_atk_get_root; 745 const(char)* function() c_atk_get_toolkit_name; 746 void function(uint trackerId) c_atk_remove_focus_tracker; 747 void function(uint listenerId) c_atk_remove_global_event_listener; 748 void function(uint listenerId) c_atk_remove_key_event_listener; 749 750 // atk.Value 751 752 GType function() c_atk_value_get_type; 753 void function(AtkValue* obj, GValue* value) c_atk_value_get_current_value; 754 double function(AtkValue* obj) c_atk_value_get_increment; 755 void function(AtkValue* obj, GValue* value) c_atk_value_get_maximum_value; 756 void function(AtkValue* obj, GValue* value) c_atk_value_get_minimum_increment; 757 void function(AtkValue* obj, GValue* value) c_atk_value_get_minimum_value; 758 AtkRange* function(AtkValue* obj) c_atk_value_get_range; 759 GSList* function(AtkValue* obj) c_atk_value_get_sub_ranges; 760 void function(AtkValue* obj, double* value, char** text) c_atk_value_get_value_and_text; 761 int function(AtkValue* obj, GValue* value) c_atk_value_set_current_value; 762 void function(AtkValue* obj, double newValue) c_atk_value_set_value; 763 764 // atk.Window 765 766 GType function() c_atk_window_get_type; 767 768 // atk.Version 769 770 uint function() c_atk_get_binary_age; 771 uint function() c_atk_get_interface_age; 772 uint function() c_atk_get_major_version; 773 uint function() c_atk_get_micro_version; 774 uint function() c_atk_get_minor_version; 775 const(char)* function() c_atk_get_toolkit_version; 776 const(char)* function() c_atk_get_version; 777 778 // atk.State 779 780 AtkStateType function(const(char)* name) c_atk_state_type_for_name; 781 const(char)* function(AtkStateType type) c_atk_state_type_get_name; 782 AtkStateType function(const(char)* name) c_atk_state_type_register; 783 } 784 785 786 // atk.Action 787 788 alias c_atk_action_get_type atk_action_get_type; 789 alias c_atk_action_do_action atk_action_do_action; 790 alias c_atk_action_get_description atk_action_get_description; 791 alias c_atk_action_get_keybinding atk_action_get_keybinding; 792 alias c_atk_action_get_localized_name atk_action_get_localized_name; 793 alias c_atk_action_get_n_actions atk_action_get_n_actions; 794 alias c_atk_action_get_name atk_action_get_name; 795 alias c_atk_action_set_description atk_action_set_description; 796 797 // atk.Component 798 799 alias c_atk_component_get_type atk_component_get_type; 800 alias c_atk_component_add_focus_handler atk_component_add_focus_handler; 801 alias c_atk_component_contains atk_component_contains; 802 alias c_atk_component_get_alpha atk_component_get_alpha; 803 alias c_atk_component_get_extents atk_component_get_extents; 804 alias c_atk_component_get_layer atk_component_get_layer; 805 alias c_atk_component_get_mdi_zorder atk_component_get_mdi_zorder; 806 alias c_atk_component_get_position atk_component_get_position; 807 alias c_atk_component_get_size atk_component_get_size; 808 alias c_atk_component_grab_focus atk_component_grab_focus; 809 alias c_atk_component_ref_accessible_at_point atk_component_ref_accessible_at_point; 810 alias c_atk_component_remove_focus_handler atk_component_remove_focus_handler; 811 alias c_atk_component_set_extents atk_component_set_extents; 812 alias c_atk_component_set_position atk_component_set_position; 813 alias c_atk_component_set_size atk_component_set_size; 814 815 // atk.Document 816 817 alias c_atk_document_get_type atk_document_get_type; 818 alias c_atk_document_get_attribute_value atk_document_get_attribute_value; 819 alias c_atk_document_get_attributes atk_document_get_attributes; 820 alias c_atk_document_get_current_page_number atk_document_get_current_page_number; 821 alias c_atk_document_get_document atk_document_get_document; 822 alias c_atk_document_get_document_type atk_document_get_document_type; 823 alias c_atk_document_get_locale atk_document_get_locale; 824 alias c_atk_document_get_page_count atk_document_get_page_count; 825 alias c_atk_document_set_attribute_value atk_document_set_attribute_value; 826 827 // atk.EditableText 828 829 alias c_atk_editable_text_get_type atk_editable_text_get_type; 830 alias c_atk_editable_text_copy_text atk_editable_text_copy_text; 831 alias c_atk_editable_text_cut_text atk_editable_text_cut_text; 832 alias c_atk_editable_text_delete_text atk_editable_text_delete_text; 833 alias c_atk_editable_text_insert_text atk_editable_text_insert_text; 834 alias c_atk_editable_text_paste_text atk_editable_text_paste_text; 835 alias c_atk_editable_text_set_run_attributes atk_editable_text_set_run_attributes; 836 alias c_atk_editable_text_set_text_contents atk_editable_text_set_text_contents; 837 838 // atk.GObjectAccessible 839 840 alias c_atk_gobject_accessible_get_type atk_gobject_accessible_get_type; 841 alias c_atk_gobject_accessible_for_object atk_gobject_accessible_for_object; 842 alias c_atk_gobject_accessible_get_object atk_gobject_accessible_get_object; 843 844 // atk.Hyperlink 845 846 alias c_atk_hyperlink_get_type atk_hyperlink_get_type; 847 alias c_atk_hyperlink_get_end_index atk_hyperlink_get_end_index; 848 alias c_atk_hyperlink_get_n_anchors atk_hyperlink_get_n_anchors; 849 alias c_atk_hyperlink_get_object atk_hyperlink_get_object; 850 alias c_atk_hyperlink_get_start_index atk_hyperlink_get_start_index; 851 alias c_atk_hyperlink_get_uri atk_hyperlink_get_uri; 852 alias c_atk_hyperlink_is_inline atk_hyperlink_is_inline; 853 alias c_atk_hyperlink_is_selected_link atk_hyperlink_is_selected_link; 854 alias c_atk_hyperlink_is_valid atk_hyperlink_is_valid; 855 856 // atk.HyperlinkImpl 857 858 alias c_atk_hyperlink_impl_get_type atk_hyperlink_impl_get_type; 859 alias c_atk_hyperlink_impl_get_hyperlink atk_hyperlink_impl_get_hyperlink; 860 861 // atk.Hypertext 862 863 alias c_atk_hypertext_get_type atk_hypertext_get_type; 864 alias c_atk_hypertext_get_link atk_hypertext_get_link; 865 alias c_atk_hypertext_get_link_index atk_hypertext_get_link_index; 866 alias c_atk_hypertext_get_n_links atk_hypertext_get_n_links; 867 868 // atk.Image 869 870 alias c_atk_image_get_type atk_image_get_type; 871 alias c_atk_image_get_image_description atk_image_get_image_description; 872 alias c_atk_image_get_image_locale atk_image_get_image_locale; 873 alias c_atk_image_get_image_position atk_image_get_image_position; 874 alias c_atk_image_get_image_size atk_image_get_image_size; 875 alias c_atk_image_set_image_description atk_image_set_image_description; 876 877 // atk.Implementor 878 879 alias c_atk_implementor_ref_accessible atk_implementor_ref_accessible; 880 alias c_atk_implementor_get_type atk_implementor_get_type; 881 882 // atk.Misc 883 884 alias c_atk_misc_get_type atk_misc_get_type; 885 alias c_atk_misc_get_instance atk_misc_get_instance; 886 alias c_atk_misc_threads_enter atk_misc_threads_enter; 887 alias c_atk_misc_threads_leave atk_misc_threads_leave; 888 889 // atk.NoOpObject 890 891 alias c_atk_no_op_object_get_type atk_no_op_object_get_type; 892 alias c_atk_no_op_object_new atk_no_op_object_new; 893 894 // atk.NoOpObjectFactory 895 896 alias c_atk_no_op_object_factory_get_type atk_no_op_object_factory_get_type; 897 alias c_atk_no_op_object_factory_new atk_no_op_object_factory_new; 898 899 // atk.ObjectAtk 900 901 alias c_atk_object_get_type atk_object_get_type; 902 alias c_atk_object_add_relationship atk_object_add_relationship; 903 alias c_atk_object_connect_property_change_handler atk_object_connect_property_change_handler; 904 alias c_atk_object_get_attributes atk_object_get_attributes; 905 alias c_atk_object_get_description atk_object_get_description; 906 alias c_atk_object_get_index_in_parent atk_object_get_index_in_parent; 907 alias c_atk_object_get_layer atk_object_get_layer; 908 alias c_atk_object_get_mdi_zorder atk_object_get_mdi_zorder; 909 alias c_atk_object_get_n_accessible_children atk_object_get_n_accessible_children; 910 alias c_atk_object_get_name atk_object_get_name; 911 alias c_atk_object_get_object_locale atk_object_get_object_locale; 912 alias c_atk_object_get_parent atk_object_get_parent; 913 alias c_atk_object_get_role atk_object_get_role; 914 alias c_atk_object_initialize atk_object_initialize; 915 alias c_atk_object_notify_state_change atk_object_notify_state_change; 916 alias c_atk_object_peek_parent atk_object_peek_parent; 917 alias c_atk_object_ref_accessible_child atk_object_ref_accessible_child; 918 alias c_atk_object_ref_relation_set atk_object_ref_relation_set; 919 alias c_atk_object_ref_state_set atk_object_ref_state_set; 920 alias c_atk_object_remove_property_change_handler atk_object_remove_property_change_handler; 921 alias c_atk_object_remove_relationship atk_object_remove_relationship; 922 alias c_atk_object_set_description atk_object_set_description; 923 alias c_atk_object_set_name atk_object_set_name; 924 alias c_atk_object_set_parent atk_object_set_parent; 925 alias c_atk_object_set_role atk_object_set_role; 926 alias c_atk_role_for_name atk_role_for_name; 927 alias c_atk_role_get_localized_name atk_role_get_localized_name; 928 alias c_atk_role_get_name atk_role_get_name; 929 alias c_atk_role_register atk_role_register; 930 931 // atk.ObjectFactory 932 933 alias c_atk_object_factory_get_type atk_object_factory_get_type; 934 alias c_atk_object_factory_create_accessible atk_object_factory_create_accessible; 935 alias c_atk_object_factory_get_accessible_type atk_object_factory_get_accessible_type; 936 alias c_atk_object_factory_invalidate atk_object_factory_invalidate; 937 938 // atk.Plug 939 940 alias c_atk_plug_get_type atk_plug_get_type; 941 alias c_atk_plug_new atk_plug_new; 942 alias c_atk_plug_get_id atk_plug_get_id; 943 944 // atk.Range 945 946 alias c_atk_range_get_type atk_range_get_type; 947 alias c_atk_range_new atk_range_new; 948 alias c_atk_range_copy atk_range_copy; 949 alias c_atk_range_free atk_range_free; 950 alias c_atk_range_get_description atk_range_get_description; 951 alias c_atk_range_get_lower_limit atk_range_get_lower_limit; 952 alias c_atk_range_get_upper_limit atk_range_get_upper_limit; 953 954 // atk.Rectangle 955 956 alias c_atk_rectangle_get_type atk_rectangle_get_type; 957 958 // atk.Registry 959 960 alias c_atk_registry_get_type atk_registry_get_type; 961 alias c_atk_registry_get_factory atk_registry_get_factory; 962 alias c_atk_registry_get_factory_type atk_registry_get_factory_type; 963 alias c_atk_registry_set_factory_type atk_registry_set_factory_type; 964 alias c_atk_get_default_registry atk_get_default_registry; 965 966 // atk.Relation 967 968 alias c_atk_relation_get_type atk_relation_get_type; 969 alias c_atk_relation_new atk_relation_new; 970 alias c_atk_relation_add_target atk_relation_add_target; 971 alias c_atk_relation_get_relation_type atk_relation_get_relation_type; 972 alias c_atk_relation_get_target atk_relation_get_target; 973 alias c_atk_relation_remove_target atk_relation_remove_target; 974 alias c_atk_relation_type_for_name atk_relation_type_for_name; 975 alias c_atk_relation_type_get_name atk_relation_type_get_name; 976 alias c_atk_relation_type_register atk_relation_type_register; 977 978 // atk.RelationSet 979 980 alias c_atk_relation_set_get_type atk_relation_set_get_type; 981 alias c_atk_relation_set_new atk_relation_set_new; 982 alias c_atk_relation_set_add atk_relation_set_add; 983 alias c_atk_relation_set_add_relation_by_type atk_relation_set_add_relation_by_type; 984 alias c_atk_relation_set_contains atk_relation_set_contains; 985 alias c_atk_relation_set_contains_target atk_relation_set_contains_target; 986 alias c_atk_relation_set_get_n_relations atk_relation_set_get_n_relations; 987 alias c_atk_relation_set_get_relation atk_relation_set_get_relation; 988 alias c_atk_relation_set_get_relation_by_type atk_relation_set_get_relation_by_type; 989 alias c_atk_relation_set_remove atk_relation_set_remove; 990 991 // atk.Selection 992 993 alias c_atk_selection_get_type atk_selection_get_type; 994 alias c_atk_selection_add_selection atk_selection_add_selection; 995 alias c_atk_selection_clear_selection atk_selection_clear_selection; 996 alias c_atk_selection_get_selection_count atk_selection_get_selection_count; 997 alias c_atk_selection_is_child_selected atk_selection_is_child_selected; 998 alias c_atk_selection_ref_selection atk_selection_ref_selection; 999 alias c_atk_selection_remove_selection atk_selection_remove_selection; 1000 alias c_atk_selection_select_all_selection atk_selection_select_all_selection; 1001 1002 // atk.Socket 1003 1004 alias c_atk_socket_get_type atk_socket_get_type; 1005 alias c_atk_socket_new atk_socket_new; 1006 alias c_atk_socket_embed atk_socket_embed; 1007 alias c_atk_socket_is_occupied atk_socket_is_occupied; 1008 1009 // atk.StateSet 1010 1011 alias c_atk_state_set_get_type atk_state_set_get_type; 1012 alias c_atk_state_set_new atk_state_set_new; 1013 alias c_atk_state_set_add_state atk_state_set_add_state; 1014 alias c_atk_state_set_add_states atk_state_set_add_states; 1015 alias c_atk_state_set_and_sets atk_state_set_and_sets; 1016 alias c_atk_state_set_clear_states atk_state_set_clear_states; 1017 alias c_atk_state_set_contains_state atk_state_set_contains_state; 1018 alias c_atk_state_set_contains_states atk_state_set_contains_states; 1019 alias c_atk_state_set_is_empty atk_state_set_is_empty; 1020 alias c_atk_state_set_or_sets atk_state_set_or_sets; 1021 alias c_atk_state_set_remove_state atk_state_set_remove_state; 1022 alias c_atk_state_set_xor_sets atk_state_set_xor_sets; 1023 1024 // atk.StreamableContent 1025 1026 alias c_atk_streamable_content_get_type atk_streamable_content_get_type; 1027 alias c_atk_streamable_content_get_mime_type atk_streamable_content_get_mime_type; 1028 alias c_atk_streamable_content_get_n_mime_types atk_streamable_content_get_n_mime_types; 1029 alias c_atk_streamable_content_get_stream atk_streamable_content_get_stream; 1030 alias c_atk_streamable_content_get_uri atk_streamable_content_get_uri; 1031 1032 // atk.Table 1033 1034 alias c_atk_table_get_type atk_table_get_type; 1035 alias c_atk_table_add_column_selection atk_table_add_column_selection; 1036 alias c_atk_table_add_row_selection atk_table_add_row_selection; 1037 alias c_atk_table_get_caption atk_table_get_caption; 1038 alias c_atk_table_get_column_at_index atk_table_get_column_at_index; 1039 alias c_atk_table_get_column_description atk_table_get_column_description; 1040 alias c_atk_table_get_column_extent_at atk_table_get_column_extent_at; 1041 alias c_atk_table_get_column_header atk_table_get_column_header; 1042 alias c_atk_table_get_index_at atk_table_get_index_at; 1043 alias c_atk_table_get_n_columns atk_table_get_n_columns; 1044 alias c_atk_table_get_n_rows atk_table_get_n_rows; 1045 alias c_atk_table_get_row_at_index atk_table_get_row_at_index; 1046 alias c_atk_table_get_row_description atk_table_get_row_description; 1047 alias c_atk_table_get_row_extent_at atk_table_get_row_extent_at; 1048 alias c_atk_table_get_row_header atk_table_get_row_header; 1049 alias c_atk_table_get_selected_columns atk_table_get_selected_columns; 1050 alias c_atk_table_get_selected_rows atk_table_get_selected_rows; 1051 alias c_atk_table_get_summary atk_table_get_summary; 1052 alias c_atk_table_is_column_selected atk_table_is_column_selected; 1053 alias c_atk_table_is_row_selected atk_table_is_row_selected; 1054 alias c_atk_table_is_selected atk_table_is_selected; 1055 alias c_atk_table_ref_at atk_table_ref_at; 1056 alias c_atk_table_remove_column_selection atk_table_remove_column_selection; 1057 alias c_atk_table_remove_row_selection atk_table_remove_row_selection; 1058 alias c_atk_table_set_caption atk_table_set_caption; 1059 alias c_atk_table_set_column_description atk_table_set_column_description; 1060 alias c_atk_table_set_column_header atk_table_set_column_header; 1061 alias c_atk_table_set_row_description atk_table_set_row_description; 1062 alias c_atk_table_set_row_header atk_table_set_row_header; 1063 alias c_atk_table_set_summary atk_table_set_summary; 1064 1065 // atk.TableCell 1066 1067 alias c_atk_table_cell_get_type atk_table_cell_get_type; 1068 alias c_atk_table_cell_get_column_header_cells atk_table_cell_get_column_header_cells; 1069 alias c_atk_table_cell_get_column_span atk_table_cell_get_column_span; 1070 alias c_atk_table_cell_get_position atk_table_cell_get_position; 1071 alias c_atk_table_cell_get_row_column_span atk_table_cell_get_row_column_span; 1072 alias c_atk_table_cell_get_row_header_cells atk_table_cell_get_row_header_cells; 1073 alias c_atk_table_cell_get_row_span atk_table_cell_get_row_span; 1074 alias c_atk_table_cell_get_table atk_table_cell_get_table; 1075 1076 // atk.Text 1077 1078 alias c_atk_text_get_type atk_text_get_type; 1079 alias c_atk_text_free_ranges atk_text_free_ranges; 1080 alias c_atk_text_add_selection atk_text_add_selection; 1081 alias c_atk_text_get_bounded_ranges atk_text_get_bounded_ranges; 1082 alias c_atk_text_get_caret_offset atk_text_get_caret_offset; 1083 alias c_atk_text_get_character_at_offset atk_text_get_character_at_offset; 1084 alias c_atk_text_get_character_count atk_text_get_character_count; 1085 alias c_atk_text_get_character_extents atk_text_get_character_extents; 1086 alias c_atk_text_get_default_attributes atk_text_get_default_attributes; 1087 alias c_atk_text_get_n_selections atk_text_get_n_selections; 1088 alias c_atk_text_get_offset_at_point atk_text_get_offset_at_point; 1089 alias c_atk_text_get_range_extents atk_text_get_range_extents; 1090 alias c_atk_text_get_run_attributes atk_text_get_run_attributes; 1091 alias c_atk_text_get_selection atk_text_get_selection; 1092 alias c_atk_text_get_string_at_offset atk_text_get_string_at_offset; 1093 alias c_atk_text_get_text atk_text_get_text; 1094 alias c_atk_text_get_text_after_offset atk_text_get_text_after_offset; 1095 alias c_atk_text_get_text_at_offset atk_text_get_text_at_offset; 1096 alias c_atk_text_get_text_before_offset atk_text_get_text_before_offset; 1097 alias c_atk_text_remove_selection atk_text_remove_selection; 1098 alias c_atk_text_set_caret_offset atk_text_set_caret_offset; 1099 alias c_atk_text_set_selection atk_text_set_selection; 1100 alias c_atk_attribute_set_free atk_attribute_set_free; 1101 alias c_atk_text_attribute_for_name atk_text_attribute_for_name; 1102 alias c_atk_text_attribute_get_name atk_text_attribute_get_name; 1103 alias c_atk_text_attribute_get_value atk_text_attribute_get_value; 1104 alias c_atk_text_attribute_register atk_text_attribute_register; 1105 1106 // atk.TextRange 1107 1108 alias c_atk_text_range_get_type atk_text_range_get_type; 1109 1110 // atk.Util 1111 1112 alias c_atk_util_get_type atk_util_get_type; 1113 alias c_atk_add_focus_tracker atk_add_focus_tracker; 1114 alias c_atk_add_global_event_listener atk_add_global_event_listener; 1115 alias c_atk_add_key_event_listener atk_add_key_event_listener; 1116 alias c_atk_focus_tracker_init atk_focus_tracker_init; 1117 alias c_atk_focus_tracker_notify atk_focus_tracker_notify; 1118 alias c_atk_get_focus_object atk_get_focus_object; 1119 alias c_atk_get_root atk_get_root; 1120 alias c_atk_get_toolkit_name atk_get_toolkit_name; 1121 alias c_atk_remove_focus_tracker atk_remove_focus_tracker; 1122 alias c_atk_remove_global_event_listener atk_remove_global_event_listener; 1123 alias c_atk_remove_key_event_listener atk_remove_key_event_listener; 1124 1125 // atk.Value 1126 1127 alias c_atk_value_get_type atk_value_get_type; 1128 alias c_atk_value_get_current_value atk_value_get_current_value; 1129 alias c_atk_value_get_increment atk_value_get_increment; 1130 alias c_atk_value_get_maximum_value atk_value_get_maximum_value; 1131 alias c_atk_value_get_minimum_increment atk_value_get_minimum_increment; 1132 alias c_atk_value_get_minimum_value atk_value_get_minimum_value; 1133 alias c_atk_value_get_range atk_value_get_range; 1134 alias c_atk_value_get_sub_ranges atk_value_get_sub_ranges; 1135 alias c_atk_value_get_value_and_text atk_value_get_value_and_text; 1136 alias c_atk_value_set_current_value atk_value_set_current_value; 1137 alias c_atk_value_set_value atk_value_set_value; 1138 1139 // atk.Window 1140 1141 alias c_atk_window_get_type atk_window_get_type; 1142 1143 // atk.Version 1144 1145 alias c_atk_get_binary_age atk_get_binary_age; 1146 alias c_atk_get_interface_age atk_get_interface_age; 1147 alias c_atk_get_major_version atk_get_major_version; 1148 alias c_atk_get_micro_version atk_get_micro_version; 1149 alias c_atk_get_minor_version atk_get_minor_version; 1150 alias c_atk_get_toolkit_version atk_get_toolkit_version; 1151 alias c_atk_get_version atk_get_version; 1152 1153 // atk.State 1154 1155 alias c_atk_state_type_for_name atk_state_type_for_name; 1156 alias c_atk_state_type_get_name atk_state_type_get_name; 1157 alias c_atk_state_type_register atk_state_type_register;