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.gtk; 26 27 private import std.stdio; 28 private import gtkc.gtktypes; 29 private import gtkc.Loader; 30 private import gtkc.paths; 31 32 shared static this() 33 { 34 // gtk.Main 35 36 Linker.link(gtk_disable_setlocale, "gtk_disable_setlocale", LIBRARY.GTK); 37 Linker.link(gtk_get_default_language, "gtk_get_default_language", LIBRARY.GTK); 38 Linker.link(gtk_parse_args, "gtk_parse_args", LIBRARY.GTK); 39 Linker.link(gtk_init, "gtk_init", LIBRARY.GTK); 40 Linker.link(gtk_init_check, "gtk_init_check", LIBRARY.GTK); 41 Linker.link(gtk_init_with_args, "gtk_init_with_args", LIBRARY.GTK); 42 Linker.link(gtk_get_option_group, "gtk_get_option_group", LIBRARY.GTK); 43 Linker.link(gtk_events_pending, "gtk_events_pending", LIBRARY.GTK); 44 Linker.link(gtk_main, "gtk_main", LIBRARY.GTK); 45 Linker.link(gtk_main_level, "gtk_main_level", LIBRARY.GTK); 46 Linker.link(gtk_main_quit, "gtk_main_quit", LIBRARY.GTK); 47 Linker.link(gtk_main_iteration, "gtk_main_iteration", LIBRARY.GTK); 48 Linker.link(gtk_main_iteration_do, "gtk_main_iteration_do", LIBRARY.GTK); 49 Linker.link(gtk_main_do_event, "gtk_main_do_event", LIBRARY.GTK); 50 Linker.link(gtk_grab_add, "gtk_grab_add", LIBRARY.GTK); 51 Linker.link(gtk_grab_get_current, "gtk_grab_get_current", LIBRARY.GTK); 52 Linker.link(gtk_grab_remove, "gtk_grab_remove", LIBRARY.GTK); 53 Linker.link(gtk_device_grab_add, "gtk_device_grab_add", LIBRARY.GTK); 54 Linker.link(gtk_device_grab_remove, "gtk_device_grab_remove", LIBRARY.GTK); 55 Linker.link(gtk_key_snooper_install, "gtk_key_snooper_install", LIBRARY.GTK); 56 Linker.link(gtk_key_snooper_remove, "gtk_key_snooper_remove", LIBRARY.GTK); 57 Linker.link(gtk_get_current_event, "gtk_get_current_event", LIBRARY.GTK); 58 Linker.link(gtk_get_current_event_time, "gtk_get_current_event_time", LIBRARY.GTK); 59 Linker.link(gtk_get_current_event_state, "gtk_get_current_event_state", LIBRARY.GTK); 60 Linker.link(gtk_get_current_event_device, "gtk_get_current_event_device", LIBRARY.GTK); 61 Linker.link(gtk_get_event_widget, "gtk_get_event_widget", LIBRARY.GTK); 62 Linker.link(gtk_propagate_event, "gtk_propagate_event", LIBRARY.GTK); 63 64 // gtk.Version 65 66 Linker.link(gtk_get_major_version, "gtk_get_major_version", LIBRARY.GTK); 67 Linker.link(gtk_get_minor_version, "gtk_get_minor_version", LIBRARY.GTK); 68 Linker.link(gtk_get_micro_version, "gtk_get_micro_version", LIBRARY.GTK); 69 Linker.link(gtk_get_binary_age, "gtk_get_binary_age", LIBRARY.GTK); 70 Linker.link(gtk_get_interface_age, "gtk_get_interface_age", LIBRARY.GTK); 71 Linker.link(gtk_check_version, "gtk_check_version", LIBRARY.GTK); 72 73 // gtk.AccelGroup 74 75 Linker.link(gtk_accel_group_new, "gtk_accel_group_new", LIBRARY.GTK); 76 Linker.link(gtk_accel_group_connect, "gtk_accel_group_connect", LIBRARY.GTK); 77 Linker.link(gtk_accel_group_connect_by_path, "gtk_accel_group_connect_by_path", LIBRARY.GTK); 78 Linker.link(gtk_accel_group_disconnect, "gtk_accel_group_disconnect", LIBRARY.GTK); 79 Linker.link(gtk_accel_group_disconnect_key, "gtk_accel_group_disconnect_key", LIBRARY.GTK); 80 Linker.link(gtk_accel_group_activate, "gtk_accel_group_activate", LIBRARY.GTK); 81 Linker.link(gtk_accel_group_lock, "gtk_accel_group_lock", LIBRARY.GTK); 82 Linker.link(gtk_accel_group_unlock, "gtk_accel_group_unlock", LIBRARY.GTK); 83 Linker.link(gtk_accel_group_get_is_locked, "gtk_accel_group_get_is_locked", LIBRARY.GTK); 84 Linker.link(gtk_accel_group_from_accel_closure, "gtk_accel_group_from_accel_closure", LIBRARY.GTK); 85 Linker.link(gtk_accel_group_get_modifier_mask, "gtk_accel_group_get_modifier_mask", LIBRARY.GTK); 86 Linker.link(gtk_accel_groups_activate, "gtk_accel_groups_activate", LIBRARY.GTK); 87 Linker.link(gtk_accel_groups_from_object, "gtk_accel_groups_from_object", LIBRARY.GTK); 88 Linker.link(gtk_accel_group_find, "gtk_accel_group_find", LIBRARY.GTK); 89 Linker.link(gtk_accelerator_valid, "gtk_accelerator_valid", LIBRARY.GTK); 90 Linker.link(gtk_accelerator_parse, "gtk_accelerator_parse", LIBRARY.GTK); 91 Linker.link(gtk_accelerator_name, "gtk_accelerator_name", LIBRARY.GTK); 92 Linker.link(gtk_accelerator_get_label, "gtk_accelerator_get_label", LIBRARY.GTK); 93 Linker.link(gtk_accelerator_parse_with_keycode, "gtk_accelerator_parse_with_keycode", LIBRARY.GTK); 94 Linker.link(gtk_accelerator_name_with_keycode, "gtk_accelerator_name_with_keycode", LIBRARY.GTK); 95 Linker.link(gtk_accelerator_get_label_with_keycode, "gtk_accelerator_get_label_with_keycode", LIBRARY.GTK); 96 Linker.link(gtk_accelerator_set_default_mod_mask, "gtk_accelerator_set_default_mod_mask", LIBRARY.GTK); 97 Linker.link(gtk_accelerator_get_default_mod_mask, "gtk_accelerator_get_default_mod_mask", LIBRARY.GTK); 98 99 // gtk.AccelMap 100 101 Linker.link(gtk_accel_map_add_entry, "gtk_accel_map_add_entry", LIBRARY.GTK); 102 Linker.link(gtk_accel_map_lookup_entry, "gtk_accel_map_lookup_entry", LIBRARY.GTK); 103 Linker.link(gtk_accel_map_change_entry, "gtk_accel_map_change_entry", LIBRARY.GTK); 104 Linker.link(gtk_accel_map_load, "gtk_accel_map_load", LIBRARY.GTK); 105 Linker.link(gtk_accel_map_save, "gtk_accel_map_save", LIBRARY.GTK); 106 Linker.link(gtk_accel_map_foreach, "gtk_accel_map_foreach", LIBRARY.GTK); 107 Linker.link(gtk_accel_map_load_fd, "gtk_accel_map_load_fd", LIBRARY.GTK); 108 Linker.link(gtk_accel_map_save_fd, "gtk_accel_map_save_fd", LIBRARY.GTK); 109 Linker.link(gtk_accel_map_load_scanner, "gtk_accel_map_load_scanner", LIBRARY.GTK); 110 Linker.link(gtk_accel_map_add_filter, "gtk_accel_map_add_filter", LIBRARY.GTK); 111 Linker.link(gtk_accel_map_foreach_unfiltered, "gtk_accel_map_foreach_unfiltered", LIBRARY.GTK); 112 Linker.link(gtk_accel_map_get, "gtk_accel_map_get", LIBRARY.GTK); 113 Linker.link(gtk_accel_map_lock_path, "gtk_accel_map_lock_path", LIBRARY.GTK); 114 Linker.link(gtk_accel_map_unlock_path, "gtk_accel_map_unlock_path", LIBRARY.GTK); 115 116 // gtk.Clipboard 117 118 Linker.link(gtk_clipboard_get, "gtk_clipboard_get", LIBRARY.GTK); 119 Linker.link(gtk_clipboard_get_for_display, "gtk_clipboard_get_for_display", LIBRARY.GTK); 120 Linker.link(gtk_clipboard_get_display, "gtk_clipboard_get_display", LIBRARY.GTK); 121 Linker.link(gtk_clipboard_set_with_data, "gtk_clipboard_set_with_data", LIBRARY.GTK); 122 Linker.link(gtk_clipboard_set_with_owner, "gtk_clipboard_set_with_owner", LIBRARY.GTK); 123 Linker.link(gtk_clipboard_get_owner, "gtk_clipboard_get_owner", LIBRARY.GTK); 124 Linker.link(gtk_clipboard_clear, "gtk_clipboard_clear", LIBRARY.GTK); 125 Linker.link(gtk_clipboard_set_text, "gtk_clipboard_set_text", LIBRARY.GTK); 126 Linker.link(gtk_clipboard_set_image, "gtk_clipboard_set_image", LIBRARY.GTK); 127 Linker.link(gtk_clipboard_request_contents, "gtk_clipboard_request_contents", LIBRARY.GTK); 128 Linker.link(gtk_clipboard_request_text, "gtk_clipboard_request_text", LIBRARY.GTK); 129 Linker.link(gtk_clipboard_request_image, "gtk_clipboard_request_image", LIBRARY.GTK); 130 Linker.link(gtk_clipboard_request_targets, "gtk_clipboard_request_targets", LIBRARY.GTK); 131 Linker.link(gtk_clipboard_request_rich_text, "gtk_clipboard_request_rich_text", LIBRARY.GTK); 132 Linker.link(gtk_clipboard_request_uris, "gtk_clipboard_request_uris", LIBRARY.GTK); 133 Linker.link(gtk_clipboard_wait_for_contents, "gtk_clipboard_wait_for_contents", LIBRARY.GTK); 134 Linker.link(gtk_clipboard_wait_for_text, "gtk_clipboard_wait_for_text", LIBRARY.GTK); 135 Linker.link(gtk_clipboard_wait_for_image, "gtk_clipboard_wait_for_image", LIBRARY.GTK); 136 Linker.link(gtk_clipboard_wait_for_rich_text, "gtk_clipboard_wait_for_rich_text", LIBRARY.GTK); 137 Linker.link(gtk_clipboard_wait_for_uris, "gtk_clipboard_wait_for_uris", LIBRARY.GTK); 138 Linker.link(gtk_clipboard_wait_is_text_available, "gtk_clipboard_wait_is_text_available", LIBRARY.GTK); 139 Linker.link(gtk_clipboard_wait_is_image_available, "gtk_clipboard_wait_is_image_available", LIBRARY.GTK); 140 Linker.link(gtk_clipboard_wait_is_rich_text_available, "gtk_clipboard_wait_is_rich_text_available", LIBRARY.GTK); 141 Linker.link(gtk_clipboard_wait_is_uris_available, "gtk_clipboard_wait_is_uris_available", LIBRARY.GTK); 142 Linker.link(gtk_clipboard_wait_for_targets, "gtk_clipboard_wait_for_targets", LIBRARY.GTK); 143 Linker.link(gtk_clipboard_wait_is_target_available, "gtk_clipboard_wait_is_target_available", LIBRARY.GTK); 144 Linker.link(gtk_clipboard_set_can_store, "gtk_clipboard_set_can_store", LIBRARY.GTK); 145 Linker.link(gtk_clipboard_store, "gtk_clipboard_store", LIBRARY.GTK); 146 147 // gtk.DragAndDrop 148 149 Linker.link(gtk_drag_dest_set, "gtk_drag_dest_set", LIBRARY.GTK); 150 Linker.link(gtk_drag_dest_set_proxy, "gtk_drag_dest_set_proxy", LIBRARY.GTK); 151 Linker.link(gtk_drag_dest_unset, "gtk_drag_dest_unset", LIBRARY.GTK); 152 Linker.link(gtk_drag_dest_find_target, "gtk_drag_dest_find_target", LIBRARY.GTK); 153 Linker.link(gtk_drag_dest_get_target_list, "gtk_drag_dest_get_target_list", LIBRARY.GTK); 154 Linker.link(gtk_drag_dest_set_target_list, "gtk_drag_dest_set_target_list", LIBRARY.GTK); 155 Linker.link(gtk_drag_dest_add_text_targets, "gtk_drag_dest_add_text_targets", LIBRARY.GTK); 156 Linker.link(gtk_drag_dest_add_image_targets, "gtk_drag_dest_add_image_targets", LIBRARY.GTK); 157 Linker.link(gtk_drag_dest_add_uri_targets, "gtk_drag_dest_add_uri_targets", LIBRARY.GTK); 158 Linker.link(gtk_drag_dest_set_track_motion, "gtk_drag_dest_set_track_motion", LIBRARY.GTK); 159 Linker.link(gtk_drag_dest_get_track_motion, "gtk_drag_dest_get_track_motion", LIBRARY.GTK); 160 Linker.link(gtk_drag_finish, "gtk_drag_finish", LIBRARY.GTK); 161 Linker.link(gtk_drag_get_data, "gtk_drag_get_data", LIBRARY.GTK); 162 Linker.link(gtk_drag_get_source_widget, "gtk_drag_get_source_widget", LIBRARY.GTK); 163 Linker.link(gtk_drag_highlight, "gtk_drag_highlight", LIBRARY.GTK); 164 Linker.link(gtk_drag_unhighlight, "gtk_drag_unhighlight", LIBRARY.GTK); 165 Linker.link(gtk_drag_begin, "gtk_drag_begin", LIBRARY.GTK); 166 Linker.link(gtk_drag_set_icon_widget, "gtk_drag_set_icon_widget", LIBRARY.GTK); 167 Linker.link(gtk_drag_set_icon_pixbuf, "gtk_drag_set_icon_pixbuf", LIBRARY.GTK); 168 Linker.link(gtk_drag_set_icon_stock, "gtk_drag_set_icon_stock", LIBRARY.GTK); 169 Linker.link(gtk_drag_set_icon_surface, "gtk_drag_set_icon_surface", LIBRARY.GTK); 170 Linker.link(gtk_drag_set_icon_name, "gtk_drag_set_icon_name", LIBRARY.GTK); 171 Linker.link(gtk_drag_set_icon_gicon, "gtk_drag_set_icon_gicon", LIBRARY.GTK); 172 Linker.link(gtk_drag_set_icon_default, "gtk_drag_set_icon_default", LIBRARY.GTK); 173 Linker.link(gtk_drag_check_threshold, "gtk_drag_check_threshold", LIBRARY.GTK); 174 Linker.link(gtk_drag_source_set, "gtk_drag_source_set", LIBRARY.GTK); 175 Linker.link(gtk_drag_source_set_icon_pixbuf, "gtk_drag_source_set_icon_pixbuf", LIBRARY.GTK); 176 Linker.link(gtk_drag_source_set_icon_stock, "gtk_drag_source_set_icon_stock", LIBRARY.GTK); 177 Linker.link(gtk_drag_source_set_icon_name, "gtk_drag_source_set_icon_name", LIBRARY.GTK); 178 Linker.link(gtk_drag_source_set_icon_gicon, "gtk_drag_source_set_icon_gicon", LIBRARY.GTK); 179 Linker.link(gtk_drag_source_unset, "gtk_drag_source_unset", LIBRARY.GTK); 180 Linker.link(gtk_drag_source_set_target_list, "gtk_drag_source_set_target_list", LIBRARY.GTK); 181 Linker.link(gtk_drag_source_get_target_list, "gtk_drag_source_get_target_list", LIBRARY.GTK); 182 Linker.link(gtk_drag_source_add_text_targets, "gtk_drag_source_add_text_targets", LIBRARY.GTK); 183 Linker.link(gtk_drag_source_add_image_targets, "gtk_drag_source_add_image_targets", LIBRARY.GTK); 184 Linker.link(gtk_drag_source_add_uri_targets, "gtk_drag_source_add_uri_targets", LIBRARY.GTK); 185 186 // gtk.Settings 187 188 Linker.link(gtk_settings_get_default, "gtk_settings_get_default", LIBRARY.GTK); 189 Linker.link(gtk_settings_get_for_screen, "gtk_settings_get_for_screen", LIBRARY.GTK); 190 Linker.link(gtk_settings_install_property, "gtk_settings_install_property", LIBRARY.GTK); 191 Linker.link(gtk_settings_install_property_parser, "gtk_settings_install_property_parser", LIBRARY.GTK); 192 Linker.link(gtk_rc_property_parse_color, "gtk_rc_property_parse_color", LIBRARY.GTK); 193 Linker.link(gtk_rc_property_parse_enum, "gtk_rc_property_parse_enum", LIBRARY.GTK); 194 Linker.link(gtk_rc_property_parse_flags, "gtk_rc_property_parse_flags", LIBRARY.GTK); 195 Linker.link(gtk_rc_property_parse_requisition, "gtk_rc_property_parse_requisition", LIBRARY.GTK); 196 Linker.link(gtk_rc_property_parse_border, "gtk_rc_property_parse_border", LIBRARY.GTK); 197 Linker.link(gtk_settings_set_property_value, "gtk_settings_set_property_value", LIBRARY.GTK); 198 Linker.link(gtk_settings_set_string_property, "gtk_settings_set_string_property", LIBRARY.GTK); 199 Linker.link(gtk_settings_set_long_property, "gtk_settings_set_long_property", LIBRARY.GTK); 200 Linker.link(gtk_settings_set_double_property, "gtk_settings_set_double_property", LIBRARY.GTK); 201 202 // gtk.BindingSet 203 204 Linker.link(gtk_binding_entry_add_signall, "gtk_binding_entry_add_signall", LIBRARY.GTK); 205 Linker.link(gtk_binding_set_new, "gtk_binding_set_new", LIBRARY.GTK); 206 Linker.link(gtk_binding_set_by_class, "gtk_binding_set_by_class", LIBRARY.GTK); 207 Linker.link(gtk_binding_set_find, "gtk_binding_set_find", LIBRARY.GTK); 208 Linker.link(gtk_bindings_activate, "gtk_bindings_activate", LIBRARY.GTK); 209 Linker.link(gtk_bindings_activate_event, "gtk_bindings_activate_event", LIBRARY.GTK); 210 Linker.link(gtk_binding_set_activate, "gtk_binding_set_activate", LIBRARY.GTK); 211 Linker.link(gtk_binding_entry_add_signal, "gtk_binding_entry_add_signal", LIBRARY.GTK); 212 Linker.link(gtk_binding_entry_add_signal_from_string, "gtk_binding_entry_add_signal_from_string", LIBRARY.GTK); 213 Linker.link(gtk_binding_entry_skip, "gtk_binding_entry_skip", LIBRARY.GTK); 214 Linker.link(gtk_binding_entry_remove, "gtk_binding_entry_remove", LIBRARY.GTK); 215 Linker.link(gtk_binding_set_add_path, "gtk_binding_set_add_path", LIBRARY.GTK); 216 217 // gtk.TargetEntry 218 219 Linker.link(gtk_target_entry_new, "gtk_target_entry_new", LIBRARY.GTK); 220 Linker.link(gtk_target_entry_copy, "gtk_target_entry_copy", LIBRARY.GTK); 221 Linker.link(gtk_target_entry_free, "gtk_target_entry_free", LIBRARY.GTK); 222 223 // gtk.TargetList 224 225 Linker.link(gtk_target_list_new, "gtk_target_list_new", LIBRARY.GTK); 226 Linker.link(gtk_target_list_ref, "gtk_target_list_ref", LIBRARY.GTK); 227 Linker.link(gtk_target_list_unref, "gtk_target_list_unref", LIBRARY.GTK); 228 Linker.link(gtk_target_list_add, "gtk_target_list_add", LIBRARY.GTK); 229 Linker.link(gtk_target_list_add_table, "gtk_target_list_add_table", LIBRARY.GTK); 230 Linker.link(gtk_target_list_add_text_targets, "gtk_target_list_add_text_targets", LIBRARY.GTK); 231 Linker.link(gtk_target_list_add_image_targets, "gtk_target_list_add_image_targets", LIBRARY.GTK); 232 Linker.link(gtk_target_list_add_uri_targets, "gtk_target_list_add_uri_targets", LIBRARY.GTK); 233 Linker.link(gtk_target_list_add_rich_text_targets, "gtk_target_list_add_rich_text_targets", LIBRARY.GTK); 234 Linker.link(gtk_target_list_remove, "gtk_target_list_remove", LIBRARY.GTK); 235 Linker.link(gtk_target_list_find, "gtk_target_list_find", LIBRARY.GTK); 236 Linker.link(gtk_target_table_free, "gtk_target_table_free", LIBRARY.GTK); 237 Linker.link(gtk_target_table_new_from_list, "gtk_target_table_new_from_list", LIBRARY.GTK); 238 Linker.link(gtk_targets_include_image, "gtk_targets_include_image", LIBRARY.GTK); 239 Linker.link(gtk_targets_include_text, "gtk_targets_include_text", LIBRARY.GTK); 240 Linker.link(gtk_targets_include_uri, "gtk_targets_include_uri", LIBRARY.GTK); 241 Linker.link(gtk_targets_include_rich_text, "gtk_targets_include_rich_text", LIBRARY.GTK); 242 243 // gtk.SelectionData 244 245 Linker.link(gtk_selection_owner_set, "gtk_selection_owner_set", LIBRARY.GTK); 246 Linker.link(gtk_selection_owner_set_for_display, "gtk_selection_owner_set_for_display", LIBRARY.GTK); 247 Linker.link(gtk_selection_add_target, "gtk_selection_add_target", LIBRARY.GTK); 248 Linker.link(gtk_selection_add_targets, "gtk_selection_add_targets", LIBRARY.GTK); 249 Linker.link(gtk_selection_clear_targets, "gtk_selection_clear_targets", LIBRARY.GTK); 250 Linker.link(gtk_selection_convert, "gtk_selection_convert", LIBRARY.GTK); 251 Linker.link(gtk_selection_data_set, "gtk_selection_data_set", LIBRARY.GTK); 252 Linker.link(gtk_selection_data_set_text, "gtk_selection_data_set_text", LIBRARY.GTK); 253 Linker.link(gtk_selection_data_get_text, "gtk_selection_data_get_text", LIBRARY.GTK); 254 Linker.link(gtk_selection_data_set_pixbuf, "gtk_selection_data_set_pixbuf", LIBRARY.GTK); 255 Linker.link(gtk_selection_data_get_pixbuf, "gtk_selection_data_get_pixbuf", LIBRARY.GTK); 256 Linker.link(gtk_selection_data_set_uris, "gtk_selection_data_set_uris", LIBRARY.GTK); 257 Linker.link(gtk_selection_data_get_uris, "gtk_selection_data_get_uris", LIBRARY.GTK); 258 Linker.link(gtk_selection_data_get_targets, "gtk_selection_data_get_targets", LIBRARY.GTK); 259 Linker.link(gtk_selection_data_targets_include_image, "gtk_selection_data_targets_include_image", LIBRARY.GTK); 260 Linker.link(gtk_selection_data_targets_include_text, "gtk_selection_data_targets_include_text", LIBRARY.GTK); 261 Linker.link(gtk_selection_data_targets_include_uri, "gtk_selection_data_targets_include_uri", LIBRARY.GTK); 262 Linker.link(gtk_selection_data_targets_include_rich_text, "gtk_selection_data_targets_include_rich_text", LIBRARY.GTK); 263 Linker.link(gtk_selection_data_get_selection, "gtk_selection_data_get_selection", LIBRARY.GTK); 264 Linker.link(gtk_selection_data_get_data, "gtk_selection_data_get_data", LIBRARY.GTK); 265 Linker.link(gtk_selection_data_get_length, "gtk_selection_data_get_length", LIBRARY.GTK); 266 Linker.link(gtk_selection_data_get_data_with_length, "gtk_selection_data_get_data_with_length", LIBRARY.GTK); 267 Linker.link(gtk_selection_data_get_data_type, "gtk_selection_data_get_data_type", LIBRARY.GTK); 268 Linker.link(gtk_selection_data_get_display, "gtk_selection_data_get_display", LIBRARY.GTK); 269 Linker.link(gtk_selection_data_get_format, "gtk_selection_data_get_format", LIBRARY.GTK); 270 Linker.link(gtk_selection_data_get_target, "gtk_selection_data_get_target", LIBRARY.GTK); 271 Linker.link(gtk_selection_remove_all, "gtk_selection_remove_all", LIBRARY.GTK); 272 Linker.link(gtk_selection_data_copy, "gtk_selection_data_copy", LIBRARY.GTK); 273 Linker.link(gtk_selection_data_free, "gtk_selection_data_free", LIBRARY.GTK); 274 275 // gtk.Testing 276 277 Linker.link(gtk_test_create_simple_window, "gtk_test_create_simple_window", LIBRARY.GTK); 278 Linker.link(gtk_test_create_widget, "gtk_test_create_widget", LIBRARY.GTK); 279 Linker.link(gtk_test_display_button_window, "gtk_test_display_button_window", LIBRARY.GTK); 280 Linker.link(gtk_test_find_label, "gtk_test_find_label", LIBRARY.GTK); 281 Linker.link(gtk_test_find_sibling, "gtk_test_find_sibling", LIBRARY.GTK); 282 Linker.link(gtk_test_find_widget, "gtk_test_find_widget", LIBRARY.GTK); 283 Linker.link(gtk_test_init, "gtk_test_init", LIBRARY.GTK); 284 Linker.link(gtk_test_list_all_types, "gtk_test_list_all_types", LIBRARY.GTK); 285 Linker.link(gtk_test_register_all_types, "gtk_test_register_all_types", LIBRARY.GTK); 286 Linker.link(gtk_test_slider_get_value, "gtk_test_slider_get_value", LIBRARY.GTK); 287 Linker.link(gtk_test_slider_set_perc, "gtk_test_slider_set_perc", LIBRARY.GTK); 288 Linker.link(gtk_test_spin_button_click, "gtk_test_spin_button_click", LIBRARY.GTK); 289 Linker.link(gtk_test_text_get, "gtk_test_text_get", LIBRARY.GTK); 290 Linker.link(gtk_test_text_set, "gtk_test_text_set", LIBRARY.GTK); 291 Linker.link(gtk_test_widget_click, "gtk_test_widget_click", LIBRARY.GTK); 292 Linker.link(gtk_test_widget_send_key, "gtk_test_widget_send_key", LIBRARY.GTK); 293 Linker.link(gtk_test_widget_wait_for_draw, "gtk_test_widget_wait_for_draw", LIBRARY.GTK); 294 295 // gtk.MountOperation 296 297 Linker.link(gtk_mount_operation_new, "gtk_mount_operation_new", LIBRARY.GTK); 298 Linker.link(gtk_mount_operation_is_showing, "gtk_mount_operation_is_showing", LIBRARY.GTK); 299 Linker.link(gtk_mount_operation_set_parent, "gtk_mount_operation_set_parent", LIBRARY.GTK); 300 Linker.link(gtk_mount_operation_get_parent, "gtk_mount_operation_get_parent", LIBRARY.GTK); 301 Linker.link(gtk_mount_operation_set_screen, "gtk_mount_operation_set_screen", LIBRARY.GTK); 302 Linker.link(gtk_mount_operation_get_screen, "gtk_mount_operation_get_screen", LIBRARY.GTK); 303 Linker.link(gtk_show_uri, "gtk_show_uri", LIBRARY.GTK); 304 305 // gtk.StyleContext 306 307 Linker.link(gtk_style_context_new, "gtk_style_context_new", LIBRARY.GTK); 308 Linker.link(gtk_style_context_add_provider, "gtk_style_context_add_provider", LIBRARY.GTK); 309 Linker.link(gtk_style_context_add_provider_for_screen, "gtk_style_context_add_provider_for_screen", LIBRARY.GTK); 310 Linker.link(gtk_style_context_get, "gtk_style_context_get", LIBRARY.GTK); 311 Linker.link(gtk_style_context_get_direction, "gtk_style_context_get_direction", LIBRARY.GTK); 312 Linker.link(gtk_style_context_get_junction_sides, "gtk_style_context_get_junction_sides", LIBRARY.GTK); 313 Linker.link(gtk_style_context_get_parent, "gtk_style_context_get_parent", LIBRARY.GTK); 314 Linker.link(gtk_style_context_get_path, "gtk_style_context_get_path", LIBRARY.GTK); 315 Linker.link(gtk_style_context_get_property, "gtk_style_context_get_property", LIBRARY.GTK); 316 Linker.link(gtk_style_context_get_screen, "gtk_style_context_get_screen", LIBRARY.GTK); 317 Linker.link(gtk_style_context_get_frame_clock, "gtk_style_context_get_frame_clock", LIBRARY.GTK); 318 Linker.link(gtk_style_context_get_state, "gtk_style_context_get_state", LIBRARY.GTK); 319 Linker.link(gtk_style_context_get_style, "gtk_style_context_get_style", LIBRARY.GTK); 320 Linker.link(gtk_style_context_get_style_property, "gtk_style_context_get_style_property", LIBRARY.GTK); 321 Linker.link(gtk_style_context_get_style_valist, "gtk_style_context_get_style_valist", LIBRARY.GTK); 322 Linker.link(gtk_style_context_get_valist, "gtk_style_context_get_valist", LIBRARY.GTK); 323 Linker.link(gtk_style_context_get_section, "gtk_style_context_get_section", LIBRARY.GTK); 324 Linker.link(gtk_style_context_get_color, "gtk_style_context_get_color", LIBRARY.GTK); 325 Linker.link(gtk_style_context_get_background_color, "gtk_style_context_get_background_color", LIBRARY.GTK); 326 Linker.link(gtk_style_context_get_border_color, "gtk_style_context_get_border_color", LIBRARY.GTK); 327 Linker.link(gtk_style_context_get_border, "gtk_style_context_get_border", LIBRARY.GTK); 328 Linker.link(gtk_style_context_get_padding, "gtk_style_context_get_padding", LIBRARY.GTK); 329 Linker.link(gtk_style_context_get_margin, "gtk_style_context_get_margin", LIBRARY.GTK); 330 Linker.link(gtk_style_context_get_font, "gtk_style_context_get_font", LIBRARY.GTK); 331 Linker.link(gtk_style_context_invalidate, "gtk_style_context_invalidate", LIBRARY.GTK); 332 Linker.link(gtk_style_context_state_is_running, "gtk_style_context_state_is_running", LIBRARY.GTK); 333 Linker.link(gtk_style_context_lookup_color, "gtk_style_context_lookup_color", LIBRARY.GTK); 334 Linker.link(gtk_style_context_lookup_icon_set, "gtk_style_context_lookup_icon_set", LIBRARY.GTK); 335 Linker.link(gtk_style_context_notify_state_change, "gtk_style_context_notify_state_change", LIBRARY.GTK); 336 Linker.link(gtk_style_context_pop_animatable_region, "gtk_style_context_pop_animatable_region", LIBRARY.GTK); 337 Linker.link(gtk_style_context_push_animatable_region, "gtk_style_context_push_animatable_region", LIBRARY.GTK); 338 Linker.link(gtk_style_context_cancel_animations, "gtk_style_context_cancel_animations", LIBRARY.GTK); 339 Linker.link(gtk_style_context_scroll_animations, "gtk_style_context_scroll_animations", LIBRARY.GTK); 340 Linker.link(gtk_style_context_remove_provider, "gtk_style_context_remove_provider", LIBRARY.GTK); 341 Linker.link(gtk_style_context_remove_provider_for_screen, "gtk_style_context_remove_provider_for_screen", LIBRARY.GTK); 342 Linker.link(gtk_style_context_reset_widgets, "gtk_style_context_reset_widgets", LIBRARY.GTK); 343 Linker.link(gtk_style_context_set_background, "gtk_style_context_set_background", LIBRARY.GTK); 344 Linker.link(gtk_style_context_restore, "gtk_style_context_restore", LIBRARY.GTK); 345 Linker.link(gtk_style_context_save, "gtk_style_context_save", LIBRARY.GTK); 346 Linker.link(gtk_style_context_set_direction, "gtk_style_context_set_direction", LIBRARY.GTK); 347 Linker.link(gtk_style_context_set_junction_sides, "gtk_style_context_set_junction_sides", LIBRARY.GTK); 348 Linker.link(gtk_style_context_set_parent, "gtk_style_context_set_parent", LIBRARY.GTK); 349 Linker.link(gtk_style_context_set_path, "gtk_style_context_set_path", LIBRARY.GTK); 350 Linker.link(gtk_style_context_add_class, "gtk_style_context_add_class", LIBRARY.GTK); 351 Linker.link(gtk_style_context_remove_class, "gtk_style_context_remove_class", LIBRARY.GTK); 352 Linker.link(gtk_style_context_has_class, "gtk_style_context_has_class", LIBRARY.GTK); 353 Linker.link(gtk_style_context_list_classes, "gtk_style_context_list_classes", LIBRARY.GTK); 354 Linker.link(gtk_style_context_add_region, "gtk_style_context_add_region", LIBRARY.GTK); 355 Linker.link(gtk_style_context_remove_region, "gtk_style_context_remove_region", LIBRARY.GTK); 356 Linker.link(gtk_style_context_has_region, "gtk_style_context_has_region", LIBRARY.GTK); 357 Linker.link(gtk_style_context_list_regions, "gtk_style_context_list_regions", LIBRARY.GTK); 358 Linker.link(gtk_style_context_set_screen, "gtk_style_context_set_screen", LIBRARY.GTK); 359 Linker.link(gtk_style_context_set_frame_clock, "gtk_style_context_set_frame_clock", LIBRARY.GTK); 360 Linker.link(gtk_style_context_set_state, "gtk_style_context_set_state", LIBRARY.GTK); 361 Linker.link(gtk_style_context_set_scale, "gtk_style_context_set_scale", LIBRARY.GTK); 362 Linker.link(gtk_style_context_get_scale, "gtk_style_context_get_scale", LIBRARY.GTK); 363 Linker.link(gtk_render_arrow, "gtk_render_arrow", LIBRARY.GTK); 364 Linker.link(gtk_render_background, "gtk_render_background", LIBRARY.GTK); 365 Linker.link(gtk_render_check, "gtk_render_check", LIBRARY.GTK); 366 Linker.link(gtk_render_expander, "gtk_render_expander", LIBRARY.GTK); 367 Linker.link(gtk_render_extension, "gtk_render_extension", LIBRARY.GTK); 368 Linker.link(gtk_render_focus, "gtk_render_focus", LIBRARY.GTK); 369 Linker.link(gtk_render_frame, "gtk_render_frame", LIBRARY.GTK); 370 Linker.link(gtk_render_frame_gap, "gtk_render_frame_gap", LIBRARY.GTK); 371 Linker.link(gtk_render_handle, "gtk_render_handle", LIBRARY.GTK); 372 Linker.link(gtk_render_layout, "gtk_render_layout", LIBRARY.GTK); 373 Linker.link(gtk_render_line, "gtk_render_line", LIBRARY.GTK); 374 Linker.link(gtk_render_option, "gtk_render_option", LIBRARY.GTK); 375 Linker.link(gtk_render_slider, "gtk_render_slider", LIBRARY.GTK); 376 Linker.link(gtk_render_activity, "gtk_render_activity", LIBRARY.GTK); 377 Linker.link(gtk_render_icon_pixbuf, "gtk_render_icon_pixbuf", LIBRARY.GTK); 378 Linker.link(gtk_render_icon_surface, "gtk_render_icon_surface", LIBRARY.GTK); 379 Linker.link(gtk_render_icon, "gtk_render_icon", LIBRARY.GTK); 380 Linker.link(gtk_render_insertion_cursor, "gtk_render_insertion_cursor", LIBRARY.GTK); 381 382 // gtk.Border 383 384 Linker.link(gtk_border_new, "gtk_border_new", LIBRARY.GTK); 385 Linker.link(gtk_border_copy, "gtk_border_copy", LIBRARY.GTK); 386 Linker.link(gtk_border_free, "gtk_border_free", LIBRARY.GTK); 387 388 // gtk.CssProvider 389 390 Linker.link(gtk_css_provider_get_default, "gtk_css_provider_get_default", LIBRARY.GTK); 391 Linker.link(gtk_css_provider_get_named, "gtk_css_provider_get_named", LIBRARY.GTK); 392 Linker.link(gtk_css_provider_load_from_data, "gtk_css_provider_load_from_data", LIBRARY.GTK); 393 Linker.link(gtk_css_provider_load_from_file, "gtk_css_provider_load_from_file", LIBRARY.GTK); 394 Linker.link(gtk_css_provider_load_from_path, "gtk_css_provider_load_from_path", LIBRARY.GTK); 395 Linker.link(gtk_css_provider_new, "gtk_css_provider_new", LIBRARY.GTK); 396 Linker.link(gtk_css_provider_to_string, "gtk_css_provider_to_string", LIBRARY.GTK); 397 398 // gtk.CssSection 399 400 Linker.link(gtk_css_section_get_end_line, "gtk_css_section_get_end_line", LIBRARY.GTK); 401 Linker.link(gtk_css_section_get_end_position, "gtk_css_section_get_end_position", LIBRARY.GTK); 402 Linker.link(gtk_css_section_get_file, "gtk_css_section_get_file", LIBRARY.GTK); 403 Linker.link(gtk_css_section_get_parent, "gtk_css_section_get_parent", LIBRARY.GTK); 404 Linker.link(gtk_css_section_get_section_type, "gtk_css_section_get_section_type", LIBRARY.GTK); 405 Linker.link(gtk_css_section_get_start_line, "gtk_css_section_get_start_line", LIBRARY.GTK); 406 Linker.link(gtk_css_section_get_start_position, "gtk_css_section_get_start_position", LIBRARY.GTK); 407 Linker.link(gtk_css_section_ref, "gtk_css_section_ref", LIBRARY.GTK); 408 Linker.link(gtk_css_section_unref, "gtk_css_section_unref", LIBRARY.GTK); 409 410 // gtk.StyleProviderT 411 412 413 // gtk.StyleProviderT 414 415 Linker.link(gtk_style_provider_get_icon_factory, "gtk_style_provider_get_icon_factory", LIBRARY.GTK); 416 Linker.link(gtk_style_provider_get_style, "gtk_style_provider_get_style", LIBRARY.GTK); 417 Linker.link(gtk_style_provider_get_style_property, "gtk_style_provider_get_style_property", LIBRARY.GTK); 418 419 // gtk.StyleProperties 420 421 Linker.link(gtk_style_properties_clear, "gtk_style_properties_clear", LIBRARY.GTK); 422 Linker.link(gtk_style_properties_get, "gtk_style_properties_get", LIBRARY.GTK); 423 Linker.link(gtk_style_properties_get_property, "gtk_style_properties_get_property", LIBRARY.GTK); 424 Linker.link(gtk_style_properties_get_valist, "gtk_style_properties_get_valist", LIBRARY.GTK); 425 Linker.link(gtk_style_properties_lookup_color, "gtk_style_properties_lookup_color", LIBRARY.GTK); 426 Linker.link(gtk_style_properties_lookup_property, "gtk_style_properties_lookup_property", LIBRARY.GTK); 427 Linker.link(gtk_style_properties_map_color, "gtk_style_properties_map_color", LIBRARY.GTK); 428 Linker.link(gtk_style_properties_merge, "gtk_style_properties_merge", LIBRARY.GTK); 429 Linker.link(gtk_style_properties_new, "gtk_style_properties_new", LIBRARY.GTK); 430 Linker.link(gtk_style_properties_register_property, "gtk_style_properties_register_property", LIBRARY.GTK); 431 Linker.link(gtk_style_properties_set, "gtk_style_properties_set", LIBRARY.GTK); 432 Linker.link(gtk_style_properties_set_property, "gtk_style_properties_set_property", LIBRARY.GTK); 433 Linker.link(gtk_style_properties_set_valist, "gtk_style_properties_set_valist", LIBRARY.GTK); 434 Linker.link(gtk_style_properties_unset_property, "gtk_style_properties_unset_property", LIBRARY.GTK); 435 436 // gtk.ThemingEngine 437 438 Linker.link(gtk_theming_engine_get, "gtk_theming_engine_get", LIBRARY.GTK); 439 Linker.link(gtk_theming_engine_get_direction, "gtk_theming_engine_get_direction", LIBRARY.GTK); 440 Linker.link(gtk_theming_engine_get_junction_sides, "gtk_theming_engine_get_junction_sides", LIBRARY.GTK); 441 Linker.link(gtk_theming_engine_get_path, "gtk_theming_engine_get_path", LIBRARY.GTK); 442 Linker.link(gtk_theming_engine_get_property, "gtk_theming_engine_get_property", LIBRARY.GTK); 443 Linker.link(gtk_theming_engine_get_screen, "gtk_theming_engine_get_screen", LIBRARY.GTK); 444 Linker.link(gtk_theming_engine_get_state, "gtk_theming_engine_get_state", LIBRARY.GTK); 445 Linker.link(gtk_theming_engine_get_style, "gtk_theming_engine_get_style", LIBRARY.GTK); 446 Linker.link(gtk_theming_engine_get_style_property, "gtk_theming_engine_get_style_property", LIBRARY.GTK); 447 Linker.link(gtk_theming_engine_get_style_valist, "gtk_theming_engine_get_style_valist", LIBRARY.GTK); 448 Linker.link(gtk_theming_engine_get_valist, "gtk_theming_engine_get_valist", LIBRARY.GTK); 449 Linker.link(gtk_theming_engine_get_color, "gtk_theming_engine_get_color", LIBRARY.GTK); 450 Linker.link(gtk_theming_engine_get_background_color, "gtk_theming_engine_get_background_color", LIBRARY.GTK); 451 Linker.link(gtk_theming_engine_get_border_color, "gtk_theming_engine_get_border_color", LIBRARY.GTK); 452 Linker.link(gtk_theming_engine_get_border, "gtk_theming_engine_get_border", LIBRARY.GTK); 453 Linker.link(gtk_theming_engine_get_padding, "gtk_theming_engine_get_padding", LIBRARY.GTK); 454 Linker.link(gtk_theming_engine_get_margin, "gtk_theming_engine_get_margin", LIBRARY.GTK); 455 Linker.link(gtk_theming_engine_get_font, "gtk_theming_engine_get_font", LIBRARY.GTK); 456 Linker.link(gtk_theming_engine_has_class, "gtk_theming_engine_has_class", LIBRARY.GTK); 457 Linker.link(gtk_theming_engine_has_region, "gtk_theming_engine_has_region", LIBRARY.GTK); 458 Linker.link(gtk_theming_engine_lookup_color, "gtk_theming_engine_lookup_color", LIBRARY.GTK); 459 Linker.link(gtk_theming_engine_state_is_running, "gtk_theming_engine_state_is_running", LIBRARY.GTK); 460 Linker.link(gtk_theming_engine_load, "gtk_theming_engine_load", LIBRARY.GTK); 461 Linker.link(gtk_theming_engine_register_property, "gtk_theming_engine_register_property", LIBRARY.GTK); 462 463 // gtk.WidgetPath 464 465 Linker.link(gtk_widget_path_append_type, "gtk_widget_path_append_type", LIBRARY.GTK); 466 Linker.link(gtk_widget_path_append_with_siblings, "gtk_widget_path_append_with_siblings", LIBRARY.GTK); 467 Linker.link(gtk_widget_path_append_for_widget, "gtk_widget_path_append_for_widget", LIBRARY.GTK); 468 Linker.link(gtk_widget_path_copy, "gtk_widget_path_copy", LIBRARY.GTK); 469 Linker.link(gtk_widget_path_ref, "gtk_widget_path_ref", LIBRARY.GTK); 470 Linker.link(gtk_widget_path_unref, "gtk_widget_path_unref", LIBRARY.GTK); 471 Linker.link(gtk_widget_path_free, "gtk_widget_path_free", LIBRARY.GTK); 472 Linker.link(gtk_widget_path_get_object_type, "gtk_widget_path_get_object_type", LIBRARY.GTK); 473 Linker.link(gtk_widget_path_has_parent, "gtk_widget_path_has_parent", LIBRARY.GTK); 474 Linker.link(gtk_widget_path_is_type, "gtk_widget_path_is_type", LIBRARY.GTK); 475 Linker.link(gtk_widget_path_iter_add_class, "gtk_widget_path_iter_add_class", LIBRARY.GTK); 476 Linker.link(gtk_widget_path_iter_add_region, "gtk_widget_path_iter_add_region", LIBRARY.GTK); 477 Linker.link(gtk_widget_path_iter_clear_classes, "gtk_widget_path_iter_clear_classes", LIBRARY.GTK); 478 Linker.link(gtk_widget_path_iter_clear_regions, "gtk_widget_path_iter_clear_regions", LIBRARY.GTK); 479 Linker.link(gtk_widget_path_iter_get_name, "gtk_widget_path_iter_get_name", LIBRARY.GTK); 480 Linker.link(gtk_widget_path_iter_get_object_type, "gtk_widget_path_iter_get_object_type", LIBRARY.GTK); 481 Linker.link(gtk_widget_path_iter_get_siblings, "gtk_widget_path_iter_get_siblings", LIBRARY.GTK); 482 Linker.link(gtk_widget_path_iter_get_sibling_index, "gtk_widget_path_iter_get_sibling_index", LIBRARY.GTK); 483 Linker.link(gtk_widget_path_iter_has_class, "gtk_widget_path_iter_has_class", LIBRARY.GTK); 484 Linker.link(gtk_widget_path_iter_has_name, "gtk_widget_path_iter_has_name", LIBRARY.GTK); 485 Linker.link(gtk_widget_path_iter_has_qclass, "gtk_widget_path_iter_has_qclass", LIBRARY.GTK); 486 Linker.link(gtk_widget_path_iter_has_qname, "gtk_widget_path_iter_has_qname", LIBRARY.GTK); 487 Linker.link(gtk_widget_path_iter_has_qregion, "gtk_widget_path_iter_has_qregion", LIBRARY.GTK); 488 Linker.link(gtk_widget_path_iter_has_region, "gtk_widget_path_iter_has_region", LIBRARY.GTK); 489 Linker.link(gtk_widget_path_iter_list_classes, "gtk_widget_path_iter_list_classes", LIBRARY.GTK); 490 Linker.link(gtk_widget_path_iter_list_regions, "gtk_widget_path_iter_list_regions", LIBRARY.GTK); 491 Linker.link(gtk_widget_path_iter_remove_class, "gtk_widget_path_iter_remove_class", LIBRARY.GTK); 492 Linker.link(gtk_widget_path_iter_remove_region, "gtk_widget_path_iter_remove_region", LIBRARY.GTK); 493 Linker.link(gtk_widget_path_iter_set_name, "gtk_widget_path_iter_set_name", LIBRARY.GTK); 494 Linker.link(gtk_widget_path_iter_set_object_type, "gtk_widget_path_iter_set_object_type", LIBRARY.GTK); 495 Linker.link(gtk_widget_path_length, "gtk_widget_path_length", LIBRARY.GTK); 496 Linker.link(gtk_widget_path_new, "gtk_widget_path_new", LIBRARY.GTK); 497 Linker.link(gtk_widget_path_prepend_type, "gtk_widget_path_prepend_type", LIBRARY.GTK); 498 Linker.link(gtk_widget_path_to_string, "gtk_widget_path_to_string", LIBRARY.GTK); 499 500 // gtk.IconTheme 501 502 Linker.link(gtk_icon_theme_new, "gtk_icon_theme_new", LIBRARY.GTK); 503 Linker.link(gtk_icon_theme_get_default, "gtk_icon_theme_get_default", LIBRARY.GTK); 504 Linker.link(gtk_icon_theme_get_for_screen, "gtk_icon_theme_get_for_screen", LIBRARY.GTK); 505 Linker.link(gtk_icon_theme_set_screen, "gtk_icon_theme_set_screen", LIBRARY.GTK); 506 Linker.link(gtk_icon_theme_set_search_path, "gtk_icon_theme_set_search_path", LIBRARY.GTK); 507 Linker.link(gtk_icon_theme_get_search_path, "gtk_icon_theme_get_search_path", LIBRARY.GTK); 508 Linker.link(gtk_icon_theme_append_search_path, "gtk_icon_theme_append_search_path", LIBRARY.GTK); 509 Linker.link(gtk_icon_theme_prepend_search_path, "gtk_icon_theme_prepend_search_path", LIBRARY.GTK); 510 Linker.link(gtk_icon_theme_set_custom_theme, "gtk_icon_theme_set_custom_theme", LIBRARY.GTK); 511 Linker.link(gtk_icon_theme_has_icon, "gtk_icon_theme_has_icon", LIBRARY.GTK); 512 Linker.link(gtk_icon_theme_lookup_icon, "gtk_icon_theme_lookup_icon", LIBRARY.GTK); 513 Linker.link(gtk_icon_theme_lookup_icon_for_scale, "gtk_icon_theme_lookup_icon_for_scale", LIBRARY.GTK); 514 Linker.link(gtk_icon_theme_choose_icon, "gtk_icon_theme_choose_icon", LIBRARY.GTK); 515 Linker.link(gtk_icon_theme_choose_icon_for_scale, "gtk_icon_theme_choose_icon_for_scale", LIBRARY.GTK); 516 Linker.link(gtk_icon_theme_lookup_by_gicon, "gtk_icon_theme_lookup_by_gicon", LIBRARY.GTK); 517 Linker.link(gtk_icon_theme_lookup_by_gicon_for_scale, "gtk_icon_theme_lookup_by_gicon_for_scale", LIBRARY.GTK); 518 Linker.link(gtk_icon_theme_load_icon, "gtk_icon_theme_load_icon", LIBRARY.GTK); 519 Linker.link(gtk_icon_theme_load_icon_for_scale, "gtk_icon_theme_load_icon_for_scale", LIBRARY.GTK); 520 Linker.link(gtk_icon_theme_load_surface, "gtk_icon_theme_load_surface", LIBRARY.GTK); 521 Linker.link(gtk_icon_theme_list_contexts, "gtk_icon_theme_list_contexts", LIBRARY.GTK); 522 Linker.link(gtk_icon_theme_list_icons, "gtk_icon_theme_list_icons", LIBRARY.GTK); 523 Linker.link(gtk_icon_theme_get_icon_sizes, "gtk_icon_theme_get_icon_sizes", LIBRARY.GTK); 524 Linker.link(gtk_icon_theme_get_example_icon_name, "gtk_icon_theme_get_example_icon_name", LIBRARY.GTK); 525 Linker.link(gtk_icon_theme_rescan_if_needed, "gtk_icon_theme_rescan_if_needed", LIBRARY.GTK); 526 Linker.link(gtk_icon_theme_add_builtin_icon, "gtk_icon_theme_add_builtin_icon", LIBRARY.GTK); 527 528 // gtk.IconInfo 529 530 Linker.link(gtk_icon_info_copy, "gtk_icon_info_copy", LIBRARY.GTK); 531 Linker.link(gtk_icon_info_free, "gtk_icon_info_free", LIBRARY.GTK); 532 Linker.link(gtk_icon_info_new_for_pixbuf, "gtk_icon_info_new_for_pixbuf", LIBRARY.GTK); 533 Linker.link(gtk_icon_info_get_base_size, "gtk_icon_info_get_base_size", LIBRARY.GTK); 534 Linker.link(gtk_icon_info_get_base_scale, "gtk_icon_info_get_base_scale", LIBRARY.GTK); 535 Linker.link(gtk_icon_info_get_filename, "gtk_icon_info_get_filename", LIBRARY.GTK); 536 Linker.link(gtk_icon_info_get_builtin_pixbuf, "gtk_icon_info_get_builtin_pixbuf", LIBRARY.GTK); 537 Linker.link(gtk_icon_info_load_icon, "gtk_icon_info_load_icon", LIBRARY.GTK); 538 Linker.link(gtk_icon_info_load_surface, "gtk_icon_info_load_surface", LIBRARY.GTK); 539 Linker.link(gtk_icon_info_load_icon_async, "gtk_icon_info_load_icon_async", LIBRARY.GTK); 540 Linker.link(gtk_icon_info_load_icon_finish, "gtk_icon_info_load_icon_finish", LIBRARY.GTK); 541 Linker.link(gtk_icon_info_load_symbolic, "gtk_icon_info_load_symbolic", LIBRARY.GTK); 542 Linker.link(gtk_icon_info_load_symbolic_async, "gtk_icon_info_load_symbolic_async", LIBRARY.GTK); 543 Linker.link(gtk_icon_info_load_symbolic_finish, "gtk_icon_info_load_symbolic_finish", LIBRARY.GTK); 544 Linker.link(gtk_icon_info_load_symbolic_for_style, "gtk_icon_info_load_symbolic_for_style", LIBRARY.GTK); 545 Linker.link(gtk_icon_info_load_symbolic_for_context, "gtk_icon_info_load_symbolic_for_context", LIBRARY.GTK); 546 Linker.link(gtk_icon_info_load_symbolic_for_context_async, "gtk_icon_info_load_symbolic_for_context_async", LIBRARY.GTK); 547 Linker.link(gtk_icon_info_load_symbolic_for_context_finish, "gtk_icon_info_load_symbolic_for_context_finish", LIBRARY.GTK); 548 Linker.link(gtk_icon_info_set_raw_coordinates, "gtk_icon_info_set_raw_coordinates", LIBRARY.GTK); 549 Linker.link(gtk_icon_info_get_embedded_rect, "gtk_icon_info_get_embedded_rect", LIBRARY.GTK); 550 Linker.link(gtk_icon_info_get_attach_points, "gtk_icon_info_get_attach_points", LIBRARY.GTK); 551 Linker.link(gtk_icon_info_get_display_name, "gtk_icon_info_get_display_name", LIBRARY.GTK); 552 553 // gtk.IconSource 554 555 Linker.link(gtk_icon_source_copy, "gtk_icon_source_copy", LIBRARY.GTK); 556 Linker.link(gtk_icon_source_free, "gtk_icon_source_free", LIBRARY.GTK); 557 Linker.link(gtk_icon_source_get_direction, "gtk_icon_source_get_direction", LIBRARY.GTK); 558 Linker.link(gtk_icon_source_get_direction_wildcarded, "gtk_icon_source_get_direction_wildcarded", LIBRARY.GTK); 559 Linker.link(gtk_icon_source_get_filename, "gtk_icon_source_get_filename", LIBRARY.GTK); 560 Linker.link(gtk_icon_source_get_pixbuf, "gtk_icon_source_get_pixbuf", LIBRARY.GTK); 561 Linker.link(gtk_icon_source_get_icon_name, "gtk_icon_source_get_icon_name", LIBRARY.GTK); 562 Linker.link(gtk_icon_source_get_size, "gtk_icon_source_get_size", LIBRARY.GTK); 563 Linker.link(gtk_icon_source_get_size_wildcarded, "gtk_icon_source_get_size_wildcarded", LIBRARY.GTK); 564 Linker.link(gtk_icon_source_get_state, "gtk_icon_source_get_state", LIBRARY.GTK); 565 Linker.link(gtk_icon_source_get_state_wildcarded, "gtk_icon_source_get_state_wildcarded", LIBRARY.GTK); 566 Linker.link(gtk_icon_source_new, "gtk_icon_source_new", LIBRARY.GTK); 567 Linker.link(gtk_icon_source_set_direction, "gtk_icon_source_set_direction", LIBRARY.GTK); 568 Linker.link(gtk_icon_source_set_direction_wildcarded, "gtk_icon_source_set_direction_wildcarded", LIBRARY.GTK); 569 Linker.link(gtk_icon_source_set_filename, "gtk_icon_source_set_filename", LIBRARY.GTK); 570 Linker.link(gtk_icon_source_set_pixbuf, "gtk_icon_source_set_pixbuf", LIBRARY.GTK); 571 Linker.link(gtk_icon_source_set_icon_name, "gtk_icon_source_set_icon_name", LIBRARY.GTK); 572 Linker.link(gtk_icon_source_set_size, "gtk_icon_source_set_size", LIBRARY.GTK); 573 Linker.link(gtk_icon_source_set_size_wildcarded, "gtk_icon_source_set_size_wildcarded", LIBRARY.GTK); 574 Linker.link(gtk_icon_source_set_state, "gtk_icon_source_set_state", LIBRARY.GTK); 575 Linker.link(gtk_icon_source_set_state_wildcarded, "gtk_icon_source_set_state_wildcarded", LIBRARY.GTK); 576 577 // gtk.IconFactory 578 579 Linker.link(gtk_icon_factory_add, "gtk_icon_factory_add", LIBRARY.GTK); 580 Linker.link(gtk_icon_factory_add_default, "gtk_icon_factory_add_default", LIBRARY.GTK); 581 Linker.link(gtk_icon_factory_lookup, "gtk_icon_factory_lookup", LIBRARY.GTK); 582 Linker.link(gtk_icon_factory_lookup_default, "gtk_icon_factory_lookup_default", LIBRARY.GTK); 583 Linker.link(gtk_icon_factory_new, "gtk_icon_factory_new", LIBRARY.GTK); 584 Linker.link(gtk_icon_factory_remove_default, "gtk_icon_factory_remove_default", LIBRARY.GTK); 585 586 // gtk.IconSet 587 588 Linker.link(gtk_icon_set_add_source, "gtk_icon_set_add_source", LIBRARY.GTK); 589 Linker.link(gtk_icon_set_copy, "gtk_icon_set_copy", LIBRARY.GTK); 590 Linker.link(gtk_icon_set_new, "gtk_icon_set_new", LIBRARY.GTK); 591 Linker.link(gtk_icon_set_new_from_pixbuf, "gtk_icon_set_new_from_pixbuf", LIBRARY.GTK); 592 Linker.link(gtk_icon_set_ref, "gtk_icon_set_ref", LIBRARY.GTK); 593 Linker.link(gtk_icon_set_render_icon, "gtk_icon_set_render_icon", LIBRARY.GTK); 594 Linker.link(gtk_icon_set_render_icon_pixbuf, "gtk_icon_set_render_icon_pixbuf", LIBRARY.GTK); 595 Linker.link(gtk_icon_set_render_icon_surface, "gtk_icon_set_render_icon_surface", LIBRARY.GTK); 596 Linker.link(gtk_icon_set_unref, "gtk_icon_set_unref", LIBRARY.GTK); 597 Linker.link(gtk_icon_set_get_sizes, "gtk_icon_set_get_sizes", LIBRARY.GTK); 598 599 // gtk.IconSize 600 601 Linker.link(gtk_icon_size_lookup, "gtk_icon_size_lookup", LIBRARY.GTK); 602 Linker.link(gtk_icon_size_lookup_for_settings, "gtk_icon_size_lookup_for_settings", LIBRARY.GTK); 603 Linker.link(gtk_icon_size_register, "gtk_icon_size_register", LIBRARY.GTK); 604 Linker.link(gtk_icon_size_register_alias, "gtk_icon_size_register_alias", LIBRARY.GTK); 605 Linker.link(gtk_icon_size_from_name, "gtk_icon_size_from_name", LIBRARY.GTK); 606 Linker.link(gtk_icon_size_get_name, "gtk_icon_size_get_name", LIBRARY.GTK); 607 608 // gtk.NumerableIcon 609 610 Linker.link(gtk_numerable_icon_new, "gtk_numerable_icon_new", LIBRARY.GTK); 611 Linker.link(gtk_numerable_icon_new_with_style_context, "gtk_numerable_icon_new_with_style_context", LIBRARY.GTK); 612 Linker.link(gtk_numerable_icon_get_background_gicon, "gtk_numerable_icon_get_background_gicon", LIBRARY.GTK); 613 Linker.link(gtk_numerable_icon_set_background_gicon, "gtk_numerable_icon_set_background_gicon", LIBRARY.GTK); 614 Linker.link(gtk_numerable_icon_get_background_icon_name, "gtk_numerable_icon_get_background_icon_name", LIBRARY.GTK); 615 Linker.link(gtk_numerable_icon_set_background_icon_name, "gtk_numerable_icon_set_background_icon_name", LIBRARY.GTK); 616 Linker.link(gtk_numerable_icon_get_count, "gtk_numerable_icon_get_count", LIBRARY.GTK); 617 Linker.link(gtk_numerable_icon_set_count, "gtk_numerable_icon_set_count", LIBRARY.GTK); 618 Linker.link(gtk_numerable_icon_get_label, "gtk_numerable_icon_get_label", LIBRARY.GTK); 619 Linker.link(gtk_numerable_icon_set_label, "gtk_numerable_icon_set_label", LIBRARY.GTK); 620 Linker.link(gtk_numerable_icon_get_style_context, "gtk_numerable_icon_get_style_context", LIBRARY.GTK); 621 Linker.link(gtk_numerable_icon_set_style_context, "gtk_numerable_icon_set_style_context", LIBRARY.GTK); 622 623 // gtk.Application 624 625 Linker.link(gtk_application_new, "gtk_application_new", LIBRARY.GTK); 626 Linker.link(gtk_application_add_window, "gtk_application_add_window", LIBRARY.GTK); 627 Linker.link(gtk_application_remove_window, "gtk_application_remove_window", LIBRARY.GTK); 628 Linker.link(gtk_application_get_windows, "gtk_application_get_windows", LIBRARY.GTK); 629 Linker.link(gtk_application_get_window_by_id, "gtk_application_get_window_by_id", LIBRARY.GTK); 630 Linker.link(gtk_application_get_active_window, "gtk_application_get_active_window", LIBRARY.GTK); 631 Linker.link(gtk_application_inhibit, "gtk_application_inhibit", LIBRARY.GTK); 632 Linker.link(gtk_application_uninhibit, "gtk_application_uninhibit", LIBRARY.GTK); 633 Linker.link(gtk_application_is_inhibited, "gtk_application_is_inhibited", LIBRARY.GTK); 634 Linker.link(gtk_application_get_app_menu, "gtk_application_get_app_menu", LIBRARY.GTK); 635 Linker.link(gtk_application_set_app_menu, "gtk_application_set_app_menu", LIBRARY.GTK); 636 Linker.link(gtk_application_get_menubar, "gtk_application_get_menubar", LIBRARY.GTK); 637 Linker.link(gtk_application_set_menubar, "gtk_application_set_menubar", LIBRARY.GTK); 638 Linker.link(gtk_application_add_accelerator, "gtk_application_add_accelerator", LIBRARY.GTK); 639 Linker.link(gtk_application_remove_accelerator, "gtk_application_remove_accelerator", LIBRARY.GTK); 640 641 // gtk.ApplicationWindow 642 643 Linker.link(gtk_application_window_new, "gtk_application_window_new", LIBRARY.GTK); 644 Linker.link(gtk_application_window_set_show_menubar, "gtk_application_window_set_show_menubar", LIBRARY.GTK); 645 Linker.link(gtk_application_window_get_show_menubar, "gtk_application_window_get_show_menubar", LIBRARY.GTK); 646 Linker.link(gtk_application_window_get_id, "gtk_application_window_get_id", LIBRARY.GTK); 647 648 // gtk.ActionableT 649 650 651 // gtk.ActionableT 652 653 Linker.link(gtk_actionable_get_action_name, "gtk_actionable_get_action_name", LIBRARY.GTK); 654 Linker.link(gtk_actionable_set_action_name, "gtk_actionable_set_action_name", LIBRARY.GTK); 655 Linker.link(gtk_actionable_get_action_target_value, "gtk_actionable_get_action_target_value", LIBRARY.GTK); 656 Linker.link(gtk_actionable_set_action_target_value, "gtk_actionable_set_action_target_value", LIBRARY.GTK); 657 Linker.link(gtk_actionable_set_action_target, "gtk_actionable_set_action_target", LIBRARY.GTK); 658 Linker.link(gtk_actionable_set_detailed_action_name, "gtk_actionable_set_detailed_action_name", LIBRARY.GTK); 659 660 // gtk.BuildableT 661 662 663 // gtk.BuildableT 664 665 Linker.link(gtk_buildable_set_name, "gtk_buildable_set_name", LIBRARY.GTK); 666 Linker.link(gtk_buildable_get_name, "gtk_buildable_get_name", LIBRARY.GTK); 667 Linker.link(gtk_buildable_add_child, "gtk_buildable_add_child", LIBRARY.GTK); 668 Linker.link(gtk_buildable_set_buildable_property, "gtk_buildable_set_buildable_property", LIBRARY.GTK); 669 Linker.link(gtk_buildable_construct_child, "gtk_buildable_construct_child", LIBRARY.GTK); 670 Linker.link(gtk_buildable_custom_tag_start, "gtk_buildable_custom_tag_start", LIBRARY.GTK); 671 Linker.link(gtk_buildable_custom_tag_end, "gtk_buildable_custom_tag_end", LIBRARY.GTK); 672 Linker.link(gtk_buildable_custom_finished, "gtk_buildable_custom_finished", LIBRARY.GTK); 673 Linker.link(gtk_buildable_parser_finished, "gtk_buildable_parser_finished", LIBRARY.GTK); 674 Linker.link(gtk_buildable_get_internal_child, "gtk_buildable_get_internal_child", LIBRARY.GTK); 675 676 // gtk.Builder 677 678 Linker.link(gtk_builder_new, "gtk_builder_new", LIBRARY.GTK); 679 Linker.link(gtk_builder_new_from_file, "gtk_builder_new_from_file", LIBRARY.GTK); 680 Linker.link(gtk_builder_new_from_resource, "gtk_builder_new_from_resource", LIBRARY.GTK); 681 Linker.link(gtk_builder_new_from_string, "gtk_builder_new_from_string", LIBRARY.GTK); 682 Linker.link(gtk_builder_add_callback_symbol, "gtk_builder_add_callback_symbol", LIBRARY.GTK); 683 Linker.link(gtk_builder_add_callback_symbols, "gtk_builder_add_callback_symbols", LIBRARY.GTK); 684 Linker.link(gtk_builder_lookup_callback_symbol, "gtk_builder_lookup_callback_symbol", LIBRARY.GTK); 685 Linker.link(gtk_builder_add_from_file, "gtk_builder_add_from_file", LIBRARY.GTK); 686 Linker.link(gtk_builder_add_from_resource, "gtk_builder_add_from_resource", LIBRARY.GTK); 687 Linker.link(gtk_builder_add_from_string, "gtk_builder_add_from_string", LIBRARY.GTK); 688 Linker.link(gtk_builder_add_objects_from_file, "gtk_builder_add_objects_from_file", LIBRARY.GTK); 689 Linker.link(gtk_builder_add_objects_from_string, "gtk_builder_add_objects_from_string", LIBRARY.GTK); 690 Linker.link(gtk_builder_add_objects_from_resource, "gtk_builder_add_objects_from_resource", LIBRARY.GTK); 691 Linker.link(gtk_builder_get_object, "gtk_builder_get_object", LIBRARY.GTK); 692 Linker.link(gtk_builder_get_objects, "gtk_builder_get_objects", LIBRARY.GTK); 693 Linker.link(gtk_builder_expose_object, "gtk_builder_expose_object", LIBRARY.GTK); 694 Linker.link(gtk_builder_connect_signals, "gtk_builder_connect_signals", LIBRARY.GTK); 695 Linker.link(gtk_builder_connect_signals_full, "gtk_builder_connect_signals_full", LIBRARY.GTK); 696 Linker.link(gtk_builder_set_translation_domain, "gtk_builder_set_translation_domain", LIBRARY.GTK); 697 Linker.link(gtk_builder_get_translation_domain, "gtk_builder_get_translation_domain", LIBRARY.GTK); 698 Linker.link(gtk_builder_get_type_from_name, "gtk_builder_get_type_from_name", LIBRARY.GTK); 699 Linker.link(gtk_builder_value_from_string, "gtk_builder_value_from_string", LIBRARY.GTK); 700 Linker.link(gtk_builder_value_from_string_type, "gtk_builder_value_from_string_type", LIBRARY.GTK); 701 702 // gtk.Dialog 703 704 Linker.link(gtk_dialog_new, "gtk_dialog_new", LIBRARY.GTK); 705 Linker.link(gtk_dialog_new_with_buttons, "gtk_dialog_new_with_buttons", LIBRARY.GTK); 706 Linker.link(gtk_dialog_run, "gtk_dialog_run", LIBRARY.GTK); 707 Linker.link(gtk_dialog_response, "gtk_dialog_response", LIBRARY.GTK); 708 Linker.link(gtk_dialog_add_button, "gtk_dialog_add_button", LIBRARY.GTK); 709 Linker.link(gtk_dialog_add_buttons, "gtk_dialog_add_buttons", LIBRARY.GTK); 710 Linker.link(gtk_dialog_add_action_widget, "gtk_dialog_add_action_widget", LIBRARY.GTK); 711 Linker.link(gtk_dialog_set_default_response, "gtk_dialog_set_default_response", LIBRARY.GTK); 712 Linker.link(gtk_dialog_set_response_sensitive, "gtk_dialog_set_response_sensitive", LIBRARY.GTK); 713 Linker.link(gtk_dialog_get_response_for_widget, "gtk_dialog_get_response_for_widget", LIBRARY.GTK); 714 Linker.link(gtk_dialog_get_widget_for_response, "gtk_dialog_get_widget_for_response", LIBRARY.GTK); 715 Linker.link(gtk_dialog_get_action_area, "gtk_dialog_get_action_area", LIBRARY.GTK); 716 Linker.link(gtk_dialog_get_content_area, "gtk_dialog_get_content_area", LIBRARY.GTK); 717 Linker.link(gtk_alternative_dialog_button_order, "gtk_alternative_dialog_button_order", LIBRARY.GTK); 718 Linker.link(gtk_dialog_set_alternative_button_order, "gtk_dialog_set_alternative_button_order", LIBRARY.GTK); 719 Linker.link(gtk_dialog_set_alternative_button_order_from_array, "gtk_dialog_set_alternative_button_order_from_array", LIBRARY.GTK); 720 721 // gtk.MessageDialog 722 723 Linker.link(gtk_message_dialog_new, "gtk_message_dialog_new", LIBRARY.GTK); 724 Linker.link(gtk_message_dialog_new_with_markup, "gtk_message_dialog_new_with_markup", LIBRARY.GTK); 725 Linker.link(gtk_message_dialog_set_markup, "gtk_message_dialog_set_markup", LIBRARY.GTK); 726 Linker.link(gtk_message_dialog_set_image, "gtk_message_dialog_set_image", LIBRARY.GTK); 727 Linker.link(gtk_message_dialog_get_image, "gtk_message_dialog_get_image", LIBRARY.GTK); 728 Linker.link(gtk_message_dialog_format_secondary_text, "gtk_message_dialog_format_secondary_text", LIBRARY.GTK); 729 Linker.link(gtk_message_dialog_format_secondary_markup, "gtk_message_dialog_format_secondary_markup", LIBRARY.GTK); 730 Linker.link(gtk_message_dialog_get_message_area, "gtk_message_dialog_get_message_area", LIBRARY.GTK); 731 732 // gtk.PopupBox 733 734 735 // gtk.AboutDialog 736 737 Linker.link(gtk_about_dialog_new, "gtk_about_dialog_new", LIBRARY.GTK); 738 Linker.link(gtk_about_dialog_get_program_name, "gtk_about_dialog_get_program_name", LIBRARY.GTK); 739 Linker.link(gtk_about_dialog_set_program_name, "gtk_about_dialog_set_program_name", LIBRARY.GTK); 740 Linker.link(gtk_about_dialog_get_version, "gtk_about_dialog_get_version", LIBRARY.GTK); 741 Linker.link(gtk_about_dialog_set_version, "gtk_about_dialog_set_version", LIBRARY.GTK); 742 Linker.link(gtk_about_dialog_get_copyright, "gtk_about_dialog_get_copyright", LIBRARY.GTK); 743 Linker.link(gtk_about_dialog_set_copyright, "gtk_about_dialog_set_copyright", LIBRARY.GTK); 744 Linker.link(gtk_about_dialog_get_comments, "gtk_about_dialog_get_comments", LIBRARY.GTK); 745 Linker.link(gtk_about_dialog_set_comments, "gtk_about_dialog_set_comments", LIBRARY.GTK); 746 Linker.link(gtk_about_dialog_get_license, "gtk_about_dialog_get_license", LIBRARY.GTK); 747 Linker.link(gtk_about_dialog_set_license, "gtk_about_dialog_set_license", LIBRARY.GTK); 748 Linker.link(gtk_about_dialog_get_wrap_license, "gtk_about_dialog_get_wrap_license", LIBRARY.GTK); 749 Linker.link(gtk_about_dialog_set_wrap_license, "gtk_about_dialog_set_wrap_license", LIBRARY.GTK); 750 Linker.link(gtk_about_dialog_get_license_type, "gtk_about_dialog_get_license_type", LIBRARY.GTK); 751 Linker.link(gtk_about_dialog_set_license_type, "gtk_about_dialog_set_license_type", LIBRARY.GTK); 752 Linker.link(gtk_about_dialog_get_website, "gtk_about_dialog_get_website", LIBRARY.GTK); 753 Linker.link(gtk_about_dialog_set_website, "gtk_about_dialog_set_website", LIBRARY.GTK); 754 Linker.link(gtk_about_dialog_get_website_label, "gtk_about_dialog_get_website_label", LIBRARY.GTK); 755 Linker.link(gtk_about_dialog_set_website_label, "gtk_about_dialog_set_website_label", LIBRARY.GTK); 756 Linker.link(gtk_about_dialog_get_authors, "gtk_about_dialog_get_authors", LIBRARY.GTK); 757 Linker.link(gtk_about_dialog_set_authors, "gtk_about_dialog_set_authors", LIBRARY.GTK); 758 Linker.link(gtk_about_dialog_get_artists, "gtk_about_dialog_get_artists", LIBRARY.GTK); 759 Linker.link(gtk_about_dialog_set_artists, "gtk_about_dialog_set_artists", LIBRARY.GTK); 760 Linker.link(gtk_about_dialog_get_documenters, "gtk_about_dialog_get_documenters", LIBRARY.GTK); 761 Linker.link(gtk_about_dialog_set_documenters, "gtk_about_dialog_set_documenters", LIBRARY.GTK); 762 Linker.link(gtk_about_dialog_get_translator_credits, "gtk_about_dialog_get_translator_credits", LIBRARY.GTK); 763 Linker.link(gtk_about_dialog_set_translator_credits, "gtk_about_dialog_set_translator_credits", LIBRARY.GTK); 764 Linker.link(gtk_about_dialog_get_logo, "gtk_about_dialog_get_logo", LIBRARY.GTK); 765 Linker.link(gtk_about_dialog_set_logo, "gtk_about_dialog_set_logo", LIBRARY.GTK); 766 Linker.link(gtk_about_dialog_get_logo_icon_name, "gtk_about_dialog_get_logo_icon_name", LIBRARY.GTK); 767 Linker.link(gtk_about_dialog_set_logo_icon_name, "gtk_about_dialog_set_logo_icon_name", LIBRARY.GTK); 768 Linker.link(gtk_about_dialog_add_credit_section, "gtk_about_dialog_add_credit_section", LIBRARY.GTK); 769 Linker.link(gtk_show_about_dialog, "gtk_show_about_dialog", LIBRARY.GTK); 770 771 // gtk.Assistant 772 773 Linker.link(gtk_assistant_new, "gtk_assistant_new", LIBRARY.GTK); 774 Linker.link(gtk_assistant_get_current_page, "gtk_assistant_get_current_page", LIBRARY.GTK); 775 Linker.link(gtk_assistant_set_current_page, "gtk_assistant_set_current_page", LIBRARY.GTK); 776 Linker.link(gtk_assistant_get_n_pages, "gtk_assistant_get_n_pages", LIBRARY.GTK); 777 Linker.link(gtk_assistant_get_nth_page, "gtk_assistant_get_nth_page", LIBRARY.GTK); 778 Linker.link(gtk_assistant_prepend_page, "gtk_assistant_prepend_page", LIBRARY.GTK); 779 Linker.link(gtk_assistant_append_page, "gtk_assistant_append_page", LIBRARY.GTK); 780 Linker.link(gtk_assistant_insert_page, "gtk_assistant_insert_page", LIBRARY.GTK); 781 Linker.link(gtk_assistant_remove_page, "gtk_assistant_remove_page", LIBRARY.GTK); 782 Linker.link(gtk_assistant_set_forward_page_func, "gtk_assistant_set_forward_page_func", LIBRARY.GTK); 783 Linker.link(gtk_assistant_set_page_type, "gtk_assistant_set_page_type", LIBRARY.GTK); 784 Linker.link(gtk_assistant_get_page_type, "gtk_assistant_get_page_type", LIBRARY.GTK); 785 Linker.link(gtk_assistant_set_page_title, "gtk_assistant_set_page_title", LIBRARY.GTK); 786 Linker.link(gtk_assistant_get_page_title, "gtk_assistant_get_page_title", LIBRARY.GTK); 787 Linker.link(gtk_assistant_set_page_header_image, "gtk_assistant_set_page_header_image", LIBRARY.GTK); 788 Linker.link(gtk_assistant_get_page_header_image, "gtk_assistant_get_page_header_image", LIBRARY.GTK); 789 Linker.link(gtk_assistant_set_page_side_image, "gtk_assistant_set_page_side_image", LIBRARY.GTK); 790 Linker.link(gtk_assistant_get_page_side_image, "gtk_assistant_get_page_side_image", LIBRARY.GTK); 791 Linker.link(gtk_assistant_set_page_complete, "gtk_assistant_set_page_complete", LIBRARY.GTK); 792 Linker.link(gtk_assistant_get_page_complete, "gtk_assistant_get_page_complete", LIBRARY.GTK); 793 Linker.link(gtk_assistant_add_action_widget, "gtk_assistant_add_action_widget", LIBRARY.GTK); 794 Linker.link(gtk_assistant_remove_action_widget, "gtk_assistant_remove_action_widget", LIBRARY.GTK); 795 Linker.link(gtk_assistant_update_buttons_state, "gtk_assistant_update_buttons_state", LIBRARY.GTK); 796 Linker.link(gtk_assistant_commit, "gtk_assistant_commit", LIBRARY.GTK); 797 Linker.link(gtk_assistant_next_page, "gtk_assistant_next_page", LIBRARY.GTK); 798 Linker.link(gtk_assistant_previous_page, "gtk_assistant_previous_page", LIBRARY.GTK); 799 800 // gtk.Window 801 802 Linker.link(gtk_window_new, "gtk_window_new", LIBRARY.GTK); 803 Linker.link(gtk_window_set_title, "gtk_window_set_title", LIBRARY.GTK); 804 Linker.link(gtk_window_set_wmclass, "gtk_window_set_wmclass", LIBRARY.GTK); 805 Linker.link(gtk_window_set_resizable, "gtk_window_set_resizable", LIBRARY.GTK); 806 Linker.link(gtk_window_get_resizable, "gtk_window_get_resizable", LIBRARY.GTK); 807 Linker.link(gtk_window_add_accel_group, "gtk_window_add_accel_group", LIBRARY.GTK); 808 Linker.link(gtk_window_remove_accel_group, "gtk_window_remove_accel_group", LIBRARY.GTK); 809 Linker.link(gtk_window_activate_focus, "gtk_window_activate_focus", LIBRARY.GTK); 810 Linker.link(gtk_window_activate_default, "gtk_window_activate_default", LIBRARY.GTK); 811 Linker.link(gtk_window_set_modal, "gtk_window_set_modal", LIBRARY.GTK); 812 Linker.link(gtk_window_set_default_size, "gtk_window_set_default_size", LIBRARY.GTK); 813 Linker.link(gtk_window_set_default_geometry, "gtk_window_set_default_geometry", LIBRARY.GTK); 814 Linker.link(gtk_window_set_geometry_hints, "gtk_window_set_geometry_hints", LIBRARY.GTK); 815 Linker.link(gtk_window_set_gravity, "gtk_window_set_gravity", LIBRARY.GTK); 816 Linker.link(gtk_window_get_gravity, "gtk_window_get_gravity", LIBRARY.GTK); 817 Linker.link(gtk_window_set_position, "gtk_window_set_position", LIBRARY.GTK); 818 Linker.link(gtk_window_set_transient_for, "gtk_window_set_transient_for", LIBRARY.GTK); 819 Linker.link(gtk_window_set_attached_to, "gtk_window_set_attached_to", LIBRARY.GTK); 820 Linker.link(gtk_window_set_destroy_with_parent, "gtk_window_set_destroy_with_parent", LIBRARY.GTK); 821 Linker.link(gtk_window_set_hide_titlebar_when_maximized, "gtk_window_set_hide_titlebar_when_maximized", LIBRARY.GTK); 822 Linker.link(gtk_window_set_screen, "gtk_window_set_screen", LIBRARY.GTK); 823 Linker.link(gtk_window_get_screen, "gtk_window_get_screen", LIBRARY.GTK); 824 Linker.link(gtk_window_is_active, "gtk_window_is_active", LIBRARY.GTK); 825 Linker.link(gtk_window_has_toplevel_focus, "gtk_window_has_toplevel_focus", LIBRARY.GTK); 826 Linker.link(gtk_window_list_toplevels, "gtk_window_list_toplevels", LIBRARY.GTK); 827 Linker.link(gtk_window_add_mnemonic, "gtk_window_add_mnemonic", LIBRARY.GTK); 828 Linker.link(gtk_window_remove_mnemonic, "gtk_window_remove_mnemonic", LIBRARY.GTK); 829 Linker.link(gtk_window_mnemonic_activate, "gtk_window_mnemonic_activate", LIBRARY.GTK); 830 Linker.link(gtk_window_activate_key, "gtk_window_activate_key", LIBRARY.GTK); 831 Linker.link(gtk_window_propagate_key_event, "gtk_window_propagate_key_event", LIBRARY.GTK); 832 Linker.link(gtk_window_get_focus, "gtk_window_get_focus", LIBRARY.GTK); 833 Linker.link(gtk_window_set_focus, "gtk_window_set_focus", LIBRARY.GTK); 834 Linker.link(gtk_window_get_default_widget, "gtk_window_get_default_widget", LIBRARY.GTK); 835 Linker.link(gtk_window_set_default, "gtk_window_set_default", LIBRARY.GTK); 836 Linker.link(gtk_window_present, "gtk_window_present", LIBRARY.GTK); 837 Linker.link(gtk_window_present_with_time, "gtk_window_present_with_time", LIBRARY.GTK); 838 Linker.link(gtk_window_close, "gtk_window_close", LIBRARY.GTK); 839 Linker.link(gtk_window_iconify, "gtk_window_iconify", LIBRARY.GTK); 840 Linker.link(gtk_window_deiconify, "gtk_window_deiconify", LIBRARY.GTK); 841 Linker.link(gtk_window_stick, "gtk_window_stick", LIBRARY.GTK); 842 Linker.link(gtk_window_unstick, "gtk_window_unstick", LIBRARY.GTK); 843 Linker.link(gtk_window_maximize, "gtk_window_maximize", LIBRARY.GTK); 844 Linker.link(gtk_window_unmaximize, "gtk_window_unmaximize", LIBRARY.GTK); 845 Linker.link(gtk_window_fullscreen, "gtk_window_fullscreen", LIBRARY.GTK); 846 Linker.link(gtk_window_unfullscreen, "gtk_window_unfullscreen", LIBRARY.GTK); 847 Linker.link(gtk_window_set_keep_above, "gtk_window_set_keep_above", LIBRARY.GTK); 848 Linker.link(gtk_window_set_keep_below, "gtk_window_set_keep_below", LIBRARY.GTK); 849 Linker.link(gtk_window_begin_resize_drag, "gtk_window_begin_resize_drag", LIBRARY.GTK); 850 Linker.link(gtk_window_begin_move_drag, "gtk_window_begin_move_drag", LIBRARY.GTK); 851 Linker.link(gtk_window_set_decorated, "gtk_window_set_decorated", LIBRARY.GTK); 852 Linker.link(gtk_window_set_deletable, "gtk_window_set_deletable", LIBRARY.GTK); 853 Linker.link(gtk_window_set_mnemonic_modifier, "gtk_window_set_mnemonic_modifier", LIBRARY.GTK); 854 Linker.link(gtk_window_set_type_hint, "gtk_window_set_type_hint", LIBRARY.GTK); 855 Linker.link(gtk_window_set_skip_taskbar_hint, "gtk_window_set_skip_taskbar_hint", LIBRARY.GTK); 856 Linker.link(gtk_window_set_skip_pager_hint, "gtk_window_set_skip_pager_hint", LIBRARY.GTK); 857 Linker.link(gtk_window_set_urgency_hint, "gtk_window_set_urgency_hint", LIBRARY.GTK); 858 Linker.link(gtk_window_set_accept_focus, "gtk_window_set_accept_focus", LIBRARY.GTK); 859 Linker.link(gtk_window_set_focus_on_map, "gtk_window_set_focus_on_map", LIBRARY.GTK); 860 Linker.link(gtk_window_set_startup_id, "gtk_window_set_startup_id", LIBRARY.GTK); 861 Linker.link(gtk_window_set_role, "gtk_window_set_role", LIBRARY.GTK); 862 Linker.link(gtk_window_get_decorated, "gtk_window_get_decorated", LIBRARY.GTK); 863 Linker.link(gtk_window_get_deletable, "gtk_window_get_deletable", LIBRARY.GTK); 864 Linker.link(gtk_window_get_default_icon_list, "gtk_window_get_default_icon_list", LIBRARY.GTK); 865 Linker.link(gtk_window_get_default_icon_name, "gtk_window_get_default_icon_name", LIBRARY.GTK); 866 Linker.link(gtk_window_get_default_size, "gtk_window_get_default_size", LIBRARY.GTK); 867 Linker.link(gtk_window_get_destroy_with_parent, "gtk_window_get_destroy_with_parent", LIBRARY.GTK); 868 Linker.link(gtk_window_get_hide_titlebar_when_maximized, "gtk_window_get_hide_titlebar_when_maximized", LIBRARY.GTK); 869 Linker.link(gtk_window_get_icon, "gtk_window_get_icon", LIBRARY.GTK); 870 Linker.link(gtk_window_get_icon_list, "gtk_window_get_icon_list", LIBRARY.GTK); 871 Linker.link(gtk_window_get_icon_name, "gtk_window_get_icon_name", LIBRARY.GTK); 872 Linker.link(gtk_window_get_mnemonic_modifier, "gtk_window_get_mnemonic_modifier", LIBRARY.GTK); 873 Linker.link(gtk_window_get_modal, "gtk_window_get_modal", LIBRARY.GTK); 874 Linker.link(gtk_window_get_position, "gtk_window_get_position", LIBRARY.GTK); 875 Linker.link(gtk_window_get_role, "gtk_window_get_role", LIBRARY.GTK); 876 Linker.link(gtk_window_get_size, "gtk_window_get_size", LIBRARY.GTK); 877 Linker.link(gtk_window_get_title, "gtk_window_get_title", LIBRARY.GTK); 878 Linker.link(gtk_window_get_transient_for, "gtk_window_get_transient_for", LIBRARY.GTK); 879 Linker.link(gtk_window_get_attached_to, "gtk_window_get_attached_to", LIBRARY.GTK); 880 Linker.link(gtk_window_get_type_hint, "gtk_window_get_type_hint", LIBRARY.GTK); 881 Linker.link(gtk_window_get_skip_taskbar_hint, "gtk_window_get_skip_taskbar_hint", LIBRARY.GTK); 882 Linker.link(gtk_window_get_skip_pager_hint, "gtk_window_get_skip_pager_hint", LIBRARY.GTK); 883 Linker.link(gtk_window_get_urgency_hint, "gtk_window_get_urgency_hint", LIBRARY.GTK); 884 Linker.link(gtk_window_get_accept_focus, "gtk_window_get_accept_focus", LIBRARY.GTK); 885 Linker.link(gtk_window_get_focus_on_map, "gtk_window_get_focus_on_map", LIBRARY.GTK); 886 Linker.link(gtk_window_get_group, "gtk_window_get_group", LIBRARY.GTK); 887 Linker.link(gtk_window_has_group, "gtk_window_has_group", LIBRARY.GTK); 888 Linker.link(gtk_window_get_window_type, "gtk_window_get_window_type", LIBRARY.GTK); 889 Linker.link(gtk_window_move, "gtk_window_move", LIBRARY.GTK); 890 Linker.link(gtk_window_parse_geometry, "gtk_window_parse_geometry", LIBRARY.GTK); 891 Linker.link(gtk_window_reshow_with_initial_size, "gtk_window_reshow_with_initial_size", LIBRARY.GTK); 892 Linker.link(gtk_window_resize, "gtk_window_resize", LIBRARY.GTK); 893 Linker.link(gtk_window_resize_to_geometry, "gtk_window_resize_to_geometry", LIBRARY.GTK); 894 Linker.link(gtk_window_set_default_icon_list, "gtk_window_set_default_icon_list", LIBRARY.GTK); 895 Linker.link(gtk_window_set_default_icon, "gtk_window_set_default_icon", LIBRARY.GTK); 896 Linker.link(gtk_window_set_default_icon_from_file, "gtk_window_set_default_icon_from_file", LIBRARY.GTK); 897 Linker.link(gtk_window_set_default_icon_name, "gtk_window_set_default_icon_name", LIBRARY.GTK); 898 Linker.link(gtk_window_set_icon, "gtk_window_set_icon", LIBRARY.GTK); 899 Linker.link(gtk_window_set_icon_list, "gtk_window_set_icon_list", LIBRARY.GTK); 900 Linker.link(gtk_window_set_icon_from_file, "gtk_window_set_icon_from_file", LIBRARY.GTK); 901 Linker.link(gtk_window_set_icon_name, "gtk_window_set_icon_name", LIBRARY.GTK); 902 Linker.link(gtk_window_set_auto_startup_notification, "gtk_window_set_auto_startup_notification", LIBRARY.GTK); 903 Linker.link(gtk_window_get_opacity, "gtk_window_get_opacity", LIBRARY.GTK); 904 Linker.link(gtk_window_set_opacity, "gtk_window_set_opacity", LIBRARY.GTK); 905 Linker.link(gtk_window_get_mnemonics_visible, "gtk_window_get_mnemonics_visible", LIBRARY.GTK); 906 Linker.link(gtk_window_set_mnemonics_visible, "gtk_window_set_mnemonics_visible", LIBRARY.GTK); 907 Linker.link(gtk_window_get_focus_visible, "gtk_window_get_focus_visible", LIBRARY.GTK); 908 Linker.link(gtk_window_set_focus_visible, "gtk_window_set_focus_visible", LIBRARY.GTK); 909 Linker.link(gtk_window_set_has_resize_grip, "gtk_window_set_has_resize_grip", LIBRARY.GTK); 910 Linker.link(gtk_window_get_has_resize_grip, "gtk_window_get_has_resize_grip", LIBRARY.GTK); 911 Linker.link(gtk_window_resize_grip_is_visible, "gtk_window_resize_grip_is_visible", LIBRARY.GTK); 912 Linker.link(gtk_window_get_resize_grip_area, "gtk_window_get_resize_grip_area", LIBRARY.GTK); 913 Linker.link(gtk_window_get_application, "gtk_window_get_application", LIBRARY.GTK); 914 Linker.link(gtk_window_set_application, "gtk_window_set_application", LIBRARY.GTK); 915 Linker.link(gtk_window_set_has_user_ref_count, "gtk_window_set_has_user_ref_count", LIBRARY.GTK); 916 Linker.link(gtk_window_set_titlebar, "gtk_window_set_titlebar", LIBRARY.GTK); 917 918 // gtk. 919 920 921 // gtk.WindowGroup 922 923 Linker.link(gtk_window_group_new, "gtk_window_group_new", LIBRARY.GTK); 924 Linker.link(gtk_window_group_add_window, "gtk_window_group_add_window", LIBRARY.GTK); 925 Linker.link(gtk_window_group_remove_window, "gtk_window_group_remove_window", LIBRARY.GTK); 926 Linker.link(gtk_window_group_list_windows, "gtk_window_group_list_windows", LIBRARY.GTK); 927 Linker.link(gtk_window_group_get_current_grab, "gtk_window_group_get_current_grab", LIBRARY.GTK); 928 Linker.link(gtk_window_group_get_current_device_grab, "gtk_window_group_get_current_device_grab", LIBRARY.GTK); 929 930 // gtk.Invisible 931 932 Linker.link(gtk_invisible_new, "gtk_invisible_new", LIBRARY.GTK); 933 Linker.link(gtk_invisible_new_for_screen, "gtk_invisible_new_for_screen", LIBRARY.GTK); 934 Linker.link(gtk_invisible_set_screen, "gtk_invisible_set_screen", LIBRARY.GTK); 935 Linker.link(gtk_invisible_get_screen, "gtk_invisible_get_screen", LIBRARY.GTK); 936 937 // gtk.OffscreenWindow 938 939 Linker.link(gtk_offscreen_window_new, "gtk_offscreen_window_new", LIBRARY.GTK); 940 Linker.link(gtk_offscreen_window_get_surface, "gtk_offscreen_window_get_surface", LIBRARY.GTK); 941 Linker.link(gtk_offscreen_window_get_pixbuf, "gtk_offscreen_window_get_pixbuf", LIBRARY.GTK); 942 943 // gtk.Box 944 945 Linker.link(gtk_box_new, "gtk_box_new", LIBRARY.GTK); 946 Linker.link(gtk_box_pack_start, "gtk_box_pack_start", LIBRARY.GTK); 947 Linker.link(gtk_box_pack_end, "gtk_box_pack_end", LIBRARY.GTK); 948 Linker.link(gtk_box_get_homogeneous, "gtk_box_get_homogeneous", LIBRARY.GTK); 949 Linker.link(gtk_box_set_homogeneous, "gtk_box_set_homogeneous", LIBRARY.GTK); 950 Linker.link(gtk_box_get_spacing, "gtk_box_get_spacing", LIBRARY.GTK); 951 Linker.link(gtk_box_set_spacing, "gtk_box_set_spacing", LIBRARY.GTK); 952 Linker.link(gtk_box_reorder_child, "gtk_box_reorder_child", LIBRARY.GTK); 953 Linker.link(gtk_box_query_child_packing, "gtk_box_query_child_packing", LIBRARY.GTK); 954 Linker.link(gtk_box_set_child_packing, "gtk_box_set_child_packing", LIBRARY.GTK); 955 Linker.link(gtk_box_get_baseline_position, "gtk_box_get_baseline_position", LIBRARY.GTK); 956 Linker.link(gtk_box_set_baseline_position, "gtk_box_set_baseline_position", LIBRARY.GTK); 957 958 // gtk.Grid 959 960 Linker.link(gtk_grid_new, "gtk_grid_new", LIBRARY.GTK); 961 Linker.link(gtk_grid_attach, "gtk_grid_attach", LIBRARY.GTK); 962 Linker.link(gtk_grid_attach_next_to, "gtk_grid_attach_next_to", LIBRARY.GTK); 963 Linker.link(gtk_grid_get_child_at, "gtk_grid_get_child_at", LIBRARY.GTK); 964 Linker.link(gtk_grid_insert_row, "gtk_grid_insert_row", LIBRARY.GTK); 965 Linker.link(gtk_grid_insert_column, "gtk_grid_insert_column", LIBRARY.GTK); 966 Linker.link(gtk_grid_remove_row, "gtk_grid_remove_row", LIBRARY.GTK); 967 Linker.link(gtk_grid_remove_column, "gtk_grid_remove_column", LIBRARY.GTK); 968 Linker.link(gtk_grid_insert_next_to, "gtk_grid_insert_next_to", LIBRARY.GTK); 969 Linker.link(gtk_grid_set_row_homogeneous, "gtk_grid_set_row_homogeneous", LIBRARY.GTK); 970 Linker.link(gtk_grid_get_row_homogeneous, "gtk_grid_get_row_homogeneous", LIBRARY.GTK); 971 Linker.link(gtk_grid_set_row_spacing, "gtk_grid_set_row_spacing", LIBRARY.GTK); 972 Linker.link(gtk_grid_get_row_spacing, "gtk_grid_get_row_spacing", LIBRARY.GTK); 973 Linker.link(gtk_grid_set_column_homogeneous, "gtk_grid_set_column_homogeneous", LIBRARY.GTK); 974 Linker.link(gtk_grid_get_column_homogeneous, "gtk_grid_get_column_homogeneous", LIBRARY.GTK); 975 Linker.link(gtk_grid_set_column_spacing, "gtk_grid_set_column_spacing", LIBRARY.GTK); 976 Linker.link(gtk_grid_get_column_spacing, "gtk_grid_get_column_spacing", LIBRARY.GTK); 977 Linker.link(gtk_grid_get_baseline_row, "gtk_grid_get_baseline_row", LIBRARY.GTK); 978 Linker.link(gtk_grid_set_baseline_row, "gtk_grid_set_baseline_row", LIBRARY.GTK); 979 Linker.link(gtk_grid_get_row_baseline_position, "gtk_grid_get_row_baseline_position", LIBRARY.GTK); 980 Linker.link(gtk_grid_set_row_baseline_position, "gtk_grid_set_row_baseline_position", LIBRARY.GTK); 981 982 // gtk.Revealer 983 984 Linker.link(gtk_revealer_new, "gtk_revealer_new", LIBRARY.GTK); 985 Linker.link(gtk_revealer_get_reveal_child, "gtk_revealer_get_reveal_child", LIBRARY.GTK); 986 Linker.link(gtk_revealer_set_reveal_child, "gtk_revealer_set_reveal_child", LIBRARY.GTK); 987 Linker.link(gtk_revealer_get_child_revealed, "gtk_revealer_get_child_revealed", LIBRARY.GTK); 988 Linker.link(gtk_revealer_get_transition_duration, "gtk_revealer_get_transition_duration", LIBRARY.GTK); 989 Linker.link(gtk_revealer_set_transition_duration, "gtk_revealer_set_transition_duration", LIBRARY.GTK); 990 Linker.link(gtk_revealer_get_transition_type, "gtk_revealer_get_transition_type", LIBRARY.GTK); 991 Linker.link(gtk_revealer_set_transition_type, "gtk_revealer_set_transition_type", LIBRARY.GTK); 992 993 // gtk.ListBox 994 995 Linker.link(gtk_list_box_new, "gtk_list_box_new", LIBRARY.GTK); 996 Linker.link(gtk_list_box_prepend, "gtk_list_box_prepend", LIBRARY.GTK); 997 Linker.link(gtk_list_box_insert, "gtk_list_box_insert", LIBRARY.GTK); 998 Linker.link(gtk_list_box_select_row, "gtk_list_box_select_row", LIBRARY.GTK); 999 Linker.link(gtk_list_box_get_selected_row, "gtk_list_box_get_selected_row", LIBRARY.GTK); 1000 Linker.link(gtk_list_box_set_selection_mode, "gtk_list_box_set_selection_mode", LIBRARY.GTK); 1001 Linker.link(gtk_list_box_get_selection_mode, "gtk_list_box_get_selection_mode", LIBRARY.GTK); 1002 Linker.link(gtk_list_box_set_activate_on_single_click, "gtk_list_box_set_activate_on_single_click", LIBRARY.GTK); 1003 Linker.link(gtk_list_box_get_activate_on_single_click, "gtk_list_box_get_activate_on_single_click", LIBRARY.GTK); 1004 Linker.link(gtk_list_box_get_adjustment, "gtk_list_box_get_adjustment", LIBRARY.GTK); 1005 Linker.link(gtk_list_box_set_adjustment, "gtk_list_box_set_adjustment", LIBRARY.GTK); 1006 Linker.link(gtk_list_box_set_placeholder, "gtk_list_box_set_placeholder", LIBRARY.GTK); 1007 Linker.link(gtk_list_box_get_row_at_index, "gtk_list_box_get_row_at_index", LIBRARY.GTK); 1008 Linker.link(gtk_list_box_get_row_at_y, "gtk_list_box_get_row_at_y", LIBRARY.GTK); 1009 Linker.link(gtk_list_box_invalidate_filter, "gtk_list_box_invalidate_filter", LIBRARY.GTK); 1010 Linker.link(gtk_list_box_invalidate_headers, "gtk_list_box_invalidate_headers", LIBRARY.GTK); 1011 Linker.link(gtk_list_box_invalidate_sort, "gtk_list_box_invalidate_sort", LIBRARY.GTK); 1012 Linker.link(gtk_list_box_set_filter_func, "gtk_list_box_set_filter_func", LIBRARY.GTK); 1013 Linker.link(gtk_list_box_set_header_func, "gtk_list_box_set_header_func", LIBRARY.GTK); 1014 Linker.link(gtk_list_box_set_sort_func, "gtk_list_box_set_sort_func", LIBRARY.GTK); 1015 Linker.link(gtk_list_box_drag_highlight_row, "gtk_list_box_drag_highlight_row", LIBRARY.GTK); 1016 Linker.link(gtk_list_box_drag_unhighlight_row, "gtk_list_box_drag_unhighlight_row", LIBRARY.GTK); 1017 1018 // gtk.ListBoxRow 1019 1020 Linker.link(gtk_list_box_row_new, "gtk_list_box_row_new", LIBRARY.GTK); 1021 Linker.link(gtk_list_box_row_changed, "gtk_list_box_row_changed", LIBRARY.GTK); 1022 Linker.link(gtk_list_box_row_get_header, "gtk_list_box_row_get_header", LIBRARY.GTK); 1023 Linker.link(gtk_list_box_row_get_type, "gtk_list_box_row_get_type", LIBRARY.GTK); 1024 Linker.link(gtk_list_box_row_set_header, "gtk_list_box_row_set_header", LIBRARY.GTK); 1025 Linker.link(gtk_list_box_row_get_index, "gtk_list_box_row_get_index", LIBRARY.GTK); 1026 1027 // gtk.Stack 1028 1029 Linker.link(gtk_stack_new, "gtk_stack_new", LIBRARY.GTK); 1030 Linker.link(gtk_stack_add_named, "gtk_stack_add_named", LIBRARY.GTK); 1031 Linker.link(gtk_stack_add_titled, "gtk_stack_add_titled", LIBRARY.GTK); 1032 Linker.link(gtk_stack_set_visible_child, "gtk_stack_set_visible_child", LIBRARY.GTK); 1033 Linker.link(gtk_stack_get_visible_child, "gtk_stack_get_visible_child", LIBRARY.GTK); 1034 Linker.link(gtk_stack_set_visible_child_name, "gtk_stack_set_visible_child_name", LIBRARY.GTK); 1035 Linker.link(gtk_stack_get_visible_child_name, "gtk_stack_get_visible_child_name", LIBRARY.GTK); 1036 Linker.link(gtk_stack_set_visible_child_full, "gtk_stack_set_visible_child_full", LIBRARY.GTK); 1037 Linker.link(gtk_stack_set_homogeneous, "gtk_stack_set_homogeneous", LIBRARY.GTK); 1038 Linker.link(gtk_stack_get_homogeneous, "gtk_stack_get_homogeneous", LIBRARY.GTK); 1039 Linker.link(gtk_stack_set_transition_duration, "gtk_stack_set_transition_duration", LIBRARY.GTK); 1040 Linker.link(gtk_stack_get_transition_duration, "gtk_stack_get_transition_duration", LIBRARY.GTK); 1041 Linker.link(gtk_stack_set_transition_type, "gtk_stack_set_transition_type", LIBRARY.GTK); 1042 Linker.link(gtk_stack_get_transition_type, "gtk_stack_get_transition_type", LIBRARY.GTK); 1043 1044 // gtk.StackSwitcher 1045 1046 Linker.link(gtk_stack_switcher_new, "gtk_stack_switcher_new", LIBRARY.GTK); 1047 Linker.link(gtk_stack_switcher_set_stack, "gtk_stack_switcher_set_stack", LIBRARY.GTK); 1048 Linker.link(gtk_stack_switcher_get_stack, "gtk_stack_switcher_get_stack", LIBRARY.GTK); 1049 1050 // gtk.HeaderBar 1051 1052 Linker.link(gtk_header_bar_new, "gtk_header_bar_new", LIBRARY.GTK); 1053 Linker.link(gtk_header_bar_set_title, "gtk_header_bar_set_title", LIBRARY.GTK); 1054 Linker.link(gtk_header_bar_get_title, "gtk_header_bar_get_title", LIBRARY.GTK); 1055 Linker.link(gtk_header_bar_set_subtitle, "gtk_header_bar_set_subtitle", LIBRARY.GTK); 1056 Linker.link(gtk_header_bar_get_subtitle, "gtk_header_bar_get_subtitle", LIBRARY.GTK); 1057 Linker.link(gtk_header_bar_set_custom_title, "gtk_header_bar_set_custom_title", LIBRARY.GTK); 1058 Linker.link(gtk_header_bar_get_custom_title, "gtk_header_bar_get_custom_title", LIBRARY.GTK); 1059 Linker.link(gtk_header_bar_pack_start, "gtk_header_bar_pack_start", LIBRARY.GTK); 1060 Linker.link(gtk_header_bar_pack_end, "gtk_header_bar_pack_end", LIBRARY.GTK); 1061 Linker.link(gtk_header_bar_set_show_close_button, "gtk_header_bar_set_show_close_button", LIBRARY.GTK); 1062 Linker.link(gtk_header_bar_get_show_close_button, "gtk_header_bar_get_show_close_button", LIBRARY.GTK); 1063 1064 // gtk.Overlay 1065 1066 Linker.link(gtk_overlay_new, "gtk_overlay_new", LIBRARY.GTK); 1067 Linker.link(gtk_overlay_add_overlay, "gtk_overlay_add_overlay", LIBRARY.GTK); 1068 1069 // gtk.Alignment 1070 1071 Linker.link(gtk_alignment_new, "gtk_alignment_new", LIBRARY.GTK); 1072 Linker.link(gtk_alignment_set, "gtk_alignment_set", LIBRARY.GTK); 1073 Linker.link(gtk_alignment_get_padding, "gtk_alignment_get_padding", LIBRARY.GTK); 1074 Linker.link(gtk_alignment_set_padding, "gtk_alignment_set_padding", LIBRARY.GTK); 1075 1076 // gtk.ButtonBox 1077 1078 Linker.link(gtk_button_box_new, "gtk_button_box_new", LIBRARY.GTK); 1079 Linker.link(gtk_button_box_get_layout, "gtk_button_box_get_layout", LIBRARY.GTK); 1080 Linker.link(gtk_button_box_get_child_secondary, "gtk_button_box_get_child_secondary", LIBRARY.GTK); 1081 Linker.link(gtk_button_box_get_child_non_homogeneous, "gtk_button_box_get_child_non_homogeneous", LIBRARY.GTK); 1082 Linker.link(gtk_button_box_set_layout, "gtk_button_box_set_layout", LIBRARY.GTK); 1083 Linker.link(gtk_button_box_set_child_secondary, "gtk_button_box_set_child_secondary", LIBRARY.GTK); 1084 Linker.link(gtk_button_box_set_child_non_homogeneous, "gtk_button_box_set_child_non_homogeneous", LIBRARY.GTK); 1085 1086 // gtk.Paned 1087 1088 Linker.link(gtk_paned_new, "gtk_paned_new", LIBRARY.GTK); 1089 Linker.link(gtk_paned_add1, "gtk_paned_add1", LIBRARY.GTK); 1090 Linker.link(gtk_paned_add2, "gtk_paned_add2", LIBRARY.GTK); 1091 Linker.link(gtk_paned_pack1, "gtk_paned_pack1", LIBRARY.GTK); 1092 Linker.link(gtk_paned_pack2, "gtk_paned_pack2", LIBRARY.GTK); 1093 Linker.link(gtk_paned_get_child1, "gtk_paned_get_child1", LIBRARY.GTK); 1094 Linker.link(gtk_paned_get_child2, "gtk_paned_get_child2", LIBRARY.GTK); 1095 Linker.link(gtk_paned_set_position, "gtk_paned_set_position", LIBRARY.GTK); 1096 Linker.link(gtk_paned_get_position, "gtk_paned_get_position", LIBRARY.GTK); 1097 Linker.link(gtk_paned_get_handle_window, "gtk_paned_get_handle_window", LIBRARY.GTK); 1098 1099 // gtk.Layout 1100 1101 Linker.link(gtk_layout_new, "gtk_layout_new", LIBRARY.GTK); 1102 Linker.link(gtk_layout_put, "gtk_layout_put", LIBRARY.GTK); 1103 Linker.link(gtk_layout_move, "gtk_layout_move", LIBRARY.GTK); 1104 Linker.link(gtk_layout_set_size, "gtk_layout_set_size", LIBRARY.GTK); 1105 Linker.link(gtk_layout_get_size, "gtk_layout_get_size", LIBRARY.GTK); 1106 Linker.link(gtk_layout_get_hadjustment, "gtk_layout_get_hadjustment", LIBRARY.GTK); 1107 Linker.link(gtk_layout_get_vadjustment, "gtk_layout_get_vadjustment", LIBRARY.GTK); 1108 Linker.link(gtk_layout_set_hadjustment, "gtk_layout_set_hadjustment", LIBRARY.GTK); 1109 Linker.link(gtk_layout_set_vadjustment, "gtk_layout_set_vadjustment", LIBRARY.GTK); 1110 Linker.link(gtk_layout_get_bin_window, "gtk_layout_get_bin_window", LIBRARY.GTK); 1111 1112 // gtk.Notebook 1113 1114 Linker.link(gtk_notebook_new, "gtk_notebook_new", LIBRARY.GTK); 1115 Linker.link(gtk_notebook_append_page, "gtk_notebook_append_page", LIBRARY.GTK); 1116 Linker.link(gtk_notebook_append_page_menu, "gtk_notebook_append_page_menu", LIBRARY.GTK); 1117 Linker.link(gtk_notebook_prepend_page, "gtk_notebook_prepend_page", LIBRARY.GTK); 1118 Linker.link(gtk_notebook_prepend_page_menu, "gtk_notebook_prepend_page_menu", LIBRARY.GTK); 1119 Linker.link(gtk_notebook_insert_page, "gtk_notebook_insert_page", LIBRARY.GTK); 1120 Linker.link(gtk_notebook_insert_page_menu, "gtk_notebook_insert_page_menu", LIBRARY.GTK); 1121 Linker.link(gtk_notebook_remove_page, "gtk_notebook_remove_page", LIBRARY.GTK); 1122 Linker.link(gtk_notebook_page_num, "gtk_notebook_page_num", LIBRARY.GTK); 1123 Linker.link(gtk_notebook_next_page, "gtk_notebook_next_page", LIBRARY.GTK); 1124 Linker.link(gtk_notebook_prev_page, "gtk_notebook_prev_page", LIBRARY.GTK); 1125 Linker.link(gtk_notebook_reorder_child, "gtk_notebook_reorder_child", LIBRARY.GTK); 1126 Linker.link(gtk_notebook_set_tab_pos, "gtk_notebook_set_tab_pos", LIBRARY.GTK); 1127 Linker.link(gtk_notebook_set_show_tabs, "gtk_notebook_set_show_tabs", LIBRARY.GTK); 1128 Linker.link(gtk_notebook_set_show_border, "gtk_notebook_set_show_border", LIBRARY.GTK); 1129 Linker.link(gtk_notebook_set_scrollable, "gtk_notebook_set_scrollable", LIBRARY.GTK); 1130 Linker.link(gtk_notebook_popup_enable, "gtk_notebook_popup_enable", LIBRARY.GTK); 1131 Linker.link(gtk_notebook_popup_disable, "gtk_notebook_popup_disable", LIBRARY.GTK); 1132 Linker.link(gtk_notebook_get_current_page, "gtk_notebook_get_current_page", LIBRARY.GTK); 1133 Linker.link(gtk_notebook_get_menu_label, "gtk_notebook_get_menu_label", LIBRARY.GTK); 1134 Linker.link(gtk_notebook_get_nth_page, "gtk_notebook_get_nth_page", LIBRARY.GTK); 1135 Linker.link(gtk_notebook_get_n_pages, "gtk_notebook_get_n_pages", LIBRARY.GTK); 1136 Linker.link(gtk_notebook_get_tab_label, "gtk_notebook_get_tab_label", LIBRARY.GTK); 1137 Linker.link(gtk_notebook_set_menu_label, "gtk_notebook_set_menu_label", LIBRARY.GTK); 1138 Linker.link(gtk_notebook_set_menu_label_text, "gtk_notebook_set_menu_label_text", LIBRARY.GTK); 1139 Linker.link(gtk_notebook_set_tab_label, "gtk_notebook_set_tab_label", LIBRARY.GTK); 1140 Linker.link(gtk_notebook_set_tab_label_text, "gtk_notebook_set_tab_label_text", LIBRARY.GTK); 1141 Linker.link(gtk_notebook_set_tab_reorderable, "gtk_notebook_set_tab_reorderable", LIBRARY.GTK); 1142 Linker.link(gtk_notebook_set_tab_detachable, "gtk_notebook_set_tab_detachable", LIBRARY.GTK); 1143 Linker.link(gtk_notebook_get_menu_label_text, "gtk_notebook_get_menu_label_text", LIBRARY.GTK); 1144 Linker.link(gtk_notebook_get_scrollable, "gtk_notebook_get_scrollable", LIBRARY.GTK); 1145 Linker.link(gtk_notebook_get_show_border, "gtk_notebook_get_show_border", LIBRARY.GTK); 1146 Linker.link(gtk_notebook_get_show_tabs, "gtk_notebook_get_show_tabs", LIBRARY.GTK); 1147 Linker.link(gtk_notebook_get_tab_label_text, "gtk_notebook_get_tab_label_text", LIBRARY.GTK); 1148 Linker.link(gtk_notebook_get_tab_pos, "gtk_notebook_get_tab_pos", LIBRARY.GTK); 1149 Linker.link(gtk_notebook_get_tab_reorderable, "gtk_notebook_get_tab_reorderable", LIBRARY.GTK); 1150 Linker.link(gtk_notebook_get_tab_detachable, "gtk_notebook_get_tab_detachable", LIBRARY.GTK); 1151 Linker.link(gtk_notebook_get_tab_hborder, "gtk_notebook_get_tab_hborder", LIBRARY.GTK); 1152 Linker.link(gtk_notebook_get_tab_vborder, "gtk_notebook_get_tab_vborder", LIBRARY.GTK); 1153 Linker.link(gtk_notebook_set_current_page, "gtk_notebook_set_current_page", LIBRARY.GTK); 1154 Linker.link(gtk_notebook_set_group_name, "gtk_notebook_set_group_name", LIBRARY.GTK); 1155 Linker.link(gtk_notebook_get_group_name, "gtk_notebook_get_group_name", LIBRARY.GTK); 1156 Linker.link(gtk_notebook_set_action_widget, "gtk_notebook_set_action_widget", LIBRARY.GTK); 1157 Linker.link(gtk_notebook_get_action_widget, "gtk_notebook_get_action_widget", LIBRARY.GTK); 1158 1159 // gtk.Expander 1160 1161 Linker.link(gtk_expander_new, "gtk_expander_new", LIBRARY.GTK); 1162 Linker.link(gtk_expander_new_with_mnemonic, "gtk_expander_new_with_mnemonic", LIBRARY.GTK); 1163 Linker.link(gtk_expander_set_expanded, "gtk_expander_set_expanded", LIBRARY.GTK); 1164 Linker.link(gtk_expander_get_expanded, "gtk_expander_get_expanded", LIBRARY.GTK); 1165 Linker.link(gtk_expander_set_spacing, "gtk_expander_set_spacing", LIBRARY.GTK); 1166 Linker.link(gtk_expander_get_spacing, "gtk_expander_get_spacing", LIBRARY.GTK); 1167 Linker.link(gtk_expander_set_label, "gtk_expander_set_label", LIBRARY.GTK); 1168 Linker.link(gtk_expander_get_label, "gtk_expander_get_label", LIBRARY.GTK); 1169 Linker.link(gtk_expander_set_use_underline, "gtk_expander_set_use_underline", LIBRARY.GTK); 1170 Linker.link(gtk_expander_get_use_underline, "gtk_expander_get_use_underline", LIBRARY.GTK); 1171 Linker.link(gtk_expander_set_use_markup, "gtk_expander_set_use_markup", LIBRARY.GTK); 1172 Linker.link(gtk_expander_get_use_markup, "gtk_expander_get_use_markup", LIBRARY.GTK); 1173 Linker.link(gtk_expander_set_label_widget, "gtk_expander_set_label_widget", LIBRARY.GTK); 1174 Linker.link(gtk_expander_get_label_widget, "gtk_expander_get_label_widget", LIBRARY.GTK); 1175 Linker.link(gtk_expander_set_label_fill, "gtk_expander_set_label_fill", LIBRARY.GTK); 1176 Linker.link(gtk_expander_get_label_fill, "gtk_expander_get_label_fill", LIBRARY.GTK); 1177 Linker.link(gtk_expander_set_resize_toplevel, "gtk_expander_set_resize_toplevel", LIBRARY.GTK); 1178 Linker.link(gtk_expander_get_resize_toplevel, "gtk_expander_get_resize_toplevel", LIBRARY.GTK); 1179 1180 // gtk.OrientableT 1181 1182 1183 // gtk.OrientableT 1184 1185 Linker.link(gtk_orientable_get_orientation, "gtk_orientable_get_orientation", LIBRARY.GTK); 1186 Linker.link(gtk_orientable_set_orientation, "gtk_orientable_set_orientation", LIBRARY.GTK); 1187 1188 // gtk.AspectFrame 1189 1190 Linker.link(gtk_aspect_frame_new, "gtk_aspect_frame_new", LIBRARY.GTK); 1191 Linker.link(gtk_aspect_frame_set, "gtk_aspect_frame_set", LIBRARY.GTK); 1192 1193 // gtk.Fixed 1194 1195 Linker.link(gtk_fixed_new, "gtk_fixed_new", LIBRARY.GTK); 1196 Linker.link(gtk_fixed_put, "gtk_fixed_put", LIBRARY.GTK); 1197 Linker.link(gtk_fixed_move, "gtk_fixed_move", LIBRARY.GTK); 1198 1199 // gtk.Label 1200 1201 Linker.link(gtk_label_new, "gtk_label_new", LIBRARY.GTK); 1202 Linker.link(gtk_label_set_text, "gtk_label_set_text", LIBRARY.GTK); 1203 Linker.link(gtk_label_set_attributes, "gtk_label_set_attributes", LIBRARY.GTK); 1204 Linker.link(gtk_label_set_markup, "gtk_label_set_markup", LIBRARY.GTK); 1205 Linker.link(gtk_label_set_markup_with_mnemonic, "gtk_label_set_markup_with_mnemonic", LIBRARY.GTK); 1206 Linker.link(gtk_label_set_pattern, "gtk_label_set_pattern", LIBRARY.GTK); 1207 Linker.link(gtk_label_set_justify, "gtk_label_set_justify", LIBRARY.GTK); 1208 Linker.link(gtk_label_set_ellipsize, "gtk_label_set_ellipsize", LIBRARY.GTK); 1209 Linker.link(gtk_label_set_width_chars, "gtk_label_set_width_chars", LIBRARY.GTK); 1210 Linker.link(gtk_label_set_max_width_chars, "gtk_label_set_max_width_chars", LIBRARY.GTK); 1211 Linker.link(gtk_label_set_line_wrap, "gtk_label_set_line_wrap", LIBRARY.GTK); 1212 Linker.link(gtk_label_set_line_wrap_mode, "gtk_label_set_line_wrap_mode", LIBRARY.GTK); 1213 Linker.link(gtk_label_set_lines, "gtk_label_set_lines", LIBRARY.GTK); 1214 Linker.link(gtk_label_get_layout_offsets, "gtk_label_get_layout_offsets", LIBRARY.GTK); 1215 Linker.link(gtk_label_get_mnemonic_keyval, "gtk_label_get_mnemonic_keyval", LIBRARY.GTK); 1216 Linker.link(gtk_label_get_selectable, "gtk_label_get_selectable", LIBRARY.GTK); 1217 Linker.link(gtk_label_get_text, "gtk_label_get_text", LIBRARY.GTK); 1218 Linker.link(gtk_label_new_with_mnemonic, "gtk_label_new_with_mnemonic", LIBRARY.GTK); 1219 Linker.link(gtk_label_select_region, "gtk_label_select_region", LIBRARY.GTK); 1220 Linker.link(gtk_label_set_mnemonic_widget, "gtk_label_set_mnemonic_widget", LIBRARY.GTK); 1221 Linker.link(gtk_label_set_selectable, "gtk_label_set_selectable", LIBRARY.GTK); 1222 Linker.link(gtk_label_set_text_with_mnemonic, "gtk_label_set_text_with_mnemonic", LIBRARY.GTK); 1223 Linker.link(gtk_label_get_attributes, "gtk_label_get_attributes", LIBRARY.GTK); 1224 Linker.link(gtk_label_get_justify, "gtk_label_get_justify", LIBRARY.GTK); 1225 Linker.link(gtk_label_get_ellipsize, "gtk_label_get_ellipsize", LIBRARY.GTK); 1226 Linker.link(gtk_label_get_width_chars, "gtk_label_get_width_chars", LIBRARY.GTK); 1227 Linker.link(gtk_label_get_max_width_chars, "gtk_label_get_max_width_chars", LIBRARY.GTK); 1228 Linker.link(gtk_label_get_label, "gtk_label_get_label", LIBRARY.GTK); 1229 Linker.link(gtk_label_get_layout, "gtk_label_get_layout", LIBRARY.GTK); 1230 Linker.link(gtk_label_get_line_wrap, "gtk_label_get_line_wrap", LIBRARY.GTK); 1231 Linker.link(gtk_label_get_line_wrap_mode, "gtk_label_get_line_wrap_mode", LIBRARY.GTK); 1232 Linker.link(gtk_label_get_lines, "gtk_label_get_lines", LIBRARY.GTK); 1233 Linker.link(gtk_label_get_mnemonic_widget, "gtk_label_get_mnemonic_widget", LIBRARY.GTK); 1234 Linker.link(gtk_label_get_selection_bounds, "gtk_label_get_selection_bounds", LIBRARY.GTK); 1235 Linker.link(gtk_label_get_use_markup, "gtk_label_get_use_markup", LIBRARY.GTK); 1236 Linker.link(gtk_label_get_use_underline, "gtk_label_get_use_underline", LIBRARY.GTK); 1237 Linker.link(gtk_label_get_single_line_mode, "gtk_label_get_single_line_mode", LIBRARY.GTK); 1238 Linker.link(gtk_label_get_angle, "gtk_label_get_angle", LIBRARY.GTK); 1239 Linker.link(gtk_label_set_label, "gtk_label_set_label", LIBRARY.GTK); 1240 Linker.link(gtk_label_set_use_markup, "gtk_label_set_use_markup", LIBRARY.GTK); 1241 Linker.link(gtk_label_set_use_underline, "gtk_label_set_use_underline", LIBRARY.GTK); 1242 Linker.link(gtk_label_set_single_line_mode, "gtk_label_set_single_line_mode", LIBRARY.GTK); 1243 Linker.link(gtk_label_set_angle, "gtk_label_set_angle", LIBRARY.GTK); 1244 Linker.link(gtk_label_get_current_uri, "gtk_label_get_current_uri", LIBRARY.GTK); 1245 Linker.link(gtk_label_set_track_visited_links, "gtk_label_set_track_visited_links", LIBRARY.GTK); 1246 Linker.link(gtk_label_get_track_visited_links, "gtk_label_get_track_visited_links", LIBRARY.GTK); 1247 1248 // gtk.Image 1249 1250 Linker.link(gtk_image_get_icon_set, "gtk_image_get_icon_set", LIBRARY.GTK); 1251 Linker.link(gtk_image_get_pixbuf, "gtk_image_get_pixbuf", LIBRARY.GTK); 1252 Linker.link(gtk_image_get_stock, "gtk_image_get_stock", LIBRARY.GTK); 1253 Linker.link(gtk_image_get_animation, "gtk_image_get_animation", LIBRARY.GTK); 1254 Linker.link(gtk_image_get_icon_name, "gtk_image_get_icon_name", LIBRARY.GTK); 1255 Linker.link(gtk_image_get_gicon, "gtk_image_get_gicon", LIBRARY.GTK); 1256 Linker.link(gtk_image_get_storage_type, "gtk_image_get_storage_type", LIBRARY.GTK); 1257 Linker.link(gtk_image_new_from_file, "gtk_image_new_from_file", LIBRARY.GTK); 1258 Linker.link(gtk_image_new_from_icon_set, "gtk_image_new_from_icon_set", LIBRARY.GTK); 1259 Linker.link(gtk_image_new_from_pixbuf, "gtk_image_new_from_pixbuf", LIBRARY.GTK); 1260 Linker.link(gtk_image_new_from_stock, "gtk_image_new_from_stock", LIBRARY.GTK); 1261 Linker.link(gtk_image_new_from_animation, "gtk_image_new_from_animation", LIBRARY.GTK); 1262 Linker.link(gtk_image_new_from_icon_name, "gtk_image_new_from_icon_name", LIBRARY.GTK); 1263 Linker.link(gtk_image_new_from_gicon, "gtk_image_new_from_gicon", LIBRARY.GTK); 1264 Linker.link(gtk_image_new_from_resource, "gtk_image_new_from_resource", LIBRARY.GTK); 1265 Linker.link(gtk_image_set_from_file, "gtk_image_set_from_file", LIBRARY.GTK); 1266 Linker.link(gtk_image_set_from_icon_set, "gtk_image_set_from_icon_set", LIBRARY.GTK); 1267 Linker.link(gtk_image_set_from_pixbuf, "gtk_image_set_from_pixbuf", LIBRARY.GTK); 1268 Linker.link(gtk_image_set_from_stock, "gtk_image_set_from_stock", LIBRARY.GTK); 1269 Linker.link(gtk_image_set_from_animation, "gtk_image_set_from_animation", LIBRARY.GTK); 1270 Linker.link(gtk_image_set_from_icon_name, "gtk_image_set_from_icon_name", LIBRARY.GTK); 1271 Linker.link(gtk_image_set_from_gicon, "gtk_image_set_from_gicon", LIBRARY.GTK); 1272 Linker.link(gtk_image_set_from_resource, "gtk_image_set_from_resource", LIBRARY.GTK); 1273 Linker.link(gtk_image_clear, "gtk_image_clear", LIBRARY.GTK); 1274 Linker.link(gtk_image_new, "gtk_image_new", LIBRARY.GTK); 1275 Linker.link(gtk_image_set_pixel_size, "gtk_image_set_pixel_size", LIBRARY.GTK); 1276 Linker.link(gtk_image_get_pixel_size, "gtk_image_get_pixel_size", LIBRARY.GTK); 1277 1278 // gtk.Spinner 1279 1280 Linker.link(gtk_spinner_new, "gtk_spinner_new", LIBRARY.GTK); 1281 Linker.link(gtk_spinner_start, "gtk_spinner_start", LIBRARY.GTK); 1282 Linker.link(gtk_spinner_stop, "gtk_spinner_stop", LIBRARY.GTK); 1283 1284 // gtk.InfoBar 1285 1286 Linker.link(gtk_info_bar_new, "gtk_info_bar_new", LIBRARY.GTK); 1287 Linker.link(gtk_info_bar_new_with_buttons, "gtk_info_bar_new_with_buttons", LIBRARY.GTK); 1288 Linker.link(gtk_info_bar_add_action_widget, "gtk_info_bar_add_action_widget", LIBRARY.GTK); 1289 Linker.link(gtk_info_bar_add_button, "gtk_info_bar_add_button", LIBRARY.GTK); 1290 Linker.link(gtk_info_bar_add_buttons, "gtk_info_bar_add_buttons", LIBRARY.GTK); 1291 Linker.link(gtk_info_bar_set_response_sensitive, "gtk_info_bar_set_response_sensitive", LIBRARY.GTK); 1292 Linker.link(gtk_info_bar_set_default_response, "gtk_info_bar_set_default_response", LIBRARY.GTK); 1293 Linker.link(gtk_info_bar_response, "gtk_info_bar_response", LIBRARY.GTK); 1294 Linker.link(gtk_info_bar_set_message_type, "gtk_info_bar_set_message_type", LIBRARY.GTK); 1295 Linker.link(gtk_info_bar_get_message_type, "gtk_info_bar_get_message_type", LIBRARY.GTK); 1296 Linker.link(gtk_info_bar_get_action_area, "gtk_info_bar_get_action_area", LIBRARY.GTK); 1297 Linker.link(gtk_info_bar_get_content_area, "gtk_info_bar_get_content_area", LIBRARY.GTK); 1298 Linker.link(gtk_info_bar_get_show_close_button, "gtk_info_bar_get_show_close_button", LIBRARY.GTK); 1299 Linker.link(gtk_info_bar_set_show_close_button, "gtk_info_bar_set_show_close_button", LIBRARY.GTK); 1300 1301 // gtk.ProgressBar 1302 1303 Linker.link(gtk_progress_bar_new, "gtk_progress_bar_new", LIBRARY.GTK); 1304 Linker.link(gtk_progress_bar_pulse, "gtk_progress_bar_pulse", LIBRARY.GTK); 1305 Linker.link(gtk_progress_bar_set_fraction, "gtk_progress_bar_set_fraction", LIBRARY.GTK); 1306 Linker.link(gtk_progress_bar_get_fraction, "gtk_progress_bar_get_fraction", LIBRARY.GTK); 1307 Linker.link(gtk_progress_bar_set_inverted, "gtk_progress_bar_set_inverted", LIBRARY.GTK); 1308 Linker.link(gtk_progress_bar_get_inverted, "gtk_progress_bar_get_inverted", LIBRARY.GTK); 1309 Linker.link(gtk_progress_bar_set_show_text, "gtk_progress_bar_set_show_text", LIBRARY.GTK); 1310 Linker.link(gtk_progress_bar_get_show_text, "gtk_progress_bar_get_show_text", LIBRARY.GTK); 1311 Linker.link(gtk_progress_bar_set_text, "gtk_progress_bar_set_text", LIBRARY.GTK); 1312 Linker.link(gtk_progress_bar_get_text, "gtk_progress_bar_get_text", LIBRARY.GTK); 1313 Linker.link(gtk_progress_bar_set_ellipsize, "gtk_progress_bar_set_ellipsize", LIBRARY.GTK); 1314 Linker.link(gtk_progress_bar_get_ellipsize, "gtk_progress_bar_get_ellipsize", LIBRARY.GTK); 1315 Linker.link(gtk_progress_bar_set_pulse_step, "gtk_progress_bar_set_pulse_step", LIBRARY.GTK); 1316 Linker.link(gtk_progress_bar_get_pulse_step, "gtk_progress_bar_get_pulse_step", LIBRARY.GTK); 1317 1318 // gtk.LevelBar 1319 1320 Linker.link(gtk_level_bar_new, "gtk_level_bar_new", LIBRARY.GTK); 1321 Linker.link(gtk_level_bar_new_for_interval, "gtk_level_bar_new_for_interval", LIBRARY.GTK); 1322 Linker.link(gtk_level_bar_set_mode, "gtk_level_bar_set_mode", LIBRARY.GTK); 1323 Linker.link(gtk_level_bar_get_mode, "gtk_level_bar_get_mode", LIBRARY.GTK); 1324 Linker.link(gtk_level_bar_set_value, "gtk_level_bar_set_value", LIBRARY.GTK); 1325 Linker.link(gtk_level_bar_get_value, "gtk_level_bar_get_value", LIBRARY.GTK); 1326 Linker.link(gtk_level_bar_set_min_value, "gtk_level_bar_set_min_value", LIBRARY.GTK); 1327 Linker.link(gtk_level_bar_get_min_value, "gtk_level_bar_get_min_value", LIBRARY.GTK); 1328 Linker.link(gtk_level_bar_set_max_value, "gtk_level_bar_set_max_value", LIBRARY.GTK); 1329 Linker.link(gtk_level_bar_get_max_value, "gtk_level_bar_get_max_value", LIBRARY.GTK); 1330 Linker.link(gtk_level_bar_set_inverted, "gtk_level_bar_set_inverted", LIBRARY.GTK); 1331 Linker.link(gtk_level_bar_get_inverted, "gtk_level_bar_get_inverted", LIBRARY.GTK); 1332 Linker.link(gtk_level_bar_add_offset_value, "gtk_level_bar_add_offset_value", LIBRARY.GTK); 1333 Linker.link(gtk_level_bar_remove_offset_value, "gtk_level_bar_remove_offset_value", LIBRARY.GTK); 1334 Linker.link(gtk_level_bar_get_offset_value, "gtk_level_bar_get_offset_value", LIBRARY.GTK); 1335 1336 // gtk.Statusbar 1337 1338 Linker.link(gtk_statusbar_new, "gtk_statusbar_new", LIBRARY.GTK); 1339 Linker.link(gtk_statusbar_get_context_id, "gtk_statusbar_get_context_id", LIBRARY.GTK); 1340 Linker.link(gtk_statusbar_push, "gtk_statusbar_push", LIBRARY.GTK); 1341 Linker.link(gtk_statusbar_pop, "gtk_statusbar_pop", LIBRARY.GTK); 1342 Linker.link(gtk_statusbar_remove, "gtk_statusbar_remove", LIBRARY.GTK); 1343 Linker.link(gtk_statusbar_remove_all, "gtk_statusbar_remove_all", LIBRARY.GTK); 1344 Linker.link(gtk_statusbar_get_message_area, "gtk_statusbar_get_message_area", LIBRARY.GTK); 1345 1346 // gtk.AccelLabel 1347 1348 Linker.link(gtk_accel_label_new, "gtk_accel_label_new", LIBRARY.GTK); 1349 Linker.link(gtk_accel_label_set_accel_closure, "gtk_accel_label_set_accel_closure", LIBRARY.GTK); 1350 Linker.link(gtk_accel_label_get_accel_widget, "gtk_accel_label_get_accel_widget", LIBRARY.GTK); 1351 Linker.link(gtk_accel_label_set_accel_widget, "gtk_accel_label_set_accel_widget", LIBRARY.GTK); 1352 Linker.link(gtk_accel_label_get_accel_width, "gtk_accel_label_get_accel_width", LIBRARY.GTK); 1353 Linker.link(gtk_accel_label_set_accel, "gtk_accel_label_set_accel", LIBRARY.GTK); 1354 Linker.link(gtk_accel_label_refetch, "gtk_accel_label_refetch", LIBRARY.GTK); 1355 1356 // gtk.StatusIcon 1357 1358 Linker.link(gtk_status_icon_new, "gtk_status_icon_new", LIBRARY.GTK); 1359 Linker.link(gtk_status_icon_new_from_pixbuf, "gtk_status_icon_new_from_pixbuf", LIBRARY.GTK); 1360 Linker.link(gtk_status_icon_new_from_file, "gtk_status_icon_new_from_file", LIBRARY.GTK); 1361 Linker.link(gtk_status_icon_new_from_stock, "gtk_status_icon_new_from_stock", LIBRARY.GTK); 1362 Linker.link(gtk_status_icon_new_from_icon_name, "gtk_status_icon_new_from_icon_name", LIBRARY.GTK); 1363 Linker.link(gtk_status_icon_new_from_gicon, "gtk_status_icon_new_from_gicon", LIBRARY.GTK); 1364 Linker.link(gtk_status_icon_set_from_pixbuf, "gtk_status_icon_set_from_pixbuf", LIBRARY.GTK); 1365 Linker.link(gtk_status_icon_set_from_file, "gtk_status_icon_set_from_file", LIBRARY.GTK); 1366 Linker.link(gtk_status_icon_set_from_stock, "gtk_status_icon_set_from_stock", LIBRARY.GTK); 1367 Linker.link(gtk_status_icon_set_from_icon_name, "gtk_status_icon_set_from_icon_name", LIBRARY.GTK); 1368 Linker.link(gtk_status_icon_set_from_gicon, "gtk_status_icon_set_from_gicon", LIBRARY.GTK); 1369 Linker.link(gtk_status_icon_get_storage_type, "gtk_status_icon_get_storage_type", LIBRARY.GTK); 1370 Linker.link(gtk_status_icon_get_pixbuf, "gtk_status_icon_get_pixbuf", LIBRARY.GTK); 1371 Linker.link(gtk_status_icon_get_stock, "gtk_status_icon_get_stock", LIBRARY.GTK); 1372 Linker.link(gtk_status_icon_get_icon_name, "gtk_status_icon_get_icon_name", LIBRARY.GTK); 1373 Linker.link(gtk_status_icon_get_gicon, "gtk_status_icon_get_gicon", LIBRARY.GTK); 1374 Linker.link(gtk_status_icon_get_size, "gtk_status_icon_get_size", LIBRARY.GTK); 1375 Linker.link(gtk_status_icon_set_screen, "gtk_status_icon_set_screen", LIBRARY.GTK); 1376 Linker.link(gtk_status_icon_get_screen, "gtk_status_icon_get_screen", LIBRARY.GTK); 1377 Linker.link(gtk_status_icon_set_tooltip_text, "gtk_status_icon_set_tooltip_text", LIBRARY.GTK); 1378 Linker.link(gtk_status_icon_get_tooltip_text, "gtk_status_icon_get_tooltip_text", LIBRARY.GTK); 1379 Linker.link(gtk_status_icon_set_tooltip_markup, "gtk_status_icon_set_tooltip_markup", LIBRARY.GTK); 1380 Linker.link(gtk_status_icon_get_tooltip_markup, "gtk_status_icon_get_tooltip_markup", LIBRARY.GTK); 1381 Linker.link(gtk_status_icon_set_has_tooltip, "gtk_status_icon_set_has_tooltip", LIBRARY.GTK); 1382 Linker.link(gtk_status_icon_get_has_tooltip, "gtk_status_icon_get_has_tooltip", LIBRARY.GTK); 1383 Linker.link(gtk_status_icon_set_title, "gtk_status_icon_set_title", LIBRARY.GTK); 1384 Linker.link(gtk_status_icon_get_title, "gtk_status_icon_get_title", LIBRARY.GTK); 1385 Linker.link(gtk_status_icon_set_name, "gtk_status_icon_set_name", LIBRARY.GTK); 1386 Linker.link(gtk_status_icon_set_visible, "gtk_status_icon_set_visible", LIBRARY.GTK); 1387 Linker.link(gtk_status_icon_get_visible, "gtk_status_icon_get_visible", LIBRARY.GTK); 1388 Linker.link(gtk_status_icon_is_embedded, "gtk_status_icon_is_embedded", LIBRARY.GTK); 1389 Linker.link(gtk_status_icon_position_menu, "gtk_status_icon_position_menu", LIBRARY.GTK); 1390 Linker.link(gtk_status_icon_get_geometry, "gtk_status_icon_get_geometry", LIBRARY.GTK); 1391 Linker.link(gtk_status_icon_get_x11_window_id, "gtk_status_icon_get_x11_window_id", LIBRARY.GTK); 1392 1393 // gtk.Button 1394 1395 Linker.link(gtk_button_new, "gtk_button_new", LIBRARY.GTK); 1396 Linker.link(gtk_button_new_with_label, "gtk_button_new_with_label", LIBRARY.GTK); 1397 Linker.link(gtk_button_new_with_mnemonic, "gtk_button_new_with_mnemonic", LIBRARY.GTK); 1398 Linker.link(gtk_button_new_from_icon_name, "gtk_button_new_from_icon_name", LIBRARY.GTK); 1399 Linker.link(gtk_button_new_from_stock, "gtk_button_new_from_stock", LIBRARY.GTK); 1400 Linker.link(gtk_button_pressed, "gtk_button_pressed", LIBRARY.GTK); 1401 Linker.link(gtk_button_released, "gtk_button_released", LIBRARY.GTK); 1402 Linker.link(gtk_button_clicked, "gtk_button_clicked", LIBRARY.GTK); 1403 Linker.link(gtk_button_enter, "gtk_button_enter", LIBRARY.GTK); 1404 Linker.link(gtk_button_leave, "gtk_button_leave", LIBRARY.GTK); 1405 Linker.link(gtk_button_set_relief, "gtk_button_set_relief", LIBRARY.GTK); 1406 Linker.link(gtk_button_get_relief, "gtk_button_get_relief", LIBRARY.GTK); 1407 Linker.link(gtk_button_get_label, "gtk_button_get_label", LIBRARY.GTK); 1408 Linker.link(gtk_button_set_label, "gtk_button_set_label", LIBRARY.GTK); 1409 Linker.link(gtk_button_get_use_stock, "gtk_button_get_use_stock", LIBRARY.GTK); 1410 Linker.link(gtk_button_set_use_stock, "gtk_button_set_use_stock", LIBRARY.GTK); 1411 Linker.link(gtk_button_get_use_underline, "gtk_button_get_use_underline", LIBRARY.GTK); 1412 Linker.link(gtk_button_set_use_underline, "gtk_button_set_use_underline", LIBRARY.GTK); 1413 Linker.link(gtk_button_set_focus_on_click, "gtk_button_set_focus_on_click", LIBRARY.GTK); 1414 Linker.link(gtk_button_get_focus_on_click, "gtk_button_get_focus_on_click", LIBRARY.GTK); 1415 Linker.link(gtk_button_set_alignment, "gtk_button_set_alignment", LIBRARY.GTK); 1416 Linker.link(gtk_button_get_alignment, "gtk_button_get_alignment", LIBRARY.GTK); 1417 Linker.link(gtk_button_set_image, "gtk_button_set_image", LIBRARY.GTK); 1418 Linker.link(gtk_button_get_image, "gtk_button_get_image", LIBRARY.GTK); 1419 Linker.link(gtk_button_set_image_position, "gtk_button_set_image_position", LIBRARY.GTK); 1420 Linker.link(gtk_button_get_image_position, "gtk_button_get_image_position", LIBRARY.GTK); 1421 Linker.link(gtk_button_set_always_show_image, "gtk_button_set_always_show_image", LIBRARY.GTK); 1422 Linker.link(gtk_button_get_always_show_image, "gtk_button_get_always_show_image", LIBRARY.GTK); 1423 Linker.link(gtk_button_get_event_window, "gtk_button_get_event_window", LIBRARY.GTK); 1424 1425 // gtk.CheckButton 1426 1427 Linker.link(gtk_check_button_new, "gtk_check_button_new", LIBRARY.GTK); 1428 Linker.link(gtk_check_button_new_with_label, "gtk_check_button_new_with_label", LIBRARY.GTK); 1429 Linker.link(gtk_check_button_new_with_mnemonic, "gtk_check_button_new_with_mnemonic", LIBRARY.GTK); 1430 1431 // gtk.RadioButton 1432 1433 Linker.link(gtk_radio_button_new, "gtk_radio_button_new", LIBRARY.GTK); 1434 Linker.link(gtk_radio_button_new_from_widget, "gtk_radio_button_new_from_widget", LIBRARY.GTK); 1435 Linker.link(gtk_radio_button_new_with_label, "gtk_radio_button_new_with_label", LIBRARY.GTK); 1436 Linker.link(gtk_radio_button_new_with_label_from_widget, "gtk_radio_button_new_with_label_from_widget", LIBRARY.GTK); 1437 Linker.link(gtk_radio_button_new_with_mnemonic, "gtk_radio_button_new_with_mnemonic", LIBRARY.GTK); 1438 Linker.link(gtk_radio_button_new_with_mnemonic_from_widget, "gtk_radio_button_new_with_mnemonic_from_widget", LIBRARY.GTK); 1439 Linker.link(gtk_radio_button_set_group, "gtk_radio_button_set_group", LIBRARY.GTK); 1440 Linker.link(gtk_radio_button_get_group, "gtk_radio_button_get_group", LIBRARY.GTK); 1441 Linker.link(gtk_radio_button_join_group, "gtk_radio_button_join_group", LIBRARY.GTK); 1442 1443 // gtk.ToggleButton 1444 1445 Linker.link(gtk_toggle_button_new, "gtk_toggle_button_new", LIBRARY.GTK); 1446 Linker.link(gtk_toggle_button_new_with_label, "gtk_toggle_button_new_with_label", LIBRARY.GTK); 1447 Linker.link(gtk_toggle_button_new_with_mnemonic, "gtk_toggle_button_new_with_mnemonic", LIBRARY.GTK); 1448 Linker.link(gtk_toggle_button_set_mode, "gtk_toggle_button_set_mode", LIBRARY.GTK); 1449 Linker.link(gtk_toggle_button_get_mode, "gtk_toggle_button_get_mode", LIBRARY.GTK); 1450 Linker.link(gtk_toggle_button_toggled, "gtk_toggle_button_toggled", LIBRARY.GTK); 1451 Linker.link(gtk_toggle_button_get_active, "gtk_toggle_button_get_active", LIBRARY.GTK); 1452 Linker.link(gtk_toggle_button_set_active, "gtk_toggle_button_set_active", LIBRARY.GTK); 1453 Linker.link(gtk_toggle_button_get_inconsistent, "gtk_toggle_button_get_inconsistent", LIBRARY.GTK); 1454 Linker.link(gtk_toggle_button_set_inconsistent, "gtk_toggle_button_set_inconsistent", LIBRARY.GTK); 1455 1456 // gtk.LinkButton 1457 1458 Linker.link(gtk_link_button_new, "gtk_link_button_new", LIBRARY.GTK); 1459 Linker.link(gtk_link_button_new_with_label, "gtk_link_button_new_with_label", LIBRARY.GTK); 1460 Linker.link(gtk_link_button_get_uri, "gtk_link_button_get_uri", LIBRARY.GTK); 1461 Linker.link(gtk_link_button_set_uri, "gtk_link_button_set_uri", LIBRARY.GTK); 1462 Linker.link(gtk_link_button_get_visited, "gtk_link_button_get_visited", LIBRARY.GTK); 1463 Linker.link(gtk_link_button_set_visited, "gtk_link_button_set_visited", LIBRARY.GTK); 1464 1465 // gtk.MenuButton 1466 1467 Linker.link(gtk_menu_button_new, "gtk_menu_button_new", LIBRARY.GTK); 1468 Linker.link(gtk_menu_button_set_popup, "gtk_menu_button_set_popup", LIBRARY.GTK); 1469 Linker.link(gtk_menu_button_get_popup, "gtk_menu_button_get_popup", LIBRARY.GTK); 1470 Linker.link(gtk_menu_button_set_menu_model, "gtk_menu_button_set_menu_model", LIBRARY.GTK); 1471 Linker.link(gtk_menu_button_get_menu_model, "gtk_menu_button_get_menu_model", LIBRARY.GTK); 1472 Linker.link(gtk_menu_button_set_direction, "gtk_menu_button_set_direction", LIBRARY.GTK); 1473 Linker.link(gtk_menu_button_get_direction, "gtk_menu_button_get_direction", LIBRARY.GTK); 1474 Linker.link(gtk_menu_button_set_align_widget, "gtk_menu_button_set_align_widget", LIBRARY.GTK); 1475 Linker.link(gtk_menu_button_get_align_widget, "gtk_menu_button_get_align_widget", LIBRARY.GTK); 1476 1477 // gtk.Switch 1478 1479 Linker.link(gtk_switch_new, "gtk_switch_new", LIBRARY.GTK); 1480 Linker.link(gtk_switch_set_active, "gtk_switch_set_active", LIBRARY.GTK); 1481 Linker.link(gtk_switch_get_active, "gtk_switch_get_active", LIBRARY.GTK); 1482 1483 // gtk.ScaleButton 1484 1485 Linker.link(gtk_scale_button_new, "gtk_scale_button_new", LIBRARY.GTK); 1486 Linker.link(gtk_scale_button_set_adjustment, "gtk_scale_button_set_adjustment", LIBRARY.GTK); 1487 Linker.link(gtk_scale_button_set_icons, "gtk_scale_button_set_icons", LIBRARY.GTK); 1488 Linker.link(gtk_scale_button_set_value, "gtk_scale_button_set_value", LIBRARY.GTK); 1489 Linker.link(gtk_scale_button_get_adjustment, "gtk_scale_button_get_adjustment", LIBRARY.GTK); 1490 Linker.link(gtk_scale_button_get_value, "gtk_scale_button_get_value", LIBRARY.GTK); 1491 Linker.link(gtk_scale_button_get_popup, "gtk_scale_button_get_popup", LIBRARY.GTK); 1492 Linker.link(gtk_scale_button_get_plus_button, "gtk_scale_button_get_plus_button", LIBRARY.GTK); 1493 Linker.link(gtk_scale_button_get_minus_button, "gtk_scale_button_get_minus_button", LIBRARY.GTK); 1494 1495 // gtk.VolumeButton 1496 1497 Linker.link(gtk_volume_button_new, "gtk_volume_button_new", LIBRARY.GTK); 1498 1499 // gtk.LockButton 1500 1501 Linker.link(gtk_lock_button_new, "gtk_lock_button_new", LIBRARY.GTK); 1502 Linker.link(gtk_lock_button_get_permission, "gtk_lock_button_get_permission", LIBRARY.GTK); 1503 Linker.link(gtk_lock_button_set_permission, "gtk_lock_button_set_permission", LIBRARY.GTK); 1504 1505 // gtk.Entry 1506 1507 Linker.link(gtk_entry_new, "gtk_entry_new", LIBRARY.GTK); 1508 Linker.link(gtk_entry_new_with_buffer, "gtk_entry_new_with_buffer", LIBRARY.GTK); 1509 Linker.link(gtk_entry_get_buffer, "gtk_entry_get_buffer", LIBRARY.GTK); 1510 Linker.link(gtk_entry_set_buffer, "gtk_entry_set_buffer", LIBRARY.GTK); 1511 Linker.link(gtk_entry_set_text, "gtk_entry_set_text", LIBRARY.GTK); 1512 Linker.link(gtk_entry_get_text, "gtk_entry_get_text", LIBRARY.GTK); 1513 Linker.link(gtk_entry_get_text_length, "gtk_entry_get_text_length", LIBRARY.GTK); 1514 Linker.link(gtk_entry_get_text_area, "gtk_entry_get_text_area", LIBRARY.GTK); 1515 Linker.link(gtk_entry_set_visibility, "gtk_entry_set_visibility", LIBRARY.GTK); 1516 Linker.link(gtk_entry_set_invisible_char, "gtk_entry_set_invisible_char", LIBRARY.GTK); 1517 Linker.link(gtk_entry_unset_invisible_char, "gtk_entry_unset_invisible_char", LIBRARY.GTK); 1518 Linker.link(gtk_entry_set_max_length, "gtk_entry_set_max_length", LIBRARY.GTK); 1519 Linker.link(gtk_entry_get_activates_default, "gtk_entry_get_activates_default", LIBRARY.GTK); 1520 Linker.link(gtk_entry_get_has_frame, "gtk_entry_get_has_frame", LIBRARY.GTK); 1521 Linker.link(gtk_entry_get_inner_border, "gtk_entry_get_inner_border", LIBRARY.GTK); 1522 Linker.link(gtk_entry_get_width_chars, "gtk_entry_get_width_chars", LIBRARY.GTK); 1523 Linker.link(gtk_entry_set_activates_default, "gtk_entry_set_activates_default", LIBRARY.GTK); 1524 Linker.link(gtk_entry_set_has_frame, "gtk_entry_set_has_frame", LIBRARY.GTK); 1525 Linker.link(gtk_entry_set_inner_border, "gtk_entry_set_inner_border", LIBRARY.GTK); 1526 Linker.link(gtk_entry_set_width_chars, "gtk_entry_set_width_chars", LIBRARY.GTK); 1527 Linker.link(gtk_entry_get_invisible_char, "gtk_entry_get_invisible_char", LIBRARY.GTK); 1528 Linker.link(gtk_entry_set_alignment, "gtk_entry_set_alignment", LIBRARY.GTK); 1529 Linker.link(gtk_entry_get_alignment, "gtk_entry_get_alignment", LIBRARY.GTK); 1530 Linker.link(gtk_entry_set_placeholder_text, "gtk_entry_set_placeholder_text", LIBRARY.GTK); 1531 Linker.link(gtk_entry_get_placeholder_text, "gtk_entry_get_placeholder_text", LIBRARY.GTK); 1532 Linker.link(gtk_entry_set_overwrite_mode, "gtk_entry_set_overwrite_mode", LIBRARY.GTK); 1533 Linker.link(gtk_entry_get_overwrite_mode, "gtk_entry_get_overwrite_mode", LIBRARY.GTK); 1534 Linker.link(gtk_entry_get_layout, "gtk_entry_get_layout", LIBRARY.GTK); 1535 Linker.link(gtk_entry_get_layout_offsets, "gtk_entry_get_layout_offsets", LIBRARY.GTK); 1536 Linker.link(gtk_entry_layout_index_to_text_index, "gtk_entry_layout_index_to_text_index", LIBRARY.GTK); 1537 Linker.link(gtk_entry_text_index_to_layout_index, "gtk_entry_text_index_to_layout_index", LIBRARY.GTK); 1538 Linker.link(gtk_entry_set_attributes, "gtk_entry_set_attributes", LIBRARY.GTK); 1539 Linker.link(gtk_entry_get_attributes, "gtk_entry_get_attributes", LIBRARY.GTK); 1540 Linker.link(gtk_entry_get_max_length, "gtk_entry_get_max_length", LIBRARY.GTK); 1541 Linker.link(gtk_entry_get_visibility, "gtk_entry_get_visibility", LIBRARY.GTK); 1542 Linker.link(gtk_entry_set_completion, "gtk_entry_set_completion", LIBRARY.GTK); 1543 Linker.link(gtk_entry_get_completion, "gtk_entry_get_completion", LIBRARY.GTK); 1544 Linker.link(gtk_entry_set_cursor_hadjustment, "gtk_entry_set_cursor_hadjustment", LIBRARY.GTK); 1545 Linker.link(gtk_entry_get_cursor_hadjustment, "gtk_entry_get_cursor_hadjustment", LIBRARY.GTK); 1546 Linker.link(gtk_entry_set_progress_fraction, "gtk_entry_set_progress_fraction", LIBRARY.GTK); 1547 Linker.link(gtk_entry_get_progress_fraction, "gtk_entry_get_progress_fraction", LIBRARY.GTK); 1548 Linker.link(gtk_entry_set_progress_pulse_step, "gtk_entry_set_progress_pulse_step", LIBRARY.GTK); 1549 Linker.link(gtk_entry_get_progress_pulse_step, "gtk_entry_get_progress_pulse_step", LIBRARY.GTK); 1550 Linker.link(gtk_entry_progress_pulse, "gtk_entry_progress_pulse", LIBRARY.GTK); 1551 Linker.link(gtk_entry_im_context_filter_keypress, "gtk_entry_im_context_filter_keypress", LIBRARY.GTK); 1552 Linker.link(gtk_entry_reset_im_context, "gtk_entry_reset_im_context", LIBRARY.GTK); 1553 Linker.link(gtk_entry_get_tabs, "gtk_entry_get_tabs", LIBRARY.GTK); 1554 Linker.link(gtk_entry_set_tabs, "gtk_entry_set_tabs", LIBRARY.GTK); 1555 Linker.link(gtk_entry_set_icon_from_pixbuf, "gtk_entry_set_icon_from_pixbuf", LIBRARY.GTK); 1556 Linker.link(gtk_entry_set_icon_from_stock, "gtk_entry_set_icon_from_stock", LIBRARY.GTK); 1557 Linker.link(gtk_entry_set_icon_from_icon_name, "gtk_entry_set_icon_from_icon_name", LIBRARY.GTK); 1558 Linker.link(gtk_entry_set_icon_from_gicon, "gtk_entry_set_icon_from_gicon", LIBRARY.GTK); 1559 Linker.link(gtk_entry_get_icon_storage_type, "gtk_entry_get_icon_storage_type", LIBRARY.GTK); 1560 Linker.link(gtk_entry_get_icon_pixbuf, "gtk_entry_get_icon_pixbuf", LIBRARY.GTK); 1561 Linker.link(gtk_entry_get_icon_stock, "gtk_entry_get_icon_stock", LIBRARY.GTK); 1562 Linker.link(gtk_entry_get_icon_name, "gtk_entry_get_icon_name", LIBRARY.GTK); 1563 Linker.link(gtk_entry_get_icon_gicon, "gtk_entry_get_icon_gicon", LIBRARY.GTK); 1564 Linker.link(gtk_entry_set_icon_activatable, "gtk_entry_set_icon_activatable", LIBRARY.GTK); 1565 Linker.link(gtk_entry_get_icon_activatable, "gtk_entry_get_icon_activatable", LIBRARY.GTK); 1566 Linker.link(gtk_entry_set_icon_sensitive, "gtk_entry_set_icon_sensitive", LIBRARY.GTK); 1567 Linker.link(gtk_entry_get_icon_sensitive, "gtk_entry_get_icon_sensitive", LIBRARY.GTK); 1568 Linker.link(gtk_entry_get_icon_at_pos, "gtk_entry_get_icon_at_pos", LIBRARY.GTK); 1569 Linker.link(gtk_entry_set_icon_tooltip_text, "gtk_entry_set_icon_tooltip_text", LIBRARY.GTK); 1570 Linker.link(gtk_entry_get_icon_tooltip_text, "gtk_entry_get_icon_tooltip_text", LIBRARY.GTK); 1571 Linker.link(gtk_entry_set_icon_tooltip_markup, "gtk_entry_set_icon_tooltip_markup", LIBRARY.GTK); 1572 Linker.link(gtk_entry_get_icon_tooltip_markup, "gtk_entry_get_icon_tooltip_markup", LIBRARY.GTK); 1573 Linker.link(gtk_entry_set_icon_drag_source, "gtk_entry_set_icon_drag_source", LIBRARY.GTK); 1574 Linker.link(gtk_entry_get_current_icon_drag_source, "gtk_entry_get_current_icon_drag_source", LIBRARY.GTK); 1575 Linker.link(gtk_entry_get_icon_area, "gtk_entry_get_icon_area", LIBRARY.GTK); 1576 Linker.link(gtk_entry_set_input_purpose, "gtk_entry_set_input_purpose", LIBRARY.GTK); 1577 Linker.link(gtk_entry_get_input_purpose, "gtk_entry_get_input_purpose", LIBRARY.GTK); 1578 Linker.link(gtk_entry_set_input_hints, "gtk_entry_set_input_hints", LIBRARY.GTK); 1579 Linker.link(gtk_entry_get_input_hints, "gtk_entry_get_input_hints", LIBRARY.GTK); 1580 1581 // gtk.EntryBuffer 1582 1583 Linker.link(gtk_entry_buffer_new, "gtk_entry_buffer_new", LIBRARY.GTK); 1584 Linker.link(gtk_entry_buffer_get_text, "gtk_entry_buffer_get_text", LIBRARY.GTK); 1585 Linker.link(gtk_entry_buffer_set_text, "gtk_entry_buffer_set_text", LIBRARY.GTK); 1586 Linker.link(gtk_entry_buffer_get_bytes, "gtk_entry_buffer_get_bytes", LIBRARY.GTK); 1587 Linker.link(gtk_entry_buffer_get_length, "gtk_entry_buffer_get_length", LIBRARY.GTK); 1588 Linker.link(gtk_entry_buffer_get_max_length, "gtk_entry_buffer_get_max_length", LIBRARY.GTK); 1589 Linker.link(gtk_entry_buffer_set_max_length, "gtk_entry_buffer_set_max_length", LIBRARY.GTK); 1590 Linker.link(gtk_entry_buffer_insert_text, "gtk_entry_buffer_insert_text", LIBRARY.GTK); 1591 Linker.link(gtk_entry_buffer_delete_text, "gtk_entry_buffer_delete_text", LIBRARY.GTK); 1592 Linker.link(gtk_entry_buffer_emit_deleted_text, "gtk_entry_buffer_emit_deleted_text", LIBRARY.GTK); 1593 Linker.link(gtk_entry_buffer_emit_inserted_text, "gtk_entry_buffer_emit_inserted_text", LIBRARY.GTK); 1594 1595 // gtk.EntryCompletion 1596 1597 Linker.link(gtk_entry_completion_new, "gtk_entry_completion_new", LIBRARY.GTK); 1598 Linker.link(gtk_entry_completion_new_with_area, "gtk_entry_completion_new_with_area", LIBRARY.GTK); 1599 Linker.link(gtk_entry_completion_get_entry, "gtk_entry_completion_get_entry", LIBRARY.GTK); 1600 Linker.link(gtk_entry_completion_set_model, "gtk_entry_completion_set_model", LIBRARY.GTK); 1601 Linker.link(gtk_entry_completion_get_model, "gtk_entry_completion_get_model", LIBRARY.GTK); 1602 Linker.link(gtk_entry_completion_set_match_func, "gtk_entry_completion_set_match_func", LIBRARY.GTK); 1603 Linker.link(gtk_entry_completion_set_minimum_key_length, "gtk_entry_completion_set_minimum_key_length", LIBRARY.GTK); 1604 Linker.link(gtk_entry_completion_get_minimum_key_length, "gtk_entry_completion_get_minimum_key_length", LIBRARY.GTK); 1605 Linker.link(gtk_entry_completion_compute_prefix, "gtk_entry_completion_compute_prefix", LIBRARY.GTK); 1606 Linker.link(gtk_entry_completion_complete, "gtk_entry_completion_complete", LIBRARY.GTK); 1607 Linker.link(gtk_entry_completion_get_completion_prefix, "gtk_entry_completion_get_completion_prefix", LIBRARY.GTK); 1608 Linker.link(gtk_entry_completion_insert_prefix, "gtk_entry_completion_insert_prefix", LIBRARY.GTK); 1609 Linker.link(gtk_entry_completion_insert_action_text, "gtk_entry_completion_insert_action_text", LIBRARY.GTK); 1610 Linker.link(gtk_entry_completion_insert_action_markup, "gtk_entry_completion_insert_action_markup", LIBRARY.GTK); 1611 Linker.link(gtk_entry_completion_delete_action, "gtk_entry_completion_delete_action", LIBRARY.GTK); 1612 Linker.link(gtk_entry_completion_set_text_column, "gtk_entry_completion_set_text_column", LIBRARY.GTK); 1613 Linker.link(gtk_entry_completion_get_text_column, "gtk_entry_completion_get_text_column", LIBRARY.GTK); 1614 Linker.link(gtk_entry_completion_set_inline_completion, "gtk_entry_completion_set_inline_completion", LIBRARY.GTK); 1615 Linker.link(gtk_entry_completion_get_inline_completion, "gtk_entry_completion_get_inline_completion", LIBRARY.GTK); 1616 Linker.link(gtk_entry_completion_set_inline_selection, "gtk_entry_completion_set_inline_selection", LIBRARY.GTK); 1617 Linker.link(gtk_entry_completion_get_inline_selection, "gtk_entry_completion_get_inline_selection", LIBRARY.GTK); 1618 Linker.link(gtk_entry_completion_set_popup_completion, "gtk_entry_completion_set_popup_completion", LIBRARY.GTK); 1619 Linker.link(gtk_entry_completion_get_popup_completion, "gtk_entry_completion_get_popup_completion", LIBRARY.GTK); 1620 Linker.link(gtk_entry_completion_set_popup_set_width, "gtk_entry_completion_set_popup_set_width", LIBRARY.GTK); 1621 Linker.link(gtk_entry_completion_get_popup_set_width, "gtk_entry_completion_get_popup_set_width", LIBRARY.GTK); 1622 Linker.link(gtk_entry_completion_set_popup_single_match, "gtk_entry_completion_set_popup_single_match", LIBRARY.GTK); 1623 Linker.link(gtk_entry_completion_get_popup_single_match, "gtk_entry_completion_get_popup_single_match", LIBRARY.GTK); 1624 1625 // gtk.Scale 1626 1627 Linker.link(gtk_scale_new, "gtk_scale_new", LIBRARY.GTK); 1628 Linker.link(gtk_scale_new_with_range, "gtk_scale_new_with_range", LIBRARY.GTK); 1629 Linker.link(gtk_scale_set_digits, "gtk_scale_set_digits", LIBRARY.GTK); 1630 Linker.link(gtk_scale_set_draw_value, "gtk_scale_set_draw_value", LIBRARY.GTK); 1631 Linker.link(gtk_scale_set_has_origin, "gtk_scale_set_has_origin", LIBRARY.GTK); 1632 Linker.link(gtk_scale_set_value_pos, "gtk_scale_set_value_pos", LIBRARY.GTK); 1633 Linker.link(gtk_scale_get_digits, "gtk_scale_get_digits", LIBRARY.GTK); 1634 Linker.link(gtk_scale_get_draw_value, "gtk_scale_get_draw_value", LIBRARY.GTK); 1635 Linker.link(gtk_scale_get_has_origin, "gtk_scale_get_has_origin", LIBRARY.GTK); 1636 Linker.link(gtk_scale_get_value_pos, "gtk_scale_get_value_pos", LIBRARY.GTK); 1637 Linker.link(gtk_scale_get_layout, "gtk_scale_get_layout", LIBRARY.GTK); 1638 Linker.link(gtk_scale_get_layout_offsets, "gtk_scale_get_layout_offsets", LIBRARY.GTK); 1639 Linker.link(gtk_scale_add_mark, "gtk_scale_add_mark", LIBRARY.GTK); 1640 Linker.link(gtk_scale_clear_marks, "gtk_scale_clear_marks", LIBRARY.GTK); 1641 1642 // gtk.SpinButton 1643 1644 Linker.link(gtk_spin_button_configure, "gtk_spin_button_configure", LIBRARY.GTK); 1645 Linker.link(gtk_spin_button_new, "gtk_spin_button_new", LIBRARY.GTK); 1646 Linker.link(gtk_spin_button_new_with_range, "gtk_spin_button_new_with_range", LIBRARY.GTK); 1647 Linker.link(gtk_spin_button_set_adjustment, "gtk_spin_button_set_adjustment", LIBRARY.GTK); 1648 Linker.link(gtk_spin_button_get_adjustment, "gtk_spin_button_get_adjustment", LIBRARY.GTK); 1649 Linker.link(gtk_spin_button_set_digits, "gtk_spin_button_set_digits", LIBRARY.GTK); 1650 Linker.link(gtk_spin_button_set_increments, "gtk_spin_button_set_increments", LIBRARY.GTK); 1651 Linker.link(gtk_spin_button_set_range, "gtk_spin_button_set_range", LIBRARY.GTK); 1652 Linker.link(gtk_spin_button_get_value_as_int, "gtk_spin_button_get_value_as_int", LIBRARY.GTK); 1653 Linker.link(gtk_spin_button_set_value, "gtk_spin_button_set_value", LIBRARY.GTK); 1654 Linker.link(gtk_spin_button_set_update_policy, "gtk_spin_button_set_update_policy", LIBRARY.GTK); 1655 Linker.link(gtk_spin_button_set_numeric, "gtk_spin_button_set_numeric", LIBRARY.GTK); 1656 Linker.link(gtk_spin_button_spin, "gtk_spin_button_spin", LIBRARY.GTK); 1657 Linker.link(gtk_spin_button_set_wrap, "gtk_spin_button_set_wrap", LIBRARY.GTK); 1658 Linker.link(gtk_spin_button_set_snap_to_ticks, "gtk_spin_button_set_snap_to_ticks", LIBRARY.GTK); 1659 Linker.link(gtk_spin_button_update, "gtk_spin_button_update", LIBRARY.GTK); 1660 Linker.link(gtk_spin_button_get_digits, "gtk_spin_button_get_digits", LIBRARY.GTK); 1661 Linker.link(gtk_spin_button_get_increments, "gtk_spin_button_get_increments", LIBRARY.GTK); 1662 Linker.link(gtk_spin_button_get_numeric, "gtk_spin_button_get_numeric", LIBRARY.GTK); 1663 Linker.link(gtk_spin_button_get_range, "gtk_spin_button_get_range", LIBRARY.GTK); 1664 Linker.link(gtk_spin_button_get_snap_to_ticks, "gtk_spin_button_get_snap_to_ticks", LIBRARY.GTK); 1665 Linker.link(gtk_spin_button_get_update_policy, "gtk_spin_button_get_update_policy", LIBRARY.GTK); 1666 Linker.link(gtk_spin_button_get_value, "gtk_spin_button_get_value", LIBRARY.GTK); 1667 Linker.link(gtk_spin_button_get_wrap, "gtk_spin_button_get_wrap", LIBRARY.GTK); 1668 1669 // gtk.SearchEntry 1670 1671 Linker.link(gtk_search_entry_new, "gtk_search_entry_new", LIBRARY.GTK); 1672 1673 // gtk.SearchBar 1674 1675 Linker.link(gtk_search_bar_new, "gtk_search_bar_new", LIBRARY.GTK); 1676 Linker.link(gtk_search_bar_connect_entry, "gtk_search_bar_connect_entry", LIBRARY.GTK); 1677 Linker.link(gtk_search_bar_get_search_mode, "gtk_search_bar_get_search_mode", LIBRARY.GTK); 1678 Linker.link(gtk_search_bar_set_search_mode, "gtk_search_bar_set_search_mode", LIBRARY.GTK); 1679 Linker.link(gtk_search_bar_get_show_close_button, "gtk_search_bar_get_show_close_button", LIBRARY.GTK); 1680 Linker.link(gtk_search_bar_set_show_close_button, "gtk_search_bar_set_show_close_button", LIBRARY.GTK); 1681 Linker.link(gtk_search_bar_handle_event, "gtk_search_bar_handle_event", LIBRARY.GTK); 1682 1683 // gtk.EditableT 1684 1685 1686 // gtk.EditableT 1687 1688 Linker.link(gtk_editable_select_region, "gtk_editable_select_region", LIBRARY.GTK); 1689 Linker.link(gtk_editable_get_selection_bounds, "gtk_editable_get_selection_bounds", LIBRARY.GTK); 1690 Linker.link(gtk_editable_insert_text, "gtk_editable_insert_text", LIBRARY.GTK); 1691 Linker.link(gtk_editable_delete_text, "gtk_editable_delete_text", LIBRARY.GTK); 1692 Linker.link(gtk_editable_get_chars, "gtk_editable_get_chars", LIBRARY.GTK); 1693 Linker.link(gtk_editable_cut_clipboard, "gtk_editable_cut_clipboard", LIBRARY.GTK); 1694 Linker.link(gtk_editable_copy_clipboard, "gtk_editable_copy_clipboard", LIBRARY.GTK); 1695 Linker.link(gtk_editable_paste_clipboard, "gtk_editable_paste_clipboard", LIBRARY.GTK); 1696 Linker.link(gtk_editable_delete_selection, "gtk_editable_delete_selection", LIBRARY.GTK); 1697 Linker.link(gtk_editable_set_position, "gtk_editable_set_position", LIBRARY.GTK); 1698 Linker.link(gtk_editable_get_position, "gtk_editable_get_position", LIBRARY.GTK); 1699 Linker.link(gtk_editable_set_editable, "gtk_editable_set_editable", LIBRARY.GTK); 1700 Linker.link(gtk_editable_get_editable, "gtk_editable_get_editable", LIBRARY.GTK); 1701 1702 // gtk.TextIter 1703 1704 Linker.link(gtk_text_iter_get_buffer, "gtk_text_iter_get_buffer", LIBRARY.GTK); 1705 Linker.link(gtk_text_iter_copy, "gtk_text_iter_copy", LIBRARY.GTK); 1706 Linker.link(gtk_text_iter_assign, "gtk_text_iter_assign", LIBRARY.GTK); 1707 Linker.link(gtk_text_iter_free, "gtk_text_iter_free", LIBRARY.GTK); 1708 Linker.link(gtk_text_iter_get_offset, "gtk_text_iter_get_offset", LIBRARY.GTK); 1709 Linker.link(gtk_text_iter_get_line, "gtk_text_iter_get_line", LIBRARY.GTK); 1710 Linker.link(gtk_text_iter_get_line_offset, "gtk_text_iter_get_line_offset", LIBRARY.GTK); 1711 Linker.link(gtk_text_iter_get_line_index, "gtk_text_iter_get_line_index", LIBRARY.GTK); 1712 Linker.link(gtk_text_iter_get_visible_line_index, "gtk_text_iter_get_visible_line_index", LIBRARY.GTK); 1713 Linker.link(gtk_text_iter_get_visible_line_offset, "gtk_text_iter_get_visible_line_offset", LIBRARY.GTK); 1714 Linker.link(gtk_text_iter_get_char, "gtk_text_iter_get_char", LIBRARY.GTK); 1715 Linker.link(gtk_text_iter_get_slice, "gtk_text_iter_get_slice", LIBRARY.GTK); 1716 Linker.link(gtk_text_iter_get_text, "gtk_text_iter_get_text", LIBRARY.GTK); 1717 Linker.link(gtk_text_iter_get_visible_slice, "gtk_text_iter_get_visible_slice", LIBRARY.GTK); 1718 Linker.link(gtk_text_iter_get_visible_text, "gtk_text_iter_get_visible_text", LIBRARY.GTK); 1719 Linker.link(gtk_text_iter_get_pixbuf, "gtk_text_iter_get_pixbuf", LIBRARY.GTK); 1720 Linker.link(gtk_text_iter_get_marks, "gtk_text_iter_get_marks", LIBRARY.GTK); 1721 Linker.link(gtk_text_iter_get_toggled_tags, "gtk_text_iter_get_toggled_tags", LIBRARY.GTK); 1722 Linker.link(gtk_text_iter_get_child_anchor, "gtk_text_iter_get_child_anchor", LIBRARY.GTK); 1723 Linker.link(gtk_text_iter_begins_tag, "gtk_text_iter_begins_tag", LIBRARY.GTK); 1724 Linker.link(gtk_text_iter_ends_tag, "gtk_text_iter_ends_tag", LIBRARY.GTK); 1725 Linker.link(gtk_text_iter_toggles_tag, "gtk_text_iter_toggles_tag", LIBRARY.GTK); 1726 Linker.link(gtk_text_iter_has_tag, "gtk_text_iter_has_tag", LIBRARY.GTK); 1727 Linker.link(gtk_text_iter_get_tags, "gtk_text_iter_get_tags", LIBRARY.GTK); 1728 Linker.link(gtk_text_iter_editable, "gtk_text_iter_editable", LIBRARY.GTK); 1729 Linker.link(gtk_text_iter_can_insert, "gtk_text_iter_can_insert", LIBRARY.GTK); 1730 Linker.link(gtk_text_iter_starts_word, "gtk_text_iter_starts_word", LIBRARY.GTK); 1731 Linker.link(gtk_text_iter_ends_word, "gtk_text_iter_ends_word", LIBRARY.GTK); 1732 Linker.link(gtk_text_iter_inside_word, "gtk_text_iter_inside_word", LIBRARY.GTK); 1733 Linker.link(gtk_text_iter_starts_line, "gtk_text_iter_starts_line", LIBRARY.GTK); 1734 Linker.link(gtk_text_iter_ends_line, "gtk_text_iter_ends_line", LIBRARY.GTK); 1735 Linker.link(gtk_text_iter_starts_sentence, "gtk_text_iter_starts_sentence", LIBRARY.GTK); 1736 Linker.link(gtk_text_iter_ends_sentence, "gtk_text_iter_ends_sentence", LIBRARY.GTK); 1737 Linker.link(gtk_text_iter_inside_sentence, "gtk_text_iter_inside_sentence", LIBRARY.GTK); 1738 Linker.link(gtk_text_iter_is_cursor_position, "gtk_text_iter_is_cursor_position", LIBRARY.GTK); 1739 Linker.link(gtk_text_iter_get_chars_in_line, "gtk_text_iter_get_chars_in_line", LIBRARY.GTK); 1740 Linker.link(gtk_text_iter_get_bytes_in_line, "gtk_text_iter_get_bytes_in_line", LIBRARY.GTK); 1741 Linker.link(gtk_text_iter_get_attributes, "gtk_text_iter_get_attributes", LIBRARY.GTK); 1742 Linker.link(gtk_text_iter_get_language, "gtk_text_iter_get_language", LIBRARY.GTK); 1743 Linker.link(gtk_text_iter_is_end, "gtk_text_iter_is_end", LIBRARY.GTK); 1744 Linker.link(gtk_text_iter_is_start, "gtk_text_iter_is_start", LIBRARY.GTK); 1745 Linker.link(gtk_text_iter_forward_char, "gtk_text_iter_forward_char", LIBRARY.GTK); 1746 Linker.link(gtk_text_iter_backward_char, "gtk_text_iter_backward_char", LIBRARY.GTK); 1747 Linker.link(gtk_text_iter_forward_chars, "gtk_text_iter_forward_chars", LIBRARY.GTK); 1748 Linker.link(gtk_text_iter_backward_chars, "gtk_text_iter_backward_chars", LIBRARY.GTK); 1749 Linker.link(gtk_text_iter_forward_line, "gtk_text_iter_forward_line", LIBRARY.GTK); 1750 Linker.link(gtk_text_iter_backward_line, "gtk_text_iter_backward_line", LIBRARY.GTK); 1751 Linker.link(gtk_text_iter_forward_lines, "gtk_text_iter_forward_lines", LIBRARY.GTK); 1752 Linker.link(gtk_text_iter_backward_lines, "gtk_text_iter_backward_lines", LIBRARY.GTK); 1753 Linker.link(gtk_text_iter_forward_word_ends, "gtk_text_iter_forward_word_ends", LIBRARY.GTK); 1754 Linker.link(gtk_text_iter_backward_word_starts, "gtk_text_iter_backward_word_starts", LIBRARY.GTK); 1755 Linker.link(gtk_text_iter_forward_word_end, "gtk_text_iter_forward_word_end", LIBRARY.GTK); 1756 Linker.link(gtk_text_iter_backward_word_start, "gtk_text_iter_backward_word_start", LIBRARY.GTK); 1757 Linker.link(gtk_text_iter_forward_cursor_position, "gtk_text_iter_forward_cursor_position", LIBRARY.GTK); 1758 Linker.link(gtk_text_iter_backward_cursor_position, "gtk_text_iter_backward_cursor_position", LIBRARY.GTK); 1759 Linker.link(gtk_text_iter_forward_cursor_positions, "gtk_text_iter_forward_cursor_positions", LIBRARY.GTK); 1760 Linker.link(gtk_text_iter_backward_cursor_positions, "gtk_text_iter_backward_cursor_positions", LIBRARY.GTK); 1761 Linker.link(gtk_text_iter_backward_sentence_start, "gtk_text_iter_backward_sentence_start", LIBRARY.GTK); 1762 Linker.link(gtk_text_iter_backward_sentence_starts, "gtk_text_iter_backward_sentence_starts", LIBRARY.GTK); 1763 Linker.link(gtk_text_iter_forward_sentence_end, "gtk_text_iter_forward_sentence_end", LIBRARY.GTK); 1764 Linker.link(gtk_text_iter_forward_sentence_ends, "gtk_text_iter_forward_sentence_ends", LIBRARY.GTK); 1765 Linker.link(gtk_text_iter_forward_visible_word_ends, "gtk_text_iter_forward_visible_word_ends", LIBRARY.GTK); 1766 Linker.link(gtk_text_iter_backward_visible_word_starts, "gtk_text_iter_backward_visible_word_starts", LIBRARY.GTK); 1767 Linker.link(gtk_text_iter_forward_visible_word_end, "gtk_text_iter_forward_visible_word_end", LIBRARY.GTK); 1768 Linker.link(gtk_text_iter_backward_visible_word_start, "gtk_text_iter_backward_visible_word_start", LIBRARY.GTK); 1769 Linker.link(gtk_text_iter_forward_visible_cursor_position, "gtk_text_iter_forward_visible_cursor_position", LIBRARY.GTK); 1770 Linker.link(gtk_text_iter_backward_visible_cursor_position, "gtk_text_iter_backward_visible_cursor_position", LIBRARY.GTK); 1771 Linker.link(gtk_text_iter_forward_visible_cursor_positions, "gtk_text_iter_forward_visible_cursor_positions", LIBRARY.GTK); 1772 Linker.link(gtk_text_iter_backward_visible_cursor_positions, "gtk_text_iter_backward_visible_cursor_positions", LIBRARY.GTK); 1773 Linker.link(gtk_text_iter_forward_visible_line, "gtk_text_iter_forward_visible_line", LIBRARY.GTK); 1774 Linker.link(gtk_text_iter_backward_visible_line, "gtk_text_iter_backward_visible_line", LIBRARY.GTK); 1775 Linker.link(gtk_text_iter_forward_visible_lines, "gtk_text_iter_forward_visible_lines", LIBRARY.GTK); 1776 Linker.link(gtk_text_iter_backward_visible_lines, "gtk_text_iter_backward_visible_lines", LIBRARY.GTK); 1777 Linker.link(gtk_text_iter_set_offset, "gtk_text_iter_set_offset", LIBRARY.GTK); 1778 Linker.link(gtk_text_iter_set_line, "gtk_text_iter_set_line", LIBRARY.GTK); 1779 Linker.link(gtk_text_iter_set_line_offset, "gtk_text_iter_set_line_offset", LIBRARY.GTK); 1780 Linker.link(gtk_text_iter_set_line_index, "gtk_text_iter_set_line_index", LIBRARY.GTK); 1781 Linker.link(gtk_text_iter_set_visible_line_index, "gtk_text_iter_set_visible_line_index", LIBRARY.GTK); 1782 Linker.link(gtk_text_iter_set_visible_line_offset, "gtk_text_iter_set_visible_line_offset", LIBRARY.GTK); 1783 Linker.link(gtk_text_iter_forward_to_end, "gtk_text_iter_forward_to_end", LIBRARY.GTK); 1784 Linker.link(gtk_text_iter_forward_to_line_end, "gtk_text_iter_forward_to_line_end", LIBRARY.GTK); 1785 Linker.link(gtk_text_iter_forward_to_tag_toggle, "gtk_text_iter_forward_to_tag_toggle", LIBRARY.GTK); 1786 Linker.link(gtk_text_iter_backward_to_tag_toggle, "gtk_text_iter_backward_to_tag_toggle", LIBRARY.GTK); 1787 Linker.link(gtk_text_iter_forward_find_char, "gtk_text_iter_forward_find_char", LIBRARY.GTK); 1788 Linker.link(gtk_text_iter_backward_find_char, "gtk_text_iter_backward_find_char", LIBRARY.GTK); 1789 Linker.link(gtk_text_iter_forward_search, "gtk_text_iter_forward_search", LIBRARY.GTK); 1790 Linker.link(gtk_text_iter_backward_search, "gtk_text_iter_backward_search", LIBRARY.GTK); 1791 Linker.link(gtk_text_iter_equal, "gtk_text_iter_equal", LIBRARY.GTK); 1792 Linker.link(gtk_text_iter_compare, "gtk_text_iter_compare", LIBRARY.GTK); 1793 Linker.link(gtk_text_iter_in_range, "gtk_text_iter_in_range", LIBRARY.GTK); 1794 Linker.link(gtk_text_iter_order, "gtk_text_iter_order", LIBRARY.GTK); 1795 1796 // gtk.TextMark 1797 1798 Linker.link(gtk_text_mark_new, "gtk_text_mark_new", LIBRARY.GTK); 1799 Linker.link(gtk_text_mark_set_visible, "gtk_text_mark_set_visible", LIBRARY.GTK); 1800 Linker.link(gtk_text_mark_get_visible, "gtk_text_mark_get_visible", LIBRARY.GTK); 1801 Linker.link(gtk_text_mark_get_deleted, "gtk_text_mark_get_deleted", LIBRARY.GTK); 1802 Linker.link(gtk_text_mark_get_name, "gtk_text_mark_get_name", LIBRARY.GTK); 1803 Linker.link(gtk_text_mark_get_buffer, "gtk_text_mark_get_buffer", LIBRARY.GTK); 1804 Linker.link(gtk_text_mark_get_left_gravity, "gtk_text_mark_get_left_gravity", LIBRARY.GTK); 1805 1806 // gtk.TextBuffer 1807 1808 Linker.link(gtk_text_buffer_new, "gtk_text_buffer_new", LIBRARY.GTK); 1809 Linker.link(gtk_text_buffer_get_line_count, "gtk_text_buffer_get_line_count", LIBRARY.GTK); 1810 Linker.link(gtk_text_buffer_get_char_count, "gtk_text_buffer_get_char_count", LIBRARY.GTK); 1811 Linker.link(gtk_text_buffer_get_tag_table, "gtk_text_buffer_get_tag_table", LIBRARY.GTK); 1812 Linker.link(gtk_text_buffer_insert, "gtk_text_buffer_insert", LIBRARY.GTK); 1813 Linker.link(gtk_text_buffer_insert_at_cursor, "gtk_text_buffer_insert_at_cursor", LIBRARY.GTK); 1814 Linker.link(gtk_text_buffer_insert_interactive, "gtk_text_buffer_insert_interactive", LIBRARY.GTK); 1815 Linker.link(gtk_text_buffer_insert_interactive_at_cursor, "gtk_text_buffer_insert_interactive_at_cursor", LIBRARY.GTK); 1816 Linker.link(gtk_text_buffer_insert_range, "gtk_text_buffer_insert_range", LIBRARY.GTK); 1817 Linker.link(gtk_text_buffer_insert_range_interactive, "gtk_text_buffer_insert_range_interactive", LIBRARY.GTK); 1818 Linker.link(gtk_text_buffer_insert_with_tags, "gtk_text_buffer_insert_with_tags", LIBRARY.GTK); 1819 Linker.link(gtk_text_buffer_insert_with_tags_by_name, "gtk_text_buffer_insert_with_tags_by_name", LIBRARY.GTK); 1820 Linker.link(gtk_text_buffer_delete, "gtk_text_buffer_delete", LIBRARY.GTK); 1821 Linker.link(gtk_text_buffer_delete_interactive, "gtk_text_buffer_delete_interactive", LIBRARY.GTK); 1822 Linker.link(gtk_text_buffer_backspace, "gtk_text_buffer_backspace", LIBRARY.GTK); 1823 Linker.link(gtk_text_buffer_set_text, "gtk_text_buffer_set_text", LIBRARY.GTK); 1824 Linker.link(gtk_text_buffer_get_text, "gtk_text_buffer_get_text", LIBRARY.GTK); 1825 Linker.link(gtk_text_buffer_get_slice, "gtk_text_buffer_get_slice", LIBRARY.GTK); 1826 Linker.link(gtk_text_buffer_insert_pixbuf, "gtk_text_buffer_insert_pixbuf", LIBRARY.GTK); 1827 Linker.link(gtk_text_buffer_insert_child_anchor, "gtk_text_buffer_insert_child_anchor", LIBRARY.GTK); 1828 Linker.link(gtk_text_buffer_create_child_anchor, "gtk_text_buffer_create_child_anchor", LIBRARY.GTK); 1829 Linker.link(gtk_text_buffer_create_mark, "gtk_text_buffer_create_mark", LIBRARY.GTK); 1830 Linker.link(gtk_text_buffer_move_mark, "gtk_text_buffer_move_mark", LIBRARY.GTK); 1831 Linker.link(gtk_text_buffer_move_mark_by_name, "gtk_text_buffer_move_mark_by_name", LIBRARY.GTK); 1832 Linker.link(gtk_text_buffer_add_mark, "gtk_text_buffer_add_mark", LIBRARY.GTK); 1833 Linker.link(gtk_text_buffer_delete_mark, "gtk_text_buffer_delete_mark", LIBRARY.GTK); 1834 Linker.link(gtk_text_buffer_delete_mark_by_name, "gtk_text_buffer_delete_mark_by_name", LIBRARY.GTK); 1835 Linker.link(gtk_text_buffer_get_mark, "gtk_text_buffer_get_mark", LIBRARY.GTK); 1836 Linker.link(gtk_text_buffer_get_insert, "gtk_text_buffer_get_insert", LIBRARY.GTK); 1837 Linker.link(gtk_text_buffer_get_selection_bound, "gtk_text_buffer_get_selection_bound", LIBRARY.GTK); 1838 Linker.link(gtk_text_buffer_get_has_selection, "gtk_text_buffer_get_has_selection", LIBRARY.GTK); 1839 Linker.link(gtk_text_buffer_place_cursor, "gtk_text_buffer_place_cursor", LIBRARY.GTK); 1840 Linker.link(gtk_text_buffer_select_range, "gtk_text_buffer_select_range", LIBRARY.GTK); 1841 Linker.link(gtk_text_buffer_apply_tag, "gtk_text_buffer_apply_tag", LIBRARY.GTK); 1842 Linker.link(gtk_text_buffer_remove_tag, "gtk_text_buffer_remove_tag", LIBRARY.GTK); 1843 Linker.link(gtk_text_buffer_apply_tag_by_name, "gtk_text_buffer_apply_tag_by_name", LIBRARY.GTK); 1844 Linker.link(gtk_text_buffer_remove_tag_by_name, "gtk_text_buffer_remove_tag_by_name", LIBRARY.GTK); 1845 Linker.link(gtk_text_buffer_remove_all_tags, "gtk_text_buffer_remove_all_tags", LIBRARY.GTK); 1846 Linker.link(gtk_text_buffer_create_tag, "gtk_text_buffer_create_tag", LIBRARY.GTK); 1847 Linker.link(gtk_text_buffer_get_iter_at_line_offset, "gtk_text_buffer_get_iter_at_line_offset", LIBRARY.GTK); 1848 Linker.link(gtk_text_buffer_get_iter_at_offset, "gtk_text_buffer_get_iter_at_offset", LIBRARY.GTK); 1849 Linker.link(gtk_text_buffer_get_iter_at_line, "gtk_text_buffer_get_iter_at_line", LIBRARY.GTK); 1850 Linker.link(gtk_text_buffer_get_iter_at_line_index, "gtk_text_buffer_get_iter_at_line_index", LIBRARY.GTK); 1851 Linker.link(gtk_text_buffer_get_iter_at_mark, "gtk_text_buffer_get_iter_at_mark", LIBRARY.GTK); 1852 Linker.link(gtk_text_buffer_get_iter_at_child_anchor, "gtk_text_buffer_get_iter_at_child_anchor", LIBRARY.GTK); 1853 Linker.link(gtk_text_buffer_get_start_iter, "gtk_text_buffer_get_start_iter", LIBRARY.GTK); 1854 Linker.link(gtk_text_buffer_get_end_iter, "gtk_text_buffer_get_end_iter", LIBRARY.GTK); 1855 Linker.link(gtk_text_buffer_get_bounds, "gtk_text_buffer_get_bounds", LIBRARY.GTK); 1856 Linker.link(gtk_text_buffer_get_modified, "gtk_text_buffer_get_modified", LIBRARY.GTK); 1857 Linker.link(gtk_text_buffer_set_modified, "gtk_text_buffer_set_modified", LIBRARY.GTK); 1858 Linker.link(gtk_text_buffer_delete_selection, "gtk_text_buffer_delete_selection", LIBRARY.GTK); 1859 Linker.link(gtk_text_buffer_paste_clipboard, "gtk_text_buffer_paste_clipboard", LIBRARY.GTK); 1860 Linker.link(gtk_text_buffer_copy_clipboard, "gtk_text_buffer_copy_clipboard", LIBRARY.GTK); 1861 Linker.link(gtk_text_buffer_cut_clipboard, "gtk_text_buffer_cut_clipboard", LIBRARY.GTK); 1862 Linker.link(gtk_text_buffer_get_selection_bounds, "gtk_text_buffer_get_selection_bounds", LIBRARY.GTK); 1863 Linker.link(gtk_text_buffer_begin_user_action, "gtk_text_buffer_begin_user_action", LIBRARY.GTK); 1864 Linker.link(gtk_text_buffer_end_user_action, "gtk_text_buffer_end_user_action", LIBRARY.GTK); 1865 Linker.link(gtk_text_buffer_add_selection_clipboard, "gtk_text_buffer_add_selection_clipboard", LIBRARY.GTK); 1866 Linker.link(gtk_text_buffer_remove_selection_clipboard, "gtk_text_buffer_remove_selection_clipboard", LIBRARY.GTK); 1867 Linker.link(gtk_text_buffer_deserialize, "gtk_text_buffer_deserialize", LIBRARY.GTK); 1868 Linker.link(gtk_text_buffer_deserialize_get_can_create_tags, "gtk_text_buffer_deserialize_get_can_create_tags", LIBRARY.GTK); 1869 Linker.link(gtk_text_buffer_deserialize_set_can_create_tags, "gtk_text_buffer_deserialize_set_can_create_tags", LIBRARY.GTK); 1870 Linker.link(gtk_text_buffer_get_copy_target_list, "gtk_text_buffer_get_copy_target_list", LIBRARY.GTK); 1871 Linker.link(gtk_text_buffer_get_deserialize_formats, "gtk_text_buffer_get_deserialize_formats", LIBRARY.GTK); 1872 Linker.link(gtk_text_buffer_get_paste_target_list, "gtk_text_buffer_get_paste_target_list", LIBRARY.GTK); 1873 Linker.link(gtk_text_buffer_get_serialize_formats, "gtk_text_buffer_get_serialize_formats", LIBRARY.GTK); 1874 Linker.link(gtk_text_buffer_register_deserialize_format, "gtk_text_buffer_register_deserialize_format", LIBRARY.GTK); 1875 Linker.link(gtk_text_buffer_register_deserialize_tagset, "gtk_text_buffer_register_deserialize_tagset", LIBRARY.GTK); 1876 Linker.link(gtk_text_buffer_register_serialize_format, "gtk_text_buffer_register_serialize_format", LIBRARY.GTK); 1877 Linker.link(gtk_text_buffer_register_serialize_tagset, "gtk_text_buffer_register_serialize_tagset", LIBRARY.GTK); 1878 Linker.link(gtk_text_buffer_serialize, "gtk_text_buffer_serialize", LIBRARY.GTK); 1879 Linker.link(gtk_text_buffer_unregister_deserialize_format, "gtk_text_buffer_unregister_deserialize_format", LIBRARY.GTK); 1880 Linker.link(gtk_text_buffer_unregister_serialize_format, "gtk_text_buffer_unregister_serialize_format", LIBRARY.GTK); 1881 1882 // gtk.TextTag 1883 1884 Linker.link(gtk_text_tag_new, "gtk_text_tag_new", LIBRARY.GTK); 1885 Linker.link(gtk_text_tag_get_priority, "gtk_text_tag_get_priority", LIBRARY.GTK); 1886 Linker.link(gtk_text_tag_set_priority, "gtk_text_tag_set_priority", LIBRARY.GTK); 1887 Linker.link(gtk_text_tag_event, "gtk_text_tag_event", LIBRARY.GTK); 1888 1889 // gtk.TextAttributes 1890 1891 Linker.link(gtk_text_attributes_new, "gtk_text_attributes_new", LIBRARY.GTK); 1892 Linker.link(gtk_text_attributes_copy, "gtk_text_attributes_copy", LIBRARY.GTK); 1893 Linker.link(gtk_text_attributes_copy_values, "gtk_text_attributes_copy_values", LIBRARY.GTK); 1894 Linker.link(gtk_text_attributes_unref, "gtk_text_attributes_unref", LIBRARY.GTK); 1895 Linker.link(gtk_text_attributes_ref, "gtk_text_attributes_ref", LIBRARY.GTK); 1896 1897 // gtk.TextTagTable 1898 1899 Linker.link(gtk_text_tag_table_new, "gtk_text_tag_table_new", LIBRARY.GTK); 1900 Linker.link(gtk_text_tag_table_add, "gtk_text_tag_table_add", LIBRARY.GTK); 1901 Linker.link(gtk_text_tag_table_remove, "gtk_text_tag_table_remove", LIBRARY.GTK); 1902 Linker.link(gtk_text_tag_table_lookup, "gtk_text_tag_table_lookup", LIBRARY.GTK); 1903 Linker.link(gtk_text_tag_table_foreach, "gtk_text_tag_table_foreach", LIBRARY.GTK); 1904 Linker.link(gtk_text_tag_table_get_size, "gtk_text_tag_table_get_size", LIBRARY.GTK); 1905 1906 // gtk.TextView 1907 1908 Linker.link(gtk_text_view_new, "gtk_text_view_new", LIBRARY.GTK); 1909 Linker.link(gtk_text_view_new_with_buffer, "gtk_text_view_new_with_buffer", LIBRARY.GTK); 1910 Linker.link(gtk_text_view_set_buffer, "gtk_text_view_set_buffer", LIBRARY.GTK); 1911 Linker.link(gtk_text_view_get_buffer, "gtk_text_view_get_buffer", LIBRARY.GTK); 1912 Linker.link(gtk_text_view_get_hadjustment, "gtk_text_view_get_hadjustment", LIBRARY.GTK); 1913 Linker.link(gtk_text_view_get_vadjustment, "gtk_text_view_get_vadjustment", LIBRARY.GTK); 1914 Linker.link(gtk_text_view_scroll_to_mark, "gtk_text_view_scroll_to_mark", LIBRARY.GTK); 1915 Linker.link(gtk_text_view_scroll_to_iter, "gtk_text_view_scroll_to_iter", LIBRARY.GTK); 1916 Linker.link(gtk_text_view_scroll_mark_onscreen, "gtk_text_view_scroll_mark_onscreen", LIBRARY.GTK); 1917 Linker.link(gtk_text_view_move_mark_onscreen, "gtk_text_view_move_mark_onscreen", LIBRARY.GTK); 1918 Linker.link(gtk_text_view_place_cursor_onscreen, "gtk_text_view_place_cursor_onscreen", LIBRARY.GTK); 1919 Linker.link(gtk_text_view_get_visible_rect, "gtk_text_view_get_visible_rect", LIBRARY.GTK); 1920 Linker.link(gtk_text_view_get_iter_location, "gtk_text_view_get_iter_location", LIBRARY.GTK); 1921 Linker.link(gtk_text_view_get_cursor_locations, "gtk_text_view_get_cursor_locations", LIBRARY.GTK); 1922 Linker.link(gtk_text_view_get_line_at_y, "gtk_text_view_get_line_at_y", LIBRARY.GTK); 1923 Linker.link(gtk_text_view_get_line_yrange, "gtk_text_view_get_line_yrange", LIBRARY.GTK); 1924 Linker.link(gtk_text_view_get_iter_at_location, "gtk_text_view_get_iter_at_location", LIBRARY.GTK); 1925 Linker.link(gtk_text_view_get_iter_at_position, "gtk_text_view_get_iter_at_position", LIBRARY.GTK); 1926 Linker.link(gtk_text_view_buffer_to_window_coords, "gtk_text_view_buffer_to_window_coords", LIBRARY.GTK); 1927 Linker.link(gtk_text_view_window_to_buffer_coords, "gtk_text_view_window_to_buffer_coords", LIBRARY.GTK); 1928 Linker.link(gtk_text_view_get_window, "gtk_text_view_get_window", LIBRARY.GTK); 1929 Linker.link(gtk_text_view_get_window_type, "gtk_text_view_get_window_type", LIBRARY.GTK); 1930 Linker.link(gtk_text_view_set_border_window_size, "gtk_text_view_set_border_window_size", LIBRARY.GTK); 1931 Linker.link(gtk_text_view_get_border_window_size, "gtk_text_view_get_border_window_size", LIBRARY.GTK); 1932 Linker.link(gtk_text_view_forward_display_line, "gtk_text_view_forward_display_line", LIBRARY.GTK); 1933 Linker.link(gtk_text_view_backward_display_line, "gtk_text_view_backward_display_line", LIBRARY.GTK); 1934 Linker.link(gtk_text_view_forward_display_line_end, "gtk_text_view_forward_display_line_end", LIBRARY.GTK); 1935 Linker.link(gtk_text_view_backward_display_line_start, "gtk_text_view_backward_display_line_start", LIBRARY.GTK); 1936 Linker.link(gtk_text_view_starts_display_line, "gtk_text_view_starts_display_line", LIBRARY.GTK); 1937 Linker.link(gtk_text_view_move_visually, "gtk_text_view_move_visually", LIBRARY.GTK); 1938 Linker.link(gtk_text_view_add_child_at_anchor, "gtk_text_view_add_child_at_anchor", LIBRARY.GTK); 1939 Linker.link(gtk_text_view_add_child_in_window, "gtk_text_view_add_child_in_window", LIBRARY.GTK); 1940 Linker.link(gtk_text_view_move_child, "gtk_text_view_move_child", LIBRARY.GTK); 1941 Linker.link(gtk_text_view_set_wrap_mode, "gtk_text_view_set_wrap_mode", LIBRARY.GTK); 1942 Linker.link(gtk_text_view_get_wrap_mode, "gtk_text_view_get_wrap_mode", LIBRARY.GTK); 1943 Linker.link(gtk_text_view_set_editable, "gtk_text_view_set_editable", LIBRARY.GTK); 1944 Linker.link(gtk_text_view_get_editable, "gtk_text_view_get_editable", LIBRARY.GTK); 1945 Linker.link(gtk_text_view_set_cursor_visible, "gtk_text_view_set_cursor_visible", LIBRARY.GTK); 1946 Linker.link(gtk_text_view_get_cursor_visible, "gtk_text_view_get_cursor_visible", LIBRARY.GTK); 1947 Linker.link(gtk_text_view_set_overwrite, "gtk_text_view_set_overwrite", LIBRARY.GTK); 1948 Linker.link(gtk_text_view_get_overwrite, "gtk_text_view_get_overwrite", LIBRARY.GTK); 1949 Linker.link(gtk_text_view_set_pixels_above_lines, "gtk_text_view_set_pixels_above_lines", LIBRARY.GTK); 1950 Linker.link(gtk_text_view_get_pixels_above_lines, "gtk_text_view_get_pixels_above_lines", LIBRARY.GTK); 1951 Linker.link(gtk_text_view_set_pixels_below_lines, "gtk_text_view_set_pixels_below_lines", LIBRARY.GTK); 1952 Linker.link(gtk_text_view_get_pixels_below_lines, "gtk_text_view_get_pixels_below_lines", LIBRARY.GTK); 1953 Linker.link(gtk_text_view_set_pixels_inside_wrap, "gtk_text_view_set_pixels_inside_wrap", LIBRARY.GTK); 1954 Linker.link(gtk_text_view_get_pixels_inside_wrap, "gtk_text_view_get_pixels_inside_wrap", LIBRARY.GTK); 1955 Linker.link(gtk_text_view_set_justification, "gtk_text_view_set_justification", LIBRARY.GTK); 1956 Linker.link(gtk_text_view_get_justification, "gtk_text_view_get_justification", LIBRARY.GTK); 1957 Linker.link(gtk_text_view_set_left_margin, "gtk_text_view_set_left_margin", LIBRARY.GTK); 1958 Linker.link(gtk_text_view_get_left_margin, "gtk_text_view_get_left_margin", LIBRARY.GTK); 1959 Linker.link(gtk_text_view_set_right_margin, "gtk_text_view_set_right_margin", LIBRARY.GTK); 1960 Linker.link(gtk_text_view_get_right_margin, "gtk_text_view_get_right_margin", LIBRARY.GTK); 1961 Linker.link(gtk_text_view_set_indent, "gtk_text_view_set_indent", LIBRARY.GTK); 1962 Linker.link(gtk_text_view_get_indent, "gtk_text_view_get_indent", LIBRARY.GTK); 1963 Linker.link(gtk_text_view_set_tabs, "gtk_text_view_set_tabs", LIBRARY.GTK); 1964 Linker.link(gtk_text_view_get_tabs, "gtk_text_view_get_tabs", LIBRARY.GTK); 1965 Linker.link(gtk_text_view_set_accepts_tab, "gtk_text_view_set_accepts_tab", LIBRARY.GTK); 1966 Linker.link(gtk_text_view_get_accepts_tab, "gtk_text_view_get_accepts_tab", LIBRARY.GTK); 1967 Linker.link(gtk_text_view_get_default_attributes, "gtk_text_view_get_default_attributes", LIBRARY.GTK); 1968 Linker.link(gtk_text_view_im_context_filter_keypress, "gtk_text_view_im_context_filter_keypress", LIBRARY.GTK); 1969 Linker.link(gtk_text_view_reset_im_context, "gtk_text_view_reset_im_context", LIBRARY.GTK); 1970 Linker.link(gtk_text_view_set_input_purpose, "gtk_text_view_set_input_purpose", LIBRARY.GTK); 1971 Linker.link(gtk_text_view_get_input_purpose, "gtk_text_view_get_input_purpose", LIBRARY.GTK); 1972 Linker.link(gtk_text_view_set_input_hints, "gtk_text_view_set_input_hints", LIBRARY.GTK); 1973 Linker.link(gtk_text_view_get_input_hints, "gtk_text_view_get_input_hints", LIBRARY.GTK); 1974 1975 // gtk.TextChildAnchor 1976 1977 Linker.link(gtk_text_child_anchor_new, "gtk_text_child_anchor_new", LIBRARY.GTK); 1978 Linker.link(gtk_text_child_anchor_get_widgets, "gtk_text_child_anchor_get_widgets", LIBRARY.GTK); 1979 Linker.link(gtk_text_child_anchor_get_deleted, "gtk_text_child_anchor_get_deleted", LIBRARY.GTK); 1980 1981 // gtk.TreePath 1982 1983 Linker.link(gtk_tree_path_new, "gtk_tree_path_new", LIBRARY.GTK); 1984 Linker.link(gtk_tree_path_new_from_string, "gtk_tree_path_new_from_string", LIBRARY.GTK); 1985 Linker.link(gtk_tree_path_new_from_indices, "gtk_tree_path_new_from_indices", LIBRARY.GTK); 1986 Linker.link(gtk_tree_path_to_string, "gtk_tree_path_to_string", LIBRARY.GTK); 1987 Linker.link(gtk_tree_path_new_first, "gtk_tree_path_new_first", LIBRARY.GTK); 1988 Linker.link(gtk_tree_path_append_index, "gtk_tree_path_append_index", LIBRARY.GTK); 1989 Linker.link(gtk_tree_path_prepend_index, "gtk_tree_path_prepend_index", LIBRARY.GTK); 1990 Linker.link(gtk_tree_path_get_depth, "gtk_tree_path_get_depth", LIBRARY.GTK); 1991 Linker.link(gtk_tree_path_get_indices, "gtk_tree_path_get_indices", LIBRARY.GTK); 1992 Linker.link(gtk_tree_path_get_indices_with_depth, "gtk_tree_path_get_indices_with_depth", LIBRARY.GTK); 1993 Linker.link(gtk_tree_path_free, "gtk_tree_path_free", LIBRARY.GTK); 1994 Linker.link(gtk_tree_path_copy, "gtk_tree_path_copy", LIBRARY.GTK); 1995 Linker.link(gtk_tree_path_compare, "gtk_tree_path_compare", LIBRARY.GTK); 1996 Linker.link(gtk_tree_path_next, "gtk_tree_path_next", LIBRARY.GTK); 1997 Linker.link(gtk_tree_path_prev, "gtk_tree_path_prev", LIBRARY.GTK); 1998 Linker.link(gtk_tree_path_up, "gtk_tree_path_up", LIBRARY.GTK); 1999 Linker.link(gtk_tree_path_down, "gtk_tree_path_down", LIBRARY.GTK); 2000 Linker.link(gtk_tree_path_is_ancestor, "gtk_tree_path_is_ancestor", LIBRARY.GTK); 2001 Linker.link(gtk_tree_path_is_descendant, "gtk_tree_path_is_descendant", LIBRARY.GTK); 2002 2003 // gtk.TreeModelT 2004 2005 2006 // gtk.TreeModelT 2007 2008 Linker.link(gtk_tree_model_get_flags, "gtk_tree_model_get_flags", LIBRARY.GTK); 2009 Linker.link(gtk_tree_model_get_n_columns, "gtk_tree_model_get_n_columns", LIBRARY.GTK); 2010 Linker.link(gtk_tree_model_get_column_type, "gtk_tree_model_get_column_type", LIBRARY.GTK); 2011 Linker.link(gtk_tree_model_get_iter, "gtk_tree_model_get_iter", LIBRARY.GTK); 2012 Linker.link(gtk_tree_model_get_iter_from_string, "gtk_tree_model_get_iter_from_string", LIBRARY.GTK); 2013 Linker.link(gtk_tree_model_get_iter_first, "gtk_tree_model_get_iter_first", LIBRARY.GTK); 2014 Linker.link(gtk_tree_model_get_path, "gtk_tree_model_get_path", LIBRARY.GTK); 2015 Linker.link(gtk_tree_model_get_value, "gtk_tree_model_get_value", LIBRARY.GTK); 2016 Linker.link(gtk_tree_model_iter_next, "gtk_tree_model_iter_next", LIBRARY.GTK); 2017 Linker.link(gtk_tree_model_iter_previous, "gtk_tree_model_iter_previous", LIBRARY.GTK); 2018 Linker.link(gtk_tree_model_iter_children, "gtk_tree_model_iter_children", LIBRARY.GTK); 2019 Linker.link(gtk_tree_model_iter_has_child, "gtk_tree_model_iter_has_child", LIBRARY.GTK); 2020 Linker.link(gtk_tree_model_iter_n_children, "gtk_tree_model_iter_n_children", LIBRARY.GTK); 2021 Linker.link(gtk_tree_model_iter_nth_child, "gtk_tree_model_iter_nth_child", LIBRARY.GTK); 2022 Linker.link(gtk_tree_model_iter_parent, "gtk_tree_model_iter_parent", LIBRARY.GTK); 2023 Linker.link(gtk_tree_model_get_string_from_iter, "gtk_tree_model_get_string_from_iter", LIBRARY.GTK); 2024 Linker.link(gtk_tree_model_ref_node, "gtk_tree_model_ref_node", LIBRARY.GTK); 2025 Linker.link(gtk_tree_model_unref_node, "gtk_tree_model_unref_node", LIBRARY.GTK); 2026 Linker.link(gtk_tree_model_get, "gtk_tree_model_get", LIBRARY.GTK); 2027 Linker.link(gtk_tree_model_get_valist, "gtk_tree_model_get_valist", LIBRARY.GTK); 2028 Linker.link(gtk_tree_model_foreach, "gtk_tree_model_foreach", LIBRARY.GTK); 2029 Linker.link(gtk_tree_model_row_changed, "gtk_tree_model_row_changed", LIBRARY.GTK); 2030 Linker.link(gtk_tree_model_row_inserted, "gtk_tree_model_row_inserted", LIBRARY.GTK); 2031 Linker.link(gtk_tree_model_row_has_child_toggled, "gtk_tree_model_row_has_child_toggled", LIBRARY.GTK); 2032 Linker.link(gtk_tree_model_row_deleted, "gtk_tree_model_row_deleted", LIBRARY.GTK); 2033 Linker.link(gtk_tree_model_rows_reordered, "gtk_tree_model_rows_reordered", LIBRARY.GTK); 2034 2035 // gtk.TreeIter 2036 2037 Linker.link(gtk_tree_iter_copy, "gtk_tree_iter_copy", LIBRARY.GTK); 2038 Linker.link(gtk_tree_iter_free, "gtk_tree_iter_free", LIBRARY.GTK); 2039 2040 // gtk.TreeRowReference 2041 2042 Linker.link(gtk_tree_row_reference_new, "gtk_tree_row_reference_new", LIBRARY.GTK); 2043 Linker.link(gtk_tree_row_reference_new_proxy, "gtk_tree_row_reference_new_proxy", LIBRARY.GTK); 2044 Linker.link(gtk_tree_row_reference_get_model, "gtk_tree_row_reference_get_model", LIBRARY.GTK); 2045 Linker.link(gtk_tree_row_reference_get_path, "gtk_tree_row_reference_get_path", LIBRARY.GTK); 2046 Linker.link(gtk_tree_row_reference_valid, "gtk_tree_row_reference_valid", LIBRARY.GTK); 2047 Linker.link(gtk_tree_row_reference_free, "gtk_tree_row_reference_free", LIBRARY.GTK); 2048 Linker.link(gtk_tree_row_reference_copy, "gtk_tree_row_reference_copy", LIBRARY.GTK); 2049 Linker.link(gtk_tree_row_reference_inserted, "gtk_tree_row_reference_inserted", LIBRARY.GTK); 2050 Linker.link(gtk_tree_row_reference_deleted, "gtk_tree_row_reference_deleted", LIBRARY.GTK); 2051 Linker.link(gtk_tree_row_reference_reordered, "gtk_tree_row_reference_reordered", LIBRARY.GTK); 2052 2053 // gtk.TreeIterError 2054 2055 2056 // gtk. 2057 2058 2059 // gtk.TreeSelection 2060 2061 Linker.link(gtk_tree_selection_set_mode, "gtk_tree_selection_set_mode", LIBRARY.GTK); 2062 Linker.link(gtk_tree_selection_get_mode, "gtk_tree_selection_get_mode", LIBRARY.GTK); 2063 Linker.link(gtk_tree_selection_set_select_function, "gtk_tree_selection_set_select_function", LIBRARY.GTK); 2064 Linker.link(gtk_tree_selection_get_select_function, "gtk_tree_selection_get_select_function", LIBRARY.GTK); 2065 Linker.link(gtk_tree_selection_get_user_data, "gtk_tree_selection_get_user_data", LIBRARY.GTK); 2066 Linker.link(gtk_tree_selection_get_tree_view, "gtk_tree_selection_get_tree_view", LIBRARY.GTK); 2067 Linker.link(gtk_tree_selection_get_selected, "gtk_tree_selection_get_selected", LIBRARY.GTK); 2068 Linker.link(gtk_tree_selection_selected_foreach, "gtk_tree_selection_selected_foreach", LIBRARY.GTK); 2069 Linker.link(gtk_tree_selection_get_selected_rows, "gtk_tree_selection_get_selected_rows", LIBRARY.GTK); 2070 Linker.link(gtk_tree_selection_count_selected_rows, "gtk_tree_selection_count_selected_rows", LIBRARY.GTK); 2071 Linker.link(gtk_tree_selection_select_path, "gtk_tree_selection_select_path", LIBRARY.GTK); 2072 Linker.link(gtk_tree_selection_unselect_path, "gtk_tree_selection_unselect_path", LIBRARY.GTK); 2073 Linker.link(gtk_tree_selection_path_is_selected, "gtk_tree_selection_path_is_selected", LIBRARY.GTK); 2074 Linker.link(gtk_tree_selection_select_iter, "gtk_tree_selection_select_iter", LIBRARY.GTK); 2075 Linker.link(gtk_tree_selection_unselect_iter, "gtk_tree_selection_unselect_iter", LIBRARY.GTK); 2076 Linker.link(gtk_tree_selection_iter_is_selected, "gtk_tree_selection_iter_is_selected", LIBRARY.GTK); 2077 Linker.link(gtk_tree_selection_select_all, "gtk_tree_selection_select_all", LIBRARY.GTK); 2078 Linker.link(gtk_tree_selection_unselect_all, "gtk_tree_selection_unselect_all", LIBRARY.GTK); 2079 Linker.link(gtk_tree_selection_select_range, "gtk_tree_selection_select_range", LIBRARY.GTK); 2080 Linker.link(gtk_tree_selection_unselect_range, "gtk_tree_selection_unselect_range", LIBRARY.GTK); 2081 2082 // gtk.TreeViewColumn 2083 2084 Linker.link(gtk_tree_view_column_new, "gtk_tree_view_column_new", LIBRARY.GTK); 2085 Linker.link(gtk_tree_view_column_new_with_area, "gtk_tree_view_column_new_with_area", LIBRARY.GTK); 2086 Linker.link(gtk_tree_view_column_new_with_attributes, "gtk_tree_view_column_new_with_attributes", LIBRARY.GTK); 2087 Linker.link(gtk_tree_view_column_pack_start, "gtk_tree_view_column_pack_start", LIBRARY.GTK); 2088 Linker.link(gtk_tree_view_column_pack_end, "gtk_tree_view_column_pack_end", LIBRARY.GTK); 2089 Linker.link(gtk_tree_view_column_clear, "gtk_tree_view_column_clear", LIBRARY.GTK); 2090 Linker.link(gtk_tree_view_column_add_attribute, "gtk_tree_view_column_add_attribute", LIBRARY.GTK); 2091 Linker.link(gtk_tree_view_column_set_attributes, "gtk_tree_view_column_set_attributes", LIBRARY.GTK); 2092 Linker.link(gtk_tree_view_column_set_cell_data_func, "gtk_tree_view_column_set_cell_data_func", LIBRARY.GTK); 2093 Linker.link(gtk_tree_view_column_clear_attributes, "gtk_tree_view_column_clear_attributes", LIBRARY.GTK); 2094 Linker.link(gtk_tree_view_column_set_spacing, "gtk_tree_view_column_set_spacing", LIBRARY.GTK); 2095 Linker.link(gtk_tree_view_column_get_spacing, "gtk_tree_view_column_get_spacing", LIBRARY.GTK); 2096 Linker.link(gtk_tree_view_column_set_visible, "gtk_tree_view_column_set_visible", LIBRARY.GTK); 2097 Linker.link(gtk_tree_view_column_get_visible, "gtk_tree_view_column_get_visible", LIBRARY.GTK); 2098 Linker.link(gtk_tree_view_column_set_resizable, "gtk_tree_view_column_set_resizable", LIBRARY.GTK); 2099 Linker.link(gtk_tree_view_column_get_resizable, "gtk_tree_view_column_get_resizable", LIBRARY.GTK); 2100 Linker.link(gtk_tree_view_column_set_sizing, "gtk_tree_view_column_set_sizing", LIBRARY.GTK); 2101 Linker.link(gtk_tree_view_column_get_sizing, "gtk_tree_view_column_get_sizing", LIBRARY.GTK); 2102 Linker.link(gtk_tree_view_column_get_width, "gtk_tree_view_column_get_width", LIBRARY.GTK); 2103 Linker.link(gtk_tree_view_column_get_fixed_width, "gtk_tree_view_column_get_fixed_width", LIBRARY.GTK); 2104 Linker.link(gtk_tree_view_column_set_fixed_width, "gtk_tree_view_column_set_fixed_width", LIBRARY.GTK); 2105 Linker.link(gtk_tree_view_column_set_min_width, "gtk_tree_view_column_set_min_width", LIBRARY.GTK); 2106 Linker.link(gtk_tree_view_column_get_min_width, "gtk_tree_view_column_get_min_width", LIBRARY.GTK); 2107 Linker.link(gtk_tree_view_column_set_max_width, "gtk_tree_view_column_set_max_width", LIBRARY.GTK); 2108 Linker.link(gtk_tree_view_column_get_max_width, "gtk_tree_view_column_get_max_width", LIBRARY.GTK); 2109 Linker.link(gtk_tree_view_column_clicked, "gtk_tree_view_column_clicked", LIBRARY.GTK); 2110 Linker.link(gtk_tree_view_column_set_title, "gtk_tree_view_column_set_title", LIBRARY.GTK); 2111 Linker.link(gtk_tree_view_column_get_title, "gtk_tree_view_column_get_title", LIBRARY.GTK); 2112 Linker.link(gtk_tree_view_column_set_expand, "gtk_tree_view_column_set_expand", LIBRARY.GTK); 2113 Linker.link(gtk_tree_view_column_get_expand, "gtk_tree_view_column_get_expand", LIBRARY.GTK); 2114 Linker.link(gtk_tree_view_column_set_clickable, "gtk_tree_view_column_set_clickable", LIBRARY.GTK); 2115 Linker.link(gtk_tree_view_column_get_clickable, "gtk_tree_view_column_get_clickable", LIBRARY.GTK); 2116 Linker.link(gtk_tree_view_column_set_widget, "gtk_tree_view_column_set_widget", LIBRARY.GTK); 2117 Linker.link(gtk_tree_view_column_get_widget, "gtk_tree_view_column_get_widget", LIBRARY.GTK); 2118 Linker.link(gtk_tree_view_column_get_button, "gtk_tree_view_column_get_button", LIBRARY.GTK); 2119 Linker.link(gtk_tree_view_column_set_alignment, "gtk_tree_view_column_set_alignment", LIBRARY.GTK); 2120 Linker.link(gtk_tree_view_column_get_alignment, "gtk_tree_view_column_get_alignment", LIBRARY.GTK); 2121 Linker.link(gtk_tree_view_column_set_reorderable, "gtk_tree_view_column_set_reorderable", LIBRARY.GTK); 2122 Linker.link(gtk_tree_view_column_get_reorderable, "gtk_tree_view_column_get_reorderable", LIBRARY.GTK); 2123 Linker.link(gtk_tree_view_column_set_sort_column_id, "gtk_tree_view_column_set_sort_column_id", LIBRARY.GTK); 2124 Linker.link(gtk_tree_view_column_get_sort_column_id, "gtk_tree_view_column_get_sort_column_id", LIBRARY.GTK); 2125 Linker.link(gtk_tree_view_column_set_sort_indicator, "gtk_tree_view_column_set_sort_indicator", LIBRARY.GTK); 2126 Linker.link(gtk_tree_view_column_get_sort_indicator, "gtk_tree_view_column_get_sort_indicator", LIBRARY.GTK); 2127 Linker.link(gtk_tree_view_column_set_sort_order, "gtk_tree_view_column_set_sort_order", LIBRARY.GTK); 2128 Linker.link(gtk_tree_view_column_get_sort_order, "gtk_tree_view_column_get_sort_order", LIBRARY.GTK); 2129 Linker.link(gtk_tree_view_column_cell_set_cell_data, "gtk_tree_view_column_cell_set_cell_data", LIBRARY.GTK); 2130 Linker.link(gtk_tree_view_column_cell_get_size, "gtk_tree_view_column_cell_get_size", LIBRARY.GTK); 2131 Linker.link(gtk_tree_view_column_cell_get_position, "gtk_tree_view_column_cell_get_position", LIBRARY.GTK); 2132 Linker.link(gtk_tree_view_column_cell_is_visible, "gtk_tree_view_column_cell_is_visible", LIBRARY.GTK); 2133 Linker.link(gtk_tree_view_column_focus_cell, "gtk_tree_view_column_focus_cell", LIBRARY.GTK); 2134 Linker.link(gtk_tree_view_column_queue_resize, "gtk_tree_view_column_queue_resize", LIBRARY.GTK); 2135 Linker.link(gtk_tree_view_column_get_tree_view, "gtk_tree_view_column_get_tree_view", LIBRARY.GTK); 2136 Linker.link(gtk_tree_view_column_get_x_offset, "gtk_tree_view_column_get_x_offset", LIBRARY.GTK); 2137 2138 // gtk.TreeView 2139 2140 Linker.link(gtk_tree_view_new, "gtk_tree_view_new", LIBRARY.GTK); 2141 Linker.link(gtk_tree_view_get_level_indentation, "gtk_tree_view_get_level_indentation", LIBRARY.GTK); 2142 Linker.link(gtk_tree_view_get_show_expanders, "gtk_tree_view_get_show_expanders", LIBRARY.GTK); 2143 Linker.link(gtk_tree_view_set_level_indentation, "gtk_tree_view_set_level_indentation", LIBRARY.GTK); 2144 Linker.link(gtk_tree_view_set_show_expanders, "gtk_tree_view_set_show_expanders", LIBRARY.GTK); 2145 Linker.link(gtk_tree_view_new_with_model, "gtk_tree_view_new_with_model", LIBRARY.GTK); 2146 Linker.link(gtk_tree_view_get_model, "gtk_tree_view_get_model", LIBRARY.GTK); 2147 Linker.link(gtk_tree_view_set_model, "gtk_tree_view_set_model", LIBRARY.GTK); 2148 Linker.link(gtk_tree_view_get_selection, "gtk_tree_view_get_selection", LIBRARY.GTK); 2149 Linker.link(gtk_tree_view_get_hadjustment, "gtk_tree_view_get_hadjustment", LIBRARY.GTK); 2150 Linker.link(gtk_tree_view_set_hadjustment, "gtk_tree_view_set_hadjustment", LIBRARY.GTK); 2151 Linker.link(gtk_tree_view_get_vadjustment, "gtk_tree_view_get_vadjustment", LIBRARY.GTK); 2152 Linker.link(gtk_tree_view_set_vadjustment, "gtk_tree_view_set_vadjustment", LIBRARY.GTK); 2153 Linker.link(gtk_tree_view_get_headers_visible, "gtk_tree_view_get_headers_visible", LIBRARY.GTK); 2154 Linker.link(gtk_tree_view_set_headers_visible, "gtk_tree_view_set_headers_visible", LIBRARY.GTK); 2155 Linker.link(gtk_tree_view_columns_autosize, "gtk_tree_view_columns_autosize", LIBRARY.GTK); 2156 Linker.link(gtk_tree_view_get_headers_clickable, "gtk_tree_view_get_headers_clickable", LIBRARY.GTK); 2157 Linker.link(gtk_tree_view_set_headers_clickable, "gtk_tree_view_set_headers_clickable", LIBRARY.GTK); 2158 Linker.link(gtk_tree_view_set_rules_hint, "gtk_tree_view_set_rules_hint", LIBRARY.GTK); 2159 Linker.link(gtk_tree_view_get_rules_hint, "gtk_tree_view_get_rules_hint", LIBRARY.GTK); 2160 Linker.link(gtk_tree_view_set_activate_on_single_click, "gtk_tree_view_set_activate_on_single_click", LIBRARY.GTK); 2161 Linker.link(gtk_tree_view_get_activate_on_single_click, "gtk_tree_view_get_activate_on_single_click", LIBRARY.GTK); 2162 Linker.link(gtk_tree_view_append_column, "gtk_tree_view_append_column", LIBRARY.GTK); 2163 Linker.link(gtk_tree_view_remove_column, "gtk_tree_view_remove_column", LIBRARY.GTK); 2164 Linker.link(gtk_tree_view_insert_column, "gtk_tree_view_insert_column", LIBRARY.GTK); 2165 Linker.link(gtk_tree_view_insert_column_with_attributes, "gtk_tree_view_insert_column_with_attributes", LIBRARY.GTK); 2166 Linker.link(gtk_tree_view_insert_column_with_data_func, "gtk_tree_view_insert_column_with_data_func", LIBRARY.GTK); 2167 Linker.link(gtk_tree_view_get_n_columns, "gtk_tree_view_get_n_columns", LIBRARY.GTK); 2168 Linker.link(gtk_tree_view_get_column, "gtk_tree_view_get_column", LIBRARY.GTK); 2169 Linker.link(gtk_tree_view_get_columns, "gtk_tree_view_get_columns", LIBRARY.GTK); 2170 Linker.link(gtk_tree_view_move_column_after, "gtk_tree_view_move_column_after", LIBRARY.GTK); 2171 Linker.link(gtk_tree_view_set_expander_column, "gtk_tree_view_set_expander_column", LIBRARY.GTK); 2172 Linker.link(gtk_tree_view_get_expander_column, "gtk_tree_view_get_expander_column", LIBRARY.GTK); 2173 Linker.link(gtk_tree_view_set_column_drag_function, "gtk_tree_view_set_column_drag_function", LIBRARY.GTK); 2174 Linker.link(gtk_tree_view_scroll_to_point, "gtk_tree_view_scroll_to_point", LIBRARY.GTK); 2175 Linker.link(gtk_tree_view_scroll_to_cell, "gtk_tree_view_scroll_to_cell", LIBRARY.GTK); 2176 Linker.link(gtk_tree_view_set_cursor, "gtk_tree_view_set_cursor", LIBRARY.GTK); 2177 Linker.link(gtk_tree_view_set_cursor_on_cell, "gtk_tree_view_set_cursor_on_cell", LIBRARY.GTK); 2178 Linker.link(gtk_tree_view_get_cursor, "gtk_tree_view_get_cursor", LIBRARY.GTK); 2179 Linker.link(gtk_tree_view_row_activated, "gtk_tree_view_row_activated", LIBRARY.GTK); 2180 Linker.link(gtk_tree_view_expand_all, "gtk_tree_view_expand_all", LIBRARY.GTK); 2181 Linker.link(gtk_tree_view_collapse_all, "gtk_tree_view_collapse_all", LIBRARY.GTK); 2182 Linker.link(gtk_tree_view_expand_to_path, "gtk_tree_view_expand_to_path", LIBRARY.GTK); 2183 Linker.link(gtk_tree_view_expand_row, "gtk_tree_view_expand_row", LIBRARY.GTK); 2184 Linker.link(gtk_tree_view_collapse_row, "gtk_tree_view_collapse_row", LIBRARY.GTK); 2185 Linker.link(gtk_tree_view_map_expanded_rows, "gtk_tree_view_map_expanded_rows", LIBRARY.GTK); 2186 Linker.link(gtk_tree_view_row_expanded, "gtk_tree_view_row_expanded", LIBRARY.GTK); 2187 Linker.link(gtk_tree_view_set_reorderable, "gtk_tree_view_set_reorderable", LIBRARY.GTK); 2188 Linker.link(gtk_tree_view_get_reorderable, "gtk_tree_view_get_reorderable", LIBRARY.GTK); 2189 Linker.link(gtk_tree_view_get_path_at_pos, "gtk_tree_view_get_path_at_pos", LIBRARY.GTK); 2190 Linker.link(gtk_tree_view_is_blank_at_pos, "gtk_tree_view_is_blank_at_pos", LIBRARY.GTK); 2191 Linker.link(gtk_tree_view_get_cell_area, "gtk_tree_view_get_cell_area", LIBRARY.GTK); 2192 Linker.link(gtk_tree_view_get_background_area, "gtk_tree_view_get_background_area", LIBRARY.GTK); 2193 Linker.link(gtk_tree_view_get_visible_rect, "gtk_tree_view_get_visible_rect", LIBRARY.GTK); 2194 Linker.link(gtk_tree_view_get_visible_range, "gtk_tree_view_get_visible_range", LIBRARY.GTK); 2195 Linker.link(gtk_tree_view_get_bin_window, "gtk_tree_view_get_bin_window", LIBRARY.GTK); 2196 Linker.link(gtk_tree_view_convert_bin_window_to_tree_coords, "gtk_tree_view_convert_bin_window_to_tree_coords", LIBRARY.GTK); 2197 Linker.link(gtk_tree_view_convert_bin_window_to_widget_coords, "gtk_tree_view_convert_bin_window_to_widget_coords", LIBRARY.GTK); 2198 Linker.link(gtk_tree_view_convert_tree_to_bin_window_coords, "gtk_tree_view_convert_tree_to_bin_window_coords", LIBRARY.GTK); 2199 Linker.link(gtk_tree_view_convert_tree_to_widget_coords, "gtk_tree_view_convert_tree_to_widget_coords", LIBRARY.GTK); 2200 Linker.link(gtk_tree_view_convert_widget_to_bin_window_coords, "gtk_tree_view_convert_widget_to_bin_window_coords", LIBRARY.GTK); 2201 Linker.link(gtk_tree_view_convert_widget_to_tree_coords, "gtk_tree_view_convert_widget_to_tree_coords", LIBRARY.GTK); 2202 Linker.link(gtk_tree_view_enable_model_drag_dest, "gtk_tree_view_enable_model_drag_dest", LIBRARY.GTK); 2203 Linker.link(gtk_tree_view_enable_model_drag_source, "gtk_tree_view_enable_model_drag_source", LIBRARY.GTK); 2204 Linker.link(gtk_tree_view_unset_rows_drag_source, "gtk_tree_view_unset_rows_drag_source", LIBRARY.GTK); 2205 Linker.link(gtk_tree_view_unset_rows_drag_dest, "gtk_tree_view_unset_rows_drag_dest", LIBRARY.GTK); 2206 Linker.link(gtk_tree_view_set_drag_dest_row, "gtk_tree_view_set_drag_dest_row", LIBRARY.GTK); 2207 Linker.link(gtk_tree_view_get_drag_dest_row, "gtk_tree_view_get_drag_dest_row", LIBRARY.GTK); 2208 Linker.link(gtk_tree_view_get_dest_row_at_pos, "gtk_tree_view_get_dest_row_at_pos", LIBRARY.GTK); 2209 Linker.link(gtk_tree_view_create_row_drag_icon, "gtk_tree_view_create_row_drag_icon", LIBRARY.GTK); 2210 Linker.link(gtk_tree_view_set_enable_search, "gtk_tree_view_set_enable_search", LIBRARY.GTK); 2211 Linker.link(gtk_tree_view_get_enable_search, "gtk_tree_view_get_enable_search", LIBRARY.GTK); 2212 Linker.link(gtk_tree_view_get_search_column, "gtk_tree_view_get_search_column", LIBRARY.GTK); 2213 Linker.link(gtk_tree_view_set_search_column, "gtk_tree_view_set_search_column", LIBRARY.GTK); 2214 Linker.link(gtk_tree_view_get_search_equal_func, "gtk_tree_view_get_search_equal_func", LIBRARY.GTK); 2215 Linker.link(gtk_tree_view_set_search_equal_func, "gtk_tree_view_set_search_equal_func", LIBRARY.GTK); 2216 Linker.link(gtk_tree_view_get_search_entry, "gtk_tree_view_get_search_entry", LIBRARY.GTK); 2217 Linker.link(gtk_tree_view_set_search_entry, "gtk_tree_view_set_search_entry", LIBRARY.GTK); 2218 Linker.link(gtk_tree_view_get_search_position_func, "gtk_tree_view_get_search_position_func", LIBRARY.GTK); 2219 Linker.link(gtk_tree_view_set_search_position_func, "gtk_tree_view_set_search_position_func", LIBRARY.GTK); 2220 Linker.link(gtk_tree_view_get_fixed_height_mode, "gtk_tree_view_get_fixed_height_mode", LIBRARY.GTK); 2221 Linker.link(gtk_tree_view_set_fixed_height_mode, "gtk_tree_view_set_fixed_height_mode", LIBRARY.GTK); 2222 Linker.link(gtk_tree_view_get_hover_selection, "gtk_tree_view_get_hover_selection", LIBRARY.GTK); 2223 Linker.link(gtk_tree_view_set_hover_selection, "gtk_tree_view_set_hover_selection", LIBRARY.GTK); 2224 Linker.link(gtk_tree_view_get_hover_expand, "gtk_tree_view_get_hover_expand", LIBRARY.GTK); 2225 Linker.link(gtk_tree_view_set_hover_expand, "gtk_tree_view_set_hover_expand", LIBRARY.GTK); 2226 Linker.link(gtk_tree_view_set_destroy_count_func, "gtk_tree_view_set_destroy_count_func", LIBRARY.GTK); 2227 Linker.link(gtk_tree_view_get_row_separator_func, "gtk_tree_view_get_row_separator_func", LIBRARY.GTK); 2228 Linker.link(gtk_tree_view_set_row_separator_func, "gtk_tree_view_set_row_separator_func", LIBRARY.GTK); 2229 Linker.link(gtk_tree_view_get_rubber_banding, "gtk_tree_view_get_rubber_banding", LIBRARY.GTK); 2230 Linker.link(gtk_tree_view_set_rubber_banding, "gtk_tree_view_set_rubber_banding", LIBRARY.GTK); 2231 Linker.link(gtk_tree_view_is_rubber_banding_active, "gtk_tree_view_is_rubber_banding_active", LIBRARY.GTK); 2232 Linker.link(gtk_tree_view_get_enable_tree_lines, "gtk_tree_view_get_enable_tree_lines", LIBRARY.GTK); 2233 Linker.link(gtk_tree_view_set_enable_tree_lines, "gtk_tree_view_set_enable_tree_lines", LIBRARY.GTK); 2234 Linker.link(gtk_tree_view_get_grid_lines, "gtk_tree_view_get_grid_lines", LIBRARY.GTK); 2235 Linker.link(gtk_tree_view_set_grid_lines, "gtk_tree_view_set_grid_lines", LIBRARY.GTK); 2236 Linker.link(gtk_tree_view_set_tooltip_row, "gtk_tree_view_set_tooltip_row", LIBRARY.GTK); 2237 Linker.link(gtk_tree_view_set_tooltip_cell, "gtk_tree_view_set_tooltip_cell", LIBRARY.GTK); 2238 Linker.link(gtk_tree_view_get_tooltip_context, "gtk_tree_view_get_tooltip_context", LIBRARY.GTK); 2239 Linker.link(gtk_tree_view_get_tooltip_column, "gtk_tree_view_get_tooltip_column", LIBRARY.GTK); 2240 Linker.link(gtk_tree_view_set_tooltip_column, "gtk_tree_view_set_tooltip_column", LIBRARY.GTK); 2241 2242 // gtk.TreeDragSourceT 2243 2244 2245 // gtk.TreeDragSourceT 2246 2247 Linker.link(gtk_tree_drag_source_drag_data_delete, "gtk_tree_drag_source_drag_data_delete", LIBRARY.GTK); 2248 Linker.link(gtk_tree_drag_source_drag_data_get, "gtk_tree_drag_source_drag_data_get", LIBRARY.GTK); 2249 Linker.link(gtk_tree_drag_source_row_draggable, "gtk_tree_drag_source_row_draggable", LIBRARY.GTK); 2250 Linker.link(gtk_tree_set_row_drag_data, "gtk_tree_set_row_drag_data", LIBRARY.GTK); 2251 Linker.link(gtk_tree_get_row_drag_data, "gtk_tree_get_row_drag_data", LIBRARY.GTK); 2252 2253 // gtk.TreeDragDestT 2254 2255 2256 // gtk.TreeDragDestT 2257 2258 Linker.link(gtk_tree_drag_dest_drag_data_received, "gtk_tree_drag_dest_drag_data_received", LIBRARY.GTK); 2259 Linker.link(gtk_tree_drag_dest_row_drop_possible, "gtk_tree_drag_dest_row_drop_possible", LIBRARY.GTK); 2260 2261 // gtk.CellView 2262 2263 Linker.link(gtk_cell_view_new, "gtk_cell_view_new", LIBRARY.GTK); 2264 Linker.link(gtk_cell_view_new_with_context, "gtk_cell_view_new_with_context", LIBRARY.GTK); 2265 Linker.link(gtk_cell_view_new_with_text, "gtk_cell_view_new_with_text", LIBRARY.GTK); 2266 Linker.link(gtk_cell_view_new_with_markup, "gtk_cell_view_new_with_markup", LIBRARY.GTK); 2267 Linker.link(gtk_cell_view_new_with_pixbuf, "gtk_cell_view_new_with_pixbuf", LIBRARY.GTK); 2268 Linker.link(gtk_cell_view_set_model, "gtk_cell_view_set_model", LIBRARY.GTK); 2269 Linker.link(gtk_cell_view_get_model, "gtk_cell_view_get_model", LIBRARY.GTK); 2270 Linker.link(gtk_cell_view_set_displayed_row, "gtk_cell_view_set_displayed_row", LIBRARY.GTK); 2271 Linker.link(gtk_cell_view_get_displayed_row, "gtk_cell_view_get_displayed_row", LIBRARY.GTK); 2272 Linker.link(gtk_cell_view_get_size_of_row, "gtk_cell_view_get_size_of_row", LIBRARY.GTK); 2273 Linker.link(gtk_cell_view_set_background_color, "gtk_cell_view_set_background_color", LIBRARY.GTK); 2274 Linker.link(gtk_cell_view_set_background_rgba, "gtk_cell_view_set_background_rgba", LIBRARY.GTK); 2275 Linker.link(gtk_cell_view_set_draw_sensitive, "gtk_cell_view_set_draw_sensitive", LIBRARY.GTK); 2276 Linker.link(gtk_cell_view_get_draw_sensitive, "gtk_cell_view_get_draw_sensitive", LIBRARY.GTK); 2277 Linker.link(gtk_cell_view_set_fit_model, "gtk_cell_view_set_fit_model", LIBRARY.GTK); 2278 Linker.link(gtk_cell_view_get_fit_model, "gtk_cell_view_get_fit_model", LIBRARY.GTK); 2279 2280 // gtk.IconView 2281 2282 Linker.link(gtk_icon_view_new, "gtk_icon_view_new", LIBRARY.GTK); 2283 Linker.link(gtk_icon_view_new_with_area, "gtk_icon_view_new_with_area", LIBRARY.GTK); 2284 Linker.link(gtk_icon_view_new_with_model, "gtk_icon_view_new_with_model", LIBRARY.GTK); 2285 Linker.link(gtk_icon_view_set_model, "gtk_icon_view_set_model", LIBRARY.GTK); 2286 Linker.link(gtk_icon_view_get_model, "gtk_icon_view_get_model", LIBRARY.GTK); 2287 Linker.link(gtk_icon_view_set_text_column, "gtk_icon_view_set_text_column", LIBRARY.GTK); 2288 Linker.link(gtk_icon_view_get_text_column, "gtk_icon_view_get_text_column", LIBRARY.GTK); 2289 Linker.link(gtk_icon_view_set_markup_column, "gtk_icon_view_set_markup_column", LIBRARY.GTK); 2290 Linker.link(gtk_icon_view_get_markup_column, "gtk_icon_view_get_markup_column", LIBRARY.GTK); 2291 Linker.link(gtk_icon_view_set_pixbuf_column, "gtk_icon_view_set_pixbuf_column", LIBRARY.GTK); 2292 Linker.link(gtk_icon_view_get_pixbuf_column, "gtk_icon_view_get_pixbuf_column", LIBRARY.GTK); 2293 Linker.link(gtk_icon_view_get_path_at_pos, "gtk_icon_view_get_path_at_pos", LIBRARY.GTK); 2294 Linker.link(gtk_icon_view_get_item_at_pos, "gtk_icon_view_get_item_at_pos", LIBRARY.GTK); 2295 Linker.link(gtk_icon_view_convert_widget_to_bin_window_coords, "gtk_icon_view_convert_widget_to_bin_window_coords", LIBRARY.GTK); 2296 Linker.link(gtk_icon_view_set_cursor, "gtk_icon_view_set_cursor", LIBRARY.GTK); 2297 Linker.link(gtk_icon_view_get_cursor, "gtk_icon_view_get_cursor", LIBRARY.GTK); 2298 Linker.link(gtk_icon_view_selected_foreach, "gtk_icon_view_selected_foreach", LIBRARY.GTK); 2299 Linker.link(gtk_icon_view_set_selection_mode, "gtk_icon_view_set_selection_mode", LIBRARY.GTK); 2300 Linker.link(gtk_icon_view_get_selection_mode, "gtk_icon_view_get_selection_mode", LIBRARY.GTK); 2301 Linker.link(gtk_icon_view_set_item_orientation, "gtk_icon_view_set_item_orientation", LIBRARY.GTK); 2302 Linker.link(gtk_icon_view_get_item_orientation, "gtk_icon_view_get_item_orientation", LIBRARY.GTK); 2303 Linker.link(gtk_icon_view_set_columns, "gtk_icon_view_set_columns", LIBRARY.GTK); 2304 Linker.link(gtk_icon_view_get_columns, "gtk_icon_view_get_columns", LIBRARY.GTK); 2305 Linker.link(gtk_icon_view_set_item_width, "gtk_icon_view_set_item_width", LIBRARY.GTK); 2306 Linker.link(gtk_icon_view_get_item_width, "gtk_icon_view_get_item_width", LIBRARY.GTK); 2307 Linker.link(gtk_icon_view_set_spacing, "gtk_icon_view_set_spacing", LIBRARY.GTK); 2308 Linker.link(gtk_icon_view_get_spacing, "gtk_icon_view_get_spacing", LIBRARY.GTK); 2309 Linker.link(gtk_icon_view_set_row_spacing, "gtk_icon_view_set_row_spacing", LIBRARY.GTK); 2310 Linker.link(gtk_icon_view_get_row_spacing, "gtk_icon_view_get_row_spacing", LIBRARY.GTK); 2311 Linker.link(gtk_icon_view_set_column_spacing, "gtk_icon_view_set_column_spacing", LIBRARY.GTK); 2312 Linker.link(gtk_icon_view_get_column_spacing, "gtk_icon_view_get_column_spacing", LIBRARY.GTK); 2313 Linker.link(gtk_icon_view_set_margin, "gtk_icon_view_set_margin", LIBRARY.GTK); 2314 Linker.link(gtk_icon_view_get_margin, "gtk_icon_view_get_margin", LIBRARY.GTK); 2315 Linker.link(gtk_icon_view_set_item_padding, "gtk_icon_view_set_item_padding", LIBRARY.GTK); 2316 Linker.link(gtk_icon_view_get_item_padding, "gtk_icon_view_get_item_padding", LIBRARY.GTK); 2317 Linker.link(gtk_icon_view_set_activate_on_single_click, "gtk_icon_view_set_activate_on_single_click", LIBRARY.GTK); 2318 Linker.link(gtk_icon_view_get_activate_on_single_click, "gtk_icon_view_get_activate_on_single_click", LIBRARY.GTK); 2319 Linker.link(gtk_icon_view_get_cell_rect, "gtk_icon_view_get_cell_rect", LIBRARY.GTK); 2320 Linker.link(gtk_icon_view_select_path, "gtk_icon_view_select_path", LIBRARY.GTK); 2321 Linker.link(gtk_icon_view_unselect_path, "gtk_icon_view_unselect_path", LIBRARY.GTK); 2322 Linker.link(gtk_icon_view_path_is_selected, "gtk_icon_view_path_is_selected", LIBRARY.GTK); 2323 Linker.link(gtk_icon_view_get_selected_items, "gtk_icon_view_get_selected_items", LIBRARY.GTK); 2324 Linker.link(gtk_icon_view_select_all, "gtk_icon_view_select_all", LIBRARY.GTK); 2325 Linker.link(gtk_icon_view_unselect_all, "gtk_icon_view_unselect_all", LIBRARY.GTK); 2326 Linker.link(gtk_icon_view_item_activated, "gtk_icon_view_item_activated", LIBRARY.GTK); 2327 Linker.link(gtk_icon_view_scroll_to_path, "gtk_icon_view_scroll_to_path", LIBRARY.GTK); 2328 Linker.link(gtk_icon_view_get_visible_range, "gtk_icon_view_get_visible_range", LIBRARY.GTK); 2329 Linker.link(gtk_icon_view_set_tooltip_item, "gtk_icon_view_set_tooltip_item", LIBRARY.GTK); 2330 Linker.link(gtk_icon_view_set_tooltip_cell, "gtk_icon_view_set_tooltip_cell", LIBRARY.GTK); 2331 Linker.link(gtk_icon_view_get_tooltip_context, "gtk_icon_view_get_tooltip_context", LIBRARY.GTK); 2332 Linker.link(gtk_icon_view_set_tooltip_column, "gtk_icon_view_set_tooltip_column", LIBRARY.GTK); 2333 Linker.link(gtk_icon_view_get_tooltip_column, "gtk_icon_view_get_tooltip_column", LIBRARY.GTK); 2334 Linker.link(gtk_icon_view_get_item_row, "gtk_icon_view_get_item_row", LIBRARY.GTK); 2335 Linker.link(gtk_icon_view_get_item_column, "gtk_icon_view_get_item_column", LIBRARY.GTK); 2336 Linker.link(gtk_icon_view_enable_model_drag_source, "gtk_icon_view_enable_model_drag_source", LIBRARY.GTK); 2337 Linker.link(gtk_icon_view_enable_model_drag_dest, "gtk_icon_view_enable_model_drag_dest", LIBRARY.GTK); 2338 Linker.link(gtk_icon_view_unset_model_drag_source, "gtk_icon_view_unset_model_drag_source", LIBRARY.GTK); 2339 Linker.link(gtk_icon_view_unset_model_drag_dest, "gtk_icon_view_unset_model_drag_dest", LIBRARY.GTK); 2340 Linker.link(gtk_icon_view_set_reorderable, "gtk_icon_view_set_reorderable", LIBRARY.GTK); 2341 Linker.link(gtk_icon_view_get_reorderable, "gtk_icon_view_get_reorderable", LIBRARY.GTK); 2342 Linker.link(gtk_icon_view_set_drag_dest_item, "gtk_icon_view_set_drag_dest_item", LIBRARY.GTK); 2343 Linker.link(gtk_icon_view_get_drag_dest_item, "gtk_icon_view_get_drag_dest_item", LIBRARY.GTK); 2344 Linker.link(gtk_icon_view_get_dest_item_at_pos, "gtk_icon_view_get_dest_item_at_pos", LIBRARY.GTK); 2345 Linker.link(gtk_icon_view_create_drag_icon, "gtk_icon_view_create_drag_icon", LIBRARY.GTK); 2346 2347 // gtk.TreeSortableT 2348 2349 2350 // gtk.TreeSortableT 2351 2352 Linker.link(gtk_tree_sortable_sort_column_changed, "gtk_tree_sortable_sort_column_changed", LIBRARY.GTK); 2353 Linker.link(gtk_tree_sortable_get_sort_column_id, "gtk_tree_sortable_get_sort_column_id", LIBRARY.GTK); 2354 Linker.link(gtk_tree_sortable_set_sort_column_id, "gtk_tree_sortable_set_sort_column_id", LIBRARY.GTK); 2355 Linker.link(gtk_tree_sortable_set_sort_func, "gtk_tree_sortable_set_sort_func", LIBRARY.GTK); 2356 Linker.link(gtk_tree_sortable_set_default_sort_func, "gtk_tree_sortable_set_default_sort_func", LIBRARY.GTK); 2357 Linker.link(gtk_tree_sortable_has_default_sort_func, "gtk_tree_sortable_has_default_sort_func", LIBRARY.GTK); 2358 2359 // gtk.TreeModelSort 2360 2361 Linker.link(gtk_tree_model_sort_new_with_model, "gtk_tree_model_sort_new_with_model", LIBRARY.GTK); 2362 Linker.link(gtk_tree_model_sort_get_model, "gtk_tree_model_sort_get_model", LIBRARY.GTK); 2363 Linker.link(gtk_tree_model_sort_convert_child_path_to_path, "gtk_tree_model_sort_convert_child_path_to_path", LIBRARY.GTK); 2364 Linker.link(gtk_tree_model_sort_convert_child_iter_to_iter, "gtk_tree_model_sort_convert_child_iter_to_iter", LIBRARY.GTK); 2365 Linker.link(gtk_tree_model_sort_convert_path_to_child_path, "gtk_tree_model_sort_convert_path_to_child_path", LIBRARY.GTK); 2366 Linker.link(gtk_tree_model_sort_convert_iter_to_child_iter, "gtk_tree_model_sort_convert_iter_to_child_iter", LIBRARY.GTK); 2367 Linker.link(gtk_tree_model_sort_reset_default_sort_func, "gtk_tree_model_sort_reset_default_sort_func", LIBRARY.GTK); 2368 Linker.link(gtk_tree_model_sort_clear_cache, "gtk_tree_model_sort_clear_cache", LIBRARY.GTK); 2369 Linker.link(gtk_tree_model_sort_iter_is_valid, "gtk_tree_model_sort_iter_is_valid", LIBRARY.GTK); 2370 2371 // gtk.TreeModelFilter 2372 2373 Linker.link(gtk_tree_model_filter_new, "gtk_tree_model_filter_new", LIBRARY.GTK); 2374 Linker.link(gtk_tree_model_filter_set_visible_func, "gtk_tree_model_filter_set_visible_func", LIBRARY.GTK); 2375 Linker.link(gtk_tree_model_filter_set_modify_func, "gtk_tree_model_filter_set_modify_func", LIBRARY.GTK); 2376 Linker.link(gtk_tree_model_filter_set_visible_column, "gtk_tree_model_filter_set_visible_column", LIBRARY.GTK); 2377 Linker.link(gtk_tree_model_filter_get_model, "gtk_tree_model_filter_get_model", LIBRARY.GTK); 2378 Linker.link(gtk_tree_model_filter_convert_child_iter_to_iter, "gtk_tree_model_filter_convert_child_iter_to_iter", LIBRARY.GTK); 2379 Linker.link(gtk_tree_model_filter_convert_iter_to_child_iter, "gtk_tree_model_filter_convert_iter_to_child_iter", LIBRARY.GTK); 2380 Linker.link(gtk_tree_model_filter_convert_child_path_to_path, "gtk_tree_model_filter_convert_child_path_to_path", LIBRARY.GTK); 2381 Linker.link(gtk_tree_model_filter_convert_path_to_child_path, "gtk_tree_model_filter_convert_path_to_child_path", LIBRARY.GTK); 2382 Linker.link(gtk_tree_model_filter_refilter, "gtk_tree_model_filter_refilter", LIBRARY.GTK); 2383 Linker.link(gtk_tree_model_filter_clear_cache, "gtk_tree_model_filter_clear_cache", LIBRARY.GTK); 2384 2385 // gtk.CellLayoutT 2386 2387 2388 // gtk.CellLayoutT 2389 2390 Linker.link(gtk_cell_layout_pack_start, "gtk_cell_layout_pack_start", LIBRARY.GTK); 2391 Linker.link(gtk_cell_layout_pack_end, "gtk_cell_layout_pack_end", LIBRARY.GTK); 2392 Linker.link(gtk_cell_layout_get_area, "gtk_cell_layout_get_area", LIBRARY.GTK); 2393 Linker.link(gtk_cell_layout_get_cells, "gtk_cell_layout_get_cells", LIBRARY.GTK); 2394 Linker.link(gtk_cell_layout_reorder, "gtk_cell_layout_reorder", LIBRARY.GTK); 2395 Linker.link(gtk_cell_layout_clear, "gtk_cell_layout_clear", LIBRARY.GTK); 2396 Linker.link(gtk_cell_layout_set_attributes, "gtk_cell_layout_set_attributes", LIBRARY.GTK); 2397 Linker.link(gtk_cell_layout_add_attribute, "gtk_cell_layout_add_attribute", LIBRARY.GTK); 2398 Linker.link(gtk_cell_layout_set_cell_data_func, "gtk_cell_layout_set_cell_data_func", LIBRARY.GTK); 2399 Linker.link(gtk_cell_layout_clear_attributes, "gtk_cell_layout_clear_attributes", LIBRARY.GTK); 2400 2401 // gtk.CellArea 2402 2403 Linker.link(gtk_cell_area_add, "gtk_cell_area_add", LIBRARY.GTK); 2404 Linker.link(gtk_cell_area_remove, "gtk_cell_area_remove", LIBRARY.GTK); 2405 Linker.link(gtk_cell_area_has_renderer, "gtk_cell_area_has_renderer", LIBRARY.GTK); 2406 Linker.link(gtk_cell_area_foreach, "gtk_cell_area_foreach", LIBRARY.GTK); 2407 Linker.link(gtk_cell_area_foreach_alloc, "gtk_cell_area_foreach_alloc", LIBRARY.GTK); 2408 Linker.link(gtk_cell_area_event, "gtk_cell_area_event", LIBRARY.GTK); 2409 Linker.link(gtk_cell_area_render, "gtk_cell_area_render", LIBRARY.GTK); 2410 Linker.link(gtk_cell_area_get_cell_allocation, "gtk_cell_area_get_cell_allocation", LIBRARY.GTK); 2411 Linker.link(gtk_cell_area_get_cell_at_position, "gtk_cell_area_get_cell_at_position", LIBRARY.GTK); 2412 Linker.link(gtk_cell_area_create_context, "gtk_cell_area_create_context", LIBRARY.GTK); 2413 Linker.link(gtk_cell_area_copy_context, "gtk_cell_area_copy_context", LIBRARY.GTK); 2414 Linker.link(gtk_cell_area_get_request_mode, "gtk_cell_area_get_request_mode", LIBRARY.GTK); 2415 Linker.link(gtk_cell_area_get_preferred_width, "gtk_cell_area_get_preferred_width", LIBRARY.GTK); 2416 Linker.link(gtk_cell_area_get_preferred_height_for_width, "gtk_cell_area_get_preferred_height_for_width", LIBRARY.GTK); 2417 Linker.link(gtk_cell_area_get_preferred_height, "gtk_cell_area_get_preferred_height", LIBRARY.GTK); 2418 Linker.link(gtk_cell_area_get_preferred_width_for_height, "gtk_cell_area_get_preferred_width_for_height", LIBRARY.GTK); 2419 Linker.link(gtk_cell_area_get_current_path_string, "gtk_cell_area_get_current_path_string", LIBRARY.GTK); 2420 Linker.link(gtk_cell_area_apply_attributes, "gtk_cell_area_apply_attributes", LIBRARY.GTK); 2421 Linker.link(gtk_cell_area_attribute_connect, "gtk_cell_area_attribute_connect", LIBRARY.GTK); 2422 Linker.link(gtk_cell_area_attribute_disconnect, "gtk_cell_area_attribute_disconnect", LIBRARY.GTK); 2423 Linker.link(gtk_cell_area_class_install_cell_property, "gtk_cell_area_class_install_cell_property", LIBRARY.GTK); 2424 Linker.link(gtk_cell_area_class_find_cell_property, "gtk_cell_area_class_find_cell_property", LIBRARY.GTK); 2425 Linker.link(gtk_cell_area_class_list_cell_properties, "gtk_cell_area_class_list_cell_properties", LIBRARY.GTK); 2426 Linker.link(gtk_cell_area_add_with_properties, "gtk_cell_area_add_with_properties", LIBRARY.GTK); 2427 Linker.link(gtk_cell_area_cell_set, "gtk_cell_area_cell_set", LIBRARY.GTK); 2428 Linker.link(gtk_cell_area_cell_get, "gtk_cell_area_cell_get", LIBRARY.GTK); 2429 Linker.link(gtk_cell_area_cell_set_valist, "gtk_cell_area_cell_set_valist", LIBRARY.GTK); 2430 Linker.link(gtk_cell_area_cell_get_valist, "gtk_cell_area_cell_get_valist", LIBRARY.GTK); 2431 Linker.link(gtk_cell_area_cell_set_property, "gtk_cell_area_cell_set_property", LIBRARY.GTK); 2432 Linker.link(gtk_cell_area_cell_get_property, "gtk_cell_area_cell_get_property", LIBRARY.GTK); 2433 Linker.link(gtk_cell_area_is_activatable, "gtk_cell_area_is_activatable", LIBRARY.GTK); 2434 Linker.link(gtk_cell_area_activate, "gtk_cell_area_activate", LIBRARY.GTK); 2435 Linker.link(gtk_cell_area_focus, "gtk_cell_area_focus", LIBRARY.GTK); 2436 Linker.link(gtk_cell_area_set_focus_cell, "gtk_cell_area_set_focus_cell", LIBRARY.GTK); 2437 Linker.link(gtk_cell_area_get_focus_cell, "gtk_cell_area_get_focus_cell", LIBRARY.GTK); 2438 Linker.link(gtk_cell_area_add_focus_sibling, "gtk_cell_area_add_focus_sibling", LIBRARY.GTK); 2439 Linker.link(gtk_cell_area_remove_focus_sibling, "gtk_cell_area_remove_focus_sibling", LIBRARY.GTK); 2440 Linker.link(gtk_cell_area_is_focus_sibling, "gtk_cell_area_is_focus_sibling", LIBRARY.GTK); 2441 Linker.link(gtk_cell_area_get_focus_siblings, "gtk_cell_area_get_focus_siblings", LIBRARY.GTK); 2442 Linker.link(gtk_cell_area_get_focus_from_sibling, "gtk_cell_area_get_focus_from_sibling", LIBRARY.GTK); 2443 Linker.link(gtk_cell_area_get_edited_cell, "gtk_cell_area_get_edited_cell", LIBRARY.GTK); 2444 Linker.link(gtk_cell_area_get_edit_widget, "gtk_cell_area_get_edit_widget", LIBRARY.GTK); 2445 Linker.link(gtk_cell_area_activate_cell, "gtk_cell_area_activate_cell", LIBRARY.GTK); 2446 Linker.link(gtk_cell_area_stop_editing, "gtk_cell_area_stop_editing", LIBRARY.GTK); 2447 Linker.link(gtk_cell_area_inner_cell_area, "gtk_cell_area_inner_cell_area", LIBRARY.GTK); 2448 Linker.link(gtk_cell_area_request_renderer, "gtk_cell_area_request_renderer", LIBRARY.GTK); 2449 2450 // gtk.CellAreaBox 2451 2452 Linker.link(gtk_cell_area_box_new, "gtk_cell_area_box_new", LIBRARY.GTK); 2453 Linker.link(gtk_cell_area_box_pack_start, "gtk_cell_area_box_pack_start", LIBRARY.GTK); 2454 Linker.link(gtk_cell_area_box_pack_end, "gtk_cell_area_box_pack_end", LIBRARY.GTK); 2455 Linker.link(gtk_cell_area_box_get_spacing, "gtk_cell_area_box_get_spacing", LIBRARY.GTK); 2456 Linker.link(gtk_cell_area_box_set_spacing, "gtk_cell_area_box_set_spacing", LIBRARY.GTK); 2457 2458 // gtk.CellAreaContext 2459 2460 Linker.link(gtk_cell_area_context_get_area, "gtk_cell_area_context_get_area", LIBRARY.GTK); 2461 Linker.link(gtk_cell_area_context_allocate, "gtk_cell_area_context_allocate", LIBRARY.GTK); 2462 Linker.link(gtk_cell_area_context_reset, "gtk_cell_area_context_reset", LIBRARY.GTK); 2463 Linker.link(gtk_cell_area_context_get_preferred_width, "gtk_cell_area_context_get_preferred_width", LIBRARY.GTK); 2464 Linker.link(gtk_cell_area_context_get_preferred_height, "gtk_cell_area_context_get_preferred_height", LIBRARY.GTK); 2465 Linker.link(gtk_cell_area_context_get_preferred_height_for_width, "gtk_cell_area_context_get_preferred_height_for_width", LIBRARY.GTK); 2466 Linker.link(gtk_cell_area_context_get_preferred_width_for_height, "gtk_cell_area_context_get_preferred_width_for_height", LIBRARY.GTK); 2467 Linker.link(gtk_cell_area_context_get_allocation, "gtk_cell_area_context_get_allocation", LIBRARY.GTK); 2468 Linker.link(gtk_cell_area_context_push_preferred_width, "gtk_cell_area_context_push_preferred_width", LIBRARY.GTK); 2469 Linker.link(gtk_cell_area_context_push_preferred_height, "gtk_cell_area_context_push_preferred_height", LIBRARY.GTK); 2470 2471 // gtk.CellRenderer 2472 2473 Linker.link(gtk_cell_renderer_class_set_accessible_type, "gtk_cell_renderer_class_set_accessible_type", LIBRARY.GTK); 2474 Linker.link(gtk_cell_renderer_get_aligned_area, "gtk_cell_renderer_get_aligned_area", LIBRARY.GTK); 2475 Linker.link(gtk_cell_renderer_get_size, "gtk_cell_renderer_get_size", LIBRARY.GTK); 2476 Linker.link(gtk_cell_renderer_render, "gtk_cell_renderer_render", LIBRARY.GTK); 2477 Linker.link(gtk_cell_renderer_activate, "gtk_cell_renderer_activate", LIBRARY.GTK); 2478 Linker.link(gtk_cell_renderer_start_editing, "gtk_cell_renderer_start_editing", LIBRARY.GTK); 2479 Linker.link(gtk_cell_renderer_stop_editing, "gtk_cell_renderer_stop_editing", LIBRARY.GTK); 2480 Linker.link(gtk_cell_renderer_get_fixed_size, "gtk_cell_renderer_get_fixed_size", LIBRARY.GTK); 2481 Linker.link(gtk_cell_renderer_set_fixed_size, "gtk_cell_renderer_set_fixed_size", LIBRARY.GTK); 2482 Linker.link(gtk_cell_renderer_get_visible, "gtk_cell_renderer_get_visible", LIBRARY.GTK); 2483 Linker.link(gtk_cell_renderer_set_visible, "gtk_cell_renderer_set_visible", LIBRARY.GTK); 2484 Linker.link(gtk_cell_renderer_get_sensitive, "gtk_cell_renderer_get_sensitive", LIBRARY.GTK); 2485 Linker.link(gtk_cell_renderer_set_sensitive, "gtk_cell_renderer_set_sensitive", LIBRARY.GTK); 2486 Linker.link(gtk_cell_renderer_get_alignment, "gtk_cell_renderer_get_alignment", LIBRARY.GTK); 2487 Linker.link(gtk_cell_renderer_set_alignment, "gtk_cell_renderer_set_alignment", LIBRARY.GTK); 2488 Linker.link(gtk_cell_renderer_get_padding, "gtk_cell_renderer_get_padding", LIBRARY.GTK); 2489 Linker.link(gtk_cell_renderer_set_padding, "gtk_cell_renderer_set_padding", LIBRARY.GTK); 2490 Linker.link(gtk_cell_renderer_get_state, "gtk_cell_renderer_get_state", LIBRARY.GTK); 2491 Linker.link(gtk_cell_renderer_is_activatable, "gtk_cell_renderer_is_activatable", LIBRARY.GTK); 2492 Linker.link(gtk_cell_renderer_get_preferred_height, "gtk_cell_renderer_get_preferred_height", LIBRARY.GTK); 2493 Linker.link(gtk_cell_renderer_get_preferred_height_for_width, "gtk_cell_renderer_get_preferred_height_for_width", LIBRARY.GTK); 2494 Linker.link(gtk_cell_renderer_get_preferred_size, "gtk_cell_renderer_get_preferred_size", LIBRARY.GTK); 2495 Linker.link(gtk_cell_renderer_get_preferred_width, "gtk_cell_renderer_get_preferred_width", LIBRARY.GTK); 2496 Linker.link(gtk_cell_renderer_get_preferred_width_for_height, "gtk_cell_renderer_get_preferred_width_for_height", LIBRARY.GTK); 2497 Linker.link(gtk_cell_renderer_get_request_mode, "gtk_cell_renderer_get_request_mode", LIBRARY.GTK); 2498 2499 // gtk.CellEditableT 2500 2501 2502 // gtk.CellEditableT 2503 2504 Linker.link(gtk_cell_editable_start_editing, "gtk_cell_editable_start_editing", LIBRARY.GTK); 2505 Linker.link(gtk_cell_editable_editing_done, "gtk_cell_editable_editing_done", LIBRARY.GTK); 2506 Linker.link(gtk_cell_editable_remove_widget, "gtk_cell_editable_remove_widget", LIBRARY.GTK); 2507 2508 // gtk.CellEditable 2509 2510 2511 // gtk.CellRendererAccel 2512 2513 Linker.link(gtk_cell_renderer_accel_new, "gtk_cell_renderer_accel_new", LIBRARY.GTK); 2514 2515 // gtk.CellRendererCombo 2516 2517 Linker.link(gtk_cell_renderer_combo_new, "gtk_cell_renderer_combo_new", LIBRARY.GTK); 2518 2519 // gtk.CellRendererPixbuf 2520 2521 Linker.link(gtk_cell_renderer_pixbuf_new, "gtk_cell_renderer_pixbuf_new", LIBRARY.GTK); 2522 2523 // gtk.CellRendererProgress 2524 2525 Linker.link(gtk_cell_renderer_progress_new, "gtk_cell_renderer_progress_new", LIBRARY.GTK); 2526 2527 // gtk.CellRendererSpin 2528 2529 Linker.link(gtk_cell_renderer_spin_new, "gtk_cell_renderer_spin_new", LIBRARY.GTK); 2530 2531 // gtk.CellRendererText 2532 2533 Linker.link(gtk_cell_renderer_text_new, "gtk_cell_renderer_text_new", LIBRARY.GTK); 2534 Linker.link(gtk_cell_renderer_text_set_fixed_height_from_font, "gtk_cell_renderer_text_set_fixed_height_from_font", LIBRARY.GTK); 2535 2536 // gtk.CellRendererToggle 2537 2538 Linker.link(gtk_cell_renderer_toggle_new, "gtk_cell_renderer_toggle_new", LIBRARY.GTK); 2539 Linker.link(gtk_cell_renderer_toggle_get_radio, "gtk_cell_renderer_toggle_get_radio", LIBRARY.GTK); 2540 Linker.link(gtk_cell_renderer_toggle_set_radio, "gtk_cell_renderer_toggle_set_radio", LIBRARY.GTK); 2541 Linker.link(gtk_cell_renderer_toggle_get_active, "gtk_cell_renderer_toggle_get_active", LIBRARY.GTK); 2542 Linker.link(gtk_cell_renderer_toggle_set_active, "gtk_cell_renderer_toggle_set_active", LIBRARY.GTK); 2543 Linker.link(gtk_cell_renderer_toggle_get_activatable, "gtk_cell_renderer_toggle_get_activatable", LIBRARY.GTK); 2544 Linker.link(gtk_cell_renderer_toggle_set_activatable, "gtk_cell_renderer_toggle_set_activatable", LIBRARY.GTK); 2545 2546 // gtk.CellRendererSpinner 2547 2548 Linker.link(gtk_cell_renderer_spinner_new, "gtk_cell_renderer_spinner_new", LIBRARY.GTK); 2549 2550 // gtk. 2551 2552 2553 // gtk.ListStore 2554 2555 Linker.link(gtk_list_store_new, "gtk_list_store_new", LIBRARY.GTK); 2556 Linker.link(gtk_list_store_newv, "gtk_list_store_newv", LIBRARY.GTK); 2557 Linker.link(gtk_list_store_set_column_types, "gtk_list_store_set_column_types", LIBRARY.GTK); 2558 Linker.link(gtk_list_store_set, "gtk_list_store_set", LIBRARY.GTK); 2559 Linker.link(gtk_list_store_set_valist, "gtk_list_store_set_valist", LIBRARY.GTK); 2560 Linker.link(gtk_list_store_set_value, "gtk_list_store_set_value", LIBRARY.GTK); 2561 Linker.link(gtk_list_store_set_valuesv, "gtk_list_store_set_valuesv", LIBRARY.GTK); 2562 Linker.link(gtk_list_store_remove, "gtk_list_store_remove", LIBRARY.GTK); 2563 Linker.link(gtk_list_store_insert, "gtk_list_store_insert", LIBRARY.GTK); 2564 Linker.link(gtk_list_store_insert_before, "gtk_list_store_insert_before", LIBRARY.GTK); 2565 Linker.link(gtk_list_store_insert_after, "gtk_list_store_insert_after", LIBRARY.GTK); 2566 Linker.link(gtk_list_store_insert_with_values, "gtk_list_store_insert_with_values", LIBRARY.GTK); 2567 Linker.link(gtk_list_store_insert_with_valuesv, "gtk_list_store_insert_with_valuesv", LIBRARY.GTK); 2568 Linker.link(gtk_list_store_prepend, "gtk_list_store_prepend", LIBRARY.GTK); 2569 Linker.link(gtk_list_store_append, "gtk_list_store_append", LIBRARY.GTK); 2570 Linker.link(gtk_list_store_clear, "gtk_list_store_clear", LIBRARY.GTK); 2571 Linker.link(gtk_list_store_iter_is_valid, "gtk_list_store_iter_is_valid", LIBRARY.GTK); 2572 Linker.link(gtk_list_store_reorder, "gtk_list_store_reorder", LIBRARY.GTK); 2573 Linker.link(gtk_list_store_swap, "gtk_list_store_swap", LIBRARY.GTK); 2574 Linker.link(gtk_list_store_move_before, "gtk_list_store_move_before", LIBRARY.GTK); 2575 Linker.link(gtk_list_store_move_after, "gtk_list_store_move_after", LIBRARY.GTK); 2576 2577 // gtk.TreeStore 2578 2579 Linker.link(gtk_tree_store_new, "gtk_tree_store_new", LIBRARY.GTK); 2580 Linker.link(gtk_tree_store_newv, "gtk_tree_store_newv", LIBRARY.GTK); 2581 Linker.link(gtk_tree_store_set_column_types, "gtk_tree_store_set_column_types", LIBRARY.GTK); 2582 Linker.link(gtk_tree_store_set_value, "gtk_tree_store_set_value", LIBRARY.GTK); 2583 Linker.link(gtk_tree_store_set, "gtk_tree_store_set", LIBRARY.GTK); 2584 Linker.link(gtk_tree_store_set_valist, "gtk_tree_store_set_valist", LIBRARY.GTK); 2585 Linker.link(gtk_tree_store_set_valuesv, "gtk_tree_store_set_valuesv", LIBRARY.GTK); 2586 Linker.link(gtk_tree_store_remove, "gtk_tree_store_remove", LIBRARY.GTK); 2587 Linker.link(gtk_tree_store_insert, "gtk_tree_store_insert", LIBRARY.GTK); 2588 Linker.link(gtk_tree_store_insert_before, "gtk_tree_store_insert_before", LIBRARY.GTK); 2589 Linker.link(gtk_tree_store_insert_after, "gtk_tree_store_insert_after", LIBRARY.GTK); 2590 Linker.link(gtk_tree_store_insert_with_values, "gtk_tree_store_insert_with_values", LIBRARY.GTK); 2591 Linker.link(gtk_tree_store_insert_with_valuesv, "gtk_tree_store_insert_with_valuesv", LIBRARY.GTK); 2592 Linker.link(gtk_tree_store_prepend, "gtk_tree_store_prepend", LIBRARY.GTK); 2593 Linker.link(gtk_tree_store_append, "gtk_tree_store_append", LIBRARY.GTK); 2594 Linker.link(gtk_tree_store_is_ancestor, "gtk_tree_store_is_ancestor", LIBRARY.GTK); 2595 Linker.link(gtk_tree_store_iter_depth, "gtk_tree_store_iter_depth", LIBRARY.GTK); 2596 Linker.link(gtk_tree_store_clear, "gtk_tree_store_clear", LIBRARY.GTK); 2597 Linker.link(gtk_tree_store_iter_is_valid, "gtk_tree_store_iter_is_valid", LIBRARY.GTK); 2598 Linker.link(gtk_tree_store_reorder, "gtk_tree_store_reorder", LIBRARY.GTK); 2599 Linker.link(gtk_tree_store_swap, "gtk_tree_store_swap", LIBRARY.GTK); 2600 Linker.link(gtk_tree_store_move_before, "gtk_tree_store_move_before", LIBRARY.GTK); 2601 Linker.link(gtk_tree_store_move_after, "gtk_tree_store_move_after", LIBRARY.GTK); 2602 2603 // gtk.ComboBox 2604 2605 Linker.link(gtk_combo_box_new, "gtk_combo_box_new", LIBRARY.GTK); 2606 Linker.link(gtk_combo_box_new_with_entry, "gtk_combo_box_new_with_entry", LIBRARY.GTK); 2607 Linker.link(gtk_combo_box_new_with_model, "gtk_combo_box_new_with_model", LIBRARY.GTK); 2608 Linker.link(gtk_combo_box_new_with_model_and_entry, "gtk_combo_box_new_with_model_and_entry", LIBRARY.GTK); 2609 Linker.link(gtk_combo_box_new_with_area, "gtk_combo_box_new_with_area", LIBRARY.GTK); 2610 Linker.link(gtk_combo_box_new_with_area_and_entry, "gtk_combo_box_new_with_area_and_entry", LIBRARY.GTK); 2611 Linker.link(gtk_combo_box_get_wrap_width, "gtk_combo_box_get_wrap_width", LIBRARY.GTK); 2612 Linker.link(gtk_combo_box_set_wrap_width, "gtk_combo_box_set_wrap_width", LIBRARY.GTK); 2613 Linker.link(gtk_combo_box_get_row_span_column, "gtk_combo_box_get_row_span_column", LIBRARY.GTK); 2614 Linker.link(gtk_combo_box_set_row_span_column, "gtk_combo_box_set_row_span_column", LIBRARY.GTK); 2615 Linker.link(gtk_combo_box_get_column_span_column, "gtk_combo_box_get_column_span_column", LIBRARY.GTK); 2616 Linker.link(gtk_combo_box_set_column_span_column, "gtk_combo_box_set_column_span_column", LIBRARY.GTK); 2617 Linker.link(gtk_combo_box_get_active, "gtk_combo_box_get_active", LIBRARY.GTK); 2618 Linker.link(gtk_combo_box_set_active, "gtk_combo_box_set_active", LIBRARY.GTK); 2619 Linker.link(gtk_combo_box_get_active_iter, "gtk_combo_box_get_active_iter", LIBRARY.GTK); 2620 Linker.link(gtk_combo_box_set_active_iter, "gtk_combo_box_set_active_iter", LIBRARY.GTK); 2621 Linker.link(gtk_combo_box_get_id_column, "gtk_combo_box_get_id_column", LIBRARY.GTK); 2622 Linker.link(gtk_combo_box_set_id_column, "gtk_combo_box_set_id_column", LIBRARY.GTK); 2623 Linker.link(gtk_combo_box_get_active_id, "gtk_combo_box_get_active_id", LIBRARY.GTK); 2624 Linker.link(gtk_combo_box_set_active_id, "gtk_combo_box_set_active_id", LIBRARY.GTK); 2625 Linker.link(gtk_combo_box_get_model, "gtk_combo_box_get_model", LIBRARY.GTK); 2626 Linker.link(gtk_combo_box_set_model, "gtk_combo_box_set_model", LIBRARY.GTK); 2627 Linker.link(gtk_combo_box_popup_for_device, "gtk_combo_box_popup_for_device", LIBRARY.GTK); 2628 Linker.link(gtk_combo_box_popup, "gtk_combo_box_popup", LIBRARY.GTK); 2629 Linker.link(gtk_combo_box_popdown, "gtk_combo_box_popdown", LIBRARY.GTK); 2630 Linker.link(gtk_combo_box_get_popup_accessible, "gtk_combo_box_get_popup_accessible", LIBRARY.GTK); 2631 Linker.link(gtk_combo_box_get_row_separator_func, "gtk_combo_box_get_row_separator_func", LIBRARY.GTK); 2632 Linker.link(gtk_combo_box_set_row_separator_func, "gtk_combo_box_set_row_separator_func", LIBRARY.GTK); 2633 Linker.link(gtk_combo_box_set_add_tearoffs, "gtk_combo_box_set_add_tearoffs", LIBRARY.GTK); 2634 Linker.link(gtk_combo_box_get_add_tearoffs, "gtk_combo_box_get_add_tearoffs", LIBRARY.GTK); 2635 Linker.link(gtk_combo_box_set_title, "gtk_combo_box_set_title", LIBRARY.GTK); 2636 Linker.link(gtk_combo_box_get_title, "gtk_combo_box_get_title", LIBRARY.GTK); 2637 Linker.link(gtk_combo_box_set_focus_on_click, "gtk_combo_box_set_focus_on_click", LIBRARY.GTK); 2638 Linker.link(gtk_combo_box_get_focus_on_click, "gtk_combo_box_get_focus_on_click", LIBRARY.GTK); 2639 Linker.link(gtk_combo_box_set_button_sensitivity, "gtk_combo_box_set_button_sensitivity", LIBRARY.GTK); 2640 Linker.link(gtk_combo_box_get_button_sensitivity, "gtk_combo_box_get_button_sensitivity", LIBRARY.GTK); 2641 Linker.link(gtk_combo_box_get_has_entry, "gtk_combo_box_get_has_entry", LIBRARY.GTK); 2642 Linker.link(gtk_combo_box_set_entry_text_column, "gtk_combo_box_set_entry_text_column", LIBRARY.GTK); 2643 Linker.link(gtk_combo_box_get_entry_text_column, "gtk_combo_box_get_entry_text_column", LIBRARY.GTK); 2644 Linker.link(gtk_combo_box_set_popup_fixed_width, "gtk_combo_box_set_popup_fixed_width", LIBRARY.GTK); 2645 Linker.link(gtk_combo_box_get_popup_fixed_width, "gtk_combo_box_get_popup_fixed_width", LIBRARY.GTK); 2646 2647 // gtk.ComboBoxText 2648 2649 Linker.link(gtk_combo_box_text_new, "gtk_combo_box_text_new", LIBRARY.GTK); 2650 Linker.link(gtk_combo_box_text_new_with_entry, "gtk_combo_box_text_new_with_entry", LIBRARY.GTK); 2651 Linker.link(gtk_combo_box_text_append, "gtk_combo_box_text_append", LIBRARY.GTK); 2652 Linker.link(gtk_combo_box_text_prepend, "gtk_combo_box_text_prepend", LIBRARY.GTK); 2653 Linker.link(gtk_combo_box_text_insert, "gtk_combo_box_text_insert", LIBRARY.GTK); 2654 Linker.link(gtk_combo_box_text_append_text, "gtk_combo_box_text_append_text", LIBRARY.GTK); 2655 Linker.link(gtk_combo_box_text_prepend_text, "gtk_combo_box_text_prepend_text", LIBRARY.GTK); 2656 Linker.link(gtk_combo_box_text_insert_text, "gtk_combo_box_text_insert_text", LIBRARY.GTK); 2657 Linker.link(gtk_combo_box_text_remove, "gtk_combo_box_text_remove", LIBRARY.GTK); 2658 Linker.link(gtk_combo_box_text_remove_all, "gtk_combo_box_text_remove_all", LIBRARY.GTK); 2659 Linker.link(gtk_combo_box_text_get_active_text, "gtk_combo_box_text_get_active_text", LIBRARY.GTK); 2660 2661 // gtk.Menu 2662 2663 Linker.link(gtk_menu_new, "gtk_menu_new", LIBRARY.GTK); 2664 Linker.link(gtk_menu_new_from_model, "gtk_menu_new_from_model", LIBRARY.GTK); 2665 Linker.link(gtk_menu_set_screen, "gtk_menu_set_screen", LIBRARY.GTK); 2666 Linker.link(gtk_menu_reorder_child, "gtk_menu_reorder_child", LIBRARY.GTK); 2667 Linker.link(gtk_menu_attach, "gtk_menu_attach", LIBRARY.GTK); 2668 Linker.link(gtk_menu_popup_for_device, "gtk_menu_popup_for_device", LIBRARY.GTK); 2669 Linker.link(gtk_menu_popup, "gtk_menu_popup", LIBRARY.GTK); 2670 Linker.link(gtk_menu_set_accel_group, "gtk_menu_set_accel_group", LIBRARY.GTK); 2671 Linker.link(gtk_menu_get_accel_group, "gtk_menu_get_accel_group", LIBRARY.GTK); 2672 Linker.link(gtk_menu_set_accel_path, "gtk_menu_set_accel_path", LIBRARY.GTK); 2673 Linker.link(gtk_menu_get_accel_path, "gtk_menu_get_accel_path", LIBRARY.GTK); 2674 Linker.link(gtk_menu_set_title, "gtk_menu_set_title", LIBRARY.GTK); 2675 Linker.link(gtk_menu_get_title, "gtk_menu_get_title", LIBRARY.GTK); 2676 Linker.link(gtk_menu_set_monitor, "gtk_menu_set_monitor", LIBRARY.GTK); 2677 Linker.link(gtk_menu_get_monitor, "gtk_menu_get_monitor", LIBRARY.GTK); 2678 Linker.link(gtk_menu_get_tearoff_state, "gtk_menu_get_tearoff_state", LIBRARY.GTK); 2679 Linker.link(gtk_menu_set_reserve_toggle_size, "gtk_menu_set_reserve_toggle_size", LIBRARY.GTK); 2680 Linker.link(gtk_menu_get_reserve_toggle_size, "gtk_menu_get_reserve_toggle_size", LIBRARY.GTK); 2681 Linker.link(gtk_menu_popdown, "gtk_menu_popdown", LIBRARY.GTK); 2682 Linker.link(gtk_menu_reposition, "gtk_menu_reposition", LIBRARY.GTK); 2683 Linker.link(gtk_menu_get_active, "gtk_menu_get_active", LIBRARY.GTK); 2684 Linker.link(gtk_menu_set_active, "gtk_menu_set_active", LIBRARY.GTK); 2685 Linker.link(gtk_menu_set_tearoff_state, "gtk_menu_set_tearoff_state", LIBRARY.GTK); 2686 Linker.link(gtk_menu_attach_to_widget, "gtk_menu_attach_to_widget", LIBRARY.GTK); 2687 Linker.link(gtk_menu_detach, "gtk_menu_detach", LIBRARY.GTK); 2688 Linker.link(gtk_menu_get_attach_widget, "gtk_menu_get_attach_widget", LIBRARY.GTK); 2689 Linker.link(gtk_menu_get_for_attach_widget, "gtk_menu_get_for_attach_widget", LIBRARY.GTK); 2690 2691 // gtk.MenuBar 2692 2693 Linker.link(gtk_menu_bar_new, "gtk_menu_bar_new", LIBRARY.GTK); 2694 Linker.link(gtk_menu_bar_new_from_model, "gtk_menu_bar_new_from_model", LIBRARY.GTK); 2695 Linker.link(gtk_menu_bar_set_pack_direction, "gtk_menu_bar_set_pack_direction", LIBRARY.GTK); 2696 Linker.link(gtk_menu_bar_get_pack_direction, "gtk_menu_bar_get_pack_direction", LIBRARY.GTK); 2697 Linker.link(gtk_menu_bar_set_child_pack_direction, "gtk_menu_bar_set_child_pack_direction", LIBRARY.GTK); 2698 Linker.link(gtk_menu_bar_get_child_pack_direction, "gtk_menu_bar_get_child_pack_direction", LIBRARY.GTK); 2699 2700 // gtk.MenuItem 2701 2702 Linker.link(gtk_menu_item_new, "gtk_menu_item_new", LIBRARY.GTK); 2703 Linker.link(gtk_menu_item_new_with_label, "gtk_menu_item_new_with_label", LIBRARY.GTK); 2704 Linker.link(gtk_menu_item_new_with_mnemonic, "gtk_menu_item_new_with_mnemonic", LIBRARY.GTK); 2705 Linker.link(gtk_menu_item_set_right_justified, "gtk_menu_item_set_right_justified", LIBRARY.GTK); 2706 Linker.link(gtk_menu_item_get_right_justified, "gtk_menu_item_get_right_justified", LIBRARY.GTK); 2707 Linker.link(gtk_menu_item_get_label, "gtk_menu_item_get_label", LIBRARY.GTK); 2708 Linker.link(gtk_menu_item_set_label, "gtk_menu_item_set_label", LIBRARY.GTK); 2709 Linker.link(gtk_menu_item_get_use_underline, "gtk_menu_item_get_use_underline", LIBRARY.GTK); 2710 Linker.link(gtk_menu_item_set_use_underline, "gtk_menu_item_set_use_underline", LIBRARY.GTK); 2711 Linker.link(gtk_menu_item_set_submenu, "gtk_menu_item_set_submenu", LIBRARY.GTK); 2712 Linker.link(gtk_menu_item_get_submenu, "gtk_menu_item_get_submenu", LIBRARY.GTK); 2713 Linker.link(gtk_menu_item_set_accel_path, "gtk_menu_item_set_accel_path", LIBRARY.GTK); 2714 Linker.link(gtk_menu_item_get_accel_path, "gtk_menu_item_get_accel_path", LIBRARY.GTK); 2715 Linker.link(gtk_menu_item_select, "gtk_menu_item_select", LIBRARY.GTK); 2716 Linker.link(gtk_menu_item_deselect, "gtk_menu_item_deselect", LIBRARY.GTK); 2717 Linker.link(gtk_menu_item_activate, "gtk_menu_item_activate", LIBRARY.GTK); 2718 Linker.link(gtk_menu_item_toggle_size_request, "gtk_menu_item_toggle_size_request", LIBRARY.GTK); 2719 Linker.link(gtk_menu_item_toggle_size_allocate, "gtk_menu_item_toggle_size_allocate", LIBRARY.GTK); 2720 Linker.link(gtk_menu_item_get_reserve_indicator, "gtk_menu_item_get_reserve_indicator", LIBRARY.GTK); 2721 Linker.link(gtk_menu_item_set_reserve_indicator, "gtk_menu_item_set_reserve_indicator", LIBRARY.GTK); 2722 2723 // gtk.RadioMenuItem 2724 2725 Linker.link(gtk_radio_menu_item_new, "gtk_radio_menu_item_new", LIBRARY.GTK); 2726 Linker.link(gtk_radio_menu_item_new_with_label, "gtk_radio_menu_item_new_with_label", LIBRARY.GTK); 2727 Linker.link(gtk_radio_menu_item_new_with_mnemonic, "gtk_radio_menu_item_new_with_mnemonic", LIBRARY.GTK); 2728 Linker.link(gtk_radio_menu_item_new_from_widget, "gtk_radio_menu_item_new_from_widget", LIBRARY.GTK); 2729 Linker.link(gtk_radio_menu_item_new_with_label_from_widget, "gtk_radio_menu_item_new_with_label_from_widget", LIBRARY.GTK); 2730 Linker.link(gtk_radio_menu_item_new_with_mnemonic_from_widget, "gtk_radio_menu_item_new_with_mnemonic_from_widget", LIBRARY.GTK); 2731 Linker.link(gtk_radio_menu_item_set_group, "gtk_radio_menu_item_set_group", LIBRARY.GTK); 2732 Linker.link(gtk_radio_menu_item_get_group, "gtk_radio_menu_item_get_group", LIBRARY.GTK); 2733 2734 // gtk.CheckMenuItem 2735 2736 Linker.link(gtk_check_menu_item_new, "gtk_check_menu_item_new", LIBRARY.GTK); 2737 Linker.link(gtk_check_menu_item_new_with_label, "gtk_check_menu_item_new_with_label", LIBRARY.GTK); 2738 Linker.link(gtk_check_menu_item_new_with_mnemonic, "gtk_check_menu_item_new_with_mnemonic", LIBRARY.GTK); 2739 Linker.link(gtk_check_menu_item_get_active, "gtk_check_menu_item_get_active", LIBRARY.GTK); 2740 Linker.link(gtk_check_menu_item_set_active, "gtk_check_menu_item_set_active", LIBRARY.GTK); 2741 Linker.link(gtk_check_menu_item_toggled, "gtk_check_menu_item_toggled", LIBRARY.GTK); 2742 Linker.link(gtk_check_menu_item_get_inconsistent, "gtk_check_menu_item_get_inconsistent", LIBRARY.GTK); 2743 Linker.link(gtk_check_menu_item_set_inconsistent, "gtk_check_menu_item_set_inconsistent", LIBRARY.GTK); 2744 Linker.link(gtk_check_menu_item_set_draw_as_radio, "gtk_check_menu_item_set_draw_as_radio", LIBRARY.GTK); 2745 Linker.link(gtk_check_menu_item_get_draw_as_radio, "gtk_check_menu_item_get_draw_as_radio", LIBRARY.GTK); 2746 2747 // gtk.SeparatorMenuItem 2748 2749 Linker.link(gtk_separator_menu_item_new, "gtk_separator_menu_item_new", LIBRARY.GTK); 2750 2751 // gtk.ToolShellT 2752 2753 2754 // gtk.ToolShellT 2755 2756 Linker.link(gtk_tool_shell_get_ellipsize_mode, "gtk_tool_shell_get_ellipsize_mode", LIBRARY.GTK); 2757 Linker.link(gtk_tool_shell_get_icon_size, "gtk_tool_shell_get_icon_size", LIBRARY.GTK); 2758 Linker.link(gtk_tool_shell_get_orientation, "gtk_tool_shell_get_orientation", LIBRARY.GTK); 2759 Linker.link(gtk_tool_shell_get_relief_style, "gtk_tool_shell_get_relief_style", LIBRARY.GTK); 2760 Linker.link(gtk_tool_shell_get_style, "gtk_tool_shell_get_style", LIBRARY.GTK); 2761 Linker.link(gtk_tool_shell_get_text_alignment, "gtk_tool_shell_get_text_alignment", LIBRARY.GTK); 2762 Linker.link(gtk_tool_shell_get_text_orientation, "gtk_tool_shell_get_text_orientation", LIBRARY.GTK); 2763 Linker.link(gtk_tool_shell_rebuild_menu, "gtk_tool_shell_rebuild_menu", LIBRARY.GTK); 2764 Linker.link(gtk_tool_shell_get_text_size_group, "gtk_tool_shell_get_text_size_group", LIBRARY.GTK); 2765 2766 // gtk.Toolbar 2767 2768 Linker.link(gtk_toolbar_new, "gtk_toolbar_new", LIBRARY.GTK); 2769 Linker.link(gtk_toolbar_insert, "gtk_toolbar_insert", LIBRARY.GTK); 2770 Linker.link(gtk_toolbar_get_item_index, "gtk_toolbar_get_item_index", LIBRARY.GTK); 2771 Linker.link(gtk_toolbar_get_n_items, "gtk_toolbar_get_n_items", LIBRARY.GTK); 2772 Linker.link(gtk_toolbar_get_nth_item, "gtk_toolbar_get_nth_item", LIBRARY.GTK); 2773 Linker.link(gtk_toolbar_get_drop_index, "gtk_toolbar_get_drop_index", LIBRARY.GTK); 2774 Linker.link(gtk_toolbar_set_drop_highlight_item, "gtk_toolbar_set_drop_highlight_item", LIBRARY.GTK); 2775 Linker.link(gtk_toolbar_set_show_arrow, "gtk_toolbar_set_show_arrow", LIBRARY.GTK); 2776 Linker.link(gtk_toolbar_unset_icon_size, "gtk_toolbar_unset_icon_size", LIBRARY.GTK); 2777 Linker.link(gtk_toolbar_get_show_arrow, "gtk_toolbar_get_show_arrow", LIBRARY.GTK); 2778 Linker.link(gtk_toolbar_get_style, "gtk_toolbar_get_style", LIBRARY.GTK); 2779 Linker.link(gtk_toolbar_get_icon_size, "gtk_toolbar_get_icon_size", LIBRARY.GTK); 2780 Linker.link(gtk_toolbar_get_relief_style, "gtk_toolbar_get_relief_style", LIBRARY.GTK); 2781 Linker.link(gtk_toolbar_set_style, "gtk_toolbar_set_style", LIBRARY.GTK); 2782 Linker.link(gtk_toolbar_set_icon_size, "gtk_toolbar_set_icon_size", LIBRARY.GTK); 2783 Linker.link(gtk_toolbar_unset_style, "gtk_toolbar_unset_style", LIBRARY.GTK); 2784 2785 // gtk.ToolItem 2786 2787 Linker.link(gtk_tool_item_new, "gtk_tool_item_new", LIBRARY.GTK); 2788 Linker.link(gtk_tool_item_set_homogeneous, "gtk_tool_item_set_homogeneous", LIBRARY.GTK); 2789 Linker.link(gtk_tool_item_get_homogeneous, "gtk_tool_item_get_homogeneous", LIBRARY.GTK); 2790 Linker.link(gtk_tool_item_set_expand, "gtk_tool_item_set_expand", LIBRARY.GTK); 2791 Linker.link(gtk_tool_item_get_expand, "gtk_tool_item_get_expand", LIBRARY.GTK); 2792 Linker.link(gtk_tool_item_set_tooltip_text, "gtk_tool_item_set_tooltip_text", LIBRARY.GTK); 2793 Linker.link(gtk_tool_item_set_tooltip_markup, "gtk_tool_item_set_tooltip_markup", LIBRARY.GTK); 2794 Linker.link(gtk_tool_item_set_use_drag_window, "gtk_tool_item_set_use_drag_window", LIBRARY.GTK); 2795 Linker.link(gtk_tool_item_get_use_drag_window, "gtk_tool_item_get_use_drag_window", LIBRARY.GTK); 2796 Linker.link(gtk_tool_item_set_visible_horizontal, "gtk_tool_item_set_visible_horizontal", LIBRARY.GTK); 2797 Linker.link(gtk_tool_item_get_visible_horizontal, "gtk_tool_item_get_visible_horizontal", LIBRARY.GTK); 2798 Linker.link(gtk_tool_item_set_visible_vertical, "gtk_tool_item_set_visible_vertical", LIBRARY.GTK); 2799 Linker.link(gtk_tool_item_get_visible_vertical, "gtk_tool_item_get_visible_vertical", LIBRARY.GTK); 2800 Linker.link(gtk_tool_item_set_is_important, "gtk_tool_item_set_is_important", LIBRARY.GTK); 2801 Linker.link(gtk_tool_item_get_is_important, "gtk_tool_item_get_is_important", LIBRARY.GTK); 2802 Linker.link(gtk_tool_item_get_ellipsize_mode, "gtk_tool_item_get_ellipsize_mode", LIBRARY.GTK); 2803 Linker.link(gtk_tool_item_get_icon_size, "gtk_tool_item_get_icon_size", LIBRARY.GTK); 2804 Linker.link(gtk_tool_item_get_orientation, "gtk_tool_item_get_orientation", LIBRARY.GTK); 2805 Linker.link(gtk_tool_item_get_toolbar_style, "gtk_tool_item_get_toolbar_style", LIBRARY.GTK); 2806 Linker.link(gtk_tool_item_get_relief_style, "gtk_tool_item_get_relief_style", LIBRARY.GTK); 2807 Linker.link(gtk_tool_item_get_text_alignment, "gtk_tool_item_get_text_alignment", LIBRARY.GTK); 2808 Linker.link(gtk_tool_item_get_text_orientation, "gtk_tool_item_get_text_orientation", LIBRARY.GTK); 2809 Linker.link(gtk_tool_item_retrieve_proxy_menu_item, "gtk_tool_item_retrieve_proxy_menu_item", LIBRARY.GTK); 2810 Linker.link(gtk_tool_item_get_proxy_menu_item, "gtk_tool_item_get_proxy_menu_item", LIBRARY.GTK); 2811 Linker.link(gtk_tool_item_set_proxy_menu_item, "gtk_tool_item_set_proxy_menu_item", LIBRARY.GTK); 2812 Linker.link(gtk_tool_item_rebuild_menu, "gtk_tool_item_rebuild_menu", LIBRARY.GTK); 2813 Linker.link(gtk_tool_item_toolbar_reconfigured, "gtk_tool_item_toolbar_reconfigured", LIBRARY.GTK); 2814 Linker.link(gtk_tool_item_get_text_size_group, "gtk_tool_item_get_text_size_group", LIBRARY.GTK); 2815 2816 // gtk.ToolPalette 2817 2818 Linker.link(gtk_tool_palette_new, "gtk_tool_palette_new", LIBRARY.GTK); 2819 Linker.link(gtk_tool_palette_get_exclusive, "gtk_tool_palette_get_exclusive", LIBRARY.GTK); 2820 Linker.link(gtk_tool_palette_set_exclusive, "gtk_tool_palette_set_exclusive", LIBRARY.GTK); 2821 Linker.link(gtk_tool_palette_get_expand, "gtk_tool_palette_get_expand", LIBRARY.GTK); 2822 Linker.link(gtk_tool_palette_set_expand, "gtk_tool_palette_set_expand", LIBRARY.GTK); 2823 Linker.link(gtk_tool_palette_get_group_position, "gtk_tool_palette_get_group_position", LIBRARY.GTK); 2824 Linker.link(gtk_tool_palette_set_group_position, "gtk_tool_palette_set_group_position", LIBRARY.GTK); 2825 Linker.link(gtk_tool_palette_get_icon_size, "gtk_tool_palette_get_icon_size", LIBRARY.GTK); 2826 Linker.link(gtk_tool_palette_set_icon_size, "gtk_tool_palette_set_icon_size", LIBRARY.GTK); 2827 Linker.link(gtk_tool_palette_unset_icon_size, "gtk_tool_palette_unset_icon_size", LIBRARY.GTK); 2828 Linker.link(gtk_tool_palette_get_style, "gtk_tool_palette_get_style", LIBRARY.GTK); 2829 Linker.link(gtk_tool_palette_set_style, "gtk_tool_palette_set_style", LIBRARY.GTK); 2830 Linker.link(gtk_tool_palette_unset_style, "gtk_tool_palette_unset_style", LIBRARY.GTK); 2831 Linker.link(gtk_tool_palette_add_drag_dest, "gtk_tool_palette_add_drag_dest", LIBRARY.GTK); 2832 Linker.link(gtk_tool_palette_get_drag_item, "gtk_tool_palette_get_drag_item", LIBRARY.GTK); 2833 Linker.link(gtk_tool_palette_get_drag_target_group, "gtk_tool_palette_get_drag_target_group", LIBRARY.GTK); 2834 Linker.link(gtk_tool_palette_get_drag_target_item, "gtk_tool_palette_get_drag_target_item", LIBRARY.GTK); 2835 Linker.link(gtk_tool_palette_get_drop_group, "gtk_tool_palette_get_drop_group", LIBRARY.GTK); 2836 Linker.link(gtk_tool_palette_get_drop_item, "gtk_tool_palette_get_drop_item", LIBRARY.GTK); 2837 Linker.link(gtk_tool_palette_set_drag_source, "gtk_tool_palette_set_drag_source", LIBRARY.GTK); 2838 Linker.link(gtk_tool_palette_get_hadjustment, "gtk_tool_palette_get_hadjustment", LIBRARY.GTK); 2839 Linker.link(gtk_tool_palette_get_vadjustment, "gtk_tool_palette_get_vadjustment", LIBRARY.GTK); 2840 2841 // gtk.ToolItemGroup 2842 2843 Linker.link(gtk_tool_item_group_get_collapsed, "gtk_tool_item_group_get_collapsed", LIBRARY.GTK); 2844 Linker.link(gtk_tool_item_group_get_drop_item, "gtk_tool_item_group_get_drop_item", LIBRARY.GTK); 2845 Linker.link(gtk_tool_item_group_get_ellipsize, "gtk_tool_item_group_get_ellipsize", LIBRARY.GTK); 2846 Linker.link(gtk_tool_item_group_get_item_position, "gtk_tool_item_group_get_item_position", LIBRARY.GTK); 2847 Linker.link(gtk_tool_item_group_get_n_items, "gtk_tool_item_group_get_n_items", LIBRARY.GTK); 2848 Linker.link(gtk_tool_item_group_get_label, "gtk_tool_item_group_get_label", LIBRARY.GTK); 2849 Linker.link(gtk_tool_item_group_get_label_widget, "gtk_tool_item_group_get_label_widget", LIBRARY.GTK); 2850 Linker.link(gtk_tool_item_group_get_nth_item, "gtk_tool_item_group_get_nth_item", LIBRARY.GTK); 2851 Linker.link(gtk_tool_item_group_get_header_relief, "gtk_tool_item_group_get_header_relief", LIBRARY.GTK); 2852 Linker.link(gtk_tool_item_group_insert, "gtk_tool_item_group_insert", LIBRARY.GTK); 2853 Linker.link(gtk_tool_item_group_new, "gtk_tool_item_group_new", LIBRARY.GTK); 2854 Linker.link(gtk_tool_item_group_set_collapsed, "gtk_tool_item_group_set_collapsed", LIBRARY.GTK); 2855 Linker.link(gtk_tool_item_group_set_ellipsize, "gtk_tool_item_group_set_ellipsize", LIBRARY.GTK); 2856 Linker.link(gtk_tool_item_group_set_item_position, "gtk_tool_item_group_set_item_position", LIBRARY.GTK); 2857 Linker.link(gtk_tool_item_group_set_label, "gtk_tool_item_group_set_label", LIBRARY.GTK); 2858 Linker.link(gtk_tool_item_group_set_label_widget, "gtk_tool_item_group_set_label_widget", LIBRARY.GTK); 2859 Linker.link(gtk_tool_item_group_set_header_relief, "gtk_tool_item_group_set_header_relief", LIBRARY.GTK); 2860 2861 // gtk.SeparatorToolItem 2862 2863 Linker.link(gtk_separator_tool_item_new, "gtk_separator_tool_item_new", LIBRARY.GTK); 2864 Linker.link(gtk_separator_tool_item_set_draw, "gtk_separator_tool_item_set_draw", LIBRARY.GTK); 2865 Linker.link(gtk_separator_tool_item_get_draw, "gtk_separator_tool_item_get_draw", LIBRARY.GTK); 2866 2867 // gtk.ToolButton 2868 2869 Linker.link(gtk_tool_button_new, "gtk_tool_button_new", LIBRARY.GTK); 2870 Linker.link(gtk_tool_button_new_from_stock, "gtk_tool_button_new_from_stock", LIBRARY.GTK); 2871 Linker.link(gtk_tool_button_set_label, "gtk_tool_button_set_label", LIBRARY.GTK); 2872 Linker.link(gtk_tool_button_get_label, "gtk_tool_button_get_label", LIBRARY.GTK); 2873 Linker.link(gtk_tool_button_set_use_underline, "gtk_tool_button_set_use_underline", LIBRARY.GTK); 2874 Linker.link(gtk_tool_button_get_use_underline, "gtk_tool_button_get_use_underline", LIBRARY.GTK); 2875 Linker.link(gtk_tool_button_set_stock_id, "gtk_tool_button_set_stock_id", LIBRARY.GTK); 2876 Linker.link(gtk_tool_button_get_stock_id, "gtk_tool_button_get_stock_id", LIBRARY.GTK); 2877 Linker.link(gtk_tool_button_set_icon_name, "gtk_tool_button_set_icon_name", LIBRARY.GTK); 2878 Linker.link(gtk_tool_button_get_icon_name, "gtk_tool_button_get_icon_name", LIBRARY.GTK); 2879 Linker.link(gtk_tool_button_set_icon_widget, "gtk_tool_button_set_icon_widget", LIBRARY.GTK); 2880 Linker.link(gtk_tool_button_get_icon_widget, "gtk_tool_button_get_icon_widget", LIBRARY.GTK); 2881 Linker.link(gtk_tool_button_set_label_widget, "gtk_tool_button_set_label_widget", LIBRARY.GTK); 2882 Linker.link(gtk_tool_button_get_label_widget, "gtk_tool_button_get_label_widget", LIBRARY.GTK); 2883 2884 // gtk.MenuToolButton 2885 2886 Linker.link(gtk_menu_tool_button_new, "gtk_menu_tool_button_new", LIBRARY.GTK); 2887 Linker.link(gtk_menu_tool_button_new_from_stock, "gtk_menu_tool_button_new_from_stock", LIBRARY.GTK); 2888 Linker.link(gtk_menu_tool_button_set_menu, "gtk_menu_tool_button_set_menu", LIBRARY.GTK); 2889 Linker.link(gtk_menu_tool_button_get_menu, "gtk_menu_tool_button_get_menu", LIBRARY.GTK); 2890 Linker.link(gtk_menu_tool_button_set_arrow_tooltip_text, "gtk_menu_tool_button_set_arrow_tooltip_text", LIBRARY.GTK); 2891 Linker.link(gtk_menu_tool_button_set_arrow_tooltip_markup, "gtk_menu_tool_button_set_arrow_tooltip_markup", LIBRARY.GTK); 2892 2893 // gtk.ToggleToolButton 2894 2895 Linker.link(gtk_toggle_tool_button_new, "gtk_toggle_tool_button_new", LIBRARY.GTK); 2896 Linker.link(gtk_toggle_tool_button_new_from_stock, "gtk_toggle_tool_button_new_from_stock", LIBRARY.GTK); 2897 Linker.link(gtk_toggle_tool_button_set_active, "gtk_toggle_tool_button_set_active", LIBRARY.GTK); 2898 Linker.link(gtk_toggle_tool_button_get_active, "gtk_toggle_tool_button_get_active", LIBRARY.GTK); 2899 2900 // gtk.RadioToolButton 2901 2902 Linker.link(gtk_radio_tool_button_new, "gtk_radio_tool_button_new", LIBRARY.GTK); 2903 Linker.link(gtk_radio_tool_button_new_from_stock, "gtk_radio_tool_button_new_from_stock", LIBRARY.GTK); 2904 Linker.link(gtk_radio_tool_button_new_from_widget, "gtk_radio_tool_button_new_from_widget", LIBRARY.GTK); 2905 Linker.link(gtk_radio_tool_button_new_with_stock_from_widget, "gtk_radio_tool_button_new_with_stock_from_widget", LIBRARY.GTK); 2906 Linker.link(gtk_radio_tool_button_get_group, "gtk_radio_tool_button_get_group", LIBRARY.GTK); 2907 Linker.link(gtk_radio_tool_button_set_group, "gtk_radio_tool_button_set_group", LIBRARY.GTK); 2908 2909 // gtk.ColorChooserT 2910 2911 2912 // gtk.ColorChooserT 2913 2914 Linker.link(gtk_color_chooser_get_rgba, "gtk_color_chooser_get_rgba", LIBRARY.GTK); 2915 Linker.link(gtk_color_chooser_set_rgba, "gtk_color_chooser_set_rgba", LIBRARY.GTK); 2916 Linker.link(gtk_color_chooser_get_use_alpha, "gtk_color_chooser_get_use_alpha", LIBRARY.GTK); 2917 Linker.link(gtk_color_chooser_set_use_alpha, "gtk_color_chooser_set_use_alpha", LIBRARY.GTK); 2918 Linker.link(gtk_color_chooser_add_palette, "gtk_color_chooser_add_palette", LIBRARY.GTK); 2919 2920 // gtk.ColorButton 2921 2922 Linker.link(gtk_color_button_new, "gtk_color_button_new", LIBRARY.GTK); 2923 Linker.link(gtk_color_button_new_with_color, "gtk_color_button_new_with_color", LIBRARY.GTK); 2924 Linker.link(gtk_color_button_new_with_rgba, "gtk_color_button_new_with_rgba", LIBRARY.GTK); 2925 Linker.link(gtk_color_button_set_color, "gtk_color_button_set_color", LIBRARY.GTK); 2926 Linker.link(gtk_color_button_get_color, "gtk_color_button_get_color", LIBRARY.GTK); 2927 Linker.link(gtk_color_button_set_alpha, "gtk_color_button_set_alpha", LIBRARY.GTK); 2928 Linker.link(gtk_color_button_get_alpha, "gtk_color_button_get_alpha", LIBRARY.GTK); 2929 Linker.link(gtk_color_button_set_rgba, "gtk_color_button_set_rgba", LIBRARY.GTK); 2930 Linker.link(gtk_color_button_get_rgba, "gtk_color_button_get_rgba", LIBRARY.GTK); 2931 Linker.link(gtk_color_button_set_use_alpha, "gtk_color_button_set_use_alpha", LIBRARY.GTK); 2932 Linker.link(gtk_color_button_get_use_alpha, "gtk_color_button_get_use_alpha", LIBRARY.GTK); 2933 Linker.link(gtk_color_button_set_title, "gtk_color_button_set_title", LIBRARY.GTK); 2934 Linker.link(gtk_color_button_get_title, "gtk_color_button_get_title", LIBRARY.GTK); 2935 2936 // gtk.ColorChooserWidget 2937 2938 Linker.link(gtk_color_chooser_widget_new, "gtk_color_chooser_widget_new", LIBRARY.GTK); 2939 2940 // gtk.ColorChooserDialog 2941 2942 Linker.link(gtk_color_chooser_dialog_new, "gtk_color_chooser_dialog_new", LIBRARY.GTK); 2943 2944 // gtk.FileChooserT 2945 2946 2947 // gtk.FileChooserT 2948 2949 Linker.link(gtk_file_chooser_set_action, "gtk_file_chooser_set_action", LIBRARY.GTK); 2950 Linker.link(gtk_file_chooser_get_action, "gtk_file_chooser_get_action", LIBRARY.GTK); 2951 Linker.link(gtk_file_chooser_set_local_only, "gtk_file_chooser_set_local_only", LIBRARY.GTK); 2952 Linker.link(gtk_file_chooser_get_local_only, "gtk_file_chooser_get_local_only", LIBRARY.GTK); 2953 Linker.link(gtk_file_chooser_set_select_multiple, "gtk_file_chooser_set_select_multiple", LIBRARY.GTK); 2954 Linker.link(gtk_file_chooser_get_select_multiple, "gtk_file_chooser_get_select_multiple", LIBRARY.GTK); 2955 Linker.link(gtk_file_chooser_set_show_hidden, "gtk_file_chooser_set_show_hidden", LIBRARY.GTK); 2956 Linker.link(gtk_file_chooser_get_show_hidden, "gtk_file_chooser_get_show_hidden", LIBRARY.GTK); 2957 Linker.link(gtk_file_chooser_set_do_overwrite_confirmation, "gtk_file_chooser_set_do_overwrite_confirmation", LIBRARY.GTK); 2958 Linker.link(gtk_file_chooser_get_do_overwrite_confirmation, "gtk_file_chooser_get_do_overwrite_confirmation", LIBRARY.GTK); 2959 Linker.link(gtk_file_chooser_set_create_folders, "gtk_file_chooser_set_create_folders", LIBRARY.GTK); 2960 Linker.link(gtk_file_chooser_get_create_folders, "gtk_file_chooser_get_create_folders", LIBRARY.GTK); 2961 Linker.link(gtk_file_chooser_set_current_name, "gtk_file_chooser_set_current_name", LIBRARY.GTK); 2962 Linker.link(gtk_file_chooser_get_current_name, "gtk_file_chooser_get_current_name", LIBRARY.GTK); 2963 Linker.link(gtk_file_chooser_get_filename, "gtk_file_chooser_get_filename", LIBRARY.GTK); 2964 Linker.link(gtk_file_chooser_set_filename, "gtk_file_chooser_set_filename", LIBRARY.GTK); 2965 Linker.link(gtk_file_chooser_select_filename, "gtk_file_chooser_select_filename", LIBRARY.GTK); 2966 Linker.link(gtk_file_chooser_unselect_filename, "gtk_file_chooser_unselect_filename", LIBRARY.GTK); 2967 Linker.link(gtk_file_chooser_select_all, "gtk_file_chooser_select_all", LIBRARY.GTK); 2968 Linker.link(gtk_file_chooser_unselect_all, "gtk_file_chooser_unselect_all", LIBRARY.GTK); 2969 Linker.link(gtk_file_chooser_get_filenames, "gtk_file_chooser_get_filenames", LIBRARY.GTK); 2970 Linker.link(gtk_file_chooser_set_current_folder, "gtk_file_chooser_set_current_folder", LIBRARY.GTK); 2971 Linker.link(gtk_file_chooser_get_current_folder, "gtk_file_chooser_get_current_folder", LIBRARY.GTK); 2972 Linker.link(gtk_file_chooser_get_uri, "gtk_file_chooser_get_uri", LIBRARY.GTK); 2973 Linker.link(gtk_file_chooser_set_uri, "gtk_file_chooser_set_uri", LIBRARY.GTK); 2974 Linker.link(gtk_file_chooser_select_uri, "gtk_file_chooser_select_uri", LIBRARY.GTK); 2975 Linker.link(gtk_file_chooser_unselect_uri, "gtk_file_chooser_unselect_uri", LIBRARY.GTK); 2976 Linker.link(gtk_file_chooser_get_uris, "gtk_file_chooser_get_uris", LIBRARY.GTK); 2977 Linker.link(gtk_file_chooser_set_current_folder_uri, "gtk_file_chooser_set_current_folder_uri", LIBRARY.GTK); 2978 Linker.link(gtk_file_chooser_get_current_folder_uri, "gtk_file_chooser_get_current_folder_uri", LIBRARY.GTK); 2979 Linker.link(gtk_file_chooser_set_preview_widget, "gtk_file_chooser_set_preview_widget", LIBRARY.GTK); 2980 Linker.link(gtk_file_chooser_get_preview_widget, "gtk_file_chooser_get_preview_widget", LIBRARY.GTK); 2981 Linker.link(gtk_file_chooser_set_preview_widget_active, "gtk_file_chooser_set_preview_widget_active", LIBRARY.GTK); 2982 Linker.link(gtk_file_chooser_get_preview_widget_active, "gtk_file_chooser_get_preview_widget_active", LIBRARY.GTK); 2983 Linker.link(gtk_file_chooser_set_use_preview_label, "gtk_file_chooser_set_use_preview_label", LIBRARY.GTK); 2984 Linker.link(gtk_file_chooser_get_use_preview_label, "gtk_file_chooser_get_use_preview_label", LIBRARY.GTK); 2985 Linker.link(gtk_file_chooser_get_preview_filename, "gtk_file_chooser_get_preview_filename", LIBRARY.GTK); 2986 Linker.link(gtk_file_chooser_get_preview_uri, "gtk_file_chooser_get_preview_uri", LIBRARY.GTK); 2987 Linker.link(gtk_file_chooser_set_extra_widget, "gtk_file_chooser_set_extra_widget", LIBRARY.GTK); 2988 Linker.link(gtk_file_chooser_get_extra_widget, "gtk_file_chooser_get_extra_widget", LIBRARY.GTK); 2989 Linker.link(gtk_file_chooser_add_filter, "gtk_file_chooser_add_filter", LIBRARY.GTK); 2990 Linker.link(gtk_file_chooser_remove_filter, "gtk_file_chooser_remove_filter", LIBRARY.GTK); 2991 Linker.link(gtk_file_chooser_list_filters, "gtk_file_chooser_list_filters", LIBRARY.GTK); 2992 Linker.link(gtk_file_chooser_set_filter, "gtk_file_chooser_set_filter", LIBRARY.GTK); 2993 Linker.link(gtk_file_chooser_get_filter, "gtk_file_chooser_get_filter", LIBRARY.GTK); 2994 Linker.link(gtk_file_chooser_add_shortcut_folder, "gtk_file_chooser_add_shortcut_folder", LIBRARY.GTK); 2995 Linker.link(gtk_file_chooser_remove_shortcut_folder, "gtk_file_chooser_remove_shortcut_folder", LIBRARY.GTK); 2996 Linker.link(gtk_file_chooser_list_shortcut_folders, "gtk_file_chooser_list_shortcut_folders", LIBRARY.GTK); 2997 Linker.link(gtk_file_chooser_add_shortcut_folder_uri, "gtk_file_chooser_add_shortcut_folder_uri", LIBRARY.GTK); 2998 Linker.link(gtk_file_chooser_remove_shortcut_folder_uri, "gtk_file_chooser_remove_shortcut_folder_uri", LIBRARY.GTK); 2999 Linker.link(gtk_file_chooser_list_shortcut_folder_uris, "gtk_file_chooser_list_shortcut_folder_uris", LIBRARY.GTK); 3000 Linker.link(gtk_file_chooser_get_current_folder_file, "gtk_file_chooser_get_current_folder_file", LIBRARY.GTK); 3001 Linker.link(gtk_file_chooser_get_file, "gtk_file_chooser_get_file", LIBRARY.GTK); 3002 Linker.link(gtk_file_chooser_get_files, "gtk_file_chooser_get_files", LIBRARY.GTK); 3003 Linker.link(gtk_file_chooser_get_preview_file, "gtk_file_chooser_get_preview_file", LIBRARY.GTK); 3004 Linker.link(gtk_file_chooser_select_file, "gtk_file_chooser_select_file", LIBRARY.GTK); 3005 Linker.link(gtk_file_chooser_set_current_folder_file, "gtk_file_chooser_set_current_folder_file", LIBRARY.GTK); 3006 Linker.link(gtk_file_chooser_set_file, "gtk_file_chooser_set_file", LIBRARY.GTK); 3007 Linker.link(gtk_file_chooser_unselect_file, "gtk_file_chooser_unselect_file", LIBRARY.GTK); 3008 3009 // gtk.FileChooserButton 3010 3011 Linker.link(gtk_file_chooser_button_new, "gtk_file_chooser_button_new", LIBRARY.GTK); 3012 Linker.link(gtk_file_chooser_button_new_with_dialog, "gtk_file_chooser_button_new_with_dialog", LIBRARY.GTK); 3013 Linker.link(gtk_file_chooser_button_get_title, "gtk_file_chooser_button_get_title", LIBRARY.GTK); 3014 Linker.link(gtk_file_chooser_button_set_title, "gtk_file_chooser_button_set_title", LIBRARY.GTK); 3015 Linker.link(gtk_file_chooser_button_get_width_chars, "gtk_file_chooser_button_get_width_chars", LIBRARY.GTK); 3016 Linker.link(gtk_file_chooser_button_set_width_chars, "gtk_file_chooser_button_set_width_chars", LIBRARY.GTK); 3017 Linker.link(gtk_file_chooser_button_get_focus_on_click, "gtk_file_chooser_button_get_focus_on_click", LIBRARY.GTK); 3018 Linker.link(gtk_file_chooser_button_set_focus_on_click, "gtk_file_chooser_button_set_focus_on_click", LIBRARY.GTK); 3019 3020 // gtk.FileChooserDialog 3021 3022 Linker.link(gtk_file_chooser_dialog_new, "gtk_file_chooser_dialog_new", LIBRARY.GTK); 3023 3024 // gtk.FileChooserWidget 3025 3026 Linker.link(gtk_file_chooser_widget_new, "gtk_file_chooser_widget_new", LIBRARY.GTK); 3027 3028 // gtk.FileFilter 3029 3030 Linker.link(gtk_file_filter_new, "gtk_file_filter_new", LIBRARY.GTK); 3031 Linker.link(gtk_file_filter_set_name, "gtk_file_filter_set_name", LIBRARY.GTK); 3032 Linker.link(gtk_file_filter_get_name, "gtk_file_filter_get_name", LIBRARY.GTK); 3033 Linker.link(gtk_file_filter_add_mime_type, "gtk_file_filter_add_mime_type", LIBRARY.GTK); 3034 Linker.link(gtk_file_filter_add_pattern, "gtk_file_filter_add_pattern", LIBRARY.GTK); 3035 Linker.link(gtk_file_filter_add_pixbuf_formats, "gtk_file_filter_add_pixbuf_formats", LIBRARY.GTK); 3036 Linker.link(gtk_file_filter_add_custom, "gtk_file_filter_add_custom", LIBRARY.GTK); 3037 Linker.link(gtk_file_filter_get_needed, "gtk_file_filter_get_needed", LIBRARY.GTK); 3038 Linker.link(gtk_file_filter_filter, "gtk_file_filter_filter", LIBRARY.GTK); 3039 3040 // gtk.FontChooserT 3041 3042 3043 // gtk.FontChooserT 3044 3045 Linker.link(gtk_font_chooser_get_font_family, "gtk_font_chooser_get_font_family", LIBRARY.GTK); 3046 Linker.link(gtk_font_chooser_get_font_face, "gtk_font_chooser_get_font_face", LIBRARY.GTK); 3047 Linker.link(gtk_font_chooser_get_font_size, "gtk_font_chooser_get_font_size", LIBRARY.GTK); 3048 Linker.link(gtk_font_chooser_get_font, "gtk_font_chooser_get_font", LIBRARY.GTK); 3049 Linker.link(gtk_font_chooser_set_font, "gtk_font_chooser_set_font", LIBRARY.GTK); 3050 Linker.link(gtk_font_chooser_get_font_desc, "gtk_font_chooser_get_font_desc", LIBRARY.GTK); 3051 Linker.link(gtk_font_chooser_set_font_desc, "gtk_font_chooser_set_font_desc", LIBRARY.GTK); 3052 Linker.link(gtk_font_chooser_get_preview_text, "gtk_font_chooser_get_preview_text", LIBRARY.GTK); 3053 Linker.link(gtk_font_chooser_set_preview_text, "gtk_font_chooser_set_preview_text", LIBRARY.GTK); 3054 Linker.link(gtk_font_chooser_get_show_preview_entry, "gtk_font_chooser_get_show_preview_entry", LIBRARY.GTK); 3055 Linker.link(gtk_font_chooser_set_show_preview_entry, "gtk_font_chooser_set_show_preview_entry", LIBRARY.GTK); 3056 Linker.link(gtk_font_chooser_set_filter_func, "gtk_font_chooser_set_filter_func", LIBRARY.GTK); 3057 3058 // gtk.FontButton 3059 3060 Linker.link(gtk_font_button_new, "gtk_font_button_new", LIBRARY.GTK); 3061 Linker.link(gtk_font_button_new_with_font, "gtk_font_button_new_with_font", LIBRARY.GTK); 3062 Linker.link(gtk_font_button_set_font_name, "gtk_font_button_set_font_name", LIBRARY.GTK); 3063 Linker.link(gtk_font_button_get_font_name, "gtk_font_button_get_font_name", LIBRARY.GTK); 3064 Linker.link(gtk_font_button_set_show_style, "gtk_font_button_set_show_style", LIBRARY.GTK); 3065 Linker.link(gtk_font_button_get_show_style, "gtk_font_button_get_show_style", LIBRARY.GTK); 3066 Linker.link(gtk_font_button_set_show_size, "gtk_font_button_set_show_size", LIBRARY.GTK); 3067 Linker.link(gtk_font_button_get_show_size, "gtk_font_button_get_show_size", LIBRARY.GTK); 3068 Linker.link(gtk_font_button_set_use_font, "gtk_font_button_set_use_font", LIBRARY.GTK); 3069 Linker.link(gtk_font_button_get_use_font, "gtk_font_button_get_use_font", LIBRARY.GTK); 3070 Linker.link(gtk_font_button_set_use_size, "gtk_font_button_set_use_size", LIBRARY.GTK); 3071 Linker.link(gtk_font_button_get_use_size, "gtk_font_button_get_use_size", LIBRARY.GTK); 3072 Linker.link(gtk_font_button_set_title, "gtk_font_button_set_title", LIBRARY.GTK); 3073 Linker.link(gtk_font_button_get_title, "gtk_font_button_get_title", LIBRARY.GTK); 3074 3075 // gtk.FontChooserWidget 3076 3077 Linker.link(gtk_font_chooser_widget_new, "gtk_font_chooser_widget_new", LIBRARY.GTK); 3078 3079 // gtk.FontChooserDialog 3080 3081 Linker.link(gtk_font_chooser_dialog_new, "gtk_font_chooser_dialog_new", LIBRARY.GTK); 3082 3083 // gtk.PlacesSidebar 3084 3085 Linker.link(gtk_places_sidebar_new, "gtk_places_sidebar_new", LIBRARY.GTK); 3086 Linker.link(gtk_places_sidebar_set_open_flags, "gtk_places_sidebar_set_open_flags", LIBRARY.GTK); 3087 Linker.link(gtk_places_sidebar_get_open_flags, "gtk_places_sidebar_get_open_flags", LIBRARY.GTK); 3088 Linker.link(gtk_places_sidebar_set_location, "gtk_places_sidebar_set_location", LIBRARY.GTK); 3089 Linker.link(gtk_places_sidebar_get_location, "gtk_places_sidebar_get_location", LIBRARY.GTK); 3090 Linker.link(gtk_places_sidebar_set_show_desktop, "gtk_places_sidebar_set_show_desktop", LIBRARY.GTK); 3091 Linker.link(gtk_places_sidebar_get_show_desktop, "gtk_places_sidebar_get_show_desktop", LIBRARY.GTK); 3092 Linker.link(gtk_places_sidebar_add_shortcut, "gtk_places_sidebar_add_shortcut", LIBRARY.GTK); 3093 Linker.link(gtk_places_sidebar_remove_shortcut, "gtk_places_sidebar_remove_shortcut", LIBRARY.GTK); 3094 Linker.link(gtk_places_sidebar_list_shortcuts, "gtk_places_sidebar_list_shortcuts", LIBRARY.GTK); 3095 Linker.link(gtk_places_sidebar_get_nth_bookmark, "gtk_places_sidebar_get_nth_bookmark", LIBRARY.GTK); 3096 Linker.link(gtk_places_sidebar_get_show_connect_to_server, "gtk_places_sidebar_get_show_connect_to_server", LIBRARY.GTK); 3097 Linker.link(gtk_places_sidebar_set_show_connect_to_server, "gtk_places_sidebar_set_show_connect_to_server", LIBRARY.GTK); 3098 3099 // gtk.Frame 3100 3101 Linker.link(gtk_frame_new, "gtk_frame_new", LIBRARY.GTK); 3102 Linker.link(gtk_frame_set_label, "gtk_frame_set_label", LIBRARY.GTK); 3103 Linker.link(gtk_frame_set_label_widget, "gtk_frame_set_label_widget", LIBRARY.GTK); 3104 Linker.link(gtk_frame_set_label_align, "gtk_frame_set_label_align", LIBRARY.GTK); 3105 Linker.link(gtk_frame_set_shadow_type, "gtk_frame_set_shadow_type", LIBRARY.GTK); 3106 Linker.link(gtk_frame_get_label, "gtk_frame_get_label", LIBRARY.GTK); 3107 Linker.link(gtk_frame_get_label_align, "gtk_frame_get_label_align", LIBRARY.GTK); 3108 Linker.link(gtk_frame_get_label_widget, "gtk_frame_get_label_widget", LIBRARY.GTK); 3109 Linker.link(gtk_frame_get_shadow_type, "gtk_frame_get_shadow_type", LIBRARY.GTK); 3110 3111 // gtk.Separator 3112 3113 Linker.link(gtk_separator_new, "gtk_separator_new", LIBRARY.GTK); 3114 3115 // gtk.Scrollbar 3116 3117 Linker.link(gtk_scrollbar_new, "gtk_scrollbar_new", LIBRARY.GTK); 3118 3119 // gtk.ScrolledWindow 3120 3121 Linker.link(gtk_scrolled_window_new, "gtk_scrolled_window_new", LIBRARY.GTK); 3122 Linker.link(gtk_scrolled_window_get_hadjustment, "gtk_scrolled_window_get_hadjustment", LIBRARY.GTK); 3123 Linker.link(gtk_scrolled_window_get_vadjustment, "gtk_scrolled_window_get_vadjustment", LIBRARY.GTK); 3124 Linker.link(gtk_scrolled_window_get_hscrollbar, "gtk_scrolled_window_get_hscrollbar", LIBRARY.GTK); 3125 Linker.link(gtk_scrolled_window_get_vscrollbar, "gtk_scrolled_window_get_vscrollbar", LIBRARY.GTK); 3126 Linker.link(gtk_scrolled_window_set_policy, "gtk_scrolled_window_set_policy", LIBRARY.GTK); 3127 Linker.link(gtk_scrolled_window_add_with_viewport, "gtk_scrolled_window_add_with_viewport", LIBRARY.GTK); 3128 Linker.link(gtk_scrolled_window_set_placement, "gtk_scrolled_window_set_placement", LIBRARY.GTK); 3129 Linker.link(gtk_scrolled_window_unset_placement, "gtk_scrolled_window_unset_placement", LIBRARY.GTK); 3130 Linker.link(gtk_scrolled_window_set_shadow_type, "gtk_scrolled_window_set_shadow_type", LIBRARY.GTK); 3131 Linker.link(gtk_scrolled_window_set_hadjustment, "gtk_scrolled_window_set_hadjustment", LIBRARY.GTK); 3132 Linker.link(gtk_scrolled_window_set_vadjustment, "gtk_scrolled_window_set_vadjustment", LIBRARY.GTK); 3133 Linker.link(gtk_scrolled_window_get_placement, "gtk_scrolled_window_get_placement", LIBRARY.GTK); 3134 Linker.link(gtk_scrolled_window_get_policy, "gtk_scrolled_window_get_policy", LIBRARY.GTK); 3135 Linker.link(gtk_scrolled_window_get_shadow_type, "gtk_scrolled_window_get_shadow_type", LIBRARY.GTK); 3136 Linker.link(gtk_scrolled_window_get_min_content_width, "gtk_scrolled_window_get_min_content_width", LIBRARY.GTK); 3137 Linker.link(gtk_scrolled_window_set_min_content_width, "gtk_scrolled_window_set_min_content_width", LIBRARY.GTK); 3138 Linker.link(gtk_scrolled_window_get_min_content_height, "gtk_scrolled_window_get_min_content_height", LIBRARY.GTK); 3139 Linker.link(gtk_scrolled_window_set_min_content_height, "gtk_scrolled_window_set_min_content_height", LIBRARY.GTK); 3140 Linker.link(gtk_scrolled_window_set_kinetic_scrolling, "gtk_scrolled_window_set_kinetic_scrolling", LIBRARY.GTK); 3141 Linker.link(gtk_scrolled_window_get_kinetic_scrolling, "gtk_scrolled_window_get_kinetic_scrolling", LIBRARY.GTK); 3142 Linker.link(gtk_scrolled_window_set_capture_button_press, "gtk_scrolled_window_set_capture_button_press", LIBRARY.GTK); 3143 Linker.link(gtk_scrolled_window_get_capture_button_press, "gtk_scrolled_window_get_capture_button_press", LIBRARY.GTK); 3144 3145 // gtk.ScrollableT 3146 3147 3148 // gtk.ScrollableT 3149 3150 Linker.link(gtk_scrollable_get_hadjustment, "gtk_scrollable_get_hadjustment", LIBRARY.GTK); 3151 Linker.link(gtk_scrollable_set_hadjustment, "gtk_scrollable_set_hadjustment", LIBRARY.GTK); 3152 Linker.link(gtk_scrollable_get_vadjustment, "gtk_scrollable_get_vadjustment", LIBRARY.GTK); 3153 Linker.link(gtk_scrollable_set_vadjustment, "gtk_scrollable_set_vadjustment", LIBRARY.GTK); 3154 Linker.link(gtk_scrollable_get_hscroll_policy, "gtk_scrollable_get_hscroll_policy", LIBRARY.GTK); 3155 Linker.link(gtk_scrollable_set_hscroll_policy, "gtk_scrollable_set_hscroll_policy", LIBRARY.GTK); 3156 Linker.link(gtk_scrollable_get_vscroll_policy, "gtk_scrollable_get_vscroll_policy", LIBRARY.GTK); 3157 Linker.link(gtk_scrollable_set_vscroll_policy, "gtk_scrollable_set_vscroll_policy", LIBRARY.GTK); 3158 3159 // gtk.PrintOperation 3160 3161 Linker.link(gtk_print_operation_new, "gtk_print_operation_new", LIBRARY.GTK); 3162 Linker.link(gtk_print_operation_set_allow_async, "gtk_print_operation_set_allow_async", LIBRARY.GTK); 3163 Linker.link(gtk_print_operation_get_error, "gtk_print_operation_get_error", LIBRARY.GTK); 3164 Linker.link(gtk_print_operation_set_default_page_setup, "gtk_print_operation_set_default_page_setup", LIBRARY.GTK); 3165 Linker.link(gtk_print_operation_get_default_page_setup, "gtk_print_operation_get_default_page_setup", LIBRARY.GTK); 3166 Linker.link(gtk_print_operation_set_print_settings, "gtk_print_operation_set_print_settings", LIBRARY.GTK); 3167 Linker.link(gtk_print_operation_get_print_settings, "gtk_print_operation_get_print_settings", LIBRARY.GTK); 3168 Linker.link(gtk_print_operation_set_job_name, "gtk_print_operation_set_job_name", LIBRARY.GTK); 3169 Linker.link(gtk_print_operation_set_n_pages, "gtk_print_operation_set_n_pages", LIBRARY.GTK); 3170 Linker.link(gtk_print_operation_get_n_pages_to_print, "gtk_print_operation_get_n_pages_to_print", LIBRARY.GTK); 3171 Linker.link(gtk_print_operation_set_current_page, "gtk_print_operation_set_current_page", LIBRARY.GTK); 3172 Linker.link(gtk_print_operation_set_use_full_page, "gtk_print_operation_set_use_full_page", LIBRARY.GTK); 3173 Linker.link(gtk_print_operation_set_unit, "gtk_print_operation_set_unit", LIBRARY.GTK); 3174 Linker.link(gtk_print_operation_set_export_filename, "gtk_print_operation_set_export_filename", LIBRARY.GTK); 3175 Linker.link(gtk_print_operation_set_show_progress, "gtk_print_operation_set_show_progress", LIBRARY.GTK); 3176 Linker.link(gtk_print_operation_set_track_print_status, "gtk_print_operation_set_track_print_status", LIBRARY.GTK); 3177 Linker.link(gtk_print_operation_set_custom_tab_label, "gtk_print_operation_set_custom_tab_label", LIBRARY.GTK); 3178 Linker.link(gtk_print_operation_run, "gtk_print_operation_run", LIBRARY.GTK); 3179 Linker.link(gtk_print_operation_cancel, "gtk_print_operation_cancel", LIBRARY.GTK); 3180 Linker.link(gtk_print_operation_draw_page_finish, "gtk_print_operation_draw_page_finish", LIBRARY.GTK); 3181 Linker.link(gtk_print_operation_set_defer_drawing, "gtk_print_operation_set_defer_drawing", LIBRARY.GTK); 3182 Linker.link(gtk_print_operation_get_status, "gtk_print_operation_get_status", LIBRARY.GTK); 3183 Linker.link(gtk_print_operation_get_status_string, "gtk_print_operation_get_status_string", LIBRARY.GTK); 3184 Linker.link(gtk_print_operation_is_finished, "gtk_print_operation_is_finished", LIBRARY.GTK); 3185 Linker.link(gtk_print_operation_set_support_selection, "gtk_print_operation_set_support_selection", LIBRARY.GTK); 3186 Linker.link(gtk_print_operation_get_support_selection, "gtk_print_operation_get_support_selection", LIBRARY.GTK); 3187 Linker.link(gtk_print_operation_set_has_selection, "gtk_print_operation_set_has_selection", LIBRARY.GTK); 3188 Linker.link(gtk_print_operation_get_has_selection, "gtk_print_operation_get_has_selection", LIBRARY.GTK); 3189 Linker.link(gtk_print_operation_set_embed_page_setup, "gtk_print_operation_set_embed_page_setup", LIBRARY.GTK); 3190 Linker.link(gtk_print_operation_get_embed_page_setup, "gtk_print_operation_get_embed_page_setup", LIBRARY.GTK); 3191 Linker.link(gtk_print_run_page_setup_dialog, "gtk_print_run_page_setup_dialog", LIBRARY.GTK); 3192 Linker.link(gtk_print_run_page_setup_dialog_async, "gtk_print_run_page_setup_dialog_async", LIBRARY.GTK); 3193 3194 // gtk.PrintOperationPreviewT 3195 3196 3197 // gtk.PrintOperationPreviewT 3198 3199 Linker.link(gtk_print_operation_preview_end_preview, "gtk_print_operation_preview_end_preview", LIBRARY.GTK); 3200 Linker.link(gtk_print_operation_preview_is_selected, "gtk_print_operation_preview_is_selected", LIBRARY.GTK); 3201 Linker.link(gtk_print_operation_preview_render_page, "gtk_print_operation_preview_render_page", LIBRARY.GTK); 3202 3203 // gtk.PrintContext 3204 3205 Linker.link(gtk_print_context_get_cairo_context, "gtk_print_context_get_cairo_context", LIBRARY.GTK); 3206 Linker.link(gtk_print_context_set_cairo_context, "gtk_print_context_set_cairo_context", LIBRARY.GTK); 3207 Linker.link(gtk_print_context_get_page_setup, "gtk_print_context_get_page_setup", LIBRARY.GTK); 3208 Linker.link(gtk_print_context_get_width, "gtk_print_context_get_width", LIBRARY.GTK); 3209 Linker.link(gtk_print_context_get_height, "gtk_print_context_get_height", LIBRARY.GTK); 3210 Linker.link(gtk_print_context_get_dpi_x, "gtk_print_context_get_dpi_x", LIBRARY.GTK); 3211 Linker.link(gtk_print_context_get_dpi_y, "gtk_print_context_get_dpi_y", LIBRARY.GTK); 3212 Linker.link(gtk_print_context_get_pango_fontmap, "gtk_print_context_get_pango_fontmap", LIBRARY.GTK); 3213 Linker.link(gtk_print_context_create_pango_context, "gtk_print_context_create_pango_context", LIBRARY.GTK); 3214 Linker.link(gtk_print_context_create_pango_layout, "gtk_print_context_create_pango_layout", LIBRARY.GTK); 3215 Linker.link(gtk_print_context_get_hard_margins, "gtk_print_context_get_hard_margins", LIBRARY.GTK); 3216 3217 // gtk.PrintSettings 3218 3219 Linker.link(gtk_print_settings_new, "gtk_print_settings_new", LIBRARY.GTK); 3220 Linker.link(gtk_print_settings_copy, "gtk_print_settings_copy", LIBRARY.GTK); 3221 Linker.link(gtk_print_settings_has_key, "gtk_print_settings_has_key", LIBRARY.GTK); 3222 Linker.link(gtk_print_settings_get, "gtk_print_settings_get", LIBRARY.GTK); 3223 Linker.link(gtk_print_settings_set, "gtk_print_settings_set", LIBRARY.GTK); 3224 Linker.link(gtk_print_settings_unset, "gtk_print_settings_unset", LIBRARY.GTK); 3225 Linker.link(gtk_print_settings_foreach, "gtk_print_settings_foreach", LIBRARY.GTK); 3226 Linker.link(gtk_print_settings_get_bool, "gtk_print_settings_get_bool", LIBRARY.GTK); 3227 Linker.link(gtk_print_settings_set_bool, "gtk_print_settings_set_bool", LIBRARY.GTK); 3228 Linker.link(gtk_print_settings_get_double, "gtk_print_settings_get_double", LIBRARY.GTK); 3229 Linker.link(gtk_print_settings_get_double_with_default, "gtk_print_settings_get_double_with_default", LIBRARY.GTK); 3230 Linker.link(gtk_print_settings_set_double, "gtk_print_settings_set_double", LIBRARY.GTK); 3231 Linker.link(gtk_print_settings_get_length, "gtk_print_settings_get_length", LIBRARY.GTK); 3232 Linker.link(gtk_print_settings_set_length, "gtk_print_settings_set_length", LIBRARY.GTK); 3233 Linker.link(gtk_print_settings_get_int, "gtk_print_settings_get_int", LIBRARY.GTK); 3234 Linker.link(gtk_print_settings_get_int_with_default, "gtk_print_settings_get_int_with_default", LIBRARY.GTK); 3235 Linker.link(gtk_print_settings_set_int, "gtk_print_settings_set_int", LIBRARY.GTK); 3236 Linker.link(gtk_print_settings_get_printer, "gtk_print_settings_get_printer", LIBRARY.GTK); 3237 Linker.link(gtk_print_settings_set_printer, "gtk_print_settings_set_printer", LIBRARY.GTK); 3238 Linker.link(gtk_print_settings_get_orientation, "gtk_print_settings_get_orientation", LIBRARY.GTK); 3239 Linker.link(gtk_print_settings_set_orientation, "gtk_print_settings_set_orientation", LIBRARY.GTK); 3240 Linker.link(gtk_print_settings_get_paper_size, "gtk_print_settings_get_paper_size", LIBRARY.GTK); 3241 Linker.link(gtk_print_settings_set_paper_size, "gtk_print_settings_set_paper_size", LIBRARY.GTK); 3242 Linker.link(gtk_print_settings_get_paper_width, "gtk_print_settings_get_paper_width", LIBRARY.GTK); 3243 Linker.link(gtk_print_settings_set_paper_width, "gtk_print_settings_set_paper_width", LIBRARY.GTK); 3244 Linker.link(gtk_print_settings_get_paper_height, "gtk_print_settings_get_paper_height", LIBRARY.GTK); 3245 Linker.link(gtk_print_settings_set_paper_height, "gtk_print_settings_set_paper_height", LIBRARY.GTK); 3246 Linker.link(gtk_print_settings_get_use_color, "gtk_print_settings_get_use_color", LIBRARY.GTK); 3247 Linker.link(gtk_print_settings_set_use_color, "gtk_print_settings_set_use_color", LIBRARY.GTK); 3248 Linker.link(gtk_print_settings_get_collate, "gtk_print_settings_get_collate", LIBRARY.GTK); 3249 Linker.link(gtk_print_settings_set_collate, "gtk_print_settings_set_collate", LIBRARY.GTK); 3250 Linker.link(gtk_print_settings_get_reverse, "gtk_print_settings_get_reverse", LIBRARY.GTK); 3251 Linker.link(gtk_print_settings_set_reverse, "gtk_print_settings_set_reverse", LIBRARY.GTK); 3252 Linker.link(gtk_print_settings_get_duplex, "gtk_print_settings_get_duplex", LIBRARY.GTK); 3253 Linker.link(gtk_print_settings_set_duplex, "gtk_print_settings_set_duplex", LIBRARY.GTK); 3254 Linker.link(gtk_print_settings_get_quality, "gtk_print_settings_get_quality", LIBRARY.GTK); 3255 Linker.link(gtk_print_settings_set_quality, "gtk_print_settings_set_quality", LIBRARY.GTK); 3256 Linker.link(gtk_print_settings_get_n_copies, "gtk_print_settings_get_n_copies", LIBRARY.GTK); 3257 Linker.link(gtk_print_settings_set_n_copies, "gtk_print_settings_set_n_copies", LIBRARY.GTK); 3258 Linker.link(gtk_print_settings_get_number_up, "gtk_print_settings_get_number_up", LIBRARY.GTK); 3259 Linker.link(gtk_print_settings_set_number_up, "gtk_print_settings_set_number_up", LIBRARY.GTK); 3260 Linker.link(gtk_print_settings_get_number_up_layout, "gtk_print_settings_get_number_up_layout", LIBRARY.GTK); 3261 Linker.link(gtk_print_settings_set_number_up_layout, "gtk_print_settings_set_number_up_layout", LIBRARY.GTK); 3262 Linker.link(gtk_print_settings_get_resolution, "gtk_print_settings_get_resolution", LIBRARY.GTK); 3263 Linker.link(gtk_print_settings_set_resolution, "gtk_print_settings_set_resolution", LIBRARY.GTK); 3264 Linker.link(gtk_print_settings_set_resolution_xy, "gtk_print_settings_set_resolution_xy", LIBRARY.GTK); 3265 Linker.link(gtk_print_settings_get_resolution_x, "gtk_print_settings_get_resolution_x", LIBRARY.GTK); 3266 Linker.link(gtk_print_settings_get_resolution_y, "gtk_print_settings_get_resolution_y", LIBRARY.GTK); 3267 Linker.link(gtk_print_settings_get_printer_lpi, "gtk_print_settings_get_printer_lpi", LIBRARY.GTK); 3268 Linker.link(gtk_print_settings_set_printer_lpi, "gtk_print_settings_set_printer_lpi", LIBRARY.GTK); 3269 Linker.link(gtk_print_settings_get_scale, "gtk_print_settings_get_scale", LIBRARY.GTK); 3270 Linker.link(gtk_print_settings_set_scale, "gtk_print_settings_set_scale", LIBRARY.GTK); 3271 Linker.link(gtk_print_settings_get_print_pages, "gtk_print_settings_get_print_pages", LIBRARY.GTK); 3272 Linker.link(gtk_print_settings_set_print_pages, "gtk_print_settings_set_print_pages", LIBRARY.GTK); 3273 Linker.link(gtk_print_settings_get_page_ranges, "gtk_print_settings_get_page_ranges", LIBRARY.GTK); 3274 Linker.link(gtk_print_settings_set_page_ranges, "gtk_print_settings_set_page_ranges", LIBRARY.GTK); 3275 Linker.link(gtk_print_settings_get_page_set, "gtk_print_settings_get_page_set", LIBRARY.GTK); 3276 Linker.link(gtk_print_settings_set_page_set, "gtk_print_settings_set_page_set", LIBRARY.GTK); 3277 Linker.link(gtk_print_settings_get_default_source, "gtk_print_settings_get_default_source", LIBRARY.GTK); 3278 Linker.link(gtk_print_settings_set_default_source, "gtk_print_settings_set_default_source", LIBRARY.GTK); 3279 Linker.link(gtk_print_settings_get_media_type, "gtk_print_settings_get_media_type", LIBRARY.GTK); 3280 Linker.link(gtk_print_settings_set_media_type, "gtk_print_settings_set_media_type", LIBRARY.GTK); 3281 Linker.link(gtk_print_settings_get_dither, "gtk_print_settings_get_dither", LIBRARY.GTK); 3282 Linker.link(gtk_print_settings_set_dither, "gtk_print_settings_set_dither", LIBRARY.GTK); 3283 Linker.link(gtk_print_settings_get_finishings, "gtk_print_settings_get_finishings", LIBRARY.GTK); 3284 Linker.link(gtk_print_settings_set_finishings, "gtk_print_settings_set_finishings", LIBRARY.GTK); 3285 Linker.link(gtk_print_settings_get_output_bin, "gtk_print_settings_get_output_bin", LIBRARY.GTK); 3286 Linker.link(gtk_print_settings_set_output_bin, "gtk_print_settings_set_output_bin", LIBRARY.GTK); 3287 Linker.link(gtk_print_settings_new_from_file, "gtk_print_settings_new_from_file", LIBRARY.GTK); 3288 Linker.link(gtk_print_settings_new_from_key_file, "gtk_print_settings_new_from_key_file", LIBRARY.GTK); 3289 Linker.link(gtk_print_settings_load_file, "gtk_print_settings_load_file", LIBRARY.GTK); 3290 Linker.link(gtk_print_settings_load_key_file, "gtk_print_settings_load_key_file", LIBRARY.GTK); 3291 Linker.link(gtk_print_settings_to_file, "gtk_print_settings_to_file", LIBRARY.GTK); 3292 Linker.link(gtk_print_settings_to_key_file, "gtk_print_settings_to_key_file", LIBRARY.GTK); 3293 3294 // gtk.PageSetup 3295 3296 Linker.link(gtk_page_setup_new, "gtk_page_setup_new", LIBRARY.GTK); 3297 Linker.link(gtk_page_setup_copy, "gtk_page_setup_copy", LIBRARY.GTK); 3298 Linker.link(gtk_page_setup_get_orientation, "gtk_page_setup_get_orientation", LIBRARY.GTK); 3299 Linker.link(gtk_page_setup_set_orientation, "gtk_page_setup_set_orientation", LIBRARY.GTK); 3300 Linker.link(gtk_page_setup_get_paper_size, "gtk_page_setup_get_paper_size", LIBRARY.GTK); 3301 Linker.link(gtk_page_setup_set_paper_size, "gtk_page_setup_set_paper_size", LIBRARY.GTK); 3302 Linker.link(gtk_page_setup_get_top_margin, "gtk_page_setup_get_top_margin", LIBRARY.GTK); 3303 Linker.link(gtk_page_setup_set_top_margin, "gtk_page_setup_set_top_margin", LIBRARY.GTK); 3304 Linker.link(gtk_page_setup_get_bottom_margin, "gtk_page_setup_get_bottom_margin", LIBRARY.GTK); 3305 Linker.link(gtk_page_setup_set_bottom_margin, "gtk_page_setup_set_bottom_margin", LIBRARY.GTK); 3306 Linker.link(gtk_page_setup_get_left_margin, "gtk_page_setup_get_left_margin", LIBRARY.GTK); 3307 Linker.link(gtk_page_setup_set_left_margin, "gtk_page_setup_set_left_margin", LIBRARY.GTK); 3308 Linker.link(gtk_page_setup_get_right_margin, "gtk_page_setup_get_right_margin", LIBRARY.GTK); 3309 Linker.link(gtk_page_setup_set_right_margin, "gtk_page_setup_set_right_margin", LIBRARY.GTK); 3310 Linker.link(gtk_page_setup_set_paper_size_and_default_margins, "gtk_page_setup_set_paper_size_and_default_margins", LIBRARY.GTK); 3311 Linker.link(gtk_page_setup_get_paper_width, "gtk_page_setup_get_paper_width", LIBRARY.GTK); 3312 Linker.link(gtk_page_setup_get_paper_height, "gtk_page_setup_get_paper_height", LIBRARY.GTK); 3313 Linker.link(gtk_page_setup_get_page_width, "gtk_page_setup_get_page_width", LIBRARY.GTK); 3314 Linker.link(gtk_page_setup_get_page_height, "gtk_page_setup_get_page_height", LIBRARY.GTK); 3315 Linker.link(gtk_page_setup_new_from_file, "gtk_page_setup_new_from_file", LIBRARY.GTK); 3316 Linker.link(gtk_page_setup_new_from_key_file, "gtk_page_setup_new_from_key_file", LIBRARY.GTK); 3317 Linker.link(gtk_page_setup_load_file, "gtk_page_setup_load_file", LIBRARY.GTK); 3318 Linker.link(gtk_page_setup_load_key_file, "gtk_page_setup_load_key_file", LIBRARY.GTK); 3319 Linker.link(gtk_page_setup_to_file, "gtk_page_setup_to_file", LIBRARY.GTK); 3320 Linker.link(gtk_page_setup_to_key_file, "gtk_page_setup_to_key_file", LIBRARY.GTK); 3321 3322 // gtk.PaperSize 3323 3324 Linker.link(gtk_paper_size_new, "gtk_paper_size_new", LIBRARY.GTK); 3325 Linker.link(gtk_paper_size_new_from_ppd, "gtk_paper_size_new_from_ppd", LIBRARY.GTK); 3326 Linker.link(gtk_paper_size_new_custom, "gtk_paper_size_new_custom", LIBRARY.GTK); 3327 Linker.link(gtk_paper_size_copy, "gtk_paper_size_copy", LIBRARY.GTK); 3328 Linker.link(gtk_paper_size_free, "gtk_paper_size_free", LIBRARY.GTK); 3329 Linker.link(gtk_paper_size_is_equal, "gtk_paper_size_is_equal", LIBRARY.GTK); 3330 Linker.link(gtk_paper_size_get_paper_sizes, "gtk_paper_size_get_paper_sizes", LIBRARY.GTK); 3331 Linker.link(gtk_paper_size_get_name, "gtk_paper_size_get_name", LIBRARY.GTK); 3332 Linker.link(gtk_paper_size_get_display_name, "gtk_paper_size_get_display_name", LIBRARY.GTK); 3333 Linker.link(gtk_paper_size_get_ppd_name, "gtk_paper_size_get_ppd_name", LIBRARY.GTK); 3334 Linker.link(gtk_paper_size_get_width, "gtk_paper_size_get_width", LIBRARY.GTK); 3335 Linker.link(gtk_paper_size_get_height, "gtk_paper_size_get_height", LIBRARY.GTK); 3336 Linker.link(gtk_paper_size_is_custom, "gtk_paper_size_is_custom", LIBRARY.GTK); 3337 Linker.link(gtk_paper_size_set_size, "gtk_paper_size_set_size", LIBRARY.GTK); 3338 Linker.link(gtk_paper_size_get_default_top_margin, "gtk_paper_size_get_default_top_margin", LIBRARY.GTK); 3339 Linker.link(gtk_paper_size_get_default_bottom_margin, "gtk_paper_size_get_default_bottom_margin", LIBRARY.GTK); 3340 Linker.link(gtk_paper_size_get_default_left_margin, "gtk_paper_size_get_default_left_margin", LIBRARY.GTK); 3341 Linker.link(gtk_paper_size_get_default_right_margin, "gtk_paper_size_get_default_right_margin", LIBRARY.GTK); 3342 Linker.link(gtk_paper_size_get_default, "gtk_paper_size_get_default", LIBRARY.GTK); 3343 Linker.link(gtk_paper_size_new_from_key_file, "gtk_paper_size_new_from_key_file", LIBRARY.GTK); 3344 Linker.link(gtk_paper_size_to_key_file, "gtk_paper_size_to_key_file", LIBRARY.GTK); 3345 3346 // gtk.Printer 3347 3348 Linker.link(gtk_printer_new, "gtk_printer_new", LIBRARY.GTK); 3349 Linker.link(gtk_printer_get_backend, "gtk_printer_get_backend", LIBRARY.GTK); 3350 Linker.link(gtk_printer_get_name, "gtk_printer_get_name", LIBRARY.GTK); 3351 Linker.link(gtk_printer_get_state_message, "gtk_printer_get_state_message", LIBRARY.GTK); 3352 Linker.link(gtk_printer_get_description, "gtk_printer_get_description", LIBRARY.GTK); 3353 Linker.link(gtk_printer_get_location, "gtk_printer_get_location", LIBRARY.GTK); 3354 Linker.link(gtk_printer_get_icon_name, "gtk_printer_get_icon_name", LIBRARY.GTK); 3355 Linker.link(gtk_printer_get_job_count, "gtk_printer_get_job_count", LIBRARY.GTK); 3356 Linker.link(gtk_printer_is_active, "gtk_printer_is_active", LIBRARY.GTK); 3357 Linker.link(gtk_printer_is_paused, "gtk_printer_is_paused", LIBRARY.GTK); 3358 Linker.link(gtk_printer_is_accepting_jobs, "gtk_printer_is_accepting_jobs", LIBRARY.GTK); 3359 Linker.link(gtk_printer_is_virtual, "gtk_printer_is_virtual", LIBRARY.GTK); 3360 Linker.link(gtk_printer_is_default, "gtk_printer_is_default", LIBRARY.GTK); 3361 Linker.link(gtk_printer_accepts_ps, "gtk_printer_accepts_ps", LIBRARY.GTK); 3362 Linker.link(gtk_printer_accepts_pdf, "gtk_printer_accepts_pdf", LIBRARY.GTK); 3363 Linker.link(gtk_printer_list_papers, "gtk_printer_list_papers", LIBRARY.GTK); 3364 Linker.link(gtk_printer_compare, "gtk_printer_compare", LIBRARY.GTK); 3365 Linker.link(gtk_printer_has_details, "gtk_printer_has_details", LIBRARY.GTK); 3366 Linker.link(gtk_printer_request_details, "gtk_printer_request_details", LIBRARY.GTK); 3367 Linker.link(gtk_printer_get_capabilities, "gtk_printer_get_capabilities", LIBRARY.GTK); 3368 Linker.link(gtk_printer_get_default_page_size, "gtk_printer_get_default_page_size", LIBRARY.GTK); 3369 Linker.link(gtk_printer_get_hard_margins, "gtk_printer_get_hard_margins", LIBRARY.GTK); 3370 Linker.link(gtk_enumerate_printers, "gtk_enumerate_printers", LIBRARY.GTK); 3371 3372 // gtk.PrintJob 3373 3374 Linker.link(gtk_print_job_new, "gtk_print_job_new", LIBRARY.GTK); 3375 Linker.link(gtk_print_job_get_settings, "gtk_print_job_get_settings", LIBRARY.GTK); 3376 Linker.link(gtk_print_job_get_printer, "gtk_print_job_get_printer", LIBRARY.GTK); 3377 Linker.link(gtk_print_job_get_title, "gtk_print_job_get_title", LIBRARY.GTK); 3378 Linker.link(gtk_print_job_get_status, "gtk_print_job_get_status", LIBRARY.GTK); 3379 Linker.link(gtk_print_job_set_source_file, "gtk_print_job_set_source_file", LIBRARY.GTK); 3380 Linker.link(gtk_print_job_get_surface, "gtk_print_job_get_surface", LIBRARY.GTK); 3381 Linker.link(gtk_print_job_send, "gtk_print_job_send", LIBRARY.GTK); 3382 Linker.link(gtk_print_job_set_track_print_status, "gtk_print_job_set_track_print_status", LIBRARY.GTK); 3383 Linker.link(gtk_print_job_get_track_print_status, "gtk_print_job_get_track_print_status", LIBRARY.GTK); 3384 Linker.link(gtk_print_job_get_pages, "gtk_print_job_get_pages", LIBRARY.GTK); 3385 Linker.link(gtk_print_job_set_pages, "gtk_print_job_set_pages", LIBRARY.GTK); 3386 Linker.link(gtk_print_job_get_page_ranges, "gtk_print_job_get_page_ranges", LIBRARY.GTK); 3387 Linker.link(gtk_print_job_set_page_ranges, "gtk_print_job_set_page_ranges", LIBRARY.GTK); 3388 Linker.link(gtk_print_job_get_page_set, "gtk_print_job_get_page_set", LIBRARY.GTK); 3389 Linker.link(gtk_print_job_set_page_set, "gtk_print_job_set_page_set", LIBRARY.GTK); 3390 Linker.link(gtk_print_job_get_num_copies, "gtk_print_job_get_num_copies", LIBRARY.GTK); 3391 Linker.link(gtk_print_job_set_num_copies, "gtk_print_job_set_num_copies", LIBRARY.GTK); 3392 Linker.link(gtk_print_job_get_scale, "gtk_print_job_get_scale", LIBRARY.GTK); 3393 Linker.link(gtk_print_job_set_scale, "gtk_print_job_set_scale", LIBRARY.GTK); 3394 Linker.link(gtk_print_job_get_n_up, "gtk_print_job_get_n_up", LIBRARY.GTK); 3395 Linker.link(gtk_print_job_set_n_up, "gtk_print_job_set_n_up", LIBRARY.GTK); 3396 Linker.link(gtk_print_job_get_n_up_layout, "gtk_print_job_get_n_up_layout", LIBRARY.GTK); 3397 Linker.link(gtk_print_job_set_n_up_layout, "gtk_print_job_set_n_up_layout", LIBRARY.GTK); 3398 Linker.link(gtk_print_job_get_rotate, "gtk_print_job_get_rotate", LIBRARY.GTK); 3399 Linker.link(gtk_print_job_set_rotate, "gtk_print_job_set_rotate", LIBRARY.GTK); 3400 Linker.link(gtk_print_job_get_collate, "gtk_print_job_get_collate", LIBRARY.GTK); 3401 Linker.link(gtk_print_job_set_collate, "gtk_print_job_set_collate", LIBRARY.GTK); 3402 Linker.link(gtk_print_job_get_reverse, "gtk_print_job_get_reverse", LIBRARY.GTK); 3403 Linker.link(gtk_print_job_set_reverse, "gtk_print_job_set_reverse", LIBRARY.GTK); 3404 3405 // gtk.PrintUnixDialog 3406 3407 Linker.link(gtk_print_unix_dialog_new, "gtk_print_unix_dialog_new", LIBRARY.GTK); 3408 Linker.link(gtk_print_unix_dialog_set_page_setup, "gtk_print_unix_dialog_set_page_setup", LIBRARY.GTK); 3409 Linker.link(gtk_print_unix_dialog_get_page_setup, "gtk_print_unix_dialog_get_page_setup", LIBRARY.GTK); 3410 Linker.link(gtk_print_unix_dialog_set_current_page, "gtk_print_unix_dialog_set_current_page", LIBRARY.GTK); 3411 Linker.link(gtk_print_unix_dialog_get_current_page, "gtk_print_unix_dialog_get_current_page", LIBRARY.GTK); 3412 Linker.link(gtk_print_unix_dialog_set_settings, "gtk_print_unix_dialog_set_settings", LIBRARY.GTK); 3413 Linker.link(gtk_print_unix_dialog_get_settings, "gtk_print_unix_dialog_get_settings", LIBRARY.GTK); 3414 Linker.link(gtk_print_unix_dialog_get_selected_printer, "gtk_print_unix_dialog_get_selected_printer", LIBRARY.GTK); 3415 Linker.link(gtk_print_unix_dialog_add_custom_tab, "gtk_print_unix_dialog_add_custom_tab", LIBRARY.GTK); 3416 Linker.link(gtk_print_unix_dialog_set_support_selection, "gtk_print_unix_dialog_set_support_selection", LIBRARY.GTK); 3417 Linker.link(gtk_print_unix_dialog_get_support_selection, "gtk_print_unix_dialog_get_support_selection", LIBRARY.GTK); 3418 Linker.link(gtk_print_unix_dialog_set_has_selection, "gtk_print_unix_dialog_set_has_selection", LIBRARY.GTK); 3419 Linker.link(gtk_print_unix_dialog_get_has_selection, "gtk_print_unix_dialog_get_has_selection", LIBRARY.GTK); 3420 Linker.link(gtk_print_unix_dialog_set_embed_page_setup, "gtk_print_unix_dialog_set_embed_page_setup", LIBRARY.GTK); 3421 Linker.link(gtk_print_unix_dialog_get_embed_page_setup, "gtk_print_unix_dialog_get_embed_page_setup", LIBRARY.GTK); 3422 Linker.link(gtk_print_unix_dialog_get_page_setup_set, "gtk_print_unix_dialog_get_page_setup_set", LIBRARY.GTK); 3423 Linker.link(gtk_print_unix_dialog_set_manual_capabilities, "gtk_print_unix_dialog_set_manual_capabilities", LIBRARY.GTK); 3424 Linker.link(gtk_print_unix_dialog_get_manual_capabilities, "gtk_print_unix_dialog_get_manual_capabilities", LIBRARY.GTK); 3425 3426 // gtk.PageSetupUnixDialog 3427 3428 Linker.link(gtk_page_setup_unix_dialog_new, "gtk_page_setup_unix_dialog_new", LIBRARY.GTK); 3429 Linker.link(gtk_page_setup_unix_dialog_set_page_setup, "gtk_page_setup_unix_dialog_set_page_setup", LIBRARY.GTK); 3430 Linker.link(gtk_page_setup_unix_dialog_get_page_setup, "gtk_page_setup_unix_dialog_get_page_setup", LIBRARY.GTK); 3431 Linker.link(gtk_page_setup_unix_dialog_set_print_settings, "gtk_page_setup_unix_dialog_set_print_settings", LIBRARY.GTK); 3432 Linker.link(gtk_page_setup_unix_dialog_get_print_settings, "gtk_page_setup_unix_dialog_get_print_settings", LIBRARY.GTK); 3433 3434 // gtk.Adjustment 3435 3436 Linker.link(gtk_adjustment_new, "gtk_adjustment_new", LIBRARY.GTK); 3437 Linker.link(gtk_adjustment_get_value, "gtk_adjustment_get_value", LIBRARY.GTK); 3438 Linker.link(gtk_adjustment_set_value, "gtk_adjustment_set_value", LIBRARY.GTK); 3439 Linker.link(gtk_adjustment_clamp_page, "gtk_adjustment_clamp_page", LIBRARY.GTK); 3440 Linker.link(gtk_adjustment_changed, "gtk_adjustment_changed", LIBRARY.GTK); 3441 Linker.link(gtk_adjustment_value_changed, "gtk_adjustment_value_changed", LIBRARY.GTK); 3442 Linker.link(gtk_adjustment_configure, "gtk_adjustment_configure", LIBRARY.GTK); 3443 Linker.link(gtk_adjustment_get_lower, "gtk_adjustment_get_lower", LIBRARY.GTK); 3444 Linker.link(gtk_adjustment_get_page_increment, "gtk_adjustment_get_page_increment", LIBRARY.GTK); 3445 Linker.link(gtk_adjustment_get_page_size, "gtk_adjustment_get_page_size", LIBRARY.GTK); 3446 Linker.link(gtk_adjustment_get_step_increment, "gtk_adjustment_get_step_increment", LIBRARY.GTK); 3447 Linker.link(gtk_adjustment_get_minimum_increment, "gtk_adjustment_get_minimum_increment", LIBRARY.GTK); 3448 Linker.link(gtk_adjustment_get_upper, "gtk_adjustment_get_upper", LIBRARY.GTK); 3449 Linker.link(gtk_adjustment_set_lower, "gtk_adjustment_set_lower", LIBRARY.GTK); 3450 Linker.link(gtk_adjustment_set_page_increment, "gtk_adjustment_set_page_increment", LIBRARY.GTK); 3451 Linker.link(gtk_adjustment_set_page_size, "gtk_adjustment_set_page_size", LIBRARY.GTK); 3452 Linker.link(gtk_adjustment_set_step_increment, "gtk_adjustment_set_step_increment", LIBRARY.GTK); 3453 Linker.link(gtk_adjustment_set_upper, "gtk_adjustment_set_upper", LIBRARY.GTK); 3454 3455 // gtk.Arrow 3456 3457 Linker.link(gtk_arrow_new, "gtk_arrow_new", LIBRARY.GTK); 3458 Linker.link(gtk_arrow_set, "gtk_arrow_set", LIBRARY.GTK); 3459 3460 // gtk.Calendar 3461 3462 Linker.link(gtk_calendar_new, "gtk_calendar_new", LIBRARY.GTK); 3463 Linker.link(gtk_calendar_select_month, "gtk_calendar_select_month", LIBRARY.GTK); 3464 Linker.link(gtk_calendar_select_day, "gtk_calendar_select_day", LIBRARY.GTK); 3465 Linker.link(gtk_calendar_mark_day, "gtk_calendar_mark_day", LIBRARY.GTK); 3466 Linker.link(gtk_calendar_unmark_day, "gtk_calendar_unmark_day", LIBRARY.GTK); 3467 Linker.link(gtk_calendar_get_day_is_marked, "gtk_calendar_get_day_is_marked", LIBRARY.GTK); 3468 Linker.link(gtk_calendar_clear_marks, "gtk_calendar_clear_marks", LIBRARY.GTK); 3469 Linker.link(gtk_calendar_get_display_options, "gtk_calendar_get_display_options", LIBRARY.GTK); 3470 Linker.link(gtk_calendar_set_display_options, "gtk_calendar_set_display_options", LIBRARY.GTK); 3471 Linker.link(gtk_calendar_get_date, "gtk_calendar_get_date", LIBRARY.GTK); 3472 Linker.link(gtk_calendar_set_detail_func, "gtk_calendar_set_detail_func", LIBRARY.GTK); 3473 Linker.link(gtk_calendar_get_detail_width_chars, "gtk_calendar_get_detail_width_chars", LIBRARY.GTK); 3474 Linker.link(gtk_calendar_set_detail_width_chars, "gtk_calendar_set_detail_width_chars", LIBRARY.GTK); 3475 Linker.link(gtk_calendar_get_detail_height_rows, "gtk_calendar_get_detail_height_rows", LIBRARY.GTK); 3476 Linker.link(gtk_calendar_set_detail_height_rows, "gtk_calendar_set_detail_height_rows", LIBRARY.GTK); 3477 3478 // gtk.DrawingArea 3479 3480 Linker.link(gtk_drawing_area_new, "gtk_drawing_area_new", LIBRARY.GTK); 3481 3482 // gtk.EventBox 3483 3484 Linker.link(gtk_event_box_new, "gtk_event_box_new", LIBRARY.GTK); 3485 Linker.link(gtk_event_box_set_above_child, "gtk_event_box_set_above_child", LIBRARY.GTK); 3486 Linker.link(gtk_event_box_get_above_child, "gtk_event_box_get_above_child", LIBRARY.GTK); 3487 Linker.link(gtk_event_box_set_visible_window, "gtk_event_box_set_visible_window", LIBRARY.GTK); 3488 Linker.link(gtk_event_box_get_visible_window, "gtk_event_box_get_visible_window", LIBRARY.GTK); 3489 3490 // gtk.HandleBox 3491 3492 Linker.link(gtk_handle_box_new, "gtk_handle_box_new", LIBRARY.GTK); 3493 Linker.link(gtk_handle_box_set_shadow_type, "gtk_handle_box_set_shadow_type", LIBRARY.GTK); 3494 Linker.link(gtk_handle_box_set_handle_position, "gtk_handle_box_set_handle_position", LIBRARY.GTK); 3495 Linker.link(gtk_handle_box_set_snap_edge, "gtk_handle_box_set_snap_edge", LIBRARY.GTK); 3496 Linker.link(gtk_handle_box_get_handle_position, "gtk_handle_box_get_handle_position", LIBRARY.GTK); 3497 Linker.link(gtk_handle_box_get_shadow_type, "gtk_handle_box_get_shadow_type", LIBRARY.GTK); 3498 Linker.link(gtk_handle_box_get_snap_edge, "gtk_handle_box_get_snap_edge", LIBRARY.GTK); 3499 Linker.link(gtk_handle_box_get_child_detached, "gtk_handle_box_get_child_detached", LIBRARY.GTK); 3500 3501 // gtk.IMContextSimple 3502 3503 Linker.link(gtk_im_context_simple_new, "gtk_im_context_simple_new", LIBRARY.GTK); 3504 Linker.link(gtk_im_context_simple_add_table, "gtk_im_context_simple_add_table", LIBRARY.GTK); 3505 3506 // gtk.IMMulticontext 3507 3508 Linker.link(gtk_im_multicontext_new, "gtk_im_multicontext_new", LIBRARY.GTK); 3509 Linker.link(gtk_im_multicontext_append_menuitems, "gtk_im_multicontext_append_menuitems", LIBRARY.GTK); 3510 Linker.link(gtk_im_multicontext_get_context_id, "gtk_im_multicontext_get_context_id", LIBRARY.GTK); 3511 Linker.link(gtk_im_multicontext_set_context_id, "gtk_im_multicontext_set_context_id", LIBRARY.GTK); 3512 3513 // gtk.SizeGroup 3514 3515 Linker.link(gtk_size_group_new, "gtk_size_group_new", LIBRARY.GTK); 3516 Linker.link(gtk_size_group_set_mode, "gtk_size_group_set_mode", LIBRARY.GTK); 3517 Linker.link(gtk_size_group_get_mode, "gtk_size_group_get_mode", LIBRARY.GTK); 3518 Linker.link(gtk_size_group_set_ignore_hidden, "gtk_size_group_set_ignore_hidden", LIBRARY.GTK); 3519 Linker.link(gtk_size_group_get_ignore_hidden, "gtk_size_group_get_ignore_hidden", LIBRARY.GTK); 3520 Linker.link(gtk_size_group_add_widget, "gtk_size_group_add_widget", LIBRARY.GTK); 3521 Linker.link(gtk_size_group_remove_widget, "gtk_size_group_remove_widget", LIBRARY.GTK); 3522 Linker.link(gtk_size_group_get_widgets, "gtk_size_group_get_widgets", LIBRARY.GTK); 3523 3524 // gtk.Tooltip 3525 3526 Linker.link(gtk_tooltip_set_markup, "gtk_tooltip_set_markup", LIBRARY.GTK); 3527 Linker.link(gtk_tooltip_set_text, "gtk_tooltip_set_text", LIBRARY.GTK); 3528 Linker.link(gtk_tooltip_set_icon, "gtk_tooltip_set_icon", LIBRARY.GTK); 3529 Linker.link(gtk_tooltip_set_icon_from_stock, "gtk_tooltip_set_icon_from_stock", LIBRARY.GTK); 3530 Linker.link(gtk_tooltip_set_icon_from_icon_name, "gtk_tooltip_set_icon_from_icon_name", LIBRARY.GTK); 3531 Linker.link(gtk_tooltip_set_icon_from_gicon, "gtk_tooltip_set_icon_from_gicon", LIBRARY.GTK); 3532 Linker.link(gtk_tooltip_set_custom, "gtk_tooltip_set_custom", LIBRARY.GTK); 3533 Linker.link(gtk_tooltip_trigger_tooltip_query, "gtk_tooltip_trigger_tooltip_query", LIBRARY.GTK); 3534 Linker.link(gtk_tooltip_set_tip_area, "gtk_tooltip_set_tip_area", LIBRARY.GTK); 3535 3536 // gtk.Viewport 3537 3538 Linker.link(gtk_viewport_new, "gtk_viewport_new", LIBRARY.GTK); 3539 Linker.link(gtk_viewport_get_hadjustment, "gtk_viewport_get_hadjustment", LIBRARY.GTK); 3540 Linker.link(gtk_viewport_get_vadjustment, "gtk_viewport_get_vadjustment", LIBRARY.GTK); 3541 Linker.link(gtk_viewport_set_hadjustment, "gtk_viewport_set_hadjustment", LIBRARY.GTK); 3542 Linker.link(gtk_viewport_set_vadjustment, "gtk_viewport_set_vadjustment", LIBRARY.GTK); 3543 Linker.link(gtk_viewport_set_shadow_type, "gtk_viewport_set_shadow_type", LIBRARY.GTK); 3544 Linker.link(gtk_viewport_get_shadow_type, "gtk_viewport_get_shadow_type", LIBRARY.GTK); 3545 Linker.link(gtk_viewport_get_bin_window, "gtk_viewport_get_bin_window", LIBRARY.GTK); 3546 Linker.link(gtk_viewport_get_view_window, "gtk_viewport_get_view_window", LIBRARY.GTK); 3547 3548 // gtk.Accessible 3549 3550 Linker.link(gtk_accessible_connect_widget_destroyed, "gtk_accessible_connect_widget_destroyed", LIBRARY.GTK); 3551 Linker.link(gtk_accessible_get_widget, "gtk_accessible_get_widget", LIBRARY.GTK); 3552 Linker.link(gtk_accessible_set_widget, "gtk_accessible_set_widget", LIBRARY.GTK); 3553 3554 // gtk.Widget 3555 3556 Linker.link(gtk_widget_new, "gtk_widget_new", LIBRARY.GTK); 3557 Linker.link(gtk_widget_destroy, "gtk_widget_destroy", LIBRARY.GTK); 3558 Linker.link(gtk_widget_in_destruction, "gtk_widget_in_destruction", LIBRARY.GTK); 3559 Linker.link(gtk_widget_destroyed, "gtk_widget_destroyed", LIBRARY.GTK); 3560 Linker.link(gtk_widget_unparent, "gtk_widget_unparent", LIBRARY.GTK); 3561 Linker.link(gtk_widget_show, "gtk_widget_show", LIBRARY.GTK); 3562 Linker.link(gtk_widget_show_now, "gtk_widget_show_now", LIBRARY.GTK); 3563 Linker.link(gtk_widget_hide, "gtk_widget_hide", LIBRARY.GTK); 3564 Linker.link(gtk_widget_show_all, "gtk_widget_show_all", LIBRARY.GTK); 3565 Linker.link(gtk_widget_map, "gtk_widget_map", LIBRARY.GTK); 3566 Linker.link(gtk_widget_unmap, "gtk_widget_unmap", LIBRARY.GTK); 3567 Linker.link(gtk_widget_realize, "gtk_widget_realize", LIBRARY.GTK); 3568 Linker.link(gtk_widget_unrealize, "gtk_widget_unrealize", LIBRARY.GTK); 3569 Linker.link(gtk_widget_draw, "gtk_widget_draw", LIBRARY.GTK); 3570 Linker.link(gtk_widget_queue_draw, "gtk_widget_queue_draw", LIBRARY.GTK); 3571 Linker.link(gtk_widget_queue_resize, "gtk_widget_queue_resize", LIBRARY.GTK); 3572 Linker.link(gtk_widget_queue_resize_no_redraw, "gtk_widget_queue_resize_no_redraw", LIBRARY.GTK); 3573 Linker.link(gtk_widget_get_frame_clock, "gtk_widget_get_frame_clock", LIBRARY.GTK); 3574 Linker.link(gtk_widget_get_scale_factor, "gtk_widget_get_scale_factor", LIBRARY.GTK); 3575 Linker.link(gtk_widget_add_tick_callback, "gtk_widget_add_tick_callback", LIBRARY.GTK); 3576 Linker.link(gtk_widget_remove_tick_callback, "gtk_widget_remove_tick_callback", LIBRARY.GTK); 3577 Linker.link(gtk_widget_size_request, "gtk_widget_size_request", LIBRARY.GTK); 3578 Linker.link(gtk_widget_get_child_requisition, "gtk_widget_get_child_requisition", LIBRARY.GTK); 3579 Linker.link(gtk_widget_size_allocate, "gtk_widget_size_allocate", LIBRARY.GTK); 3580 Linker.link(gtk_widget_size_allocate_with_baseline, "gtk_widget_size_allocate_with_baseline", LIBRARY.GTK); 3581 Linker.link(gtk_widget_add_accelerator, "gtk_widget_add_accelerator", LIBRARY.GTK); 3582 Linker.link(gtk_widget_remove_accelerator, "gtk_widget_remove_accelerator", LIBRARY.GTK); 3583 Linker.link(gtk_widget_set_accel_path, "gtk_widget_set_accel_path", LIBRARY.GTK); 3584 Linker.link(gtk_widget_list_accel_closures, "gtk_widget_list_accel_closures", LIBRARY.GTK); 3585 Linker.link(gtk_widget_can_activate_accel, "gtk_widget_can_activate_accel", LIBRARY.GTK); 3586 Linker.link(gtk_widget_event, "gtk_widget_event", LIBRARY.GTK); 3587 Linker.link(gtk_widget_activate, "gtk_widget_activate", LIBRARY.GTK); 3588 Linker.link(gtk_widget_reparent, "gtk_widget_reparent", LIBRARY.GTK); 3589 Linker.link(gtk_widget_intersect, "gtk_widget_intersect", LIBRARY.GTK); 3590 Linker.link(gtk_widget_is_focus, "gtk_widget_is_focus", LIBRARY.GTK); 3591 Linker.link(gtk_widget_grab_focus, "gtk_widget_grab_focus", LIBRARY.GTK); 3592 Linker.link(gtk_widget_grab_default, "gtk_widget_grab_default", LIBRARY.GTK); 3593 Linker.link(gtk_widget_set_name, "gtk_widget_set_name", LIBRARY.GTK); 3594 Linker.link(gtk_widget_get_name, "gtk_widget_get_name", LIBRARY.GTK); 3595 Linker.link(gtk_widget_set_state, "gtk_widget_set_state", LIBRARY.GTK); 3596 Linker.link(gtk_widget_set_sensitive, "gtk_widget_set_sensitive", LIBRARY.GTK); 3597 Linker.link(gtk_widget_set_parent, "gtk_widget_set_parent", LIBRARY.GTK); 3598 Linker.link(gtk_widget_set_parent_window, "gtk_widget_set_parent_window", LIBRARY.GTK); 3599 Linker.link(gtk_widget_get_parent_window, "gtk_widget_get_parent_window", LIBRARY.GTK); 3600 Linker.link(gtk_widget_set_events, "gtk_widget_set_events", LIBRARY.GTK); 3601 Linker.link(gtk_widget_get_events, "gtk_widget_get_events", LIBRARY.GTK); 3602 Linker.link(gtk_widget_add_events, "gtk_widget_add_events", LIBRARY.GTK); 3603 Linker.link(gtk_widget_set_device_events, "gtk_widget_set_device_events", LIBRARY.GTK); 3604 Linker.link(gtk_widget_get_device_events, "gtk_widget_get_device_events", LIBRARY.GTK); 3605 Linker.link(gtk_widget_add_device_events, "gtk_widget_add_device_events", LIBRARY.GTK); 3606 Linker.link(gtk_widget_set_device_enabled, "gtk_widget_set_device_enabled", LIBRARY.GTK); 3607 Linker.link(gtk_widget_get_device_enabled, "gtk_widget_get_device_enabled", LIBRARY.GTK); 3608 Linker.link(gtk_widget_get_toplevel, "gtk_widget_get_toplevel", LIBRARY.GTK); 3609 Linker.link(gtk_widget_get_ancestor, "gtk_widget_get_ancestor", LIBRARY.GTK); 3610 Linker.link(gtk_widget_get_visual, "gtk_widget_get_visual", LIBRARY.GTK); 3611 Linker.link(gtk_widget_set_visual, "gtk_widget_set_visual", LIBRARY.GTK); 3612 Linker.link(gtk_widget_get_pointer, "gtk_widget_get_pointer", LIBRARY.GTK); 3613 Linker.link(gtk_widget_is_ancestor, "gtk_widget_is_ancestor", LIBRARY.GTK); 3614 Linker.link(gtk_widget_translate_coordinates, "gtk_widget_translate_coordinates", LIBRARY.GTK); 3615 Linker.link(gtk_widget_hide_on_delete, "gtk_widget_hide_on_delete", LIBRARY.GTK); 3616 Linker.link(gtk_widget_set_style, "gtk_widget_set_style", LIBRARY.GTK); 3617 Linker.link(gtk_widget_ensure_style, "gtk_widget_ensure_style", LIBRARY.GTK); 3618 Linker.link(gtk_widget_get_style, "gtk_widget_get_style", LIBRARY.GTK); 3619 Linker.link(gtk_widget_reset_rc_styles, "gtk_widget_reset_rc_styles", LIBRARY.GTK); 3620 Linker.link(gtk_widget_get_default_style, "gtk_widget_get_default_style", LIBRARY.GTK); 3621 Linker.link(gtk_widget_set_direction, "gtk_widget_set_direction", LIBRARY.GTK); 3622 Linker.link(gtk_widget_get_direction, "gtk_widget_get_direction", LIBRARY.GTK); 3623 Linker.link(gtk_widget_set_default_direction, "gtk_widget_set_default_direction", LIBRARY.GTK); 3624 Linker.link(gtk_widget_get_default_direction, "gtk_widget_get_default_direction", LIBRARY.GTK); 3625 Linker.link(gtk_widget_shape_combine_region, "gtk_widget_shape_combine_region", LIBRARY.GTK); 3626 Linker.link(gtk_widget_input_shape_combine_region, "gtk_widget_input_shape_combine_region", LIBRARY.GTK); 3627 Linker.link(gtk_widget_path, "gtk_widget_path", LIBRARY.GTK); 3628 Linker.link(gtk_widget_get_composite_name, "gtk_widget_get_composite_name", LIBRARY.GTK); 3629 Linker.link(gtk_widget_override_background_color, "gtk_widget_override_background_color", LIBRARY.GTK); 3630 Linker.link(gtk_widget_override_color, "gtk_widget_override_color", LIBRARY.GTK); 3631 Linker.link(gtk_widget_override_font, "gtk_widget_override_font", LIBRARY.GTK); 3632 Linker.link(gtk_widget_override_symbolic_color, "gtk_widget_override_symbolic_color", LIBRARY.GTK); 3633 Linker.link(gtk_widget_override_cursor, "gtk_widget_override_cursor", LIBRARY.GTK); 3634 Linker.link(gtk_widget_modify_style, "gtk_widget_modify_style", LIBRARY.GTK); 3635 Linker.link(gtk_widget_get_modifier_style, "gtk_widget_get_modifier_style", LIBRARY.GTK); 3636 Linker.link(gtk_widget_modify_fg, "gtk_widget_modify_fg", LIBRARY.GTK); 3637 Linker.link(gtk_widget_modify_bg, "gtk_widget_modify_bg", LIBRARY.GTK); 3638 Linker.link(gtk_widget_modify_text, "gtk_widget_modify_text", LIBRARY.GTK); 3639 Linker.link(gtk_widget_modify_base, "gtk_widget_modify_base", LIBRARY.GTK); 3640 Linker.link(gtk_widget_modify_font, "gtk_widget_modify_font", LIBRARY.GTK); 3641 Linker.link(gtk_widget_modify_cursor, "gtk_widget_modify_cursor", LIBRARY.GTK); 3642 Linker.link(gtk_widget_create_pango_context, "gtk_widget_create_pango_context", LIBRARY.GTK); 3643 Linker.link(gtk_widget_get_pango_context, "gtk_widget_get_pango_context", LIBRARY.GTK); 3644 Linker.link(gtk_widget_create_pango_layout, "gtk_widget_create_pango_layout", LIBRARY.GTK); 3645 Linker.link(gtk_widget_render_icon, "gtk_widget_render_icon", LIBRARY.GTK); 3646 Linker.link(gtk_widget_render_icon_pixbuf, "gtk_widget_render_icon_pixbuf", LIBRARY.GTK); 3647 Linker.link(gtk_widget_pop_composite_child, "gtk_widget_pop_composite_child", LIBRARY.GTK); 3648 Linker.link(gtk_widget_push_composite_child, "gtk_widget_push_composite_child", LIBRARY.GTK); 3649 Linker.link(gtk_widget_queue_draw_area, "gtk_widget_queue_draw_area", LIBRARY.GTK); 3650 Linker.link(gtk_widget_queue_draw_region, "gtk_widget_queue_draw_region", LIBRARY.GTK); 3651 Linker.link(gtk_widget_set_app_paintable, "gtk_widget_set_app_paintable", LIBRARY.GTK); 3652 Linker.link(gtk_widget_set_double_buffered, "gtk_widget_set_double_buffered", LIBRARY.GTK); 3653 Linker.link(gtk_widget_set_redraw_on_allocate, "gtk_widget_set_redraw_on_allocate", LIBRARY.GTK); 3654 Linker.link(gtk_widget_set_composite_name, "gtk_widget_set_composite_name", LIBRARY.GTK); 3655 Linker.link(gtk_widget_mnemonic_activate, "gtk_widget_mnemonic_activate", LIBRARY.GTK); 3656 Linker.link(gtk_widget_region_intersect, "gtk_widget_region_intersect", LIBRARY.GTK); 3657 Linker.link(gtk_widget_send_expose, "gtk_widget_send_expose", LIBRARY.GTK); 3658 Linker.link(gtk_widget_send_focus_change, "gtk_widget_send_focus_change", LIBRARY.GTK); 3659 Linker.link(gtk_widget_style_get, "gtk_widget_style_get", LIBRARY.GTK); 3660 Linker.link(gtk_widget_style_get_property, "gtk_widget_style_get_property", LIBRARY.GTK); 3661 Linker.link(gtk_widget_style_get_valist, "gtk_widget_style_get_valist", LIBRARY.GTK); 3662 Linker.link(gtk_widget_style_attach, "gtk_widget_style_attach", LIBRARY.GTK); 3663 Linker.link(gtk_widget_get_accessible, "gtk_widget_get_accessible", LIBRARY.GTK); 3664 Linker.link(gtk_widget_child_focus, "gtk_widget_child_focus", LIBRARY.GTK); 3665 Linker.link(gtk_widget_child_notify, "gtk_widget_child_notify", LIBRARY.GTK); 3666 Linker.link(gtk_widget_freeze_child_notify, "gtk_widget_freeze_child_notify", LIBRARY.GTK); 3667 Linker.link(gtk_widget_get_child_visible, "gtk_widget_get_child_visible", LIBRARY.GTK); 3668 Linker.link(gtk_widget_get_parent, "gtk_widget_get_parent", LIBRARY.GTK); 3669 Linker.link(gtk_widget_get_settings, "gtk_widget_get_settings", LIBRARY.GTK); 3670 Linker.link(gtk_widget_get_clipboard, "gtk_widget_get_clipboard", LIBRARY.GTK); 3671 Linker.link(gtk_widget_get_display, "gtk_widget_get_display", LIBRARY.GTK); 3672 Linker.link(gtk_widget_get_root_window, "gtk_widget_get_root_window", LIBRARY.GTK); 3673 Linker.link(gtk_widget_get_screen, "gtk_widget_get_screen", LIBRARY.GTK); 3674 Linker.link(gtk_widget_has_screen, "gtk_widget_has_screen", LIBRARY.GTK); 3675 Linker.link(gtk_widget_get_size_request, "gtk_widget_get_size_request", LIBRARY.GTK); 3676 Linker.link(gtk_widget_set_child_visible, "gtk_widget_set_child_visible", LIBRARY.GTK); 3677 Linker.link(gtk_widget_set_size_request, "gtk_widget_set_size_request", LIBRARY.GTK); 3678 Linker.link(gtk_widget_thaw_child_notify, "gtk_widget_thaw_child_notify", LIBRARY.GTK); 3679 Linker.link(gtk_widget_set_no_show_all, "gtk_widget_set_no_show_all", LIBRARY.GTK); 3680 Linker.link(gtk_widget_get_no_show_all, "gtk_widget_get_no_show_all", LIBRARY.GTK); 3681 Linker.link(gtk_widget_list_mnemonic_labels, "gtk_widget_list_mnemonic_labels", LIBRARY.GTK); 3682 Linker.link(gtk_widget_add_mnemonic_label, "gtk_widget_add_mnemonic_label", LIBRARY.GTK); 3683 Linker.link(gtk_widget_remove_mnemonic_label, "gtk_widget_remove_mnemonic_label", LIBRARY.GTK); 3684 Linker.link(gtk_widget_is_composited, "gtk_widget_is_composited", LIBRARY.GTK); 3685 Linker.link(gtk_widget_error_bell, "gtk_widget_error_bell", LIBRARY.GTK); 3686 Linker.link(gtk_widget_keynav_failed, "gtk_widget_keynav_failed", LIBRARY.GTK); 3687 Linker.link(gtk_widget_get_tooltip_markup, "gtk_widget_get_tooltip_markup", LIBRARY.GTK); 3688 Linker.link(gtk_widget_set_tooltip_markup, "gtk_widget_set_tooltip_markup", LIBRARY.GTK); 3689 Linker.link(gtk_widget_get_tooltip_text, "gtk_widget_get_tooltip_text", LIBRARY.GTK); 3690 Linker.link(gtk_widget_set_tooltip_text, "gtk_widget_set_tooltip_text", LIBRARY.GTK); 3691 Linker.link(gtk_widget_get_tooltip_window, "gtk_widget_get_tooltip_window", LIBRARY.GTK); 3692 Linker.link(gtk_widget_set_tooltip_window, "gtk_widget_set_tooltip_window", LIBRARY.GTK); 3693 Linker.link(gtk_widget_get_has_tooltip, "gtk_widget_get_has_tooltip", LIBRARY.GTK); 3694 Linker.link(gtk_widget_set_has_tooltip, "gtk_widget_set_has_tooltip", LIBRARY.GTK); 3695 Linker.link(gtk_widget_trigger_tooltip_query, "gtk_widget_trigger_tooltip_query", LIBRARY.GTK); 3696 Linker.link(gtk_widget_get_window, "gtk_widget_get_window", LIBRARY.GTK); 3697 Linker.link(gtk_widget_register_window, "gtk_widget_register_window", LIBRARY.GTK); 3698 Linker.link(gtk_widget_unregister_window, "gtk_widget_unregister_window", LIBRARY.GTK); 3699 Linker.link(gtk_cairo_should_draw_window, "gtk_cairo_should_draw_window", LIBRARY.GTK); 3700 Linker.link(gtk_cairo_transform_to_window, "gtk_cairo_transform_to_window", LIBRARY.GTK); 3701 Linker.link(gtk_widget_get_allocated_width, "gtk_widget_get_allocated_width", LIBRARY.GTK); 3702 Linker.link(gtk_widget_get_allocated_height, "gtk_widget_get_allocated_height", LIBRARY.GTK); 3703 Linker.link(gtk_widget_get_allocation, "gtk_widget_get_allocation", LIBRARY.GTK); 3704 Linker.link(gtk_widget_set_allocation, "gtk_widget_set_allocation", LIBRARY.GTK); 3705 Linker.link(gtk_widget_get_allocated_baseline, "gtk_widget_get_allocated_baseline", LIBRARY.GTK); 3706 Linker.link(gtk_widget_get_app_paintable, "gtk_widget_get_app_paintable", LIBRARY.GTK); 3707 Linker.link(gtk_widget_get_can_default, "gtk_widget_get_can_default", LIBRARY.GTK); 3708 Linker.link(gtk_widget_set_can_default, "gtk_widget_set_can_default", LIBRARY.GTK); 3709 Linker.link(gtk_widget_get_can_focus, "gtk_widget_get_can_focus", LIBRARY.GTK); 3710 Linker.link(gtk_widget_set_can_focus, "gtk_widget_set_can_focus", LIBRARY.GTK); 3711 Linker.link(gtk_widget_get_double_buffered, "gtk_widget_get_double_buffered", LIBRARY.GTK); 3712 Linker.link(gtk_widget_get_has_window, "gtk_widget_get_has_window", LIBRARY.GTK); 3713 Linker.link(gtk_widget_set_has_window, "gtk_widget_set_has_window", LIBRARY.GTK); 3714 Linker.link(gtk_widget_get_sensitive, "gtk_widget_get_sensitive", LIBRARY.GTK); 3715 Linker.link(gtk_widget_is_sensitive, "gtk_widget_is_sensitive", LIBRARY.GTK); 3716 Linker.link(gtk_widget_get_state, "gtk_widget_get_state", LIBRARY.GTK); 3717 Linker.link(gtk_widget_get_visible, "gtk_widget_get_visible", LIBRARY.GTK); 3718 Linker.link(gtk_widget_is_visible, "gtk_widget_is_visible", LIBRARY.GTK); 3719 Linker.link(gtk_widget_set_visible, "gtk_widget_set_visible", LIBRARY.GTK); 3720 Linker.link(gtk_widget_set_state_flags, "gtk_widget_set_state_flags", LIBRARY.GTK); 3721 Linker.link(gtk_widget_unset_state_flags, "gtk_widget_unset_state_flags", LIBRARY.GTK); 3722 Linker.link(gtk_widget_get_state_flags, "gtk_widget_get_state_flags", LIBRARY.GTK); 3723 Linker.link(gtk_widget_has_default, "gtk_widget_has_default", LIBRARY.GTK); 3724 Linker.link(gtk_widget_has_focus, "gtk_widget_has_focus", LIBRARY.GTK); 3725 Linker.link(gtk_widget_has_visible_focus, "gtk_widget_has_visible_focus", LIBRARY.GTK); 3726 Linker.link(gtk_widget_has_grab, "gtk_widget_has_grab", LIBRARY.GTK); 3727 Linker.link(gtk_widget_has_rc_style, "gtk_widget_has_rc_style", LIBRARY.GTK); 3728 Linker.link(gtk_widget_is_drawable, "gtk_widget_is_drawable", LIBRARY.GTK); 3729 Linker.link(gtk_widget_is_toplevel, "gtk_widget_is_toplevel", LIBRARY.GTK); 3730 Linker.link(gtk_widget_set_window, "gtk_widget_set_window", LIBRARY.GTK); 3731 Linker.link(gtk_widget_set_receives_default, "gtk_widget_set_receives_default", LIBRARY.GTK); 3732 Linker.link(gtk_widget_get_receives_default, "gtk_widget_get_receives_default", LIBRARY.GTK); 3733 Linker.link(gtk_widget_set_support_multidevice, "gtk_widget_set_support_multidevice", LIBRARY.GTK); 3734 Linker.link(gtk_widget_get_support_multidevice, "gtk_widget_get_support_multidevice", LIBRARY.GTK); 3735 Linker.link(gtk_widget_set_realized, "gtk_widget_set_realized", LIBRARY.GTK); 3736 Linker.link(gtk_widget_get_realized, "gtk_widget_get_realized", LIBRARY.GTK); 3737 Linker.link(gtk_widget_set_mapped, "gtk_widget_set_mapped", LIBRARY.GTK); 3738 Linker.link(gtk_widget_get_mapped, "gtk_widget_get_mapped", LIBRARY.GTK); 3739 Linker.link(gtk_widget_get_requisition, "gtk_widget_get_requisition", LIBRARY.GTK); 3740 Linker.link(gtk_widget_device_is_shadowed, "gtk_widget_device_is_shadowed", LIBRARY.GTK); 3741 Linker.link(gtk_widget_get_modifier_mask, "gtk_widget_get_modifier_mask", LIBRARY.GTK); 3742 Linker.link(gtk_widget_insert_action_group, "gtk_widget_insert_action_group", LIBRARY.GTK); 3743 Linker.link(gtk_widget_get_opacity, "gtk_widget_get_opacity", LIBRARY.GTK); 3744 Linker.link(gtk_widget_set_opacity, "gtk_widget_set_opacity", LIBRARY.GTK); 3745 Linker.link(gtk_widget_get_path, "gtk_widget_get_path", LIBRARY.GTK); 3746 Linker.link(gtk_widget_get_style_context, "gtk_widget_get_style_context", LIBRARY.GTK); 3747 Linker.link(gtk_widget_reset_style, "gtk_widget_reset_style", LIBRARY.GTK); 3748 Linker.link(gtk_widget_get_preferred_height, "gtk_widget_get_preferred_height", LIBRARY.GTK); 3749 Linker.link(gtk_widget_get_preferred_width, "gtk_widget_get_preferred_width", LIBRARY.GTK); 3750 Linker.link(gtk_widget_get_preferred_height_for_width, "gtk_widget_get_preferred_height_for_width", LIBRARY.GTK); 3751 Linker.link(gtk_widget_get_preferred_width_for_height, "gtk_widget_get_preferred_width_for_height", LIBRARY.GTK); 3752 Linker.link(gtk_widget_get_preferred_height_and_baseline_for_width, "gtk_widget_get_preferred_height_and_baseline_for_width", LIBRARY.GTK); 3753 Linker.link(gtk_widget_get_request_mode, "gtk_widget_get_request_mode", LIBRARY.GTK); 3754 Linker.link(gtk_widget_get_preferred_size, "gtk_widget_get_preferred_size", LIBRARY.GTK); 3755 Linker.link(gtk_distribute_natural_allocation, "gtk_distribute_natural_allocation", LIBRARY.GTK); 3756 Linker.link(gtk_widget_get_halign, "gtk_widget_get_halign", LIBRARY.GTK); 3757 Linker.link(gtk_widget_set_halign, "gtk_widget_set_halign", LIBRARY.GTK); 3758 Linker.link(gtk_widget_get_valign, "gtk_widget_get_valign", LIBRARY.GTK); 3759 Linker.link(gtk_widget_get_valign_with_baseline, "gtk_widget_get_valign_with_baseline", LIBRARY.GTK); 3760 Linker.link(gtk_widget_set_valign, "gtk_widget_set_valign", LIBRARY.GTK); 3761 Linker.link(gtk_widget_get_margin_left, "gtk_widget_get_margin_left", LIBRARY.GTK); 3762 Linker.link(gtk_widget_set_margin_left, "gtk_widget_set_margin_left", LIBRARY.GTK); 3763 Linker.link(gtk_widget_get_margin_right, "gtk_widget_get_margin_right", LIBRARY.GTK); 3764 Linker.link(gtk_widget_set_margin_right, "gtk_widget_set_margin_right", LIBRARY.GTK); 3765 Linker.link(gtk_widget_get_margin_top, "gtk_widget_get_margin_top", LIBRARY.GTK); 3766 Linker.link(gtk_widget_set_margin_top, "gtk_widget_set_margin_top", LIBRARY.GTK); 3767 Linker.link(gtk_widget_get_margin_bottom, "gtk_widget_get_margin_bottom", LIBRARY.GTK); 3768 Linker.link(gtk_widget_set_margin_bottom, "gtk_widget_set_margin_bottom", LIBRARY.GTK); 3769 Linker.link(gtk_widget_get_hexpand, "gtk_widget_get_hexpand", LIBRARY.GTK); 3770 Linker.link(gtk_widget_set_hexpand, "gtk_widget_set_hexpand", LIBRARY.GTK); 3771 Linker.link(gtk_widget_get_hexpand_set, "gtk_widget_get_hexpand_set", LIBRARY.GTK); 3772 Linker.link(gtk_widget_set_hexpand_set, "gtk_widget_set_hexpand_set", LIBRARY.GTK); 3773 Linker.link(gtk_widget_get_vexpand, "gtk_widget_get_vexpand", LIBRARY.GTK); 3774 Linker.link(gtk_widget_set_vexpand, "gtk_widget_set_vexpand", LIBRARY.GTK); 3775 Linker.link(gtk_widget_get_vexpand_set, "gtk_widget_get_vexpand_set", LIBRARY.GTK); 3776 Linker.link(gtk_widget_set_vexpand_set, "gtk_widget_set_vexpand_set", LIBRARY.GTK); 3777 Linker.link(gtk_widget_queue_compute_expand, "gtk_widget_queue_compute_expand", LIBRARY.GTK); 3778 Linker.link(gtk_widget_compute_expand, "gtk_widget_compute_expand", LIBRARY.GTK); 3779 Linker.link(gtk_widget_init_template, "gtk_widget_init_template", LIBRARY.GTK); 3780 Linker.link(gtk_widget_get_template_child, "gtk_widget_get_template_child", LIBRARY.GTK); 3781 3782 // gtk.Requisition 3783 3784 Linker.link(gtk_requisition_new, "gtk_requisition_new", LIBRARY.GTK); 3785 Linker.link(gtk_requisition_copy, "gtk_requisition_copy", LIBRARY.GTK); 3786 Linker.link(gtk_requisition_free, "gtk_requisition_free", LIBRARY.GTK); 3787 3788 // gtk.WidgetClass 3789 3790 Linker.link(gtk_widget_class_path, "gtk_widget_class_path", LIBRARY.GTK); 3791 Linker.link(gtk_widget_class_install_style_property, "gtk_widget_class_install_style_property", LIBRARY.GTK); 3792 Linker.link(gtk_widget_class_install_style_property_parser, "gtk_widget_class_install_style_property_parser", LIBRARY.GTK); 3793 Linker.link(gtk_widget_class_find_style_property, "gtk_widget_class_find_style_property", LIBRARY.GTK); 3794 Linker.link(gtk_widget_class_list_style_properties, "gtk_widget_class_list_style_properties", LIBRARY.GTK); 3795 Linker.link(gtk_widget_class_set_accessible_type, "gtk_widget_class_set_accessible_type", LIBRARY.GTK); 3796 Linker.link(gtk_widget_class_set_accessible_role, "gtk_widget_class_set_accessible_role", LIBRARY.GTK); 3797 Linker.link(gtk_widget_class_set_template, "gtk_widget_class_set_template", LIBRARY.GTK); 3798 Linker.link(gtk_widget_class_set_template_from_resource, "gtk_widget_class_set_template_from_resource", LIBRARY.GTK); 3799 Linker.link(gtk_widget_class_bind_template_child_full, "gtk_widget_class_bind_template_child_full", LIBRARY.GTK); 3800 Linker.link(gtk_widget_class_bind_template_callback_full, "gtk_widget_class_bind_template_callback_full", LIBRARY.GTK); 3801 Linker.link(gtk_widget_class_set_connect_func, "gtk_widget_class_set_connect_func", LIBRARY.GTK); 3802 3803 // gtk.Container 3804 3805 Linker.link(gtk_container_add, "gtk_container_add", LIBRARY.GTK); 3806 Linker.link(gtk_container_remove, "gtk_container_remove", LIBRARY.GTK); 3807 Linker.link(gtk_container_add_with_properties, "gtk_container_add_with_properties", LIBRARY.GTK); 3808 Linker.link(gtk_container_get_resize_mode, "gtk_container_get_resize_mode", LIBRARY.GTK); 3809 Linker.link(gtk_container_set_resize_mode, "gtk_container_set_resize_mode", LIBRARY.GTK); 3810 Linker.link(gtk_container_check_resize, "gtk_container_check_resize", LIBRARY.GTK); 3811 Linker.link(gtk_container_foreach, "gtk_container_foreach", LIBRARY.GTK); 3812 Linker.link(gtk_container_get_children, "gtk_container_get_children", LIBRARY.GTK); 3813 Linker.link(gtk_container_get_path_for_child, "gtk_container_get_path_for_child", LIBRARY.GTK); 3814 Linker.link(gtk_container_set_reallocate_redraws, "gtk_container_set_reallocate_redraws", LIBRARY.GTK); 3815 Linker.link(gtk_container_get_focus_child, "gtk_container_get_focus_child", LIBRARY.GTK); 3816 Linker.link(gtk_container_set_focus_child, "gtk_container_set_focus_child", LIBRARY.GTK); 3817 Linker.link(gtk_container_get_focus_vadjustment, "gtk_container_get_focus_vadjustment", LIBRARY.GTK); 3818 Linker.link(gtk_container_set_focus_vadjustment, "gtk_container_set_focus_vadjustment", LIBRARY.GTK); 3819 Linker.link(gtk_container_get_focus_hadjustment, "gtk_container_get_focus_hadjustment", LIBRARY.GTK); 3820 Linker.link(gtk_container_set_focus_hadjustment, "gtk_container_set_focus_hadjustment", LIBRARY.GTK); 3821 Linker.link(gtk_container_resize_children, "gtk_container_resize_children", LIBRARY.GTK); 3822 Linker.link(gtk_container_child_type, "gtk_container_child_type", LIBRARY.GTK); 3823 Linker.link(gtk_container_child_get, "gtk_container_child_get", LIBRARY.GTK); 3824 Linker.link(gtk_container_child_set, "gtk_container_child_set", LIBRARY.GTK); 3825 Linker.link(gtk_container_child_get_property, "gtk_container_child_get_property", LIBRARY.GTK); 3826 Linker.link(gtk_container_child_set_property, "gtk_container_child_set_property", LIBRARY.GTK); 3827 Linker.link(gtk_container_child_get_valist, "gtk_container_child_get_valist", LIBRARY.GTK); 3828 Linker.link(gtk_container_child_set_valist, "gtk_container_child_set_valist", LIBRARY.GTK); 3829 Linker.link(gtk_container_child_notify, "gtk_container_child_notify", LIBRARY.GTK); 3830 Linker.link(gtk_container_forall, "gtk_container_forall", LIBRARY.GTK); 3831 Linker.link(gtk_container_get_border_width, "gtk_container_get_border_width", LIBRARY.GTK); 3832 Linker.link(gtk_container_set_border_width, "gtk_container_set_border_width", LIBRARY.GTK); 3833 Linker.link(gtk_container_propagate_draw, "gtk_container_propagate_draw", LIBRARY.GTK); 3834 Linker.link(gtk_container_get_focus_chain, "gtk_container_get_focus_chain", LIBRARY.GTK); 3835 Linker.link(gtk_container_set_focus_chain, "gtk_container_set_focus_chain", LIBRARY.GTK); 3836 Linker.link(gtk_container_unset_focus_chain, "gtk_container_unset_focus_chain", LIBRARY.GTK); 3837 Linker.link(gtk_container_class_find_child_property, "gtk_container_class_find_child_property", LIBRARY.GTK); 3838 Linker.link(gtk_container_class_install_child_property, "gtk_container_class_install_child_property", LIBRARY.GTK); 3839 Linker.link(gtk_container_class_list_child_properties, "gtk_container_class_list_child_properties", LIBRARY.GTK); 3840 Linker.link(gtk_container_class_handle_border_width, "gtk_container_class_handle_border_width", LIBRARY.GTK); 3841 3842 // gtk.Bin 3843 3844 Linker.link(gtk_bin_get_child, "gtk_bin_get_child", LIBRARY.GTK); 3845 3846 // gtk.MenuShell 3847 3848 Linker.link(gtk_menu_shell_append, "gtk_menu_shell_append", LIBRARY.GTK); 3849 Linker.link(gtk_menu_shell_prepend, "gtk_menu_shell_prepend", LIBRARY.GTK); 3850 Linker.link(gtk_menu_shell_insert, "gtk_menu_shell_insert", LIBRARY.GTK); 3851 Linker.link(gtk_menu_shell_deactivate, "gtk_menu_shell_deactivate", LIBRARY.GTK); 3852 Linker.link(gtk_menu_shell_select_item, "gtk_menu_shell_select_item", LIBRARY.GTK); 3853 Linker.link(gtk_menu_shell_select_first, "gtk_menu_shell_select_first", LIBRARY.GTK); 3854 Linker.link(gtk_menu_shell_deselect, "gtk_menu_shell_deselect", LIBRARY.GTK); 3855 Linker.link(gtk_menu_shell_activate_item, "gtk_menu_shell_activate_item", LIBRARY.GTK); 3856 Linker.link(gtk_menu_shell_cancel, "gtk_menu_shell_cancel", LIBRARY.GTK); 3857 Linker.link(gtk_menu_shell_set_take_focus, "gtk_menu_shell_set_take_focus", LIBRARY.GTK); 3858 Linker.link(gtk_menu_shell_get_take_focus, "gtk_menu_shell_get_take_focus", LIBRARY.GTK); 3859 Linker.link(gtk_menu_shell_get_selected_item, "gtk_menu_shell_get_selected_item", LIBRARY.GTK); 3860 Linker.link(gtk_menu_shell_get_parent_shell, "gtk_menu_shell_get_parent_shell", LIBRARY.GTK); 3861 Linker.link(gtk_menu_shell_bind_model, "gtk_menu_shell_bind_model", LIBRARY.GTK); 3862 3863 // gtk.Misc 3864 3865 Linker.link(gtk_misc_set_alignment, "gtk_misc_set_alignment", LIBRARY.GTK); 3866 Linker.link(gtk_misc_set_padding, "gtk_misc_set_padding", LIBRARY.GTK); 3867 Linker.link(gtk_misc_get_alignment, "gtk_misc_get_alignment", LIBRARY.GTK); 3868 Linker.link(gtk_misc_get_padding, "gtk_misc_get_padding", LIBRARY.GTK); 3869 3870 // gtk.Range 3871 3872 Linker.link(gtk_range_get_fill_level, "gtk_range_get_fill_level", LIBRARY.GTK); 3873 Linker.link(gtk_range_get_restrict_to_fill_level, "gtk_range_get_restrict_to_fill_level", LIBRARY.GTK); 3874 Linker.link(gtk_range_get_show_fill_level, "gtk_range_get_show_fill_level", LIBRARY.GTK); 3875 Linker.link(gtk_range_set_fill_level, "gtk_range_set_fill_level", LIBRARY.GTK); 3876 Linker.link(gtk_range_set_restrict_to_fill_level, "gtk_range_set_restrict_to_fill_level", LIBRARY.GTK); 3877 Linker.link(gtk_range_set_show_fill_level, "gtk_range_set_show_fill_level", LIBRARY.GTK); 3878 Linker.link(gtk_range_get_adjustment, "gtk_range_get_adjustment", LIBRARY.GTK); 3879 Linker.link(gtk_range_set_adjustment, "gtk_range_set_adjustment", LIBRARY.GTK); 3880 Linker.link(gtk_range_get_inverted, "gtk_range_get_inverted", LIBRARY.GTK); 3881 Linker.link(gtk_range_set_inverted, "gtk_range_set_inverted", LIBRARY.GTK); 3882 Linker.link(gtk_range_get_value, "gtk_range_get_value", LIBRARY.GTK); 3883 Linker.link(gtk_range_set_value, "gtk_range_set_value", LIBRARY.GTK); 3884 Linker.link(gtk_range_set_increments, "gtk_range_set_increments", LIBRARY.GTK); 3885 Linker.link(gtk_range_set_range, "gtk_range_set_range", LIBRARY.GTK); 3886 Linker.link(gtk_range_get_round_digits, "gtk_range_get_round_digits", LIBRARY.GTK); 3887 Linker.link(gtk_range_set_round_digits, "gtk_range_set_round_digits", LIBRARY.GTK); 3888 Linker.link(gtk_range_set_lower_stepper_sensitivity, "gtk_range_set_lower_stepper_sensitivity", LIBRARY.GTK); 3889 Linker.link(gtk_range_get_lower_stepper_sensitivity, "gtk_range_get_lower_stepper_sensitivity", LIBRARY.GTK); 3890 Linker.link(gtk_range_set_upper_stepper_sensitivity, "gtk_range_set_upper_stepper_sensitivity", LIBRARY.GTK); 3891 Linker.link(gtk_range_get_upper_stepper_sensitivity, "gtk_range_get_upper_stepper_sensitivity", LIBRARY.GTK); 3892 Linker.link(gtk_range_get_flippable, "gtk_range_get_flippable", LIBRARY.GTK); 3893 Linker.link(gtk_range_set_flippable, "gtk_range_set_flippable", LIBRARY.GTK); 3894 Linker.link(gtk_range_get_min_slider_size, "gtk_range_get_min_slider_size", LIBRARY.GTK); 3895 Linker.link(gtk_range_get_range_rect, "gtk_range_get_range_rect", LIBRARY.GTK); 3896 Linker.link(gtk_range_get_slider_range, "gtk_range_get_slider_range", LIBRARY.GTK); 3897 Linker.link(gtk_range_get_slider_size_fixed, "gtk_range_get_slider_size_fixed", LIBRARY.GTK); 3898 Linker.link(gtk_range_set_min_slider_size, "gtk_range_set_min_slider_size", LIBRARY.GTK); 3899 Linker.link(gtk_range_set_slider_size_fixed, "gtk_range_set_slider_size_fixed", LIBRARY.GTK); 3900 3901 // gtk.IMContext 3902 3903 Linker.link(gtk_im_context_set_client_window, "gtk_im_context_set_client_window", LIBRARY.GTK); 3904 Linker.link(gtk_im_context_get_preedit_string, "gtk_im_context_get_preedit_string", LIBRARY.GTK); 3905 Linker.link(gtk_im_context_filter_keypress, "gtk_im_context_filter_keypress", LIBRARY.GTK); 3906 Linker.link(gtk_im_context_focus_in, "gtk_im_context_focus_in", LIBRARY.GTK); 3907 Linker.link(gtk_im_context_focus_out, "gtk_im_context_focus_out", LIBRARY.GTK); 3908 Linker.link(gtk_im_context_reset, "gtk_im_context_reset", LIBRARY.GTK); 3909 Linker.link(gtk_im_context_set_cursor_location, "gtk_im_context_set_cursor_location", LIBRARY.GTK); 3910 Linker.link(gtk_im_context_set_use_preedit, "gtk_im_context_set_use_preedit", LIBRARY.GTK); 3911 Linker.link(gtk_im_context_set_surrounding, "gtk_im_context_set_surrounding", LIBRARY.GTK); 3912 Linker.link(gtk_im_context_get_surrounding, "gtk_im_context_get_surrounding", LIBRARY.GTK); 3913 Linker.link(gtk_im_context_delete_surrounding, "gtk_im_context_delete_surrounding", LIBRARY.GTK); 3914 3915 // gtk.Plug 3916 3917 Linker.link(gtk_plug_construct, "gtk_plug_construct", LIBRARY.GTK); 3918 Linker.link(gtk_plug_construct_for_display, "gtk_plug_construct_for_display", LIBRARY.GTK); 3919 Linker.link(gtk_plug_new, "gtk_plug_new", LIBRARY.GTK); 3920 Linker.link(gtk_plug_new_for_display, "gtk_plug_new_for_display", LIBRARY.GTK); 3921 Linker.link(gtk_plug_get_id, "gtk_plug_get_id", LIBRARY.GTK); 3922 Linker.link(gtk_plug_get_embedded, "gtk_plug_get_embedded", LIBRARY.GTK); 3923 Linker.link(gtk_plug_get_socket_window, "gtk_plug_get_socket_window", LIBRARY.GTK); 3924 3925 // gtk.Socket 3926 3927 Linker.link(gtk_socket_new, "gtk_socket_new", LIBRARY.GTK); 3928 Linker.link(gtk_socket_add_id, "gtk_socket_add_id", LIBRARY.GTK); 3929 Linker.link(gtk_socket_get_id, "gtk_socket_get_id", LIBRARY.GTK); 3930 Linker.link(gtk_socket_get_plug_window, "gtk_socket_get_plug_window", LIBRARY.GTK); 3931 3932 // gtk.RecentManager 3933 3934 Linker.link(gtk_recent_manager_new, "gtk_recent_manager_new", LIBRARY.GTK); 3935 Linker.link(gtk_recent_manager_get_default, "gtk_recent_manager_get_default", LIBRARY.GTK); 3936 Linker.link(gtk_recent_manager_add_item, "gtk_recent_manager_add_item", LIBRARY.GTK); 3937 Linker.link(gtk_recent_manager_add_full, "gtk_recent_manager_add_full", LIBRARY.GTK); 3938 Linker.link(gtk_recent_manager_remove_item, "gtk_recent_manager_remove_item", LIBRARY.GTK); 3939 Linker.link(gtk_recent_manager_lookup_item, "gtk_recent_manager_lookup_item", LIBRARY.GTK); 3940 Linker.link(gtk_recent_manager_has_item, "gtk_recent_manager_has_item", LIBRARY.GTK); 3941 Linker.link(gtk_recent_manager_move_item, "gtk_recent_manager_move_item", LIBRARY.GTK); 3942 Linker.link(gtk_recent_manager_get_items, "gtk_recent_manager_get_items", LIBRARY.GTK); 3943 Linker.link(gtk_recent_manager_purge_items, "gtk_recent_manager_purge_items", LIBRARY.GTK); 3944 3945 // gtk.RecentInfo 3946 3947 Linker.link(gtk_recent_info_ref, "gtk_recent_info_ref", LIBRARY.GTK); 3948 Linker.link(gtk_recent_info_unref, "gtk_recent_info_unref", LIBRARY.GTK); 3949 Linker.link(gtk_recent_info_get_uri, "gtk_recent_info_get_uri", LIBRARY.GTK); 3950 Linker.link(gtk_recent_info_get_display_name, "gtk_recent_info_get_display_name", LIBRARY.GTK); 3951 Linker.link(gtk_recent_info_get_description, "gtk_recent_info_get_description", LIBRARY.GTK); 3952 Linker.link(gtk_recent_info_get_mime_type, "gtk_recent_info_get_mime_type", LIBRARY.GTK); 3953 Linker.link(gtk_recent_info_get_added, "gtk_recent_info_get_added", LIBRARY.GTK); 3954 Linker.link(gtk_recent_info_get_modified, "gtk_recent_info_get_modified", LIBRARY.GTK); 3955 Linker.link(gtk_recent_info_get_visited, "gtk_recent_info_get_visited", LIBRARY.GTK); 3956 Linker.link(gtk_recent_info_get_private_hint, "gtk_recent_info_get_private_hint", LIBRARY.GTK); 3957 Linker.link(gtk_recent_info_get_application_info, "gtk_recent_info_get_application_info", LIBRARY.GTK); 3958 Linker.link(gtk_recent_info_get_applications, "gtk_recent_info_get_applications", LIBRARY.GTK); 3959 Linker.link(gtk_recent_info_last_application, "gtk_recent_info_last_application", LIBRARY.GTK); 3960 Linker.link(gtk_recent_info_has_application, "gtk_recent_info_has_application", LIBRARY.GTK); 3961 Linker.link(gtk_recent_info_create_app_info, "gtk_recent_info_create_app_info", LIBRARY.GTK); 3962 Linker.link(gtk_recent_info_get_groups, "gtk_recent_info_get_groups", LIBRARY.GTK); 3963 Linker.link(gtk_recent_info_has_group, "gtk_recent_info_has_group", LIBRARY.GTK); 3964 Linker.link(gtk_recent_info_get_icon, "gtk_recent_info_get_icon", LIBRARY.GTK); 3965 Linker.link(gtk_recent_info_get_gicon, "gtk_recent_info_get_gicon", LIBRARY.GTK); 3966 Linker.link(gtk_recent_info_get_short_name, "gtk_recent_info_get_short_name", LIBRARY.GTK); 3967 Linker.link(gtk_recent_info_get_uri_display, "gtk_recent_info_get_uri_display", LIBRARY.GTK); 3968 Linker.link(gtk_recent_info_get_age, "gtk_recent_info_get_age", LIBRARY.GTK); 3969 Linker.link(gtk_recent_info_is_local, "gtk_recent_info_is_local", LIBRARY.GTK); 3970 Linker.link(gtk_recent_info_exists, "gtk_recent_info_exists", LIBRARY.GTK); 3971 Linker.link(gtk_recent_info_match, "gtk_recent_info_match", LIBRARY.GTK); 3972 3973 // gtk.RecentChooserT 3974 3975 3976 // gtk.RecentChooserT 3977 3978 Linker.link(gtk_recent_chooser_set_show_private, "gtk_recent_chooser_set_show_private", LIBRARY.GTK); 3979 Linker.link(gtk_recent_chooser_get_show_private, "gtk_recent_chooser_get_show_private", LIBRARY.GTK); 3980 Linker.link(gtk_recent_chooser_set_show_not_found, "gtk_recent_chooser_set_show_not_found", LIBRARY.GTK); 3981 Linker.link(gtk_recent_chooser_get_show_not_found, "gtk_recent_chooser_get_show_not_found", LIBRARY.GTK); 3982 Linker.link(gtk_recent_chooser_set_show_icons, "gtk_recent_chooser_set_show_icons", LIBRARY.GTK); 3983 Linker.link(gtk_recent_chooser_get_show_icons, "gtk_recent_chooser_get_show_icons", LIBRARY.GTK); 3984 Linker.link(gtk_recent_chooser_set_select_multiple, "gtk_recent_chooser_set_select_multiple", LIBRARY.GTK); 3985 Linker.link(gtk_recent_chooser_get_select_multiple, "gtk_recent_chooser_get_select_multiple", LIBRARY.GTK); 3986 Linker.link(gtk_recent_chooser_set_local_only, "gtk_recent_chooser_set_local_only", LIBRARY.GTK); 3987 Linker.link(gtk_recent_chooser_get_local_only, "gtk_recent_chooser_get_local_only", LIBRARY.GTK); 3988 Linker.link(gtk_recent_chooser_set_limit, "gtk_recent_chooser_set_limit", LIBRARY.GTK); 3989 Linker.link(gtk_recent_chooser_get_limit, "gtk_recent_chooser_get_limit", LIBRARY.GTK); 3990 Linker.link(gtk_recent_chooser_set_show_tips, "gtk_recent_chooser_set_show_tips", LIBRARY.GTK); 3991 Linker.link(gtk_recent_chooser_get_show_tips, "gtk_recent_chooser_get_show_tips", LIBRARY.GTK); 3992 Linker.link(gtk_recent_chooser_set_sort_type, "gtk_recent_chooser_set_sort_type", LIBRARY.GTK); 3993 Linker.link(gtk_recent_chooser_get_sort_type, "gtk_recent_chooser_get_sort_type", LIBRARY.GTK); 3994 Linker.link(gtk_recent_chooser_set_sort_func, "gtk_recent_chooser_set_sort_func", LIBRARY.GTK); 3995 Linker.link(gtk_recent_chooser_set_current_uri, "gtk_recent_chooser_set_current_uri", LIBRARY.GTK); 3996 Linker.link(gtk_recent_chooser_get_current_uri, "gtk_recent_chooser_get_current_uri", LIBRARY.GTK); 3997 Linker.link(gtk_recent_chooser_get_current_item, "gtk_recent_chooser_get_current_item", LIBRARY.GTK); 3998 Linker.link(gtk_recent_chooser_select_uri, "gtk_recent_chooser_select_uri", LIBRARY.GTK); 3999 Linker.link(gtk_recent_chooser_unselect_uri, "gtk_recent_chooser_unselect_uri", LIBRARY.GTK); 4000 Linker.link(gtk_recent_chooser_select_all, "gtk_recent_chooser_select_all", LIBRARY.GTK); 4001 Linker.link(gtk_recent_chooser_unselect_all, "gtk_recent_chooser_unselect_all", LIBRARY.GTK); 4002 Linker.link(gtk_recent_chooser_get_items, "gtk_recent_chooser_get_items", LIBRARY.GTK); 4003 Linker.link(gtk_recent_chooser_get_uris, "gtk_recent_chooser_get_uris", LIBRARY.GTK); 4004 Linker.link(gtk_recent_chooser_add_filter, "gtk_recent_chooser_add_filter", LIBRARY.GTK); 4005 Linker.link(gtk_recent_chooser_remove_filter, "gtk_recent_chooser_remove_filter", LIBRARY.GTK); 4006 Linker.link(gtk_recent_chooser_list_filters, "gtk_recent_chooser_list_filters", LIBRARY.GTK); 4007 Linker.link(gtk_recent_chooser_set_filter, "gtk_recent_chooser_set_filter", LIBRARY.GTK); 4008 Linker.link(gtk_recent_chooser_get_filter, "gtk_recent_chooser_get_filter", LIBRARY.GTK); 4009 4010 // gtk.RecentChooserDialog 4011 4012 Linker.link(gtk_recent_chooser_dialog_new, "gtk_recent_chooser_dialog_new", LIBRARY.GTK); 4013 Linker.link(gtk_recent_chooser_dialog_new_for_manager, "gtk_recent_chooser_dialog_new_for_manager", LIBRARY.GTK); 4014 4015 // gtk.RecentChooserMenu 4016 4017 Linker.link(gtk_recent_chooser_menu_new, "gtk_recent_chooser_menu_new", LIBRARY.GTK); 4018 Linker.link(gtk_recent_chooser_menu_new_for_manager, "gtk_recent_chooser_menu_new_for_manager", LIBRARY.GTK); 4019 Linker.link(gtk_recent_chooser_menu_get_show_numbers, "gtk_recent_chooser_menu_get_show_numbers", LIBRARY.GTK); 4020 Linker.link(gtk_recent_chooser_menu_set_show_numbers, "gtk_recent_chooser_menu_set_show_numbers", LIBRARY.GTK); 4021 4022 // gtk.RecentChooserWidget 4023 4024 Linker.link(gtk_recent_chooser_widget_new, "gtk_recent_chooser_widget_new", LIBRARY.GTK); 4025 Linker.link(gtk_recent_chooser_widget_new_for_manager, "gtk_recent_chooser_widget_new_for_manager", LIBRARY.GTK); 4026 4027 // gtk.RecentFilter 4028 4029 Linker.link(gtk_recent_filter_new, "gtk_recent_filter_new", LIBRARY.GTK); 4030 Linker.link(gtk_recent_filter_get_name, "gtk_recent_filter_get_name", LIBRARY.GTK); 4031 Linker.link(gtk_recent_filter_set_name, "gtk_recent_filter_set_name", LIBRARY.GTK); 4032 Linker.link(gtk_recent_filter_add_mime_type, "gtk_recent_filter_add_mime_type", LIBRARY.GTK); 4033 Linker.link(gtk_recent_filter_add_pattern, "gtk_recent_filter_add_pattern", LIBRARY.GTK); 4034 Linker.link(gtk_recent_filter_add_pixbuf_formats, "gtk_recent_filter_add_pixbuf_formats", LIBRARY.GTK); 4035 Linker.link(gtk_recent_filter_add_application, "gtk_recent_filter_add_application", LIBRARY.GTK); 4036 Linker.link(gtk_recent_filter_add_group, "gtk_recent_filter_add_group", LIBRARY.GTK); 4037 Linker.link(gtk_recent_filter_add_age, "gtk_recent_filter_add_age", LIBRARY.GTK); 4038 Linker.link(gtk_recent_filter_add_custom, "gtk_recent_filter_add_custom", LIBRARY.GTK); 4039 Linker.link(gtk_recent_filter_get_needed, "gtk_recent_filter_get_needed", LIBRARY.GTK); 4040 Linker.link(gtk_recent_filter_filter, "gtk_recent_filter_filter", LIBRARY.GTK); 4041 4042 // gtk.AppChooserT 4043 4044 4045 // gtk.AppChooserT 4046 4047 Linker.link(gtk_app_chooser_get_app_info, "gtk_app_chooser_get_app_info", LIBRARY.GTK); 4048 Linker.link(gtk_app_chooser_get_content_type, "gtk_app_chooser_get_content_type", LIBRARY.GTK); 4049 Linker.link(gtk_app_chooser_refresh, "gtk_app_chooser_refresh", LIBRARY.GTK); 4050 4051 // gtk.AppChooserButton 4052 4053 Linker.link(gtk_app_chooser_button_new, "gtk_app_chooser_button_new", LIBRARY.GTK); 4054 Linker.link(gtk_app_chooser_button_append_custom_item, "gtk_app_chooser_button_append_custom_item", LIBRARY.GTK); 4055 Linker.link(gtk_app_chooser_button_append_separator, "gtk_app_chooser_button_append_separator", LIBRARY.GTK); 4056 Linker.link(gtk_app_chooser_button_set_active_custom_item, "gtk_app_chooser_button_set_active_custom_item", LIBRARY.GTK); 4057 Linker.link(gtk_app_chooser_button_get_show_default_item, "gtk_app_chooser_button_get_show_default_item", LIBRARY.GTK); 4058 Linker.link(gtk_app_chooser_button_set_show_default_item, "gtk_app_chooser_button_set_show_default_item", LIBRARY.GTK); 4059 Linker.link(gtk_app_chooser_button_get_show_dialog_item, "gtk_app_chooser_button_get_show_dialog_item", LIBRARY.GTK); 4060 Linker.link(gtk_app_chooser_button_set_show_dialog_item, "gtk_app_chooser_button_set_show_dialog_item", LIBRARY.GTK); 4061 Linker.link(gtk_app_chooser_button_get_heading, "gtk_app_chooser_button_get_heading", LIBRARY.GTK); 4062 Linker.link(gtk_app_chooser_button_set_heading, "gtk_app_chooser_button_set_heading", LIBRARY.GTK); 4063 4064 // gtk.AppChooserDialog 4065 4066 Linker.link(gtk_app_chooser_dialog_new, "gtk_app_chooser_dialog_new", LIBRARY.GTK); 4067 Linker.link(gtk_app_chooser_dialog_new_for_content_type, "gtk_app_chooser_dialog_new_for_content_type", LIBRARY.GTK); 4068 Linker.link(gtk_app_chooser_dialog_get_widget, "gtk_app_chooser_dialog_get_widget", LIBRARY.GTK); 4069 Linker.link(gtk_app_chooser_dialog_set_heading, "gtk_app_chooser_dialog_set_heading", LIBRARY.GTK); 4070 Linker.link(gtk_app_chooser_dialog_get_heading, "gtk_app_chooser_dialog_get_heading", LIBRARY.GTK); 4071 4072 // gtk.AppChooserWidget 4073 4074 Linker.link(gtk_app_chooser_widget_new, "gtk_app_chooser_widget_new", LIBRARY.GTK); 4075 Linker.link(gtk_app_chooser_widget_set_show_default, "gtk_app_chooser_widget_set_show_default", LIBRARY.GTK); 4076 Linker.link(gtk_app_chooser_widget_get_show_default, "gtk_app_chooser_widget_get_show_default", LIBRARY.GTK); 4077 Linker.link(gtk_app_chooser_widget_set_show_recommended, "gtk_app_chooser_widget_set_show_recommended", LIBRARY.GTK); 4078 Linker.link(gtk_app_chooser_widget_get_show_recommended, "gtk_app_chooser_widget_get_show_recommended", LIBRARY.GTK); 4079 Linker.link(gtk_app_chooser_widget_set_show_fallback, "gtk_app_chooser_widget_set_show_fallback", LIBRARY.GTK); 4080 Linker.link(gtk_app_chooser_widget_get_show_fallback, "gtk_app_chooser_widget_get_show_fallback", LIBRARY.GTK); 4081 Linker.link(gtk_app_chooser_widget_set_show_other, "gtk_app_chooser_widget_set_show_other", LIBRARY.GTK); 4082 Linker.link(gtk_app_chooser_widget_get_show_other, "gtk_app_chooser_widget_get_show_other", LIBRARY.GTK); 4083 Linker.link(gtk_app_chooser_widget_set_show_all, "gtk_app_chooser_widget_set_show_all", LIBRARY.GTK); 4084 Linker.link(gtk_app_chooser_widget_get_show_all, "gtk_app_chooser_widget_get_show_all", LIBRARY.GTK); 4085 Linker.link(gtk_app_chooser_widget_set_default_text, "gtk_app_chooser_widget_set_default_text", LIBRARY.GTK); 4086 Linker.link(gtk_app_chooser_widget_get_default_text, "gtk_app_chooser_widget_get_default_text", LIBRARY.GTK); 4087 4088 // gtk.SymbolicColor 4089 4090 Linker.link(gtk_symbolic_color_new_literal, "gtk_symbolic_color_new_literal", LIBRARY.GTK); 4091 Linker.link(gtk_symbolic_color_new_name, "gtk_symbolic_color_new_name", LIBRARY.GTK); 4092 Linker.link(gtk_symbolic_color_new_shade, "gtk_symbolic_color_new_shade", LIBRARY.GTK); 4093 Linker.link(gtk_symbolic_color_new_alpha, "gtk_symbolic_color_new_alpha", LIBRARY.GTK); 4094 Linker.link(gtk_symbolic_color_new_mix, "gtk_symbolic_color_new_mix", LIBRARY.GTK); 4095 Linker.link(gtk_symbolic_color_new_win32, "gtk_symbolic_color_new_win32", LIBRARY.GTK); 4096 Linker.link(gtk_symbolic_color_ref, "gtk_symbolic_color_ref", LIBRARY.GTK); 4097 Linker.link(gtk_symbolic_color_unref, "gtk_symbolic_color_unref", LIBRARY.GTK); 4098 Linker.link(gtk_symbolic_color_resolve, "gtk_symbolic_color_resolve", LIBRARY.GTK); 4099 Linker.link(gtk_symbolic_color_to_string, "gtk_symbolic_color_to_string", LIBRARY.GTK); 4100 4101 // gtk.Gradient 4102 4103 Linker.link(gtk_gradient_new_linear, "gtk_gradient_new_linear", LIBRARY.GTK); 4104 Linker.link(gtk_gradient_new_radial, "gtk_gradient_new_radial", LIBRARY.GTK); 4105 Linker.link(gtk_gradient_add_color_stop, "gtk_gradient_add_color_stop", LIBRARY.GTK); 4106 Linker.link(gtk_gradient_ref, "gtk_gradient_ref", LIBRARY.GTK); 4107 Linker.link(gtk_gradient_unref, "gtk_gradient_unref", LIBRARY.GTK); 4108 Linker.link(gtk_gradient_resolve, "gtk_gradient_resolve", LIBRARY.GTK); 4109 Linker.link(gtk_gradient_resolve_for_context, "gtk_gradient_resolve_for_context", LIBRARY.GTK); 4110 Linker.link(gtk_gradient_to_string, "gtk_gradient_to_string", LIBRARY.GTK); 4111 4112 // gtk.RcStyle 4113 4114 Linker.link(gtk_rc_scanner_new, "gtk_rc_scanner_new", LIBRARY.GTK); 4115 Linker.link(gtk_rc_get_style, "gtk_rc_get_style", LIBRARY.GTK); 4116 Linker.link(gtk_rc_get_style_by_paths, "gtk_rc_get_style_by_paths", LIBRARY.GTK); 4117 Linker.link(gtk_rc_parse, "gtk_rc_parse", LIBRARY.GTK); 4118 Linker.link(gtk_rc_parse_string, "gtk_rc_parse_string", LIBRARY.GTK); 4119 Linker.link(gtk_rc_reparse_all, "gtk_rc_reparse_all", LIBRARY.GTK); 4120 Linker.link(gtk_rc_reparse_all_for_settings, "gtk_rc_reparse_all_for_settings", LIBRARY.GTK); 4121 Linker.link(gtk_rc_reset_styles, "gtk_rc_reset_styles", LIBRARY.GTK); 4122 Linker.link(gtk_rc_add_default_file, "gtk_rc_add_default_file", LIBRARY.GTK); 4123 Linker.link(gtk_rc_get_default_files, "gtk_rc_get_default_files", LIBRARY.GTK); 4124 Linker.link(gtk_rc_set_default_files, "gtk_rc_set_default_files", LIBRARY.GTK); 4125 Linker.link(gtk_rc_parse_color, "gtk_rc_parse_color", LIBRARY.GTK); 4126 Linker.link(gtk_rc_parse_color_full, "gtk_rc_parse_color_full", LIBRARY.GTK); 4127 Linker.link(gtk_rc_parse_state, "gtk_rc_parse_state", LIBRARY.GTK); 4128 Linker.link(gtk_rc_parse_priority, "gtk_rc_parse_priority", LIBRARY.GTK); 4129 Linker.link(gtk_rc_find_module_in_path, "gtk_rc_find_module_in_path", LIBRARY.GTK); 4130 Linker.link(gtk_rc_find_pixmap_in_path, "gtk_rc_find_pixmap_in_path", LIBRARY.GTK); 4131 Linker.link(gtk_rc_get_module_dir, "gtk_rc_get_module_dir", LIBRARY.GTK); 4132 Linker.link(gtk_rc_get_im_module_path, "gtk_rc_get_im_module_path", LIBRARY.GTK); 4133 Linker.link(gtk_rc_get_im_module_file, "gtk_rc_get_im_module_file", LIBRARY.GTK); 4134 Linker.link(gtk_rc_get_theme_dir, "gtk_rc_get_theme_dir", LIBRARY.GTK); 4135 Linker.link(gtk_rc_style_new, "gtk_rc_style_new", LIBRARY.GTK); 4136 Linker.link(gtk_rc_style_copy, "gtk_rc_style_copy", LIBRARY.GTK); 4137 4138 // gtk.Style 4139 4140 Linker.link(gtk_style_new, "gtk_style_new", LIBRARY.GTK); 4141 Linker.link(gtk_style_copy, "gtk_style_copy", LIBRARY.GTK); 4142 Linker.link(gtk_style_attach, "gtk_style_attach", LIBRARY.GTK); 4143 Linker.link(gtk_style_detach, "gtk_style_detach", LIBRARY.GTK); 4144 Linker.link(gtk_style_has_context, "gtk_style_has_context", LIBRARY.GTK); 4145 Linker.link(gtk_style_set_background, "gtk_style_set_background", LIBRARY.GTK); 4146 Linker.link(gtk_style_apply_default_background, "gtk_style_apply_default_background", LIBRARY.GTK); 4147 Linker.link(gtk_style_lookup_color, "gtk_style_lookup_color", LIBRARY.GTK); 4148 Linker.link(gtk_style_lookup_icon_set, "gtk_style_lookup_icon_set", LIBRARY.GTK); 4149 Linker.link(gtk_style_render_icon, "gtk_style_render_icon", LIBRARY.GTK); 4150 Linker.link(gtk_style_get_style_property, "gtk_style_get_style_property", LIBRARY.GTK); 4151 Linker.link(gtk_style_get_valist, "gtk_style_get_valist", LIBRARY.GTK); 4152 Linker.link(gtk_style_get, "gtk_style_get", LIBRARY.GTK); 4153 Linker.link(gtk_paint_arrow, "gtk_paint_arrow", LIBRARY.GTK); 4154 Linker.link(gtk_paint_box, "gtk_paint_box", LIBRARY.GTK); 4155 Linker.link(gtk_paint_box_gap, "gtk_paint_box_gap", LIBRARY.GTK); 4156 Linker.link(gtk_paint_check, "gtk_paint_check", LIBRARY.GTK); 4157 Linker.link(gtk_paint_diamond, "gtk_paint_diamond", LIBRARY.GTK); 4158 Linker.link(gtk_paint_extension, "gtk_paint_extension", LIBRARY.GTK); 4159 Linker.link(gtk_paint_flat_box, "gtk_paint_flat_box", LIBRARY.GTK); 4160 Linker.link(gtk_paint_focus, "gtk_paint_focus", LIBRARY.GTK); 4161 Linker.link(gtk_paint_handle, "gtk_paint_handle", LIBRARY.GTK); 4162 Linker.link(gtk_paint_hline, "gtk_paint_hline", LIBRARY.GTK); 4163 Linker.link(gtk_paint_option, "gtk_paint_option", LIBRARY.GTK); 4164 Linker.link(gtk_paint_shadow, "gtk_paint_shadow", LIBRARY.GTK); 4165 Linker.link(gtk_paint_shadow_gap, "gtk_paint_shadow_gap", LIBRARY.GTK); 4166 Linker.link(gtk_paint_slider, "gtk_paint_slider", LIBRARY.GTK); 4167 Linker.link(gtk_paint_spinner, "gtk_paint_spinner", LIBRARY.GTK); 4168 Linker.link(gtk_paint_tab, "gtk_paint_tab", LIBRARY.GTK); 4169 Linker.link(gtk_paint_vline, "gtk_paint_vline", LIBRARY.GTK); 4170 Linker.link(gtk_paint_expander, "gtk_paint_expander", LIBRARY.GTK); 4171 Linker.link(gtk_paint_layout, "gtk_paint_layout", LIBRARY.GTK); 4172 Linker.link(gtk_paint_resize_grip, "gtk_paint_resize_grip", LIBRARY.GTK); 4173 Linker.link(gtk_draw_insertion_cursor, "gtk_draw_insertion_cursor", LIBRARY.GTK); 4174 4175 // gtk.HScale 4176 4177 Linker.link(gtk_hscale_new, "gtk_hscale_new", LIBRARY.GTK); 4178 Linker.link(gtk_hscale_new_with_range, "gtk_hscale_new_with_range", LIBRARY.GTK); 4179 4180 // gtk.VScale 4181 4182 Linker.link(gtk_vscale_new, "gtk_vscale_new", LIBRARY.GTK); 4183 Linker.link(gtk_vscale_new_with_range, "gtk_vscale_new_with_range", LIBRARY.GTK); 4184 4185 // gtk.TearoffMenuItem 4186 4187 Linker.link(gtk_tearoff_menu_item_new, "gtk_tearoff_menu_item_new", LIBRARY.GTK); 4188 4189 // gtk.ColorSelection 4190 4191 Linker.link(gtk_color_selection_new, "gtk_color_selection_new", LIBRARY.GTK); 4192 Linker.link(gtk_color_selection_set_has_opacity_control, "gtk_color_selection_set_has_opacity_control", LIBRARY.GTK); 4193 Linker.link(gtk_color_selection_get_has_opacity_control, "gtk_color_selection_get_has_opacity_control", LIBRARY.GTK); 4194 Linker.link(gtk_color_selection_set_has_palette, "gtk_color_selection_set_has_palette", LIBRARY.GTK); 4195 Linker.link(gtk_color_selection_get_has_palette, "gtk_color_selection_get_has_palette", LIBRARY.GTK); 4196 Linker.link(gtk_color_selection_get_current_alpha, "gtk_color_selection_get_current_alpha", LIBRARY.GTK); 4197 Linker.link(gtk_color_selection_set_current_alpha, "gtk_color_selection_set_current_alpha", LIBRARY.GTK); 4198 Linker.link(gtk_color_selection_get_current_color, "gtk_color_selection_get_current_color", LIBRARY.GTK); 4199 Linker.link(gtk_color_selection_set_current_color, "gtk_color_selection_set_current_color", LIBRARY.GTK); 4200 Linker.link(gtk_color_selection_get_previous_alpha, "gtk_color_selection_get_previous_alpha", LIBRARY.GTK); 4201 Linker.link(gtk_color_selection_set_previous_alpha, "gtk_color_selection_set_previous_alpha", LIBRARY.GTK); 4202 Linker.link(gtk_color_selection_get_previous_color, "gtk_color_selection_get_previous_color", LIBRARY.GTK); 4203 Linker.link(gtk_color_selection_set_previous_color, "gtk_color_selection_set_previous_color", LIBRARY.GTK); 4204 Linker.link(gtk_color_selection_get_current_rgba, "gtk_color_selection_get_current_rgba", LIBRARY.GTK); 4205 Linker.link(gtk_color_selection_set_current_rgba, "gtk_color_selection_set_current_rgba", LIBRARY.GTK); 4206 Linker.link(gtk_color_selection_get_previous_rgba, "gtk_color_selection_get_previous_rgba", LIBRARY.GTK); 4207 Linker.link(gtk_color_selection_set_previous_rgba, "gtk_color_selection_set_previous_rgba", LIBRARY.GTK); 4208 Linker.link(gtk_color_selection_is_adjusting, "gtk_color_selection_is_adjusting", LIBRARY.GTK); 4209 Linker.link(gtk_color_selection_palette_from_string, "gtk_color_selection_palette_from_string", LIBRARY.GTK); 4210 Linker.link(gtk_color_selection_palette_to_string, "gtk_color_selection_palette_to_string", LIBRARY.GTK); 4211 Linker.link(gtk_color_selection_set_change_palette_with_screen_hook, "gtk_color_selection_set_change_palette_with_screen_hook", LIBRARY.GTK); 4212 4213 // gtk.ColorSelectionDialog 4214 4215 Linker.link(gtk_color_selection_dialog_new, "gtk_color_selection_dialog_new", LIBRARY.GTK); 4216 Linker.link(gtk_color_selection_dialog_get_color_selection, "gtk_color_selection_dialog_get_color_selection", LIBRARY.GTK); 4217 4218 // gtk.HSV 4219 4220 Linker.link(gtk_hsv_new, "gtk_hsv_new", LIBRARY.GTK); 4221 Linker.link(gtk_hsv_set_color, "gtk_hsv_set_color", LIBRARY.GTK); 4222 Linker.link(gtk_hsv_get_color, "gtk_hsv_get_color", LIBRARY.GTK); 4223 Linker.link(gtk_hsv_set_metrics, "gtk_hsv_set_metrics", LIBRARY.GTK); 4224 Linker.link(gtk_hsv_get_metrics, "gtk_hsv_get_metrics", LIBRARY.GTK); 4225 Linker.link(gtk_hsv_is_adjusting, "gtk_hsv_is_adjusting", LIBRARY.GTK); 4226 Linker.link(gtk_hsv_to_rgb, "gtk_hsv_to_rgb", LIBRARY.GTK); 4227 Linker.link(gtk_rgb_to_hsv, "gtk_rgb_to_hsv", LIBRARY.GTK); 4228 4229 // gtk.FontSelection 4230 4231 Linker.link(gtk_font_selection_new, "gtk_font_selection_new", LIBRARY.GTK); 4232 Linker.link(gtk_font_selection_get_font_name, "gtk_font_selection_get_font_name", LIBRARY.GTK); 4233 Linker.link(gtk_font_selection_set_font_name, "gtk_font_selection_set_font_name", LIBRARY.GTK); 4234 Linker.link(gtk_font_selection_get_preview_text, "gtk_font_selection_get_preview_text", LIBRARY.GTK); 4235 Linker.link(gtk_font_selection_set_preview_text, "gtk_font_selection_set_preview_text", LIBRARY.GTK); 4236 Linker.link(gtk_font_selection_get_face, "gtk_font_selection_get_face", LIBRARY.GTK); 4237 Linker.link(gtk_font_selection_get_face_list, "gtk_font_selection_get_face_list", LIBRARY.GTK); 4238 Linker.link(gtk_font_selection_get_family, "gtk_font_selection_get_family", LIBRARY.GTK); 4239 Linker.link(gtk_font_selection_get_size, "gtk_font_selection_get_size", LIBRARY.GTK); 4240 Linker.link(gtk_font_selection_get_family_list, "gtk_font_selection_get_family_list", LIBRARY.GTK); 4241 Linker.link(gtk_font_selection_get_preview_entry, "gtk_font_selection_get_preview_entry", LIBRARY.GTK); 4242 Linker.link(gtk_font_selection_get_size_entry, "gtk_font_selection_get_size_entry", LIBRARY.GTK); 4243 Linker.link(gtk_font_selection_get_size_list, "gtk_font_selection_get_size_list", LIBRARY.GTK); 4244 4245 // gtk.FontSelectionDialog 4246 4247 Linker.link(gtk_font_selection_dialog_new, "gtk_font_selection_dialog_new", LIBRARY.GTK); 4248 Linker.link(gtk_font_selection_dialog_get_font_name, "gtk_font_selection_dialog_get_font_name", LIBRARY.GTK); 4249 Linker.link(gtk_font_selection_dialog_set_font_name, "gtk_font_selection_dialog_set_font_name", LIBRARY.GTK); 4250 Linker.link(gtk_font_selection_dialog_get_preview_text, "gtk_font_selection_dialog_get_preview_text", LIBRARY.GTK); 4251 Linker.link(gtk_font_selection_dialog_set_preview_text, "gtk_font_selection_dialog_set_preview_text", LIBRARY.GTK); 4252 Linker.link(gtk_font_selection_dialog_get_cancel_button, "gtk_font_selection_dialog_get_cancel_button", LIBRARY.GTK); 4253 Linker.link(gtk_font_selection_dialog_get_ok_button, "gtk_font_selection_dialog_get_ok_button", LIBRARY.GTK); 4254 Linker.link(gtk_font_selection_dialog_get_font_selection, "gtk_font_selection_dialog_get_font_selection", LIBRARY.GTK); 4255 4256 // gtk.HBox 4257 4258 Linker.link(gtk_hbox_new, "gtk_hbox_new", LIBRARY.GTK); 4259 4260 // gtk.VBox 4261 4262 Linker.link(gtk_vbox_new, "gtk_vbox_new", LIBRARY.GTK); 4263 4264 // gtk.HButtonBox 4265 4266 Linker.link(gtk_hbutton_box_new, "gtk_hbutton_box_new", LIBRARY.GTK); 4267 4268 // gtk.VButtonBox 4269 4270 Linker.link(gtk_vbutton_box_new, "gtk_vbutton_box_new", LIBRARY.GTK); 4271 4272 // gtk.HPaned 4273 4274 Linker.link(gtk_hpaned_new, "gtk_hpaned_new", LIBRARY.GTK); 4275 4276 // gtk.VPaned 4277 4278 Linker.link(gtk_vpaned_new, "gtk_vpaned_new", LIBRARY.GTK); 4279 4280 // gtk.Table 4281 4282 Linker.link(gtk_table_new, "gtk_table_new", LIBRARY.GTK); 4283 Linker.link(gtk_table_resize, "gtk_table_resize", LIBRARY.GTK); 4284 Linker.link(gtk_table_get_size, "gtk_table_get_size", LIBRARY.GTK); 4285 Linker.link(gtk_table_attach, "gtk_table_attach", LIBRARY.GTK); 4286 Linker.link(gtk_table_attach_defaults, "gtk_table_attach_defaults", LIBRARY.GTK); 4287 Linker.link(gtk_table_set_row_spacing, "gtk_table_set_row_spacing", LIBRARY.GTK); 4288 Linker.link(gtk_table_set_col_spacing, "gtk_table_set_col_spacing", LIBRARY.GTK); 4289 Linker.link(gtk_table_set_row_spacings, "gtk_table_set_row_spacings", LIBRARY.GTK); 4290 Linker.link(gtk_table_set_col_spacings, "gtk_table_set_col_spacings", LIBRARY.GTK); 4291 Linker.link(gtk_table_set_homogeneous, "gtk_table_set_homogeneous", LIBRARY.GTK); 4292 Linker.link(gtk_table_get_default_row_spacing, "gtk_table_get_default_row_spacing", LIBRARY.GTK); 4293 Linker.link(gtk_table_get_homogeneous, "gtk_table_get_homogeneous", LIBRARY.GTK); 4294 Linker.link(gtk_table_get_row_spacing, "gtk_table_get_row_spacing", LIBRARY.GTK); 4295 Linker.link(gtk_table_get_col_spacing, "gtk_table_get_col_spacing", LIBRARY.GTK); 4296 Linker.link(gtk_table_get_default_col_spacing, "gtk_table_get_default_col_spacing", LIBRARY.GTK); 4297 4298 // gtk.HSeparator 4299 4300 Linker.link(gtk_hseparator_new, "gtk_hseparator_new", LIBRARY.GTK); 4301 4302 // gtk.VSeparator 4303 4304 Linker.link(gtk_vseparator_new, "gtk_vseparator_new", LIBRARY.GTK); 4305 4306 // gtk.HScrollbar 4307 4308 Linker.link(gtk_hscrollbar_new, "gtk_hscrollbar_new", LIBRARY.GTK); 4309 4310 // gtk.VScrollbar 4311 4312 Linker.link(gtk_vscrollbar_new, "gtk_vscrollbar_new", LIBRARY.GTK); 4313 4314 // gtk.UIManager 4315 4316 Linker.link(gtk_ui_manager_new, "gtk_ui_manager_new", LIBRARY.GTK); 4317 Linker.link(gtk_ui_manager_set_add_tearoffs, "gtk_ui_manager_set_add_tearoffs", LIBRARY.GTK); 4318 Linker.link(gtk_ui_manager_get_add_tearoffs, "gtk_ui_manager_get_add_tearoffs", LIBRARY.GTK); 4319 Linker.link(gtk_ui_manager_insert_action_group, "gtk_ui_manager_insert_action_group", LIBRARY.GTK); 4320 Linker.link(gtk_ui_manager_remove_action_group, "gtk_ui_manager_remove_action_group", LIBRARY.GTK); 4321 Linker.link(gtk_ui_manager_get_action_groups, "gtk_ui_manager_get_action_groups", LIBRARY.GTK); 4322 Linker.link(gtk_ui_manager_get_accel_group, "gtk_ui_manager_get_accel_group", LIBRARY.GTK); 4323 Linker.link(gtk_ui_manager_get_widget, "gtk_ui_manager_get_widget", LIBRARY.GTK); 4324 Linker.link(gtk_ui_manager_get_toplevels, "gtk_ui_manager_get_toplevels", LIBRARY.GTK); 4325 Linker.link(gtk_ui_manager_get_action, "gtk_ui_manager_get_action", LIBRARY.GTK); 4326 Linker.link(gtk_ui_manager_add_ui_from_resource, "gtk_ui_manager_add_ui_from_resource", LIBRARY.GTK); 4327 Linker.link(gtk_ui_manager_add_ui_from_string, "gtk_ui_manager_add_ui_from_string", LIBRARY.GTK); 4328 Linker.link(gtk_ui_manager_add_ui_from_file, "gtk_ui_manager_add_ui_from_file", LIBRARY.GTK); 4329 Linker.link(gtk_ui_manager_new_merge_id, "gtk_ui_manager_new_merge_id", LIBRARY.GTK); 4330 Linker.link(gtk_ui_manager_add_ui, "gtk_ui_manager_add_ui", LIBRARY.GTK); 4331 Linker.link(gtk_ui_manager_remove_ui, "gtk_ui_manager_remove_ui", LIBRARY.GTK); 4332 Linker.link(gtk_ui_manager_get_ui, "gtk_ui_manager_get_ui", LIBRARY.GTK); 4333 Linker.link(gtk_ui_manager_ensure_update, "gtk_ui_manager_ensure_update", LIBRARY.GTK); 4334 4335 // gtk.ActionGroup 4336 4337 Linker.link(gtk_action_group_new, "gtk_action_group_new", LIBRARY.GTK); 4338 Linker.link(gtk_action_group_get_name, "gtk_action_group_get_name", LIBRARY.GTK); 4339 Linker.link(gtk_action_group_get_sensitive, "gtk_action_group_get_sensitive", LIBRARY.GTK); 4340 Linker.link(gtk_action_group_set_sensitive, "gtk_action_group_set_sensitive", LIBRARY.GTK); 4341 Linker.link(gtk_action_group_get_visible, "gtk_action_group_get_visible", LIBRARY.GTK); 4342 Linker.link(gtk_action_group_set_visible, "gtk_action_group_set_visible", LIBRARY.GTK); 4343 Linker.link(gtk_action_group_get_accel_group, "gtk_action_group_get_accel_group", LIBRARY.GTK); 4344 Linker.link(gtk_action_group_set_accel_group, "gtk_action_group_set_accel_group", LIBRARY.GTK); 4345 Linker.link(gtk_action_group_get_action, "gtk_action_group_get_action", LIBRARY.GTK); 4346 Linker.link(gtk_action_group_list_actions, "gtk_action_group_list_actions", LIBRARY.GTK); 4347 Linker.link(gtk_action_group_add_action, "gtk_action_group_add_action", LIBRARY.GTK); 4348 Linker.link(gtk_action_group_add_action_with_accel, "gtk_action_group_add_action_with_accel", LIBRARY.GTK); 4349 Linker.link(gtk_action_group_remove_action, "gtk_action_group_remove_action", LIBRARY.GTK); 4350 Linker.link(gtk_action_group_add_actions, "gtk_action_group_add_actions", LIBRARY.GTK); 4351 Linker.link(gtk_action_group_add_actions_full, "gtk_action_group_add_actions_full", LIBRARY.GTK); 4352 Linker.link(gtk_action_group_add_toggle_actions, "gtk_action_group_add_toggle_actions", LIBRARY.GTK); 4353 Linker.link(gtk_action_group_add_toggle_actions_full, "gtk_action_group_add_toggle_actions_full", LIBRARY.GTK); 4354 Linker.link(gtk_action_group_add_radio_actions, "gtk_action_group_add_radio_actions", LIBRARY.GTK); 4355 Linker.link(gtk_action_group_add_radio_actions_full, "gtk_action_group_add_radio_actions_full", LIBRARY.GTK); 4356 Linker.link(gtk_action_group_set_translate_func, "gtk_action_group_set_translate_func", LIBRARY.GTK); 4357 Linker.link(gtk_action_group_set_translation_domain, "gtk_action_group_set_translation_domain", LIBRARY.GTK); 4358 Linker.link(gtk_action_group_translate_string, "gtk_action_group_translate_string", LIBRARY.GTK); 4359 4360 // gtk.Action 4361 4362 Linker.link(gtk_action_new, "gtk_action_new", LIBRARY.GTK); 4363 Linker.link(gtk_action_get_name, "gtk_action_get_name", LIBRARY.GTK); 4364 Linker.link(gtk_action_is_sensitive, "gtk_action_is_sensitive", LIBRARY.GTK); 4365 Linker.link(gtk_action_get_sensitive, "gtk_action_get_sensitive", LIBRARY.GTK); 4366 Linker.link(gtk_action_set_sensitive, "gtk_action_set_sensitive", LIBRARY.GTK); 4367 Linker.link(gtk_action_is_visible, "gtk_action_is_visible", LIBRARY.GTK); 4368 Linker.link(gtk_action_get_visible, "gtk_action_get_visible", LIBRARY.GTK); 4369 Linker.link(gtk_action_set_visible, "gtk_action_set_visible", LIBRARY.GTK); 4370 Linker.link(gtk_action_activate, "gtk_action_activate", LIBRARY.GTK); 4371 Linker.link(gtk_action_create_icon, "gtk_action_create_icon", LIBRARY.GTK); 4372 Linker.link(gtk_action_create_menu_item, "gtk_action_create_menu_item", LIBRARY.GTK); 4373 Linker.link(gtk_action_create_tool_item, "gtk_action_create_tool_item", LIBRARY.GTK); 4374 Linker.link(gtk_action_create_menu, "gtk_action_create_menu", LIBRARY.GTK); 4375 Linker.link(gtk_action_get_proxies, "gtk_action_get_proxies", LIBRARY.GTK); 4376 Linker.link(gtk_action_connect_accelerator, "gtk_action_connect_accelerator", LIBRARY.GTK); 4377 Linker.link(gtk_action_disconnect_accelerator, "gtk_action_disconnect_accelerator", LIBRARY.GTK); 4378 Linker.link(gtk_action_block_activate, "gtk_action_block_activate", LIBRARY.GTK); 4379 Linker.link(gtk_action_unblock_activate, "gtk_action_unblock_activate", LIBRARY.GTK); 4380 Linker.link(gtk_action_get_always_show_image, "gtk_action_get_always_show_image", LIBRARY.GTK); 4381 Linker.link(gtk_action_set_always_show_image, "gtk_action_set_always_show_image", LIBRARY.GTK); 4382 Linker.link(gtk_action_get_accel_path, "gtk_action_get_accel_path", LIBRARY.GTK); 4383 Linker.link(gtk_action_set_accel_path, "gtk_action_set_accel_path", LIBRARY.GTK); 4384 Linker.link(gtk_action_get_accel_closure, "gtk_action_get_accel_closure", LIBRARY.GTK); 4385 Linker.link(gtk_action_set_accel_group, "gtk_action_set_accel_group", LIBRARY.GTK); 4386 Linker.link(gtk_action_set_label, "gtk_action_set_label", LIBRARY.GTK); 4387 Linker.link(gtk_action_get_label, "gtk_action_get_label", LIBRARY.GTK); 4388 Linker.link(gtk_action_set_short_label, "gtk_action_set_short_label", LIBRARY.GTK); 4389 Linker.link(gtk_action_get_short_label, "gtk_action_get_short_label", LIBRARY.GTK); 4390 Linker.link(gtk_action_set_tooltip, "gtk_action_set_tooltip", LIBRARY.GTK); 4391 Linker.link(gtk_action_get_tooltip, "gtk_action_get_tooltip", LIBRARY.GTK); 4392 Linker.link(gtk_action_set_stock_id, "gtk_action_set_stock_id", LIBRARY.GTK); 4393 Linker.link(gtk_action_get_stock_id, "gtk_action_get_stock_id", LIBRARY.GTK); 4394 Linker.link(gtk_action_set_gicon, "gtk_action_set_gicon", LIBRARY.GTK); 4395 Linker.link(gtk_action_get_gicon, "gtk_action_get_gicon", LIBRARY.GTK); 4396 Linker.link(gtk_action_set_icon_name, "gtk_action_set_icon_name", LIBRARY.GTK); 4397 Linker.link(gtk_action_get_icon_name, "gtk_action_get_icon_name", LIBRARY.GTK); 4398 Linker.link(gtk_action_set_visible_horizontal, "gtk_action_set_visible_horizontal", LIBRARY.GTK); 4399 Linker.link(gtk_action_get_visible_horizontal, "gtk_action_get_visible_horizontal", LIBRARY.GTK); 4400 Linker.link(gtk_action_set_visible_vertical, "gtk_action_set_visible_vertical", LIBRARY.GTK); 4401 Linker.link(gtk_action_get_visible_vertical, "gtk_action_get_visible_vertical", LIBRARY.GTK); 4402 Linker.link(gtk_action_set_is_important, "gtk_action_set_is_important", LIBRARY.GTK); 4403 Linker.link(gtk_action_get_is_important, "gtk_action_get_is_important", LIBRARY.GTK); 4404 4405 // gtk.ToggleAction 4406 4407 Linker.link(gtk_toggle_action_new, "gtk_toggle_action_new", LIBRARY.GTK); 4408 Linker.link(gtk_toggle_action_toggled, "gtk_toggle_action_toggled", LIBRARY.GTK); 4409 Linker.link(gtk_toggle_action_set_active, "gtk_toggle_action_set_active", LIBRARY.GTK); 4410 Linker.link(gtk_toggle_action_get_active, "gtk_toggle_action_get_active", LIBRARY.GTK); 4411 Linker.link(gtk_toggle_action_set_draw_as_radio, "gtk_toggle_action_set_draw_as_radio", LIBRARY.GTK); 4412 Linker.link(gtk_toggle_action_get_draw_as_radio, "gtk_toggle_action_get_draw_as_radio", LIBRARY.GTK); 4413 4414 // gtk.RadioAction 4415 4416 Linker.link(gtk_radio_action_new, "gtk_radio_action_new", LIBRARY.GTK); 4417 Linker.link(gtk_radio_action_get_group, "gtk_radio_action_get_group", LIBRARY.GTK); 4418 Linker.link(gtk_radio_action_set_group, "gtk_radio_action_set_group", LIBRARY.GTK); 4419 Linker.link(gtk_radio_action_join_group, "gtk_radio_action_join_group", LIBRARY.GTK); 4420 Linker.link(gtk_radio_action_get_current_value, "gtk_radio_action_get_current_value", LIBRARY.GTK); 4421 Linker.link(gtk_radio_action_set_current_value, "gtk_radio_action_set_current_value", LIBRARY.GTK); 4422 4423 // gtk.RecentAction 4424 4425 Linker.link(gtk_recent_action_new, "gtk_recent_action_new", LIBRARY.GTK); 4426 Linker.link(gtk_recent_action_new_for_manager, "gtk_recent_action_new_for_manager", LIBRARY.GTK); 4427 Linker.link(gtk_recent_action_get_show_numbers, "gtk_recent_action_get_show_numbers", LIBRARY.GTK); 4428 Linker.link(gtk_recent_action_set_show_numbers, "gtk_recent_action_set_show_numbers", LIBRARY.GTK); 4429 4430 // gtk.ActivatableT 4431 4432 4433 // gtk.ActivatableT 4434 4435 Linker.link(gtk_activatable_do_set_related_action, "gtk_activatable_do_set_related_action", LIBRARY.GTK); 4436 Linker.link(gtk_activatable_get_related_action, "gtk_activatable_get_related_action", LIBRARY.GTK); 4437 Linker.link(gtk_activatable_get_use_action_appearance, "gtk_activatable_get_use_action_appearance", LIBRARY.GTK); 4438 Linker.link(gtk_activatable_sync_action_properties, "gtk_activatable_sync_action_properties", LIBRARY.GTK); 4439 Linker.link(gtk_activatable_set_related_action, "gtk_activatable_set_related_action", LIBRARY.GTK); 4440 Linker.link(gtk_activatable_set_use_action_appearance, "gtk_activatable_set_use_action_appearance", LIBRARY.GTK); 4441 4442 // gtk.ImageMenuItem 4443 4444 Linker.link(gtk_image_menu_item_set_image, "gtk_image_menu_item_set_image", LIBRARY.GTK); 4445 Linker.link(gtk_image_menu_item_get_image, "gtk_image_menu_item_get_image", LIBRARY.GTK); 4446 Linker.link(gtk_image_menu_item_new, "gtk_image_menu_item_new", LIBRARY.GTK); 4447 Linker.link(gtk_image_menu_item_new_from_stock, "gtk_image_menu_item_new_from_stock", LIBRARY.GTK); 4448 Linker.link(gtk_image_menu_item_new_with_label, "gtk_image_menu_item_new_with_label", LIBRARY.GTK); 4449 Linker.link(gtk_image_menu_item_new_with_mnemonic, "gtk_image_menu_item_new_with_mnemonic", LIBRARY.GTK); 4450 Linker.link(gtk_image_menu_item_get_use_stock, "gtk_image_menu_item_get_use_stock", LIBRARY.GTK); 4451 Linker.link(gtk_image_menu_item_set_use_stock, "gtk_image_menu_item_set_use_stock", LIBRARY.GTK); 4452 Linker.link(gtk_image_menu_item_get_always_show_image, "gtk_image_menu_item_get_always_show_image", LIBRARY.GTK); 4453 Linker.link(gtk_image_menu_item_set_always_show_image, "gtk_image_menu_item_set_always_show_image", LIBRARY.GTK); 4454 Linker.link(gtk_image_menu_item_set_accel_group, "gtk_image_menu_item_set_accel_group", LIBRARY.GTK); 4455 4456 // gtk.StockItem 4457 4458 Linker.link(gtk_stock_add, "gtk_stock_add", LIBRARY.GTK); 4459 Linker.link(gtk_stock_add_static, "gtk_stock_add_static", LIBRARY.GTK); 4460 Linker.link(gtk_stock_item_copy, "gtk_stock_item_copy", LIBRARY.GTK); 4461 Linker.link(gtk_stock_item_free, "gtk_stock_item_free", LIBRARY.GTK); 4462 Linker.link(gtk_stock_list_ids, "gtk_stock_list_ids", LIBRARY.GTK); 4463 Linker.link(gtk_stock_lookup, "gtk_stock_lookup", LIBRARY.GTK); 4464 Linker.link(gtk_stock_set_translate_func, "gtk_stock_set_translate_func", LIBRARY.GTK); 4465 } 4466 4467 __gshared extern(C) 4468 { 4469 // gtk.Main 4470 4471 void function() c_gtk_disable_setlocale; 4472 PangoLanguage* function() c_gtk_get_default_language; 4473 gboolean function(int* argc, char*** argv) c_gtk_parse_args; 4474 void function(int* argc, char*** argv) c_gtk_init; 4475 gboolean function(int* argc, char*** argv) c_gtk_init_check; 4476 gboolean function(gint* argc, gchar*** argv, gchar* parameterString, GOptionEntry* entries, gchar* translationDomain, GError** error) c_gtk_init_with_args; 4477 GOptionGroup* function(gboolean openDefaultDisplay) c_gtk_get_option_group; 4478 gboolean function() c_gtk_events_pending; 4479 void function() c_gtk_main; 4480 guint function() c_gtk_main_level; 4481 void function() c_gtk_main_quit; 4482 gboolean function() c_gtk_main_iteration; 4483 gboolean function(gboolean blocking) c_gtk_main_iteration_do; 4484 void function(GdkEvent* event) c_gtk_main_do_event; 4485 void function(GtkWidget* widget) c_gtk_grab_add; 4486 GtkWidget* function() c_gtk_grab_get_current; 4487 void function(GtkWidget* widget) c_gtk_grab_remove; 4488 void function(GtkWidget* widget, GdkDevice* device, gboolean blockOthers) c_gtk_device_grab_add; 4489 void function(GtkWidget* widget, GdkDevice* device) c_gtk_device_grab_remove; 4490 guint function(GtkKeySnoopFunc snooper, void* funcData) c_gtk_key_snooper_install; 4491 void function(guint snooperHandlerId) c_gtk_key_snooper_remove; 4492 GdkEvent* function() c_gtk_get_current_event; 4493 guint32 function() c_gtk_get_current_event_time; 4494 gboolean function(GdkModifierType* state) c_gtk_get_current_event_state; 4495 GdkDevice* function() c_gtk_get_current_event_device; 4496 GtkWidget* function(GdkEvent* event) c_gtk_get_event_widget; 4497 void function(GtkWidget* widget, GdkEvent* event) c_gtk_propagate_event; 4498 4499 // gtk.Version 4500 4501 guint function() c_gtk_get_major_version; 4502 guint function() c_gtk_get_minor_version; 4503 guint function() c_gtk_get_micro_version; 4504 guint function() c_gtk_get_binary_age; 4505 guint function() c_gtk_get_interface_age; 4506 gchar* function(guint requiredMajor, guint requiredMinor, guint requiredMicro) c_gtk_check_version; 4507 4508 // gtk.AccelGroup 4509 4510 GtkAccelGroup* function() c_gtk_accel_group_new; 4511 void function(GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags, GClosure* closure) c_gtk_accel_group_connect; 4512 void function(GtkAccelGroup* accelGroup, gchar* accelPath, GClosure* closure) c_gtk_accel_group_connect_by_path; 4513 gboolean function(GtkAccelGroup* accelGroup, GClosure* closure) c_gtk_accel_group_disconnect; 4514 gboolean function(GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods) c_gtk_accel_group_disconnect_key; 4515 gboolean function(GtkAccelGroup* accelGroup, GQuark accelQuark, GObject* acceleratable, guint accelKey, GdkModifierType accelMods) c_gtk_accel_group_activate; 4516 void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_lock; 4517 void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_unlock; 4518 gboolean function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_is_locked; 4519 GtkAccelGroup* function(GClosure* closure) c_gtk_accel_group_from_accel_closure; 4520 GdkModifierType function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_modifier_mask; 4521 gboolean function(GObject* object, guint accelKey, GdkModifierType accelMods) c_gtk_accel_groups_activate; 4522 GSList* function(GObject* object) c_gtk_accel_groups_from_object; 4523 GtkAccelKey* function(GtkAccelGroup* accelGroup, GtkAccelGroupFindFunc findFunc, void* data) c_gtk_accel_group_find; 4524 gboolean function(guint keyval, GdkModifierType modifiers) c_gtk_accelerator_valid; 4525 void function(gchar* accelerator, guint* acceleratorKey, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse; 4526 gchar* function(guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_name; 4527 gchar* function(guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label; 4528 void function(gchar* accelerator, guint* acceleratorKey, guint** acceleratorCodes, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse_with_keycode; 4529 gchar* function(GdkDisplay* display, guint acceleratorKey, guint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_name_with_keycode; 4530 gchar* function(GdkDisplay* display, guint acceleratorKey, guint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label_with_keycode; 4531 void function(GdkModifierType defaultModMask) c_gtk_accelerator_set_default_mod_mask; 4532 GdkModifierType function() c_gtk_accelerator_get_default_mod_mask; 4533 4534 // gtk.AccelMap 4535 4536 void function(gchar* accelPath, guint accelKey, GdkModifierType accelMods) c_gtk_accel_map_add_entry; 4537 gboolean function(gchar* accelPath, GtkAccelKey* key) c_gtk_accel_map_lookup_entry; 4538 gboolean function(gchar* accelPath, guint accelKey, GdkModifierType accelMods, gboolean replace) c_gtk_accel_map_change_entry; 4539 void function(gchar* fileName) c_gtk_accel_map_load; 4540 void function(gchar* fileName) c_gtk_accel_map_save; 4541 void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach; 4542 void function(gint fd) c_gtk_accel_map_load_fd; 4543 void function(gint fd) c_gtk_accel_map_save_fd; 4544 void function(GScanner* scanner) c_gtk_accel_map_load_scanner; 4545 void function(gchar* filterPattern) c_gtk_accel_map_add_filter; 4546 void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach_unfiltered; 4547 GtkAccelMap* function() c_gtk_accel_map_get; 4548 void function(gchar* accelPath) c_gtk_accel_map_lock_path; 4549 void function(gchar* accelPath) c_gtk_accel_map_unlock_path; 4550 4551 // gtk.Clipboard 4552 4553 GtkClipboard* function(GdkAtom selection) c_gtk_clipboard_get; 4554 GtkClipboard* function(GdkDisplay* display, GdkAtom selection) c_gtk_clipboard_get_for_display; 4555 GdkDisplay* function(GtkClipboard* clipboard) c_gtk_clipboard_get_display; 4556 gboolean function(GtkClipboard* clipboard, GtkTargetEntry* targets, guint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, void* userData) c_gtk_clipboard_set_with_data; 4557 gboolean function(GtkClipboard* clipboard, GtkTargetEntry* targets, guint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, GObject* owner) c_gtk_clipboard_set_with_owner; 4558 GObject* function(GtkClipboard* clipboard) c_gtk_clipboard_get_owner; 4559 void function(GtkClipboard* clipboard) c_gtk_clipboard_clear; 4560 void function(GtkClipboard* clipboard, gchar* text, gint len) c_gtk_clipboard_set_text; 4561 void function(GtkClipboard* clipboard, GdkPixbuf* pixbuf) c_gtk_clipboard_set_image; 4562 void function(GtkClipboard* clipboard, GdkAtom target, GtkClipboardReceivedFunc callback, void* userData) c_gtk_clipboard_request_contents; 4563 void function(GtkClipboard* clipboard, GtkClipboardTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_text; 4564 void function(GtkClipboard* clipboard, GtkClipboardImageReceivedFunc callback, void* userData) c_gtk_clipboard_request_image; 4565 void function(GtkClipboard* clipboard, GtkClipboardTargetsReceivedFunc callback, void* userData) c_gtk_clipboard_request_targets; 4566 void function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GtkClipboardRichTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_rich_text; 4567 void function(GtkClipboard* clipboard, GtkClipboardURIReceivedFunc callback, void* userData) c_gtk_clipboard_request_uris; 4568 GtkSelectionData* function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_for_contents; 4569 gchar* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_text; 4570 GdkPixbuf* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_image; 4571 guint8* function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GdkAtom* format, gsize* length) c_gtk_clipboard_wait_for_rich_text; 4572 gchar** function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_uris; 4573 gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_text_available; 4574 gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_image_available; 4575 gboolean function(GtkClipboard* clipboard, GtkTextBuffer* buffer) c_gtk_clipboard_wait_is_rich_text_available; 4576 gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_uris_available; 4577 gboolean function(GtkClipboard* clipboard, GdkAtom** targets, gint* nTargets) c_gtk_clipboard_wait_for_targets; 4578 gboolean function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_is_target_available; 4579 void function(GtkClipboard* clipboard, GtkTargetEntry* targets, gint nTargets) c_gtk_clipboard_set_can_store; 4580 void function(GtkClipboard* clipboard) c_gtk_clipboard_store; 4581 4582 // gtk.DragAndDrop 4583 4584 void function(GtkWidget* widget, GtkDestDefaults flags, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_drag_dest_set; 4585 void function(GtkWidget* widget, GdkWindow* proxyWindow, GdkDragProtocol protocol, gboolean useCoordinates) c_gtk_drag_dest_set_proxy; 4586 void function(GtkWidget* widget) c_gtk_drag_dest_unset; 4587 GdkAtom function(GtkWidget* widget, GdkDragContext* context, GtkTargetList* targetList) c_gtk_drag_dest_find_target; 4588 GtkTargetList* function(GtkWidget* widget) c_gtk_drag_dest_get_target_list; 4589 void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_dest_set_target_list; 4590 void function(GtkWidget* widget) c_gtk_drag_dest_add_text_targets; 4591 void function(GtkWidget* widget) c_gtk_drag_dest_add_image_targets; 4592 void function(GtkWidget* widget) c_gtk_drag_dest_add_uri_targets; 4593 void function(GtkWidget* widget, gboolean trackMotion) c_gtk_drag_dest_set_track_motion; 4594 gboolean function(GtkWidget* widget) c_gtk_drag_dest_get_track_motion; 4595 void function(GdkDragContext* context, gboolean success, gboolean del, guint32 time) c_gtk_drag_finish; 4596 void function(GtkWidget* widget, GdkDragContext* context, GdkAtom target, guint32 time) c_gtk_drag_get_data; 4597 GtkWidget* function(GdkDragContext* context) c_gtk_drag_get_source_widget; 4598 void function(GtkWidget* widget) c_gtk_drag_highlight; 4599 void function(GtkWidget* widget) c_gtk_drag_unhighlight; 4600 GdkDragContext* function(GtkWidget* widget, GtkTargetList* targets, GdkDragAction actions, gint button, GdkEvent* event) c_gtk_drag_begin; 4601 void function(GdkDragContext* context, GtkWidget* widget, gint hotX, gint hotY) c_gtk_drag_set_icon_widget; 4602 void function(GdkDragContext* context, GdkPixbuf* pixbuf, gint hotX, gint hotY) c_gtk_drag_set_icon_pixbuf; 4603 void function(GdkDragContext* context, gchar* stockId, gint hotX, gint hotY) c_gtk_drag_set_icon_stock; 4604 void function(GdkDragContext* context, cairo_surface_t* surface) c_gtk_drag_set_icon_surface; 4605 void function(GdkDragContext* context, gchar* iconName, gint hotX, gint hotY) c_gtk_drag_set_icon_name; 4606 void function(GdkDragContext* context, GIcon* icon, gint hotX, gint hotY) c_gtk_drag_set_icon_gicon; 4607 void function(GdkDragContext* context) c_gtk_drag_set_icon_default; 4608 gboolean function(GtkWidget* widget, gint startX, gint startY, gint currentX, gint currentY) c_gtk_drag_check_threshold; 4609 void function(GtkWidget* widget, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_drag_source_set; 4610 void function(GtkWidget* widget, GdkPixbuf* pixbuf) c_gtk_drag_source_set_icon_pixbuf; 4611 void function(GtkWidget* widget, gchar* stockId) c_gtk_drag_source_set_icon_stock; 4612 void function(GtkWidget* widget, gchar* iconName) c_gtk_drag_source_set_icon_name; 4613 void function(GtkWidget* widget, GIcon* icon) c_gtk_drag_source_set_icon_gicon; 4614 void function(GtkWidget* widget) c_gtk_drag_source_unset; 4615 void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_source_set_target_list; 4616 GtkTargetList* function(GtkWidget* widget) c_gtk_drag_source_get_target_list; 4617 void function(GtkWidget* widget) c_gtk_drag_source_add_text_targets; 4618 void function(GtkWidget* widget) c_gtk_drag_source_add_image_targets; 4619 void function(GtkWidget* widget) c_gtk_drag_source_add_uri_targets; 4620 4621 // gtk.Settings 4622 4623 GtkSettings* function() c_gtk_settings_get_default; 4624 GtkSettings* function(GdkScreen* screen) c_gtk_settings_get_for_screen; 4625 void function(GParamSpec* pspec) c_gtk_settings_install_property; 4626 void function(GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_settings_install_property_parser; 4627 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_color; 4628 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_enum; 4629 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_flags; 4630 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_requisition; 4631 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_border; 4632 void function(GtkSettings* settings, gchar* name, GtkSettingsValue* svalue) c_gtk_settings_set_property_value; 4633 void function(GtkSettings* settings, gchar* name, gchar* vString, gchar* origin) c_gtk_settings_set_string_property; 4634 void function(GtkSettings* settings, gchar* name, glong vLong, gchar* origin) c_gtk_settings_set_long_property; 4635 void function(GtkSettings* settings, gchar* name, gdouble vDouble, gchar* origin) c_gtk_settings_set_double_property; 4636 4637 // gtk.BindingSet 4638 4639 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, gchar* signalName, GSList* bindingArgs) c_gtk_binding_entry_add_signall; 4640 GtkBindingSet* function(gchar* setName) c_gtk_binding_set_new; 4641 GtkBindingSet* function(void* objectClass) c_gtk_binding_set_by_class; 4642 GtkBindingSet* function(gchar* setName) c_gtk_binding_set_find; 4643 gboolean function(GObject* object, guint keyval, GdkModifierType modifiers) c_gtk_bindings_activate; 4644 gboolean function(GObject* object, GdkEventKey* event) c_gtk_bindings_activate_event; 4645 gboolean function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, GObject* object) c_gtk_binding_set_activate; 4646 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, gchar* signalName, guint nArgs, ... ) c_gtk_binding_entry_add_signal; 4647 GTokenType function(GtkBindingSet* bindingSet, gchar* signalDesc) c_gtk_binding_entry_add_signal_from_string; 4648 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers) c_gtk_binding_entry_skip; 4649 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers) c_gtk_binding_entry_remove; 4650 void function(GtkBindingSet* bindingSet, GtkPathType pathType, gchar* pathPattern, GtkPathPriorityType priority) c_gtk_binding_set_add_path; 4651 4652 // gtk.TargetEntry 4653 4654 GtkTargetEntry* function(gchar* target, guint flags, guint info) c_gtk_target_entry_new; 4655 GtkTargetEntry* function(GtkTargetEntry* data) c_gtk_target_entry_copy; 4656 void function(GtkTargetEntry* data) c_gtk_target_entry_free; 4657 4658 // gtk.TargetList 4659 4660 GtkTargetList* function(GtkTargetEntry* targets, guint ntargets) c_gtk_target_list_new; 4661 GtkTargetList* function(GtkTargetList* list) c_gtk_target_list_ref; 4662 void function(GtkTargetList* list) c_gtk_target_list_unref; 4663 void function(GtkTargetList* list, GdkAtom target, guint flags, guint info) c_gtk_target_list_add; 4664 void function(GtkTargetList* list, GtkTargetEntry* targets, guint ntargets) c_gtk_target_list_add_table; 4665 void function(GtkTargetList* list, guint info) c_gtk_target_list_add_text_targets; 4666 void function(GtkTargetList* list, guint info, gboolean writable) c_gtk_target_list_add_image_targets; 4667 void function(GtkTargetList* list, guint info) c_gtk_target_list_add_uri_targets; 4668 void function(GtkTargetList* list, guint info, gboolean deserializable, GtkTextBuffer* buffer) c_gtk_target_list_add_rich_text_targets; 4669 void function(GtkTargetList* list, GdkAtom target) c_gtk_target_list_remove; 4670 gboolean function(GtkTargetList* list, GdkAtom target, guint* info) c_gtk_target_list_find; 4671 void function(GtkTargetEntry* targets, gint nTargets) c_gtk_target_table_free; 4672 GtkTargetEntry* function(GtkTargetList* list, gint* nTargets) c_gtk_target_table_new_from_list; 4673 gboolean function(GdkAtom* targets, gint nTargets, gboolean writable) c_gtk_targets_include_image; 4674 gboolean function(GdkAtom* targets, gint nTargets) c_gtk_targets_include_text; 4675 gboolean function(GdkAtom* targets, gint nTargets) c_gtk_targets_include_uri; 4676 gboolean function(GdkAtom* targets, gint nTargets, GtkTextBuffer* buffer) c_gtk_targets_include_rich_text; 4677 4678 // gtk.SelectionData 4679 4680 gboolean function(GtkWidget* widget, GdkAtom selection, guint32 time) c_gtk_selection_owner_set; 4681 gboolean function(GdkDisplay* display, GtkWidget* widget, GdkAtom selection, guint32 time) c_gtk_selection_owner_set_for_display; 4682 void function(GtkWidget* widget, GdkAtom selection, GdkAtom target, guint info) c_gtk_selection_add_target; 4683 void function(GtkWidget* widget, GdkAtom selection, GtkTargetEntry* targets, guint ntargets) c_gtk_selection_add_targets; 4684 void function(GtkWidget* widget, GdkAtom selection) c_gtk_selection_clear_targets; 4685 gboolean function(GtkWidget* widget, GdkAtom selection, GdkAtom target, guint32 time) c_gtk_selection_convert; 4686 void function(GtkSelectionData* selectionData, GdkAtom type, gint format, guchar* data, gint length) c_gtk_selection_data_set; 4687 gboolean function(GtkSelectionData* selectionData, gchar* str, gint len) c_gtk_selection_data_set_text; 4688 guchar* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_text; 4689 gboolean function(GtkSelectionData* selectionData, GdkPixbuf* pixbuf) c_gtk_selection_data_set_pixbuf; 4690 GdkPixbuf* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_pixbuf; 4691 gboolean function(GtkSelectionData* selectionData, gchar** uris) c_gtk_selection_data_set_uris; 4692 gchar** function(GtkSelectionData* selectionData) c_gtk_selection_data_get_uris; 4693 gboolean function(GtkSelectionData* selectionData, GdkAtom** targets, gint* nAtoms) c_gtk_selection_data_get_targets; 4694 gboolean function(GtkSelectionData* selectionData, gboolean writable) c_gtk_selection_data_targets_include_image; 4695 gboolean function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_text; 4696 gboolean function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_uri; 4697 gboolean function(GtkSelectionData* selectionData, GtkTextBuffer* buffer) c_gtk_selection_data_targets_include_rich_text; 4698 GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_selection; 4699 guchar* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data; 4700 gint function(GtkSelectionData* selectionData) c_gtk_selection_data_get_length; 4701 guchar* function(GtkSelectionData* selectionData, gint* length) c_gtk_selection_data_get_data_with_length; 4702 GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data_type; 4703 GdkDisplay* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_display; 4704 gint function(GtkSelectionData* selectionData) c_gtk_selection_data_get_format; 4705 GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_target; 4706 void function(GtkWidget* widget) c_gtk_selection_remove_all; 4707 GtkSelectionData* function(GtkSelectionData* data) c_gtk_selection_data_copy; 4708 void function(GtkSelectionData* data) c_gtk_selection_data_free; 4709 4710 // gtk.Testing 4711 4712 GtkWidget* function(gchar* windowTitle, gchar* dialogText) c_gtk_test_create_simple_window; 4713 GtkWidget* function(GType widgetType, gchar* firstPropertyName, ... ) c_gtk_test_create_widget; 4714 GtkWidget* function(gchar* windowTitle, gchar* dialogText, ... ) c_gtk_test_display_button_window; 4715 GtkWidget* function(GtkWidget* widget, gchar* labelPattern) c_gtk_test_find_label; 4716 GtkWidget* function(GtkWidget* baseWidget, GType widgetType) c_gtk_test_find_sibling; 4717 GtkWidget* function(GtkWidget* widget, gchar* labelPattern, GType widgetType) c_gtk_test_find_widget; 4718 void function(int* argcp, char*** argvp, ... ) c_gtk_test_init; 4719 GType* function(guint* nTypes) c_gtk_test_list_all_types; 4720 void function() c_gtk_test_register_all_types; 4721 double function(GtkWidget* widget) c_gtk_test_slider_get_value; 4722 void function(GtkWidget* widget, double percentage) c_gtk_test_slider_set_perc; 4723 gboolean function(GtkSpinButton* spinner, guint button, gboolean upwards) c_gtk_test_spin_button_click; 4724 gchar* function(GtkWidget* widget) c_gtk_test_text_get; 4725 void function(GtkWidget* widget, gchar* string) c_gtk_test_text_set; 4726 gboolean function(GtkWidget* widget, guint button, GdkModifierType modifiers) c_gtk_test_widget_click; 4727 gboolean function(GtkWidget* widget, guint keyval, GdkModifierType modifiers) c_gtk_test_widget_send_key; 4728 void function(GtkWidget* widget) c_gtk_test_widget_wait_for_draw; 4729 4730 // gtk.MountOperation 4731 4732 GMountOperation* function(GtkWindow* parent) c_gtk_mount_operation_new; 4733 gboolean function(GtkMountOperation* op) c_gtk_mount_operation_is_showing; 4734 void function(GtkMountOperation* op, GtkWindow* parent) c_gtk_mount_operation_set_parent; 4735 GtkWindow* function(GtkMountOperation* op) c_gtk_mount_operation_get_parent; 4736 void function(GtkMountOperation* op, GdkScreen* screen) c_gtk_mount_operation_set_screen; 4737 GdkScreen* function(GtkMountOperation* op) c_gtk_mount_operation_get_screen; 4738 gboolean function(GdkScreen* screen, gchar* uri, guint32 timestamp, GError** error) c_gtk_show_uri; 4739 4740 // gtk.StyleContext 4741 4742 GtkStyleContext* function() c_gtk_style_context_new; 4743 void function(GtkStyleContext* context, GtkStyleProvider* provider, guint priority) c_gtk_style_context_add_provider; 4744 void function(GdkScreen* screen, GtkStyleProvider* provider, guint priority) c_gtk_style_context_add_provider_for_screen; 4745 void function(GtkStyleContext* context, GtkStateFlags state, ... ) c_gtk_style_context_get; 4746 GtkTextDirection function(GtkStyleContext* context) c_gtk_style_context_get_direction; 4747 GtkJunctionSides function(GtkStyleContext* context) c_gtk_style_context_get_junction_sides; 4748 GtkStyleContext* function(GtkStyleContext* context) c_gtk_style_context_get_parent; 4749 GtkWidgetPath* function(GtkStyleContext* context) c_gtk_style_context_get_path; 4750 void function(GtkStyleContext* context, gchar* property, GtkStateFlags state, GValue* value) c_gtk_style_context_get_property; 4751 GdkScreen* function(GtkStyleContext* context) c_gtk_style_context_get_screen; 4752 GdkFrameClock* function(GtkStyleContext* context) c_gtk_style_context_get_frame_clock; 4753 GtkStateFlags function(GtkStyleContext* context) c_gtk_style_context_get_state; 4754 void function(GtkStyleContext* context, ... ) c_gtk_style_context_get_style; 4755 void function(GtkStyleContext* context, gchar* propertyName, GValue* value) c_gtk_style_context_get_style_property; 4756 void function(GtkStyleContext* context, va_list args) c_gtk_style_context_get_style_valist; 4757 void function(GtkStyleContext* context, GtkStateFlags state, va_list args) c_gtk_style_context_get_valist; 4758 GtkCssSection* function(GtkStyleContext* context, gchar* property) c_gtk_style_context_get_section; 4759 void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_color; 4760 void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_background_color; 4761 void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_border_color; 4762 void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* border) c_gtk_style_context_get_border; 4763 void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* padding) c_gtk_style_context_get_padding; 4764 void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* margin) c_gtk_style_context_get_margin; 4765 PangoFontDescription* function(GtkStyleContext* context, GtkStateFlags state) c_gtk_style_context_get_font; 4766 void function(GtkStyleContext* context) c_gtk_style_context_invalidate; 4767 gboolean function(GtkStyleContext* context, GtkStateType state, gdouble* progress) c_gtk_style_context_state_is_running; 4768 gboolean function(GtkStyleContext* context, gchar* colorName, GdkRGBA* color) c_gtk_style_context_lookup_color; 4769 GtkIconSet* function(GtkStyleContext* context, gchar* stockId) c_gtk_style_context_lookup_icon_set; 4770 void function(GtkStyleContext* context, GdkWindow* window, void* regionId, GtkStateType state, gboolean stateValue) c_gtk_style_context_notify_state_change; 4771 void function(GtkStyleContext* context) c_gtk_style_context_pop_animatable_region; 4772 void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_push_animatable_region; 4773 void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_cancel_animations; 4774 void function(GtkStyleContext* context, GdkWindow* window, gint dx, gint dy) c_gtk_style_context_scroll_animations; 4775 void function(GtkStyleContext* context, GtkStyleProvider* provider) c_gtk_style_context_remove_provider; 4776 void function(GdkScreen* screen, GtkStyleProvider* provider) c_gtk_style_context_remove_provider_for_screen; 4777 void function(GdkScreen* screen) c_gtk_style_context_reset_widgets; 4778 void function(GtkStyleContext* context, GdkWindow* window) c_gtk_style_context_set_background; 4779 void function(GtkStyleContext* context) c_gtk_style_context_restore; 4780 void function(GtkStyleContext* context) c_gtk_style_context_save; 4781 void function(GtkStyleContext* context, GtkTextDirection direction) c_gtk_style_context_set_direction; 4782 void function(GtkStyleContext* context, GtkJunctionSides sides) c_gtk_style_context_set_junction_sides; 4783 void function(GtkStyleContext* context, GtkStyleContext* parent) c_gtk_style_context_set_parent; 4784 void function(GtkStyleContext* context, GtkWidgetPath* path) c_gtk_style_context_set_path; 4785 void function(GtkStyleContext* context, gchar* className) c_gtk_style_context_add_class; 4786 void function(GtkStyleContext* context, gchar* className) c_gtk_style_context_remove_class; 4787 gboolean function(GtkStyleContext* context, gchar* className) c_gtk_style_context_has_class; 4788 GList* function(GtkStyleContext* context) c_gtk_style_context_list_classes; 4789 void function(GtkStyleContext* context, gchar* regionName, GtkRegionFlags flags) c_gtk_style_context_add_region; 4790 void function(GtkStyleContext* context, gchar* regionName) c_gtk_style_context_remove_region; 4791 gboolean function(GtkStyleContext* context, gchar* regionName, GtkRegionFlags* flagsReturn) c_gtk_style_context_has_region; 4792 GList* function(GtkStyleContext* context) c_gtk_style_context_list_regions; 4793 void function(GtkStyleContext* context, GdkScreen* screen) c_gtk_style_context_set_screen; 4794 void function(GtkStyleContext* context, GdkFrameClock* frameClock) c_gtk_style_context_set_frame_clock; 4795 void function(GtkStyleContext* context, GtkStateFlags flags) c_gtk_style_context_set_state; 4796 void function(GtkStyleContext* context, gint scale) c_gtk_style_context_set_scale; 4797 gint function(GtkStyleContext* context) c_gtk_style_context_get_scale; 4798 void function(GtkStyleContext* context, cairo_t* cr, gdouble angle, gdouble x, gdouble y, gdouble size) c_gtk_render_arrow; 4799 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_background; 4800 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_check; 4801 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_expander; 4802 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height, GtkPositionType gapSide) c_gtk_render_extension; 4803 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_focus; 4804 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_frame; 4805 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height, GtkPositionType gapSide, gdouble xy0_Gap, gdouble xy1_Gap) c_gtk_render_frame_gap; 4806 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_handle; 4807 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, PangoLayout* layout) c_gtk_render_layout; 4808 void function(GtkStyleContext* context, cairo_t* cr, gdouble x0, gdouble y0, gdouble x1, gdouble y1) c_gtk_render_line; 4809 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_option; 4810 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height, GtkOrientation orientation) c_gtk_render_slider; 4811 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_activity; 4812 GdkPixbuf* function(GtkStyleContext* context, GtkIconSource* source, GtkIconSize size) c_gtk_render_icon_pixbuf; 4813 void function(GtkStyleContext* context, cairo_t* cr, cairo_surface_t* surface, gdouble x, gdouble y) c_gtk_render_icon_surface; 4814 void function(GtkStyleContext* context, cairo_t* cr, GdkPixbuf* pixbuf, gdouble x, gdouble y) c_gtk_render_icon; 4815 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, PangoLayout* layout, int index, PangoDirection direction) c_gtk_render_insertion_cursor; 4816 4817 // gtk.Border 4818 4819 GtkBorder* function() c_gtk_border_new; 4820 GtkBorder* function(GtkBorder* border) c_gtk_border_copy; 4821 void function(GtkBorder* border) c_gtk_border_free; 4822 4823 // gtk.CssProvider 4824 4825 GtkCssProvider* function() c_gtk_css_provider_get_default; 4826 GtkCssProvider* function(gchar* name, gchar* variant) c_gtk_css_provider_get_named; 4827 gboolean function(GtkCssProvider* cssProvider, gchar* data, gssize length, GError** error) c_gtk_css_provider_load_from_data; 4828 gboolean function(GtkCssProvider* cssProvider, GFile* file, GError** error) c_gtk_css_provider_load_from_file; 4829 gboolean function(GtkCssProvider* cssProvider, gchar* path, GError** error) c_gtk_css_provider_load_from_path; 4830 GtkCssProvider* function() c_gtk_css_provider_new; 4831 char* function(GtkCssProvider* provider) c_gtk_css_provider_to_string; 4832 4833 // gtk.CssSection 4834 4835 guint function(GtkCssSection* section) c_gtk_css_section_get_end_line; 4836 guint function(GtkCssSection* section) c_gtk_css_section_get_end_position; 4837 GFile* function(GtkCssSection* section) c_gtk_css_section_get_file; 4838 GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_get_parent; 4839 GtkCssSectionType function(GtkCssSection* section) c_gtk_css_section_get_section_type; 4840 guint function(GtkCssSection* section) c_gtk_css_section_get_start_line; 4841 guint function(GtkCssSection* section) c_gtk_css_section_get_start_position; 4842 GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_ref; 4843 void function(GtkCssSection* section) c_gtk_css_section_unref; 4844 4845 // gtk.StyleProviderT 4846 4847 4848 // gtk.StyleProviderT 4849 4850 GtkIconFactory* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_icon_factory; 4851 GtkStyleProperties* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_style; 4852 gboolean function(GtkStyleProvider* provider, GtkWidgetPath* path, GtkStateFlags state, GParamSpec* pspec, GValue* value) c_gtk_style_provider_get_style_property; 4853 4854 // gtk.StyleProperties 4855 4856 void function(GtkStyleProperties* props) c_gtk_style_properties_clear; 4857 void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_get; 4858 gboolean function(GtkStyleProperties* props, gchar* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_get_property; 4859 void function(GtkStyleProperties* props, GtkStateFlags state, va_list args) c_gtk_style_properties_get_valist; 4860 GtkSymbolicColor* function(GtkStyleProperties* props, gchar* name) c_gtk_style_properties_lookup_color; 4861 gboolean function(gchar* propertyName, GtkStylePropertyParser* parseFunc, GParamSpec** pspec) c_gtk_style_properties_lookup_property; 4862 void function(GtkStyleProperties* props, gchar* name, GtkSymbolicColor* color) c_gtk_style_properties_map_color; 4863 void function(GtkStyleProperties* props, GtkStyleProperties* propsToMerge, gboolean replace) c_gtk_style_properties_merge; 4864 GtkStyleProperties* function() c_gtk_style_properties_new; 4865 void function(GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_style_properties_register_property; 4866 void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_set; 4867 void function(GtkStyleProperties* props, gchar* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_set_property; 4868 void function(GtkStyleProperties* props, GtkStateFlags state, va_list args) c_gtk_style_properties_set_valist; 4869 void function(GtkStyleProperties* props, gchar* property, GtkStateFlags state) c_gtk_style_properties_unset_property; 4870 4871 // gtk.ThemingEngine 4872 4873 void function(GtkThemingEngine* engine, GtkStateFlags state, ... ) c_gtk_theming_engine_get; 4874 GtkTextDirection function(GtkThemingEngine* engine) c_gtk_theming_engine_get_direction; 4875 GtkJunctionSides function(GtkThemingEngine* engine) c_gtk_theming_engine_get_junction_sides; 4876 GtkWidgetPath* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_path; 4877 void function(GtkThemingEngine* engine, gchar* property, GtkStateFlags state, GValue* value) c_gtk_theming_engine_get_property; 4878 GdkScreen* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_screen; 4879 GtkStateFlags function(GtkThemingEngine* engine) c_gtk_theming_engine_get_state; 4880 void function(GtkThemingEngine* engine, ... ) c_gtk_theming_engine_get_style; 4881 void function(GtkThemingEngine* engine, gchar* propertyName, GValue* value) c_gtk_theming_engine_get_style_property; 4882 void function(GtkThemingEngine* engine, va_list args) c_gtk_theming_engine_get_style_valist; 4883 void function(GtkThemingEngine* engine, GtkStateFlags state, va_list args) c_gtk_theming_engine_get_valist; 4884 void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_color; 4885 void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_background_color; 4886 void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_border_color; 4887 void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* border) c_gtk_theming_engine_get_border; 4888 void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* padding) c_gtk_theming_engine_get_padding; 4889 void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* margin) c_gtk_theming_engine_get_margin; 4890 PangoFontDescription* function(GtkThemingEngine* engine, GtkStateFlags state) c_gtk_theming_engine_get_font; 4891 gboolean function(GtkThemingEngine* engine, gchar* styleClass) c_gtk_theming_engine_has_class; 4892 gboolean function(GtkThemingEngine* engine, gchar* styleRegion, GtkRegionFlags* flags) c_gtk_theming_engine_has_region; 4893 gboolean function(GtkThemingEngine* engine, gchar* colorName, GdkRGBA* color) c_gtk_theming_engine_lookup_color; 4894 gboolean function(GtkThemingEngine* engine, GtkStateType state, gdouble* progress) c_gtk_theming_engine_state_is_running; 4895 GtkThemingEngine* function(gchar* name) c_gtk_theming_engine_load; 4896 void function(gchar* nameSpace, GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_theming_engine_register_property; 4897 4898 // gtk.WidgetPath 4899 4900 gint function(GtkWidgetPath* path, GType type) c_gtk_widget_path_append_type; 4901 gint function(GtkWidgetPath* path, GtkWidgetPath* siblings, guint siblingIndex) c_gtk_widget_path_append_with_siblings; 4902 gint function(GtkWidgetPath* path, GtkWidget* widget) c_gtk_widget_path_append_for_widget; 4903 GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_copy; 4904 GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_ref; 4905 void function(GtkWidgetPath* path) c_gtk_widget_path_unref; 4906 void function(GtkWidgetPath* path) c_gtk_widget_path_free; 4907 GType function(GtkWidgetPath* path) c_gtk_widget_path_get_object_type; 4908 gboolean function(GtkWidgetPath* path, GType type) c_gtk_widget_path_has_parent; 4909 gboolean function(GtkWidgetPath* path, GType type) c_gtk_widget_path_is_type; 4910 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_add_class; 4911 void function(GtkWidgetPath* path, gint pos, gchar* name, GtkRegionFlags flags) c_gtk_widget_path_iter_add_region; 4912 void function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_clear_classes; 4913 void function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_clear_regions; 4914 gchar* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_name; 4915 GType function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_object_type; 4916 GtkWidgetPath* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_siblings; 4917 guint function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_sibling_index; 4918 gboolean function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_has_class; 4919 gboolean function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_has_name; 4920 gboolean function(GtkWidgetPath* path, gint pos, GQuark qname) c_gtk_widget_path_iter_has_qclass; 4921 gboolean function(GtkWidgetPath* path, gint pos, GQuark qname) c_gtk_widget_path_iter_has_qname; 4922 gboolean function(GtkWidgetPath* path, gint pos, GQuark qname, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_qregion; 4923 gboolean function(GtkWidgetPath* path, gint pos, gchar* name, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_region; 4924 GSList* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_list_classes; 4925 GSList* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_list_regions; 4926 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_remove_class; 4927 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_remove_region; 4928 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_set_name; 4929 void function(GtkWidgetPath* path, gint pos, GType type) c_gtk_widget_path_iter_set_object_type; 4930 gint function(GtkWidgetPath* path) c_gtk_widget_path_length; 4931 GtkWidgetPath* function() c_gtk_widget_path_new; 4932 void function(GtkWidgetPath* path, GType type) c_gtk_widget_path_prepend_type; 4933 char* function(GtkWidgetPath* path) c_gtk_widget_path_to_string; 4934 4935 // gtk.IconTheme 4936 4937 GtkIconTheme* function() c_gtk_icon_theme_new; 4938 GtkIconTheme* function() c_gtk_icon_theme_get_default; 4939 GtkIconTheme* function(GdkScreen* screen) c_gtk_icon_theme_get_for_screen; 4940 void function(GtkIconTheme* iconTheme, GdkScreen* screen) c_gtk_icon_theme_set_screen; 4941 void function(GtkIconTheme* iconTheme, gchar** path, gint nElements) c_gtk_icon_theme_set_search_path; 4942 void function(GtkIconTheme* iconTheme, gchar*** path, gint* nElements) c_gtk_icon_theme_get_search_path; 4943 void function(GtkIconTheme* iconTheme, gchar* path) c_gtk_icon_theme_append_search_path; 4944 void function(GtkIconTheme* iconTheme, gchar* path) c_gtk_icon_theme_prepend_search_path; 4945 void function(GtkIconTheme* iconTheme, gchar* themeName) c_gtk_icon_theme_set_custom_theme; 4946 gboolean function(GtkIconTheme* iconTheme, gchar* iconName) c_gtk_icon_theme_has_icon; 4947 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon; 4948 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, gint scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon_for_scale; 4949 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar** iconNames, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon; 4950 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar** iconNames, gint size, gint scale, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon_for_scale; 4951 GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon; 4952 GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, gint size, gint scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon_for_scale; 4953 GdkPixbuf* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, GtkIconLookupFlags flags, GError** error) c_gtk_icon_theme_load_icon; 4954 GdkPixbuf* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, gint scale, GtkIconLookupFlags flags, GError** error) c_gtk_icon_theme_load_icon_for_scale; 4955 cairo_surface_t* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, gint scale, GdkWindow* forWindow, GtkIconLookupFlags flags, GError** error) c_gtk_icon_theme_load_surface; 4956 GList* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_list_contexts; 4957 GList* function(GtkIconTheme* iconTheme, gchar* context) c_gtk_icon_theme_list_icons; 4958 gint* function(GtkIconTheme* iconTheme, gchar* iconName) c_gtk_icon_theme_get_icon_sizes; 4959 char* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_get_example_icon_name; 4960 gboolean function(GtkIconTheme* iconTheme) c_gtk_icon_theme_rescan_if_needed; 4961 void function(gchar* iconName, gint size, GdkPixbuf* pixbuf) c_gtk_icon_theme_add_builtin_icon; 4962 4963 // gtk.IconInfo 4964 4965 GtkIconInfo* function(GtkIconInfo* iconInfo) c_gtk_icon_info_copy; 4966 void function(GtkIconInfo* iconInfo) c_gtk_icon_info_free; 4967 GtkIconInfo* function(GtkIconTheme* iconTheme, GdkPixbuf* pixbuf) c_gtk_icon_info_new_for_pixbuf; 4968 gint function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_size; 4969 gint function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_scale; 4970 gchar* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_filename; 4971 GdkPixbuf* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_builtin_pixbuf; 4972 GdkPixbuf* function(GtkIconInfo* iconInfo, GError** error) c_gtk_icon_info_load_icon; 4973 cairo_surface_t* function(GtkIconInfo* iconInfo, GdkWindow* forWindow, GError** error) c_gtk_icon_info_load_surface; 4974 void function(GtkIconInfo* iconInfo, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_icon_async; 4975 GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, GError** error) c_gtk_icon_info_load_icon_finish; 4976 GdkPixbuf* function(GtkIconInfo* iconInfo, GdkRGBA* fg, GdkRGBA* successColor, GdkRGBA* warningColor, GdkRGBA* errorColor, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic; 4977 void function(GtkIconInfo* iconInfo, GdkRGBA* fg, GdkRGBA* successColor, GdkRGBA* warningColor, GdkRGBA* errorColor, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_symbolic_async; 4978 GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_finish; 4979 GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyle* style, GtkStateType state, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_for_style; 4980 GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyleContext* context, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_for_context; 4981 void function(GtkIconInfo* iconInfo, GtkStyleContext* context, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_symbolic_for_context_async; 4982 GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_for_context_finish; 4983 void function(GtkIconInfo* iconInfo, gboolean rawCoordinates) c_gtk_icon_info_set_raw_coordinates; 4984 gboolean function(GtkIconInfo* iconInfo, GdkRectangle* rectangle) c_gtk_icon_info_get_embedded_rect; 4985 gboolean function(GtkIconInfo* iconInfo, GdkPoint** points, gint* nPoints) c_gtk_icon_info_get_attach_points; 4986 gchar* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_display_name; 4987 4988 // gtk.IconSource 4989 4990 GtkIconSource* function(GtkIconSource* source) c_gtk_icon_source_copy; 4991 void function(GtkIconSource* source) c_gtk_icon_source_free; 4992 GtkTextDirection function(GtkIconSource* source) c_gtk_icon_source_get_direction; 4993 gboolean function(GtkIconSource* source) c_gtk_icon_source_get_direction_wildcarded; 4994 gchar* function(GtkIconSource* source) c_gtk_icon_source_get_filename; 4995 GdkPixbuf* function(GtkIconSource* source) c_gtk_icon_source_get_pixbuf; 4996 gchar* function(GtkIconSource* source) c_gtk_icon_source_get_icon_name; 4997 GtkIconSize function(GtkIconSource* source) c_gtk_icon_source_get_size; 4998 gboolean function(GtkIconSource* source) c_gtk_icon_source_get_size_wildcarded; 4999 GtkStateType function(GtkIconSource* source) c_gtk_icon_source_get_state; 5000 gboolean function(GtkIconSource* source) c_gtk_icon_source_get_state_wildcarded; 5001 GtkIconSource* function() c_gtk_icon_source_new; 5002 void function(GtkIconSource* source, GtkTextDirection direction) c_gtk_icon_source_set_direction; 5003 void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_direction_wildcarded; 5004 void function(GtkIconSource* source, gchar* filename) c_gtk_icon_source_set_filename; 5005 void function(GtkIconSource* source, GdkPixbuf* pixbuf) c_gtk_icon_source_set_pixbuf; 5006 void function(GtkIconSource* source, gchar* iconName) c_gtk_icon_source_set_icon_name; 5007 void function(GtkIconSource* source, GtkIconSize size) c_gtk_icon_source_set_size; 5008 void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_size_wildcarded; 5009 void function(GtkIconSource* source, GtkStateType state) c_gtk_icon_source_set_state; 5010 void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_state_wildcarded; 5011 5012 // gtk.IconFactory 5013 5014 void function(GtkIconFactory* factory, gchar* stockId, GtkIconSet* iconSet) c_gtk_icon_factory_add; 5015 void function(GtkIconFactory* factory) c_gtk_icon_factory_add_default; 5016 GtkIconSet* function(GtkIconFactory* factory, gchar* stockId) c_gtk_icon_factory_lookup; 5017 GtkIconSet* function(gchar* stockId) c_gtk_icon_factory_lookup_default; 5018 GtkIconFactory* function() c_gtk_icon_factory_new; 5019 void function(GtkIconFactory* factory) c_gtk_icon_factory_remove_default; 5020 5021 // gtk.IconSet 5022 5023 void function(GtkIconSet* iconSet, GtkIconSource* source) c_gtk_icon_set_add_source; 5024 GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_copy; 5025 GtkIconSet* function() c_gtk_icon_set_new; 5026 GtkIconSet* function(GdkPixbuf* pixbuf) c_gtk_icon_set_new_from_pixbuf; 5027 GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_ref; 5028 GdkPixbuf* function(GtkIconSet* iconSet, GtkStyle* style, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, gchar* detail) c_gtk_icon_set_render_icon; 5029 GdkPixbuf* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size) c_gtk_icon_set_render_icon_pixbuf; 5030 cairo_surface_t* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size, int scale, GdkWindow* forWindow) c_gtk_icon_set_render_icon_surface; 5031 void function(GtkIconSet* iconSet) c_gtk_icon_set_unref; 5032 void function(GtkIconSet* iconSet, GtkIconSize** sizes, gint* nSizes) c_gtk_icon_set_get_sizes; 5033 5034 // gtk.IconSize 5035 5036 gboolean function(GtkIconSize size, gint* width, gint* height) c_gtk_icon_size_lookup; 5037 gboolean function(GtkSettings* settings, GtkIconSize size, gint* width, gint* height) c_gtk_icon_size_lookup_for_settings; 5038 GtkIconSize function(gchar* name, gint width, gint height) c_gtk_icon_size_register; 5039 void function(gchar* alia, GtkIconSize target) c_gtk_icon_size_register_alias; 5040 GtkIconSize function(gchar* name) c_gtk_icon_size_from_name; 5041 gchar* function(GtkIconSize size) c_gtk_icon_size_get_name; 5042 5043 // gtk.NumerableIcon 5044 5045 GIcon* function(GIcon* baseIcon) c_gtk_numerable_icon_new; 5046 GIcon* function(GIcon* baseIcon, GtkStyleContext* context) c_gtk_numerable_icon_new_with_style_context; 5047 GIcon* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_gicon; 5048 void function(GtkNumerableIcon* self, GIcon* icon) c_gtk_numerable_icon_set_background_gicon; 5049 gchar* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_icon_name; 5050 void function(GtkNumerableIcon* self, gchar* iconName) c_gtk_numerable_icon_set_background_icon_name; 5051 gint function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_count; 5052 void function(GtkNumerableIcon* self, gint count) c_gtk_numerable_icon_set_count; 5053 gchar* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_label; 5054 void function(GtkNumerableIcon* self, gchar* label) c_gtk_numerable_icon_set_label; 5055 GtkStyleContext* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_style_context; 5056 void function(GtkNumerableIcon* self, GtkStyleContext* style) c_gtk_numerable_icon_set_style_context; 5057 5058 // gtk.Application 5059 5060 GtkApplication* function(gchar* applicationId, GApplicationFlags flags) c_gtk_application_new; 5061 void function(GtkApplication* application, GtkWindow* window) c_gtk_application_add_window; 5062 void function(GtkApplication* application, GtkWindow* window) c_gtk_application_remove_window; 5063 GList* function(GtkApplication* application) c_gtk_application_get_windows; 5064 GtkWindow* function(GtkApplication* application, guint id) c_gtk_application_get_window_by_id; 5065 GtkWindow* function(GtkApplication* application) c_gtk_application_get_active_window; 5066 guint function(GtkApplication* application, GtkWindow* window, GtkApplicationInhibitFlags flags, gchar* reason) c_gtk_application_inhibit; 5067 void function(GtkApplication* application, guint cookie) c_gtk_application_uninhibit; 5068 gboolean function(GtkApplication* application, GtkApplicationInhibitFlags flags) c_gtk_application_is_inhibited; 5069 GMenuModel* function(GtkApplication* application) c_gtk_application_get_app_menu; 5070 void function(GtkApplication* application, GMenuModel* appMenu) c_gtk_application_set_app_menu; 5071 GMenuModel* function(GtkApplication* application) c_gtk_application_get_menubar; 5072 void function(GtkApplication* application, GMenuModel* menubar) c_gtk_application_set_menubar; 5073 void function(GtkApplication* application, gchar* accelerator, gchar* actionName, GVariant* parameter) c_gtk_application_add_accelerator; 5074 void function(GtkApplication* application, gchar* actionName, GVariant* parameter) c_gtk_application_remove_accelerator; 5075 5076 // gtk.ApplicationWindow 5077 5078 GtkWidget* function(GtkApplication* application) c_gtk_application_window_new; 5079 void function(GtkApplicationWindow* window, gboolean showMenubar) c_gtk_application_window_set_show_menubar; 5080 gboolean function(GtkApplicationWindow* window) c_gtk_application_window_get_show_menubar; 5081 guint function(GtkApplicationWindow* window) c_gtk_application_window_get_id; 5082 5083 // gtk.ActionableT 5084 5085 5086 // gtk.ActionableT 5087 5088 gchar* function(GtkActionable* actionable) c_gtk_actionable_get_action_name; 5089 void function(GtkActionable* actionable, gchar* actionName) c_gtk_actionable_set_action_name; 5090 GVariant* function(GtkActionable* actionable) c_gtk_actionable_get_action_target_value; 5091 void function(GtkActionable* actionable, GVariant* targetValue) c_gtk_actionable_set_action_target_value; 5092 void function(GtkActionable* actionable, gchar* formatString, ... ) c_gtk_actionable_set_action_target; 5093 void function(GtkActionable* actionable, gchar* detailedActionName) c_gtk_actionable_set_detailed_action_name; 5094 5095 // gtk.BuildableT 5096 5097 5098 // gtk.BuildableT 5099 5100 void function(GtkBuildable* buildable, gchar* name) c_gtk_buildable_set_name; 5101 gchar* function(GtkBuildable* buildable) c_gtk_buildable_get_name; 5102 void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* type) c_gtk_buildable_add_child; 5103 void function(GtkBuildable* buildable, GtkBuilder* builder, gchar* name, GValue* value) c_gtk_buildable_set_buildable_property; 5104 GObject* function(GtkBuildable* buildable, GtkBuilder* builder, gchar* name) c_gtk_buildable_construct_child; 5105 gboolean function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, GMarkupParser* parser, void** data) c_gtk_buildable_custom_tag_start; 5106 void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, void** data) c_gtk_buildable_custom_tag_end; 5107 void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, void* data) c_gtk_buildable_custom_finished; 5108 void function(GtkBuildable* buildable, GtkBuilder* builder) c_gtk_buildable_parser_finished; 5109 GObject* function(GtkBuildable* buildable, GtkBuilder* builder, gchar* childname) c_gtk_buildable_get_internal_child; 5110 5111 // gtk.Builder 5112 5113 GtkBuilder* function() c_gtk_builder_new; 5114 GtkBuilder* function(gchar* filename) c_gtk_builder_new_from_file; 5115 GtkBuilder* function(gchar* resourcePath) c_gtk_builder_new_from_resource; 5116 GtkBuilder* function(gchar* string, gssize length) c_gtk_builder_new_from_string; 5117 void function(GtkBuilder* builder, gchar* callbackName, GCallback callbackSymbol) c_gtk_builder_add_callback_symbol; 5118 void function(GtkBuilder* builder, gchar* firstCallbackName, GCallback firstCallbackSymbol, ... ) c_gtk_builder_add_callback_symbols; 5119 GCallback function(GtkBuilder* builder, gchar* callbackName) c_gtk_builder_lookup_callback_symbol; 5120 guint function(GtkBuilder* builder, gchar* filename, GError** error) c_gtk_builder_add_from_file; 5121 guint function(GtkBuilder* builder, gchar* resourcePath, GError** error) c_gtk_builder_add_from_resource; 5122 guint function(GtkBuilder* builder, gchar* buffer, gsize length, GError** error) c_gtk_builder_add_from_string; 5123 guint function(GtkBuilder* builder, gchar* filename, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_file; 5124 guint function(GtkBuilder* builder, gchar* buffer, gsize length, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_string; 5125 guint function(GtkBuilder* builder, gchar* resourcePath, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_resource; 5126 GObject* function(GtkBuilder* builder, gchar* name) c_gtk_builder_get_object; 5127 GSList* function(GtkBuilder* builder) c_gtk_builder_get_objects; 5128 void function(GtkBuilder* builder, gchar* name, GObject* object) c_gtk_builder_expose_object; 5129 void function(GtkBuilder* builder, void* userData) c_gtk_builder_connect_signals; 5130 void function(GtkBuilder* builder, GtkBuilderConnectFunc func, void* userData) c_gtk_builder_connect_signals_full; 5131 void function(GtkBuilder* builder, gchar* domain) c_gtk_builder_set_translation_domain; 5132 gchar* function(GtkBuilder* builder) c_gtk_builder_get_translation_domain; 5133 GType function(GtkBuilder* builder, char* typeName) c_gtk_builder_get_type_from_name; 5134 gboolean function(GtkBuilder* builder, GParamSpec* pspec, gchar* string, GValue* value, GError** error) c_gtk_builder_value_from_string; 5135 gboolean function(GtkBuilder* builder, GType type, gchar* string, GValue* value, GError** error) c_gtk_builder_value_from_string_type; 5136 5137 // gtk.Dialog 5138 5139 GtkWidget* function() c_gtk_dialog_new; 5140 GtkWidget* function(gchar* title, GtkWindow* parent, GtkDialogFlags flags, gchar* firstButtonText, ... ) c_gtk_dialog_new_with_buttons; 5141 gint function(GtkDialog* dialog) c_gtk_dialog_run; 5142 void function(GtkDialog* dialog, gint responseId) c_gtk_dialog_response; 5143 GtkWidget* function(GtkDialog* dialog, gchar* buttonText, gint responseId) c_gtk_dialog_add_button; 5144 void function(GtkDialog* dialog, gchar* firstButtonText, ... ) c_gtk_dialog_add_buttons; 5145 void function(GtkDialog* dialog, GtkWidget* child, gint responseId) c_gtk_dialog_add_action_widget; 5146 void function(GtkDialog* dialog, gint responseId) c_gtk_dialog_set_default_response; 5147 void function(GtkDialog* dialog, gint responseId, gboolean setting) c_gtk_dialog_set_response_sensitive; 5148 gint function(GtkDialog* dialog, GtkWidget* widget) c_gtk_dialog_get_response_for_widget; 5149 GtkWidget* function(GtkDialog* dialog, gint responseId) c_gtk_dialog_get_widget_for_response; 5150 GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_action_area; 5151 GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_content_area; 5152 gboolean function(GdkScreen* screen) c_gtk_alternative_dialog_button_order; 5153 void function(GtkDialog* dialog, gint firstResponseId, ... ) c_gtk_dialog_set_alternative_button_order; 5154 void function(GtkDialog* dialog, gint nParams, gint* newOrder) c_gtk_dialog_set_alternative_button_order_from_array; 5155 5156 // gtk.MessageDialog 5157 5158 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, gchar* messageFormat, ... ) c_gtk_message_dialog_new; 5159 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, gchar* messageFormat, ... ) c_gtk_message_dialog_new_with_markup; 5160 void function(GtkMessageDialog* messageDialog, gchar* str) c_gtk_message_dialog_set_markup; 5161 void function(GtkMessageDialog* dialog, GtkWidget* image) c_gtk_message_dialog_set_image; 5162 GtkWidget* function(GtkMessageDialog* dialog) c_gtk_message_dialog_get_image; 5163 void function(GtkMessageDialog* messageDialog, gchar* messageFormat, ... ) c_gtk_message_dialog_format_secondary_text; 5164 void function(GtkMessageDialog* messageDialog, gchar* messageFormat, ... ) c_gtk_message_dialog_format_secondary_markup; 5165 GtkWidget* function(GtkMessageDialog* messageDialog) c_gtk_message_dialog_get_message_area; 5166 5167 // gtk.PopupBox 5168 5169 5170 // gtk.AboutDialog 5171 5172 GtkWidget* function() c_gtk_about_dialog_new; 5173 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_program_name; 5174 void function(GtkAboutDialog* about, gchar* name) c_gtk_about_dialog_set_program_name; 5175 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_version; 5176 void function(GtkAboutDialog* about, gchar* versio) c_gtk_about_dialog_set_version; 5177 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_copyright; 5178 void function(GtkAboutDialog* about, gchar* copyright) c_gtk_about_dialog_set_copyright; 5179 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_comments; 5180 void function(GtkAboutDialog* about, gchar* comments) c_gtk_about_dialog_set_comments; 5181 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_license; 5182 void function(GtkAboutDialog* about, gchar* license) c_gtk_about_dialog_set_license; 5183 gboolean function(GtkAboutDialog* about) c_gtk_about_dialog_get_wrap_license; 5184 void function(GtkAboutDialog* about, gboolean wrapLicense) c_gtk_about_dialog_set_wrap_license; 5185 GtkLicense function(GtkAboutDialog* about) c_gtk_about_dialog_get_license_type; 5186 void function(GtkAboutDialog* about, GtkLicense licenseType) c_gtk_about_dialog_set_license_type; 5187 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website; 5188 void function(GtkAboutDialog* about, gchar* website) c_gtk_about_dialog_set_website; 5189 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website_label; 5190 void function(GtkAboutDialog* about, gchar* websiteLabel) c_gtk_about_dialog_set_website_label; 5191 gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_authors; 5192 void function(GtkAboutDialog* about, gchar** authors) c_gtk_about_dialog_set_authors; 5193 gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_artists; 5194 void function(GtkAboutDialog* about, gchar** artists) c_gtk_about_dialog_set_artists; 5195 gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_documenters; 5196 void function(GtkAboutDialog* about, gchar** documenters) c_gtk_about_dialog_set_documenters; 5197 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_translator_credits; 5198 void function(GtkAboutDialog* about, gchar* translatorCredits) c_gtk_about_dialog_set_translator_credits; 5199 GdkPixbuf* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo; 5200 void function(GtkAboutDialog* about, GdkPixbuf* logo) c_gtk_about_dialog_set_logo; 5201 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo_icon_name; 5202 void function(GtkAboutDialog* about, gchar* iconName) c_gtk_about_dialog_set_logo_icon_name; 5203 void function(GtkAboutDialog* about, gchar* sectionName, gchar** people) c_gtk_about_dialog_add_credit_section; 5204 void function(GtkWindow* parent, gchar* firstPropertyName, ... ) c_gtk_show_about_dialog; 5205 5206 // gtk.Assistant 5207 5208 GtkWidget* function() c_gtk_assistant_new; 5209 gint function(GtkAssistant* assistant) c_gtk_assistant_get_current_page; 5210 void function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_set_current_page; 5211 gint function(GtkAssistant* assistant) c_gtk_assistant_get_n_pages; 5212 GtkWidget* function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_get_nth_page; 5213 gint function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_prepend_page; 5214 gint function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_append_page; 5215 gint function(GtkAssistant* assistant, GtkWidget* page, gint position) c_gtk_assistant_insert_page; 5216 void function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_remove_page; 5217 void function(GtkAssistant* assistant, GtkAssistantPageFunc pageFunc, void* data, GDestroyNotify destroy) c_gtk_assistant_set_forward_page_func; 5218 void function(GtkAssistant* assistant, GtkWidget* page, GtkAssistantPageType type) c_gtk_assistant_set_page_type; 5219 GtkAssistantPageType function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_type; 5220 void function(GtkAssistant* assistant, GtkWidget* page, gchar* title) c_gtk_assistant_set_page_title; 5221 gchar* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_title; 5222 void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_header_image; 5223 GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_header_image; 5224 void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_side_image; 5225 GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_side_image; 5226 void function(GtkAssistant* assistant, GtkWidget* page, gboolean complete) c_gtk_assistant_set_page_complete; 5227 gboolean function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_complete; 5228 void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_add_action_widget; 5229 void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_remove_action_widget; 5230 void function(GtkAssistant* assistant) c_gtk_assistant_update_buttons_state; 5231 void function(GtkAssistant* assistant) c_gtk_assistant_commit; 5232 void function(GtkAssistant* assistant) c_gtk_assistant_next_page; 5233 void function(GtkAssistant* assistant) c_gtk_assistant_previous_page; 5234 5235 // gtk.Window 5236 5237 GtkWidget* function(GtkWindowType type) c_gtk_window_new; 5238 void function(GtkWindow* window, gchar* title) c_gtk_window_set_title; 5239 void function(GtkWindow* window, gchar* wmclassName, gchar* wmclassClass) c_gtk_window_set_wmclass; 5240 void function(GtkWindow* window, gboolean resizable) c_gtk_window_set_resizable; 5241 gboolean function(GtkWindow* window) c_gtk_window_get_resizable; 5242 void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_add_accel_group; 5243 void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_remove_accel_group; 5244 gboolean function(GtkWindow* window) c_gtk_window_activate_focus; 5245 gboolean function(GtkWindow* window) c_gtk_window_activate_default; 5246 void function(GtkWindow* window, gboolean modal) c_gtk_window_set_modal; 5247 void function(GtkWindow* window, gint width, gint height) c_gtk_window_set_default_size; 5248 void function(GtkWindow* window, gint width, gint height) c_gtk_window_set_default_geometry; 5249 void function(GtkWindow* window, GtkWidget* geometryWidget, GdkGeometry* geometry, GdkWindowHints geomMask) c_gtk_window_set_geometry_hints; 5250 void function(GtkWindow* window, GdkGravity gravity) c_gtk_window_set_gravity; 5251 GdkGravity function(GtkWindow* window) c_gtk_window_get_gravity; 5252 void function(GtkWindow* window, GtkWindowPosition position) c_gtk_window_set_position; 5253 void function(GtkWindow* window, GtkWindow* parent) c_gtk_window_set_transient_for; 5254 void function(GtkWindow* window, GtkWidget* attachWidget) c_gtk_window_set_attached_to; 5255 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_destroy_with_parent; 5256 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_hide_titlebar_when_maximized; 5257 void function(GtkWindow* window, GdkScreen* screen) c_gtk_window_set_screen; 5258 GdkScreen* function(GtkWindow* window) c_gtk_window_get_screen; 5259 gboolean function(GtkWindow* window) c_gtk_window_is_active; 5260 gboolean function(GtkWindow* window) c_gtk_window_has_toplevel_focus; 5261 GList* function() c_gtk_window_list_toplevels; 5262 void function(GtkWindow* window, guint keyval, GtkWidget* target) c_gtk_window_add_mnemonic; 5263 void function(GtkWindow* window, guint keyval, GtkWidget* target) c_gtk_window_remove_mnemonic; 5264 gboolean function(GtkWindow* window, guint keyval, GdkModifierType modifier) c_gtk_window_mnemonic_activate; 5265 gboolean function(GtkWindow* window, GdkEventKey* event) c_gtk_window_activate_key; 5266 gboolean function(GtkWindow* window, GdkEventKey* event) c_gtk_window_propagate_key_event; 5267 GtkWidget* function(GtkWindow* window) c_gtk_window_get_focus; 5268 void function(GtkWindow* window, GtkWidget* focus) c_gtk_window_set_focus; 5269 GtkWidget* function(GtkWindow* window) c_gtk_window_get_default_widget; 5270 void function(GtkWindow* window, GtkWidget* defaultWidget) c_gtk_window_set_default; 5271 void function(GtkWindow* window) c_gtk_window_present; 5272 void function(GtkWindow* window, guint32 timestamp) c_gtk_window_present_with_time; 5273 void function(GtkWindow* window) c_gtk_window_close; 5274 void function(GtkWindow* window) c_gtk_window_iconify; 5275 void function(GtkWindow* window) c_gtk_window_deiconify; 5276 void function(GtkWindow* window) c_gtk_window_stick; 5277 void function(GtkWindow* window) c_gtk_window_unstick; 5278 void function(GtkWindow* window) c_gtk_window_maximize; 5279 void function(GtkWindow* window) c_gtk_window_unmaximize; 5280 void function(GtkWindow* window) c_gtk_window_fullscreen; 5281 void function(GtkWindow* window) c_gtk_window_unfullscreen; 5282 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_keep_above; 5283 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_keep_below; 5284 void function(GtkWindow* window, GdkWindowEdge edge, gint button, gint rootX, gint rootY, guint32 timestamp) c_gtk_window_begin_resize_drag; 5285 void function(GtkWindow* window, gint button, gint rootX, gint rootY, guint32 timestamp) c_gtk_window_begin_move_drag; 5286 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_decorated; 5287 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_deletable; 5288 void function(GtkWindow* window, GdkModifierType modifier) c_gtk_window_set_mnemonic_modifier; 5289 void function(GtkWindow* window, GdkWindowTypeHint hint) c_gtk_window_set_type_hint; 5290 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_skip_taskbar_hint; 5291 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_skip_pager_hint; 5292 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_urgency_hint; 5293 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_accept_focus; 5294 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_focus_on_map; 5295 void function(GtkWindow* window, gchar* startupId) c_gtk_window_set_startup_id; 5296 void function(GtkWindow* window, gchar* role) c_gtk_window_set_role; 5297 gboolean function(GtkWindow* window) c_gtk_window_get_decorated; 5298 gboolean function(GtkWindow* window) c_gtk_window_get_deletable; 5299 GList* function() c_gtk_window_get_default_icon_list; 5300 gchar* function() c_gtk_window_get_default_icon_name; 5301 void function(GtkWindow* window, gint* width, gint* height) c_gtk_window_get_default_size; 5302 gboolean function(GtkWindow* window) c_gtk_window_get_destroy_with_parent; 5303 gboolean function(GtkWindow* window) c_gtk_window_get_hide_titlebar_when_maximized; 5304 GdkPixbuf* function(GtkWindow* window) c_gtk_window_get_icon; 5305 GList* function(GtkWindow* window) c_gtk_window_get_icon_list; 5306 gchar* function(GtkWindow* window) c_gtk_window_get_icon_name; 5307 GdkModifierType function(GtkWindow* window) c_gtk_window_get_mnemonic_modifier; 5308 gboolean function(GtkWindow* window) c_gtk_window_get_modal; 5309 void function(GtkWindow* window, gint* rootX, gint* rootY) c_gtk_window_get_position; 5310 gchar* function(GtkWindow* window) c_gtk_window_get_role; 5311 void function(GtkWindow* window, gint* width, gint* height) c_gtk_window_get_size; 5312 gchar* function(GtkWindow* window) c_gtk_window_get_title; 5313 GtkWindow* function(GtkWindow* window) c_gtk_window_get_transient_for; 5314 GtkWidget* function(GtkWindow* window) c_gtk_window_get_attached_to; 5315 GdkWindowTypeHint function(GtkWindow* window) c_gtk_window_get_type_hint; 5316 gboolean function(GtkWindow* window) c_gtk_window_get_skip_taskbar_hint; 5317 gboolean function(GtkWindow* window) c_gtk_window_get_skip_pager_hint; 5318 gboolean function(GtkWindow* window) c_gtk_window_get_urgency_hint; 5319 gboolean function(GtkWindow* window) c_gtk_window_get_accept_focus; 5320 gboolean function(GtkWindow* window) c_gtk_window_get_focus_on_map; 5321 GtkWindowGroup* function(GtkWindow* window) c_gtk_window_get_group; 5322 gboolean function(GtkWindow* window) c_gtk_window_has_group; 5323 GtkWindowType function(GtkWindow* window) c_gtk_window_get_window_type; 5324 void function(GtkWindow* window, gint x, gint y) c_gtk_window_move; 5325 gboolean function(GtkWindow* window, gchar* geometry) c_gtk_window_parse_geometry; 5326 void function(GtkWindow* window) c_gtk_window_reshow_with_initial_size; 5327 void function(GtkWindow* window, gint width, gint height) c_gtk_window_resize; 5328 void function(GtkWindow* window, gint width, gint height) c_gtk_window_resize_to_geometry; 5329 void function(GList* list) c_gtk_window_set_default_icon_list; 5330 void function(GdkPixbuf* icon) c_gtk_window_set_default_icon; 5331 gboolean function(gchar* filename, GError** err) c_gtk_window_set_default_icon_from_file; 5332 void function(gchar* name) c_gtk_window_set_default_icon_name; 5333 void function(GtkWindow* window, GdkPixbuf* icon) c_gtk_window_set_icon; 5334 void function(GtkWindow* window, GList* list) c_gtk_window_set_icon_list; 5335 gboolean function(GtkWindow* window, gchar* filename, GError** err) c_gtk_window_set_icon_from_file; 5336 void function(GtkWindow* window, gchar* name) c_gtk_window_set_icon_name; 5337 void function(gboolean setting) c_gtk_window_set_auto_startup_notification; 5338 gdouble function(GtkWindow* window) c_gtk_window_get_opacity; 5339 void function(GtkWindow* window, gdouble opacity) c_gtk_window_set_opacity; 5340 gboolean function(GtkWindow* window) c_gtk_window_get_mnemonics_visible; 5341 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_mnemonics_visible; 5342 gboolean function(GtkWindow* window) c_gtk_window_get_focus_visible; 5343 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_focus_visible; 5344 void function(GtkWindow* window, gboolean value) c_gtk_window_set_has_resize_grip; 5345 gboolean function(GtkWindow* window) c_gtk_window_get_has_resize_grip; 5346 gboolean function(GtkWindow* window) c_gtk_window_resize_grip_is_visible; 5347 gboolean function(GtkWindow* window, GdkRectangle* rect) c_gtk_window_get_resize_grip_area; 5348 GtkApplication* function(GtkWindow* window) c_gtk_window_get_application; 5349 void function(GtkWindow* window, GtkApplication* application) c_gtk_window_set_application; 5350 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_has_user_ref_count; 5351 void function(GtkWindow* window, GtkWidget* titlebar) c_gtk_window_set_titlebar; 5352 5353 // gtk. 5354 5355 5356 // gtk.WindowGroup 5357 5358 GtkWindowGroup* function() c_gtk_window_group_new; 5359 void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_add_window; 5360 void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_remove_window; 5361 GList* function(GtkWindowGroup* windowGroup) c_gtk_window_group_list_windows; 5362 GtkWidget* function(GtkWindowGroup* windowGroup) c_gtk_window_group_get_current_grab; 5363 GtkWidget* function(GtkWindowGroup* windowGroup, GdkDevice* device) c_gtk_window_group_get_current_device_grab; 5364 5365 // gtk.Invisible 5366 5367 GtkWidget* function() c_gtk_invisible_new; 5368 GtkWidget* function(GdkScreen* screen) c_gtk_invisible_new_for_screen; 5369 void function(GtkInvisible* invisible, GdkScreen* screen) c_gtk_invisible_set_screen; 5370 GdkScreen* function(GtkInvisible* invisible) c_gtk_invisible_get_screen; 5371 5372 // gtk.OffscreenWindow 5373 5374 GtkWidget* function() c_gtk_offscreen_window_new; 5375 cairo_surface_t* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_surface; 5376 GdkPixbuf* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_pixbuf; 5377 5378 // gtk.Box 5379 5380 GtkWidget* function(GtkOrientation orientation, gint spacing) c_gtk_box_new; 5381 void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding) c_gtk_box_pack_start; 5382 void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding) c_gtk_box_pack_end; 5383 gboolean function(GtkBox* box) c_gtk_box_get_homogeneous; 5384 void function(GtkBox* box, gboolean homogeneous) c_gtk_box_set_homogeneous; 5385 gint function(GtkBox* box) c_gtk_box_get_spacing; 5386 void function(GtkBox* box, gint spacing) c_gtk_box_set_spacing; 5387 void function(GtkBox* box, GtkWidget* child, gint position) c_gtk_box_reorder_child; 5388 void function(GtkBox* box, GtkWidget* child, gboolean* expand, gboolean* fill, guint* padding, GtkPackType* packType) c_gtk_box_query_child_packing; 5389 void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding, GtkPackType packType) c_gtk_box_set_child_packing; 5390 GtkBaselinePosition function(GtkBox* box) c_gtk_box_get_baseline_position; 5391 void function(GtkBox* box, GtkBaselinePosition position) c_gtk_box_set_baseline_position; 5392 5393 // gtk.Grid 5394 5395 GtkWidget* function() c_gtk_grid_new; 5396 void function(GtkGrid* grid, GtkWidget* child, gint left, gint top, gint width, gint height) c_gtk_grid_attach; 5397 void function(GtkGrid* grid, GtkWidget* child, GtkWidget* sibling, GtkPositionType side, gint width, gint height) c_gtk_grid_attach_next_to; 5398 GtkWidget* function(GtkGrid* grid, gint left, gint top) c_gtk_grid_get_child_at; 5399 void function(GtkGrid* grid, gint position) c_gtk_grid_insert_row; 5400 void function(GtkGrid* grid, gint position) c_gtk_grid_insert_column; 5401 void function(GtkGrid* grid, gint position) c_gtk_grid_remove_row; 5402 void function(GtkGrid* grid, gint position) c_gtk_grid_remove_column; 5403 void function(GtkGrid* grid, GtkWidget* sibling, GtkPositionType side) c_gtk_grid_insert_next_to; 5404 void function(GtkGrid* grid, gboolean homogeneous) c_gtk_grid_set_row_homogeneous; 5405 gboolean function(GtkGrid* grid) c_gtk_grid_get_row_homogeneous; 5406 void function(GtkGrid* grid, guint spacing) c_gtk_grid_set_row_spacing; 5407 guint function(GtkGrid* grid) c_gtk_grid_get_row_spacing; 5408 void function(GtkGrid* grid, gboolean homogeneous) c_gtk_grid_set_column_homogeneous; 5409 gboolean function(GtkGrid* grid) c_gtk_grid_get_column_homogeneous; 5410 void function(GtkGrid* grid, guint spacing) c_gtk_grid_set_column_spacing; 5411 guint function(GtkGrid* grid) c_gtk_grid_get_column_spacing; 5412 gint function(GtkGrid* grid) c_gtk_grid_get_baseline_row; 5413 void function(GtkGrid* grid, gint row) c_gtk_grid_set_baseline_row; 5414 GtkBaselinePosition function(GtkGrid* grid, gint row) c_gtk_grid_get_row_baseline_position; 5415 void function(GtkGrid* grid, gint row, GtkBaselinePosition pos) c_gtk_grid_set_row_baseline_position; 5416 5417 // gtk.Revealer 5418 5419 GtkWidget* function() c_gtk_revealer_new; 5420 gboolean function(GtkRevealer* revealer) c_gtk_revealer_get_reveal_child; 5421 void function(GtkRevealer* revealer, gboolean revealChild) c_gtk_revealer_set_reveal_child; 5422 gboolean function(GtkRevealer* revealer) c_gtk_revealer_get_child_revealed; 5423 guint function(GtkRevealer* revealer) c_gtk_revealer_get_transition_duration; 5424 void function(GtkRevealer* revealer, guint duration) c_gtk_revealer_set_transition_duration; 5425 GtkRevealerTransitionType function(GtkRevealer* revealer) c_gtk_revealer_get_transition_type; 5426 void function(GtkRevealer* revealer, GtkRevealerTransitionType transition) c_gtk_revealer_set_transition_type; 5427 5428 // gtk.ListBox 5429 5430 GtkWidget* function() c_gtk_list_box_new; 5431 void function(GtkListBox* listBox, GtkWidget* child) c_gtk_list_box_prepend; 5432 void function(GtkListBox* listBox, GtkWidget* child, gint position) c_gtk_list_box_insert; 5433 void function(GtkListBox* listBox, GtkListBoxRow* row) c_gtk_list_box_select_row; 5434 GtkListBoxRow* function(GtkListBox* listBox) c_gtk_list_box_get_selected_row; 5435 void function(GtkListBox* listBox, GtkSelectionMode mode) c_gtk_list_box_set_selection_mode; 5436 GtkSelectionMode function(GtkListBox* listBox) c_gtk_list_box_get_selection_mode; 5437 void function(GtkListBox* listBox, gboolean single) c_gtk_list_box_set_activate_on_single_click; 5438 gboolean function(GtkListBox* listBox) c_gtk_list_box_get_activate_on_single_click; 5439 GtkAdjustment* function(GtkListBox* listBox) c_gtk_list_box_get_adjustment; 5440 void function(GtkListBox* listBox, GtkAdjustment* adjustment) c_gtk_list_box_set_adjustment; 5441 void function(GtkListBox* listBox, GtkWidget* placeholder) c_gtk_list_box_set_placeholder; 5442 GtkListBoxRow* function(GtkListBox* listBox, gint index) c_gtk_list_box_get_row_at_index; 5443 GtkListBoxRow* function(GtkListBox* listBox, gint y) c_gtk_list_box_get_row_at_y; 5444 void function(GtkListBox* listBox) c_gtk_list_box_invalidate_filter; 5445 void function(GtkListBox* listBox) c_gtk_list_box_invalidate_headers; 5446 void function(GtkListBox* listBox) c_gtk_list_box_invalidate_sort; 5447 void function(GtkListBox* listBox, GtkListBoxFilterFunc filterFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_filter_func; 5448 void function(GtkListBox* listBox, GtkListBoxUpdateHeaderFunc updateHeader, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_header_func; 5449 void function(GtkListBox* listBox, GtkListBoxSortFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_sort_func; 5450 void function(GtkListBox* listBox, GtkListBoxRow* row) c_gtk_list_box_drag_highlight_row; 5451 void function(GtkListBox* listBox) c_gtk_list_box_drag_unhighlight_row; 5452 5453 // gtk.ListBoxRow 5454 5455 GtkWidget* function() c_gtk_list_box_row_new; 5456 void function(GtkListBoxRow* row) c_gtk_list_box_row_changed; 5457 GtkWidget* function(GtkListBoxRow* row) c_gtk_list_box_row_get_header; 5458 GType function() c_gtk_list_box_row_get_type; 5459 void function(GtkListBoxRow* row, GtkWidget* header) c_gtk_list_box_row_set_header; 5460 gint function(GtkListBoxRow* row) c_gtk_list_box_row_get_index; 5461 5462 // gtk.Stack 5463 5464 GtkWidget* function() c_gtk_stack_new; 5465 void function(GtkStack* stack, GtkWidget* child, gchar* name) c_gtk_stack_add_named; 5466 void function(GtkStack* stack, GtkWidget* child, gchar* name, gchar* title) c_gtk_stack_add_titled; 5467 void function(GtkStack* stack, GtkWidget* child) c_gtk_stack_set_visible_child; 5468 GtkWidget* function(GtkStack* stack) c_gtk_stack_get_visible_child; 5469 void function(GtkStack* stack, gchar* name) c_gtk_stack_set_visible_child_name; 5470 gchar* function(GtkStack* stack) c_gtk_stack_get_visible_child_name; 5471 void function(GtkStack* stack, gchar* name, GtkStackTransitionType transition) c_gtk_stack_set_visible_child_full; 5472 void function(GtkStack* stack, gboolean homogeneous) c_gtk_stack_set_homogeneous; 5473 gboolean function(GtkStack* stack) c_gtk_stack_get_homogeneous; 5474 void function(GtkStack* stack, guint duration) c_gtk_stack_set_transition_duration; 5475 guint function(GtkStack* stack) c_gtk_stack_get_transition_duration; 5476 void function(GtkStack* stack, GtkStackTransitionType transition) c_gtk_stack_set_transition_type; 5477 GtkStackTransitionType function(GtkStack* stack) c_gtk_stack_get_transition_type; 5478 5479 // gtk.StackSwitcher 5480 5481 GtkWidget* function() c_gtk_stack_switcher_new; 5482 void function(GtkStackSwitcher* switcher, GtkStack* stack) c_gtk_stack_switcher_set_stack; 5483 GtkStack* function(GtkStackSwitcher* switcher) c_gtk_stack_switcher_get_stack; 5484 5485 // gtk.HeaderBar 5486 5487 GtkWidget* function() c_gtk_header_bar_new; 5488 void function(GtkHeaderBar* bar, gchar* title) c_gtk_header_bar_set_title; 5489 gchar* function(GtkHeaderBar* bar) c_gtk_header_bar_get_title; 5490 void function(GtkHeaderBar* bar, gchar* subtitle) c_gtk_header_bar_set_subtitle; 5491 gchar* function(GtkHeaderBar* bar) c_gtk_header_bar_get_subtitle; 5492 void function(GtkHeaderBar* bar, GtkWidget* titleWidget) c_gtk_header_bar_set_custom_title; 5493 GtkWidget* function(GtkHeaderBar* bar) c_gtk_header_bar_get_custom_title; 5494 void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_start; 5495 void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_end; 5496 void function(GtkHeaderBar* bar, gboolean setting) c_gtk_header_bar_set_show_close_button; 5497 gboolean function(GtkHeaderBar* bar) c_gtk_header_bar_get_show_close_button; 5498 5499 // gtk.Overlay 5500 5501 GtkWidget* function() c_gtk_overlay_new; 5502 void function(GtkOverlay* overlay, GtkWidget* widget) c_gtk_overlay_add_overlay; 5503 5504 // gtk.Alignment 5505 5506 GtkWidget* function(gfloat xalign, gfloat yalign, gfloat xscale, gfloat yscale) c_gtk_alignment_new; 5507 void function(GtkAlignment* alignment, gfloat xalign, gfloat yalign, gfloat xscale, gfloat yscale) c_gtk_alignment_set; 5508 void function(GtkAlignment* alignment, guint* paddingTop, guint* paddingBottom, guint* paddingLeft, guint* paddingRight) c_gtk_alignment_get_padding; 5509 void function(GtkAlignment* alignment, guint paddingTop, guint paddingBottom, guint paddingLeft, guint paddingRight) c_gtk_alignment_set_padding; 5510 5511 // gtk.ButtonBox 5512 5513 GtkWidget* function(GtkOrientation orientation) c_gtk_button_box_new; 5514 GtkButtonBoxStyle function(GtkButtonBox* widget) c_gtk_button_box_get_layout; 5515 gboolean function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_secondary; 5516 gboolean function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_non_homogeneous; 5517 void function(GtkButtonBox* widget, GtkButtonBoxStyle layoutStyle) c_gtk_button_box_set_layout; 5518 void function(GtkButtonBox* widget, GtkWidget* child, gboolean isSecondary) c_gtk_button_box_set_child_secondary; 5519 void function(GtkButtonBox* widget, GtkWidget* child, gboolean nonHomogeneous) c_gtk_button_box_set_child_non_homogeneous; 5520 5521 // gtk.Paned 5522 5523 GtkWidget* function(GtkOrientation orientation) c_gtk_paned_new; 5524 void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add1; 5525 void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add2; 5526 void function(GtkPaned* paned, GtkWidget* child, gboolean resize, gboolean shrink) c_gtk_paned_pack1; 5527 void function(GtkPaned* paned, GtkWidget* child, gboolean resize, gboolean shrink) c_gtk_paned_pack2; 5528 GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child1; 5529 GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child2; 5530 void function(GtkPaned* paned, gint position) c_gtk_paned_set_position; 5531 gint function(GtkPaned* paned) c_gtk_paned_get_position; 5532 GdkWindow* function(GtkPaned* paned) c_gtk_paned_get_handle_window; 5533 5534 // gtk.Layout 5535 5536 GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_layout_new; 5537 void function(GtkLayout* layout, GtkWidget* childWidget, gint x, gint y) c_gtk_layout_put; 5538 void function(GtkLayout* layout, GtkWidget* childWidget, gint x, gint y) c_gtk_layout_move; 5539 void function(GtkLayout* layout, guint width, guint height) c_gtk_layout_set_size; 5540 void function(GtkLayout* layout, guint* width, guint* height) c_gtk_layout_get_size; 5541 GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_hadjustment; 5542 GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_vadjustment; 5543 void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_hadjustment; 5544 void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_vadjustment; 5545 GdkWindow* function(GtkLayout* layout) c_gtk_layout_get_bin_window; 5546 5547 // gtk.Notebook 5548 5549 GtkWidget* function() c_gtk_notebook_new; 5550 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_append_page; 5551 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_append_page_menu; 5552 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_prepend_page; 5553 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_prepend_page_menu; 5554 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, gint position) c_gtk_notebook_insert_page; 5555 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel, gint position) c_gtk_notebook_insert_page_menu; 5556 void function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_remove_page; 5557 gint function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_page_num; 5558 void function(GtkNotebook* notebook) c_gtk_notebook_next_page; 5559 void function(GtkNotebook* notebook) c_gtk_notebook_prev_page; 5560 void function(GtkNotebook* notebook, GtkWidget* child, gint position) c_gtk_notebook_reorder_child; 5561 void function(GtkNotebook* notebook, GtkPositionType pos) c_gtk_notebook_set_tab_pos; 5562 void function(GtkNotebook* notebook, gboolean showTabs) c_gtk_notebook_set_show_tabs; 5563 void function(GtkNotebook* notebook, gboolean showBorder) c_gtk_notebook_set_show_border; 5564 void function(GtkNotebook* notebook, gboolean scrollable) c_gtk_notebook_set_scrollable; 5565 void function(GtkNotebook* notebook) c_gtk_notebook_popup_enable; 5566 void function(GtkNotebook* notebook) c_gtk_notebook_popup_disable; 5567 gint function(GtkNotebook* notebook) c_gtk_notebook_get_current_page; 5568 GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label; 5569 GtkWidget* function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_get_nth_page; 5570 gint function(GtkNotebook* notebook) c_gtk_notebook_get_n_pages; 5571 GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label; 5572 void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* menuLabel) c_gtk_notebook_set_menu_label; 5573 void function(GtkNotebook* notebook, GtkWidget* child, gchar* menuText) c_gtk_notebook_set_menu_label_text; 5574 void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_set_tab_label; 5575 void function(GtkNotebook* notebook, GtkWidget* child, gchar* tabText) c_gtk_notebook_set_tab_label_text; 5576 void function(GtkNotebook* notebook, GtkWidget* child, gboolean reorderable) c_gtk_notebook_set_tab_reorderable; 5577 void function(GtkNotebook* notebook, GtkWidget* child, gboolean detachable) c_gtk_notebook_set_tab_detachable; 5578 gchar* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label_text; 5579 gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_scrollable; 5580 gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_show_border; 5581 gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_show_tabs; 5582 gchar* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label_text; 5583 GtkPositionType function(GtkNotebook* notebook) c_gtk_notebook_get_tab_pos; 5584 gboolean function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_reorderable; 5585 gboolean function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_detachable; 5586 guint16 function(GtkNotebook* notebook) c_gtk_notebook_get_tab_hborder; 5587 guint16 function(GtkNotebook* notebook) c_gtk_notebook_get_tab_vborder; 5588 void function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_set_current_page; 5589 void function(GtkNotebook* notebook, gchar* groupName) c_gtk_notebook_set_group_name; 5590 gchar* function(GtkNotebook* notebook) c_gtk_notebook_get_group_name; 5591 void function(GtkNotebook* notebook, GtkWidget* widget, GtkPackType packType) c_gtk_notebook_set_action_widget; 5592 GtkWidget* function(GtkNotebook* notebook, GtkPackType packType) c_gtk_notebook_get_action_widget; 5593 5594 // gtk.Expander 5595 5596 GtkWidget* function(gchar* label) c_gtk_expander_new; 5597 GtkWidget* function(gchar* label) c_gtk_expander_new_with_mnemonic; 5598 void function(GtkExpander* expander, gboolean expanded) c_gtk_expander_set_expanded; 5599 gboolean function(GtkExpander* expander) c_gtk_expander_get_expanded; 5600 void function(GtkExpander* expander, gint spacing) c_gtk_expander_set_spacing; 5601 gint function(GtkExpander* expander) c_gtk_expander_get_spacing; 5602 void function(GtkExpander* expander, gchar* label) c_gtk_expander_set_label; 5603 gchar* function(GtkExpander* expander) c_gtk_expander_get_label; 5604 void function(GtkExpander* expander, gboolean useUnderline) c_gtk_expander_set_use_underline; 5605 gboolean function(GtkExpander* expander) c_gtk_expander_get_use_underline; 5606 void function(GtkExpander* expander, gboolean useMarkup) c_gtk_expander_set_use_markup; 5607 gboolean function(GtkExpander* expander) c_gtk_expander_get_use_markup; 5608 void function(GtkExpander* expander, GtkWidget* labelWidget) c_gtk_expander_set_label_widget; 5609 GtkWidget* function(GtkExpander* expander) c_gtk_expander_get_label_widget; 5610 void function(GtkExpander* expander, gboolean labelFill) c_gtk_expander_set_label_fill; 5611 gboolean function(GtkExpander* expander) c_gtk_expander_get_label_fill; 5612 void function(GtkExpander* expander, gboolean resizeToplevel) c_gtk_expander_set_resize_toplevel; 5613 gboolean function(GtkExpander* expander) c_gtk_expander_get_resize_toplevel; 5614 5615 // gtk.OrientableT 5616 5617 5618 // gtk.OrientableT 5619 5620 GtkOrientation function(GtkOrientable* orientable) c_gtk_orientable_get_orientation; 5621 void function(GtkOrientable* orientable, GtkOrientation orientation) c_gtk_orientable_set_orientation; 5622 5623 // gtk.AspectFrame 5624 5625 GtkWidget* function(gchar* label, gfloat xalign, gfloat yalign, gfloat ratio, gboolean obeyChild) c_gtk_aspect_frame_new; 5626 void function(GtkAspectFrame* aspectFrame, gfloat xalign, gfloat yalign, gfloat ratio, gboolean obeyChild) c_gtk_aspect_frame_set; 5627 5628 // gtk.Fixed 5629 5630 GtkWidget* function() c_gtk_fixed_new; 5631 void function(GtkFixed* fixed, GtkWidget* widget, gint x, gint y) c_gtk_fixed_put; 5632 void function(GtkFixed* fixed, GtkWidget* widget, gint x, gint y) c_gtk_fixed_move; 5633 5634 // gtk.Label 5635 5636 GtkWidget* function(gchar* str) c_gtk_label_new; 5637 void function(GtkLabel* label, gchar* str) c_gtk_label_set_text; 5638 void function(GtkLabel* label, PangoAttrList* attrs) c_gtk_label_set_attributes; 5639 void function(GtkLabel* label, gchar* str) c_gtk_label_set_markup; 5640 void function(GtkLabel* label, gchar* str) c_gtk_label_set_markup_with_mnemonic; 5641 void function(GtkLabel* label, gchar* pattern) c_gtk_label_set_pattern; 5642 void function(GtkLabel* label, GtkJustification jtype) c_gtk_label_set_justify; 5643 void function(GtkLabel* label, PangoEllipsizeMode mode) c_gtk_label_set_ellipsize; 5644 void function(GtkLabel* label, gint nChars) c_gtk_label_set_width_chars; 5645 void function(GtkLabel* label, gint nChars) c_gtk_label_set_max_width_chars; 5646 void function(GtkLabel* label, gboolean wrap) c_gtk_label_set_line_wrap; 5647 void function(GtkLabel* label, PangoWrapMode wrapMode) c_gtk_label_set_line_wrap_mode; 5648 void function(GtkLabel* label, gint lines) c_gtk_label_set_lines; 5649 void function(GtkLabel* label, gint* x, gint* y) c_gtk_label_get_layout_offsets; 5650 guint function(GtkLabel* label) c_gtk_label_get_mnemonic_keyval; 5651 gboolean function(GtkLabel* label) c_gtk_label_get_selectable; 5652 gchar* function(GtkLabel* label) c_gtk_label_get_text; 5653 GtkWidget* function(gchar* str) c_gtk_label_new_with_mnemonic; 5654 void function(GtkLabel* label, gint startOffset, gint endOffset) c_gtk_label_select_region; 5655 void function(GtkLabel* label, GtkWidget* widget) c_gtk_label_set_mnemonic_widget; 5656 void function(GtkLabel* label, gboolean setting) c_gtk_label_set_selectable; 5657 void function(GtkLabel* label, gchar* str) c_gtk_label_set_text_with_mnemonic; 5658 PangoAttrList* function(GtkLabel* label) c_gtk_label_get_attributes; 5659 GtkJustification function(GtkLabel* label) c_gtk_label_get_justify; 5660 PangoEllipsizeMode function(GtkLabel* label) c_gtk_label_get_ellipsize; 5661 gint function(GtkLabel* label) c_gtk_label_get_width_chars; 5662 gint function(GtkLabel* label) c_gtk_label_get_max_width_chars; 5663 gchar* function(GtkLabel* label) c_gtk_label_get_label; 5664 PangoLayout* function(GtkLabel* label) c_gtk_label_get_layout; 5665 gboolean function(GtkLabel* label) c_gtk_label_get_line_wrap; 5666 PangoWrapMode function(GtkLabel* label) c_gtk_label_get_line_wrap_mode; 5667 gint function(GtkLabel* label) c_gtk_label_get_lines; 5668 GtkWidget* function(GtkLabel* label) c_gtk_label_get_mnemonic_widget; 5669 gboolean function(GtkLabel* label, gint* start, gint* end) c_gtk_label_get_selection_bounds; 5670 gboolean function(GtkLabel* label) c_gtk_label_get_use_markup; 5671 gboolean function(GtkLabel* label) c_gtk_label_get_use_underline; 5672 gboolean function(GtkLabel* label) c_gtk_label_get_single_line_mode; 5673 gdouble function(GtkLabel* label) c_gtk_label_get_angle; 5674 void function(GtkLabel* label, gchar* str) c_gtk_label_set_label; 5675 void function(GtkLabel* label, gboolean setting) c_gtk_label_set_use_markup; 5676 void function(GtkLabel* label, gboolean setting) c_gtk_label_set_use_underline; 5677 void function(GtkLabel* label, gboolean singleLineMode) c_gtk_label_set_single_line_mode; 5678 void function(GtkLabel* label, gdouble angle) c_gtk_label_set_angle; 5679 gchar* function(GtkLabel* label) c_gtk_label_get_current_uri; 5680 void function(GtkLabel* label, gboolean trackLinks) c_gtk_label_set_track_visited_links; 5681 gboolean function(GtkLabel* label) c_gtk_label_get_track_visited_links; 5682 5683 // gtk.Image 5684 5685 void function(GtkImage* image, GtkIconSet** iconSet, GtkIconSize* size) c_gtk_image_get_icon_set; 5686 GdkPixbuf* function(GtkImage* image) c_gtk_image_get_pixbuf; 5687 void function(GtkImage* image, gchar** stockId, GtkIconSize* size) c_gtk_image_get_stock; 5688 GdkPixbufAnimation* function(GtkImage* image) c_gtk_image_get_animation; 5689 void function(GtkImage* image, gchar** iconName, GtkIconSize* size) c_gtk_image_get_icon_name; 5690 void function(GtkImage* image, GIcon** gicon, GtkIconSize* size) c_gtk_image_get_gicon; 5691 GtkImageType function(GtkImage* image) c_gtk_image_get_storage_type; 5692 GtkWidget* function(gchar* filename) c_gtk_image_new_from_file; 5693 GtkWidget* function(GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_new_from_icon_set; 5694 GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_image_new_from_pixbuf; 5695 GtkWidget* function(gchar* stockId, GtkIconSize size) c_gtk_image_new_from_stock; 5696 GtkWidget* function(GdkPixbufAnimation* animation) c_gtk_image_new_from_animation; 5697 GtkWidget* function(gchar* iconName, GtkIconSize size) c_gtk_image_new_from_icon_name; 5698 GtkWidget* function(GIcon* icon, GtkIconSize size) c_gtk_image_new_from_gicon; 5699 GtkWidget* function(gchar* resourcePath) c_gtk_image_new_from_resource; 5700 void function(GtkImage* image, gchar* filename) c_gtk_image_set_from_file; 5701 void function(GtkImage* image, GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_set_from_icon_set; 5702 void function(GtkImage* image, GdkPixbuf* pixbuf) c_gtk_image_set_from_pixbuf; 5703 void function(GtkImage* image, gchar* stockId, GtkIconSize size) c_gtk_image_set_from_stock; 5704 void function(GtkImage* image, GdkPixbufAnimation* animation) c_gtk_image_set_from_animation; 5705 void function(GtkImage* image, gchar* iconName, GtkIconSize size) c_gtk_image_set_from_icon_name; 5706 void function(GtkImage* image, GIcon* icon, GtkIconSize size) c_gtk_image_set_from_gicon; 5707 void function(GtkImage* image, gchar* resourcePath) c_gtk_image_set_from_resource; 5708 void function(GtkImage* image) c_gtk_image_clear; 5709 GtkWidget* function() c_gtk_image_new; 5710 void function(GtkImage* image, gint pixelSize) c_gtk_image_set_pixel_size; 5711 gint function(GtkImage* image) c_gtk_image_get_pixel_size; 5712 5713 // gtk.Spinner 5714 5715 GtkWidget* function() c_gtk_spinner_new; 5716 void function(GtkSpinner* spinner) c_gtk_spinner_start; 5717 void function(GtkSpinner* spinner) c_gtk_spinner_stop; 5718 5719 // gtk.InfoBar 5720 5721 GtkWidget* function() c_gtk_info_bar_new; 5722 GtkWidget* function(gchar* firstButtonText, ... ) c_gtk_info_bar_new_with_buttons; 5723 void function(GtkInfoBar* infoBar, GtkWidget* child, gint responseId) c_gtk_info_bar_add_action_widget; 5724 GtkWidget* function(GtkInfoBar* infoBar, gchar* buttonText, gint responseId) c_gtk_info_bar_add_button; 5725 void function(GtkInfoBar* infoBar, gchar* firstButtonText, ... ) c_gtk_info_bar_add_buttons; 5726 void function(GtkInfoBar* infoBar, gint responseId, gboolean setting) c_gtk_info_bar_set_response_sensitive; 5727 void function(GtkInfoBar* infoBar, gint responseId) c_gtk_info_bar_set_default_response; 5728 void function(GtkInfoBar* infoBar, gint responseId) c_gtk_info_bar_response; 5729 void function(GtkInfoBar* infoBar, GtkMessageType messageType) c_gtk_info_bar_set_message_type; 5730 GtkMessageType function(GtkInfoBar* infoBar) c_gtk_info_bar_get_message_type; 5731 GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_action_area; 5732 GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_content_area; 5733 gboolean function(GtkInfoBar* infoBar) c_gtk_info_bar_get_show_close_button; 5734 void function(GtkInfoBar* infoBar, gboolean setting) c_gtk_info_bar_set_show_close_button; 5735 5736 // gtk.ProgressBar 5737 5738 GtkWidget* function() c_gtk_progress_bar_new; 5739 void function(GtkProgressBar* pbar) c_gtk_progress_bar_pulse; 5740 void function(GtkProgressBar* pbar, gdouble fraction) c_gtk_progress_bar_set_fraction; 5741 gdouble function(GtkProgressBar* pbar) c_gtk_progress_bar_get_fraction; 5742 void function(GtkProgressBar* pbar, gboolean inverted) c_gtk_progress_bar_set_inverted; 5743 gboolean function(GtkProgressBar* pbar) c_gtk_progress_bar_get_inverted; 5744 void function(GtkProgressBar* pbar, gboolean showText) c_gtk_progress_bar_set_show_text; 5745 gboolean function(GtkProgressBar* pbar) c_gtk_progress_bar_get_show_text; 5746 void function(GtkProgressBar* pbar, gchar* text) c_gtk_progress_bar_set_text; 5747 gchar* function(GtkProgressBar* pbar) c_gtk_progress_bar_get_text; 5748 void function(GtkProgressBar* pbar, PangoEllipsizeMode mode) c_gtk_progress_bar_set_ellipsize; 5749 PangoEllipsizeMode function(GtkProgressBar* pbar) c_gtk_progress_bar_get_ellipsize; 5750 void function(GtkProgressBar* pbar, gdouble fraction) c_gtk_progress_bar_set_pulse_step; 5751 gdouble function(GtkProgressBar* pbar) c_gtk_progress_bar_get_pulse_step; 5752 5753 // gtk.LevelBar 5754 5755 GtkWidget* function() c_gtk_level_bar_new; 5756 GtkWidget* function(gdouble minValue, gdouble maxValue) c_gtk_level_bar_new_for_interval; 5757 void function(GtkLevelBar* self, GtkLevelBarMode mode) c_gtk_level_bar_set_mode; 5758 GtkLevelBarMode function(GtkLevelBar* self) c_gtk_level_bar_get_mode; 5759 void function(GtkLevelBar* self, gdouble value) c_gtk_level_bar_set_value; 5760 gdouble function(GtkLevelBar* self) c_gtk_level_bar_get_value; 5761 void function(GtkLevelBar* self, gdouble value) c_gtk_level_bar_set_min_value; 5762 gdouble function(GtkLevelBar* self) c_gtk_level_bar_get_min_value; 5763 void function(GtkLevelBar* self, gdouble value) c_gtk_level_bar_set_max_value; 5764 gdouble function(GtkLevelBar* self) c_gtk_level_bar_get_max_value; 5765 void function(GtkLevelBar* self, gboolean inverted) c_gtk_level_bar_set_inverted; 5766 gboolean function(GtkLevelBar* self) c_gtk_level_bar_get_inverted; 5767 void function(GtkLevelBar* self, gchar* name, gdouble value) c_gtk_level_bar_add_offset_value; 5768 void function(GtkLevelBar* self, gchar* name) c_gtk_level_bar_remove_offset_value; 5769 gboolean function(GtkLevelBar* self, gchar* name, gdouble* value) c_gtk_level_bar_get_offset_value; 5770 5771 // gtk.Statusbar 5772 5773 GtkWidget* function() c_gtk_statusbar_new; 5774 guint function(GtkStatusbar* statusbar, gchar* contextDescription) c_gtk_statusbar_get_context_id; 5775 guint function(GtkStatusbar* statusbar, guint contextId, gchar* text) c_gtk_statusbar_push; 5776 void function(GtkStatusbar* statusbar, guint contextId) c_gtk_statusbar_pop; 5777 void function(GtkStatusbar* statusbar, guint contextId, guint messageId) c_gtk_statusbar_remove; 5778 void function(GtkStatusbar* statusbar, guint contextId) c_gtk_statusbar_remove_all; 5779 GtkWidget* function(GtkStatusbar* statusbar) c_gtk_statusbar_get_message_area; 5780 5781 // gtk.AccelLabel 5782 5783 GtkWidget* function(gchar* string) c_gtk_accel_label_new; 5784 void function(GtkAccelLabel* accelLabel, GClosure* accelClosure) c_gtk_accel_label_set_accel_closure; 5785 GtkWidget* function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_widget; 5786 void function(GtkAccelLabel* accelLabel, GtkWidget* accelWidget) c_gtk_accel_label_set_accel_widget; 5787 guint function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_width; 5788 void function(GtkAccelLabel* accelLabel, guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accel_label_set_accel; 5789 gboolean function(GtkAccelLabel* accelLabel) c_gtk_accel_label_refetch; 5790 5791 // gtk.StatusIcon 5792 5793 GtkStatusIcon* function() c_gtk_status_icon_new; 5794 GtkStatusIcon* function(GdkPixbuf* pixbuf) c_gtk_status_icon_new_from_pixbuf; 5795 GtkStatusIcon* function(gchar* filename) c_gtk_status_icon_new_from_file; 5796 GtkStatusIcon* function(gchar* stockId) c_gtk_status_icon_new_from_stock; 5797 GtkStatusIcon* function(gchar* iconName) c_gtk_status_icon_new_from_icon_name; 5798 GtkStatusIcon* function(GIcon* icon) c_gtk_status_icon_new_from_gicon; 5799 void function(GtkStatusIcon* statusIcon, GdkPixbuf* pixbuf) c_gtk_status_icon_set_from_pixbuf; 5800 void function(GtkStatusIcon* statusIcon, gchar* filename) c_gtk_status_icon_set_from_file; 5801 void function(GtkStatusIcon* statusIcon, gchar* stockId) c_gtk_status_icon_set_from_stock; 5802 void function(GtkStatusIcon* statusIcon, gchar* iconName) c_gtk_status_icon_set_from_icon_name; 5803 void function(GtkStatusIcon* statusIcon, GIcon* icon) c_gtk_status_icon_set_from_gicon; 5804 GtkImageType function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_storage_type; 5805 GdkPixbuf* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_pixbuf; 5806 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_stock; 5807 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_icon_name; 5808 GIcon* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_gicon; 5809 gint function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_size; 5810 void function(GtkStatusIcon* statusIcon, GdkScreen* screen) c_gtk_status_icon_set_screen; 5811 GdkScreen* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_screen; 5812 void function(GtkStatusIcon* statusIcon, gchar* text) c_gtk_status_icon_set_tooltip_text; 5813 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_text; 5814 void function(GtkStatusIcon* statusIcon, gchar* markup) c_gtk_status_icon_set_tooltip_markup; 5815 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_markup; 5816 void function(GtkStatusIcon* statusIcon, gboolean hasTooltip) c_gtk_status_icon_set_has_tooltip; 5817 gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_has_tooltip; 5818 void function(GtkStatusIcon* statusIcon, gchar* title) c_gtk_status_icon_set_title; 5819 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_title; 5820 void function(GtkStatusIcon* statusIcon, gchar* name) c_gtk_status_icon_set_name; 5821 void function(GtkStatusIcon* statusIcon, gboolean visible) c_gtk_status_icon_set_visible; 5822 gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_visible; 5823 gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_is_embedded; 5824 void function(GtkMenu* menu, gint* x, gint* y, gboolean* pushIn, void* userData) c_gtk_status_icon_position_menu; 5825 gboolean function(GtkStatusIcon* statusIcon, GdkScreen** screen, GdkRectangle* area, GtkOrientation* orientation) c_gtk_status_icon_get_geometry; 5826 guint32 function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_x11_window_id; 5827 5828 // gtk.Button 5829 5830 GtkWidget* function() c_gtk_button_new; 5831 GtkWidget* function(gchar* label) c_gtk_button_new_with_label; 5832 GtkWidget* function(gchar* label) c_gtk_button_new_with_mnemonic; 5833 GtkWidget* function(gchar* iconName, GtkIconSize size) c_gtk_button_new_from_icon_name; 5834 GtkWidget* function(gchar* stockId) c_gtk_button_new_from_stock; 5835 void function(GtkButton* button) c_gtk_button_pressed; 5836 void function(GtkButton* button) c_gtk_button_released; 5837 void function(GtkButton* button) c_gtk_button_clicked; 5838 void function(GtkButton* button) c_gtk_button_enter; 5839 void function(GtkButton* button) c_gtk_button_leave; 5840 void function(GtkButton* button, GtkReliefStyle newstyle) c_gtk_button_set_relief; 5841 GtkReliefStyle function(GtkButton* button) c_gtk_button_get_relief; 5842 gchar* function(GtkButton* button) c_gtk_button_get_label; 5843 void function(GtkButton* button, gchar* label) c_gtk_button_set_label; 5844 gboolean function(GtkButton* button) c_gtk_button_get_use_stock; 5845 void function(GtkButton* button, gboolean useStock) c_gtk_button_set_use_stock; 5846 gboolean function(GtkButton* button) c_gtk_button_get_use_underline; 5847 void function(GtkButton* button, gboolean useUnderline) c_gtk_button_set_use_underline; 5848 void function(GtkButton* button, gboolean focusOnClick) c_gtk_button_set_focus_on_click; 5849 gboolean function(GtkButton* button) c_gtk_button_get_focus_on_click; 5850 void function(GtkButton* button, gfloat xalign, gfloat yalign) c_gtk_button_set_alignment; 5851 void function(GtkButton* button, gfloat* xalign, gfloat* yalign) c_gtk_button_get_alignment; 5852 void function(GtkButton* button, GtkWidget* image) c_gtk_button_set_image; 5853 GtkWidget* function(GtkButton* button) c_gtk_button_get_image; 5854 void function(GtkButton* button, GtkPositionType position) c_gtk_button_set_image_position; 5855 GtkPositionType function(GtkButton* button) c_gtk_button_get_image_position; 5856 void function(GtkButton* button, gboolean alwaysShow) c_gtk_button_set_always_show_image; 5857 gboolean function(GtkButton* button) c_gtk_button_get_always_show_image; 5858 GdkWindow* function(GtkButton* button) c_gtk_button_get_event_window; 5859 5860 // gtk.CheckButton 5861 5862 GtkWidget* function() c_gtk_check_button_new; 5863 GtkWidget* function(gchar* label) c_gtk_check_button_new_with_label; 5864 GtkWidget* function(gchar* label) c_gtk_check_button_new_with_mnemonic; 5865 5866 // gtk.RadioButton 5867 5868 GtkWidget* function(GSList* group) c_gtk_radio_button_new; 5869 GtkWidget* function(GtkRadioButton* radioGroupMember) c_gtk_radio_button_new_from_widget; 5870 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_button_new_with_label; 5871 GtkWidget* function(GtkRadioButton* radioGroupMember, gchar* label) c_gtk_radio_button_new_with_label_from_widget; 5872 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_button_new_with_mnemonic; 5873 GtkWidget* function(GtkRadioButton* radioGroupMember, gchar* label) c_gtk_radio_button_new_with_mnemonic_from_widget; 5874 void function(GtkRadioButton* radioButton, GSList* group) c_gtk_radio_button_set_group; 5875 GSList* function(GtkRadioButton* radioButton) c_gtk_radio_button_get_group; 5876 void function(GtkRadioButton* radioButton, GtkRadioButton* groupSource) c_gtk_radio_button_join_group; 5877 5878 // gtk.ToggleButton 5879 5880 GtkWidget* function() c_gtk_toggle_button_new; 5881 GtkWidget* function(gchar* label) c_gtk_toggle_button_new_with_label; 5882 GtkWidget* function(gchar* label) c_gtk_toggle_button_new_with_mnemonic; 5883 void function(GtkToggleButton* toggleButton, gboolean drawIndicator) c_gtk_toggle_button_set_mode; 5884 gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_mode; 5885 void function(GtkToggleButton* toggleButton) c_gtk_toggle_button_toggled; 5886 gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_active; 5887 void function(GtkToggleButton* toggleButton, gboolean isActive) c_gtk_toggle_button_set_active; 5888 gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_inconsistent; 5889 void function(GtkToggleButton* toggleButton, gboolean setting) c_gtk_toggle_button_set_inconsistent; 5890 5891 // gtk.LinkButton 5892 5893 GtkWidget* function(gchar* uri) c_gtk_link_button_new; 5894 GtkWidget* function(gchar* uri, gchar* label) c_gtk_link_button_new_with_label; 5895 gchar* function(GtkLinkButton* linkButton) c_gtk_link_button_get_uri; 5896 void function(GtkLinkButton* linkButton, gchar* uri) c_gtk_link_button_set_uri; 5897 gboolean function(GtkLinkButton* linkButton) c_gtk_link_button_get_visited; 5898 void function(GtkLinkButton* linkButton, gboolean visited) c_gtk_link_button_set_visited; 5899 5900 // gtk.MenuButton 5901 5902 GtkWidget* function() c_gtk_menu_button_new; 5903 void function(GtkMenuButton* menuButton, GtkWidget* popup) c_gtk_menu_button_set_popup; 5904 GtkMenu* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_popup; 5905 void function(GtkMenuButton* menuButton, GMenuModel* menuModel) c_gtk_menu_button_set_menu_model; 5906 GMenuModel* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_menu_model; 5907 void function(GtkMenuButton* menuButton, GtkArrowType direction) c_gtk_menu_button_set_direction; 5908 GtkArrowType function(GtkMenuButton* menuButton) c_gtk_menu_button_get_direction; 5909 void function(GtkMenuButton* menuButton, GtkWidget* alignWidget) c_gtk_menu_button_set_align_widget; 5910 GtkWidget* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_align_widget; 5911 5912 // gtk.Switch 5913 5914 GtkWidget* function() c_gtk_switch_new; 5915 void function(GtkSwitch* sw, gboolean isActive) c_gtk_switch_set_active; 5916 gboolean function(GtkSwitch* sw) c_gtk_switch_get_active; 5917 5918 // gtk.ScaleButton 5919 5920 GtkWidget* function(GtkIconSize size, gdouble min, gdouble max, gdouble step, gchar** icons) c_gtk_scale_button_new; 5921 void function(GtkScaleButton* button, GtkAdjustment* adjustment) c_gtk_scale_button_set_adjustment; 5922 void function(GtkScaleButton* button, gchar** icons) c_gtk_scale_button_set_icons; 5923 void function(GtkScaleButton* button, gdouble value) c_gtk_scale_button_set_value; 5924 GtkAdjustment* function(GtkScaleButton* button) c_gtk_scale_button_get_adjustment; 5925 gdouble function(GtkScaleButton* button) c_gtk_scale_button_get_value; 5926 GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_popup; 5927 GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_plus_button; 5928 GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_minus_button; 5929 5930 // gtk.VolumeButton 5931 5932 GtkWidget* function() c_gtk_volume_button_new; 5933 5934 // gtk.LockButton 5935 5936 GtkWidget* function(GPermission* permission) c_gtk_lock_button_new; 5937 GPermission* function(GtkLockButton* button) c_gtk_lock_button_get_permission; 5938 void function(GtkLockButton* button, GPermission* permission) c_gtk_lock_button_set_permission; 5939 5940 // gtk.Entry 5941 5942 GtkWidget* function() c_gtk_entry_new; 5943 GtkWidget* function(GtkEntryBuffer* buffer) c_gtk_entry_new_with_buffer; 5944 GtkEntryBuffer* function(GtkEntry* entry) c_gtk_entry_get_buffer; 5945 void function(GtkEntry* entry, GtkEntryBuffer* buffer) c_gtk_entry_set_buffer; 5946 void function(GtkEntry* entry, gchar* text) c_gtk_entry_set_text; 5947 gchar* function(GtkEntry* entry) c_gtk_entry_get_text; 5948 guint16 function(GtkEntry* entry) c_gtk_entry_get_text_length; 5949 void function(GtkEntry* entry, GdkRectangle* textArea) c_gtk_entry_get_text_area; 5950 void function(GtkEntry* entry, gboolean visible) c_gtk_entry_set_visibility; 5951 void function(GtkEntry* entry, gunichar ch) c_gtk_entry_set_invisible_char; 5952 void function(GtkEntry* entry) c_gtk_entry_unset_invisible_char; 5953 void function(GtkEntry* entry, gint max) c_gtk_entry_set_max_length; 5954 gboolean function(GtkEntry* entry) c_gtk_entry_get_activates_default; 5955 gboolean function(GtkEntry* entry) c_gtk_entry_get_has_frame; 5956 GtkBorder* function(GtkEntry* entry) c_gtk_entry_get_inner_border; 5957 gint function(GtkEntry* entry) c_gtk_entry_get_width_chars; 5958 void function(GtkEntry* entry, gboolean setting) c_gtk_entry_set_activates_default; 5959 void function(GtkEntry* entry, gboolean setting) c_gtk_entry_set_has_frame; 5960 void function(GtkEntry* entry, GtkBorder* border) c_gtk_entry_set_inner_border; 5961 void function(GtkEntry* entry, gint nChars) c_gtk_entry_set_width_chars; 5962 gunichar function(GtkEntry* entry) c_gtk_entry_get_invisible_char; 5963 void function(GtkEntry* entry, gfloat xalign) c_gtk_entry_set_alignment; 5964 gfloat function(GtkEntry* entry) c_gtk_entry_get_alignment; 5965 void function(GtkEntry* entry, gchar* text) c_gtk_entry_set_placeholder_text; 5966 gchar* function(GtkEntry* entry) c_gtk_entry_get_placeholder_text; 5967 void function(GtkEntry* entry, gboolean overwrite) c_gtk_entry_set_overwrite_mode; 5968 gboolean function(GtkEntry* entry) c_gtk_entry_get_overwrite_mode; 5969 PangoLayout* function(GtkEntry* entry) c_gtk_entry_get_layout; 5970 void function(GtkEntry* entry, gint* x, gint* y) c_gtk_entry_get_layout_offsets; 5971 gint function(GtkEntry* entry, gint layoutIndex) c_gtk_entry_layout_index_to_text_index; 5972 gint function(GtkEntry* entry, gint textIndex) c_gtk_entry_text_index_to_layout_index; 5973 void function(GtkEntry* entry, PangoAttrList* attrs) c_gtk_entry_set_attributes; 5974 PangoAttrList* function(GtkEntry* entry) c_gtk_entry_get_attributes; 5975 gint function(GtkEntry* entry) c_gtk_entry_get_max_length; 5976 gboolean function(GtkEntry* entry) c_gtk_entry_get_visibility; 5977 void function(GtkEntry* entry, GtkEntryCompletion* completion) c_gtk_entry_set_completion; 5978 GtkEntryCompletion* function(GtkEntry* entry) c_gtk_entry_get_completion; 5979 void function(GtkEntry* entry, GtkAdjustment* adjustment) c_gtk_entry_set_cursor_hadjustment; 5980 GtkAdjustment* function(GtkEntry* entry) c_gtk_entry_get_cursor_hadjustment; 5981 void function(GtkEntry* entry, gdouble fraction) c_gtk_entry_set_progress_fraction; 5982 gdouble function(GtkEntry* entry) c_gtk_entry_get_progress_fraction; 5983 void function(GtkEntry* entry, gdouble fraction) c_gtk_entry_set_progress_pulse_step; 5984 gdouble function(GtkEntry* entry) c_gtk_entry_get_progress_pulse_step; 5985 void function(GtkEntry* entry) c_gtk_entry_progress_pulse; 5986 gboolean function(GtkEntry* entry, GdkEventKey* event) c_gtk_entry_im_context_filter_keypress; 5987 void function(GtkEntry* entry) c_gtk_entry_reset_im_context; 5988 PangoTabArray* function(GtkEntry* entry) c_gtk_entry_get_tabs; 5989 void function(GtkEntry* entry, PangoTabArray* tabs) c_gtk_entry_set_tabs; 5990 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkPixbuf* pixbuf) c_gtk_entry_set_icon_from_pixbuf; 5991 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* stockId) c_gtk_entry_set_icon_from_stock; 5992 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* iconName) c_gtk_entry_set_icon_from_icon_name; 5993 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GIcon* icon) c_gtk_entry_set_icon_from_gicon; 5994 GtkImageType function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_storage_type; 5995 GdkPixbuf* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_pixbuf; 5996 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_stock; 5997 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_name; 5998 GIcon* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_gicon; 5999 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gboolean activatable) c_gtk_entry_set_icon_activatable; 6000 gboolean function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_activatable; 6001 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gboolean sensitive) c_gtk_entry_set_icon_sensitive; 6002 gboolean function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_sensitive; 6003 gint function(GtkEntry* entry, gint x, gint y) c_gtk_entry_get_icon_at_pos; 6004 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* tooltip) c_gtk_entry_set_icon_tooltip_text; 6005 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_text; 6006 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* tooltip) c_gtk_entry_set_icon_tooltip_markup; 6007 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_markup; 6008 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GtkTargetList* targetList, GdkDragAction actions) c_gtk_entry_set_icon_drag_source; 6009 gint function(GtkEntry* entry) c_gtk_entry_get_current_icon_drag_source; 6010 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkRectangle* iconArea) c_gtk_entry_get_icon_area; 6011 void function(GtkEntry* entry, GtkInputPurpose purpose) c_gtk_entry_set_input_purpose; 6012 GtkInputPurpose function(GtkEntry* entry) c_gtk_entry_get_input_purpose; 6013 void function(GtkEntry* entry, GtkInputHints hints) c_gtk_entry_set_input_hints; 6014 GtkInputHints function(GtkEntry* entry) c_gtk_entry_get_input_hints; 6015 6016 // gtk.EntryBuffer 6017 6018 GtkEntryBuffer* function(gchar* initialChars, gint nInitialChars) c_gtk_entry_buffer_new; 6019 gchar* function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_text; 6020 void function(GtkEntryBuffer* buffer, gchar* chars, gint nChars) c_gtk_entry_buffer_set_text; 6021 gsize function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_bytes; 6022 guint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_length; 6023 gint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_max_length; 6024 void function(GtkEntryBuffer* buffer, gint maxLength) c_gtk_entry_buffer_set_max_length; 6025 guint function(GtkEntryBuffer* buffer, guint position, gchar* chars, gint nChars) c_gtk_entry_buffer_insert_text; 6026 guint function(GtkEntryBuffer* buffer, guint position, gint nChars) c_gtk_entry_buffer_delete_text; 6027 void function(GtkEntryBuffer* buffer, guint position, guint nChars) c_gtk_entry_buffer_emit_deleted_text; 6028 void function(GtkEntryBuffer* buffer, guint position, gchar* chars, guint nChars) c_gtk_entry_buffer_emit_inserted_text; 6029 6030 // gtk.EntryCompletion 6031 6032 GtkEntryCompletion* function() c_gtk_entry_completion_new; 6033 GtkEntryCompletion* function(GtkCellArea* area) c_gtk_entry_completion_new_with_area; 6034 GtkWidget* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_entry; 6035 void function(GtkEntryCompletion* completion, GtkTreeModel* model) c_gtk_entry_completion_set_model; 6036 GtkTreeModel* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_model; 6037 void function(GtkEntryCompletion* completion, GtkEntryCompletionMatchFunc func, void* funcData, GDestroyNotify funcNotify) c_gtk_entry_completion_set_match_func; 6038 void function(GtkEntryCompletion* completion, gint length) c_gtk_entry_completion_set_minimum_key_length; 6039 gint function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_minimum_key_length; 6040 gchar* function(GtkEntryCompletion* completion, char* key) c_gtk_entry_completion_compute_prefix; 6041 void function(GtkEntryCompletion* completion) c_gtk_entry_completion_complete; 6042 gchar* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_completion_prefix; 6043 void function(GtkEntryCompletion* completion) c_gtk_entry_completion_insert_prefix; 6044 void function(GtkEntryCompletion* completion, gint index, gchar* text) c_gtk_entry_completion_insert_action_text; 6045 void function(GtkEntryCompletion* completion, gint index, gchar* markup) c_gtk_entry_completion_insert_action_markup; 6046 void function(GtkEntryCompletion* completion, gint index) c_gtk_entry_completion_delete_action; 6047 void function(GtkEntryCompletion* completion, gint column) c_gtk_entry_completion_set_text_column; 6048 gint function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_text_column; 6049 void function(GtkEntryCompletion* completion, gboolean inlineCompletion) c_gtk_entry_completion_set_inline_completion; 6050 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_completion; 6051 void function(GtkEntryCompletion* completion, gboolean inlineSelection) c_gtk_entry_completion_set_inline_selection; 6052 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_selection; 6053 void function(GtkEntryCompletion* completion, gboolean popupCompletion) c_gtk_entry_completion_set_popup_completion; 6054 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_completion; 6055 void function(GtkEntryCompletion* completion, gboolean popupSetWidth) c_gtk_entry_completion_set_popup_set_width; 6056 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_set_width; 6057 void function(GtkEntryCompletion* completion, gboolean popupSingleMatch) c_gtk_entry_completion_set_popup_single_match; 6058 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_single_match; 6059 6060 // gtk.Scale 6061 6062 GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scale_new; 6063 GtkWidget* function(GtkOrientation orientation, gdouble min, gdouble max, gdouble step) c_gtk_scale_new_with_range; 6064 void function(GtkScale* scale, gint digits) c_gtk_scale_set_digits; 6065 void function(GtkScale* scale, gboolean drawValue) c_gtk_scale_set_draw_value; 6066 void function(GtkScale* scale, gboolean hasOrigin) c_gtk_scale_set_has_origin; 6067 void function(GtkScale* scale, GtkPositionType pos) c_gtk_scale_set_value_pos; 6068 gint function(GtkScale* scale) c_gtk_scale_get_digits; 6069 gboolean function(GtkScale* scale) c_gtk_scale_get_draw_value; 6070 gboolean function(GtkScale* scale) c_gtk_scale_get_has_origin; 6071 GtkPositionType function(GtkScale* scale) c_gtk_scale_get_value_pos; 6072 PangoLayout* function(GtkScale* scale) c_gtk_scale_get_layout; 6073 void function(GtkScale* scale, gint* x, gint* y) c_gtk_scale_get_layout_offsets; 6074 void function(GtkScale* scale, gdouble value, GtkPositionType position, gchar* markup) c_gtk_scale_add_mark; 6075 void function(GtkScale* scale) c_gtk_scale_clear_marks; 6076 6077 // gtk.SpinButton 6078 6079 void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment, gdouble climbRate, guint digits) c_gtk_spin_button_configure; 6080 GtkWidget* function(GtkAdjustment* adjustment, gdouble climbRate, guint digits) c_gtk_spin_button_new; 6081 GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_spin_button_new_with_range; 6082 void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment) c_gtk_spin_button_set_adjustment; 6083 GtkAdjustment* function(GtkSpinButton* spinButton) c_gtk_spin_button_get_adjustment; 6084 void function(GtkSpinButton* spinButton, guint digits) c_gtk_spin_button_set_digits; 6085 void function(GtkSpinButton* spinButton, gdouble step, gdouble page) c_gtk_spin_button_set_increments; 6086 void function(GtkSpinButton* spinButton, gdouble min, gdouble max) c_gtk_spin_button_set_range; 6087 gint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value_as_int; 6088 void function(GtkSpinButton* spinButton, gdouble value) c_gtk_spin_button_set_value; 6089 void function(GtkSpinButton* spinButton, GtkSpinButtonUpdatePolicy policy) c_gtk_spin_button_set_update_policy; 6090 void function(GtkSpinButton* spinButton, gboolean numeric) c_gtk_spin_button_set_numeric; 6091 void function(GtkSpinButton* spinButton, GtkSpinType direction, gdouble increment) c_gtk_spin_button_spin; 6092 void function(GtkSpinButton* spinButton, gboolean wrap) c_gtk_spin_button_set_wrap; 6093 void function(GtkSpinButton* spinButton, gboolean snapToTicks) c_gtk_spin_button_set_snap_to_ticks; 6094 void function(GtkSpinButton* spinButton) c_gtk_spin_button_update; 6095 guint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_digits; 6096 void function(GtkSpinButton* spinButton, gdouble* step, gdouble* page) c_gtk_spin_button_get_increments; 6097 gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_numeric; 6098 void function(GtkSpinButton* spinButton, gdouble* min, gdouble* max) c_gtk_spin_button_get_range; 6099 gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_snap_to_ticks; 6100 GtkSpinButtonUpdatePolicy function(GtkSpinButton* spinButton) c_gtk_spin_button_get_update_policy; 6101 gdouble function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value; 6102 gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_wrap; 6103 6104 // gtk.SearchEntry 6105 6106 GtkWidget* function() c_gtk_search_entry_new; 6107 6108 // gtk.SearchBar 6109 6110 GtkWidget* function() c_gtk_search_bar_new; 6111 void function(GtkSearchBar* bar, GtkEntry* entry) c_gtk_search_bar_connect_entry; 6112 gboolean function(GtkSearchBar* bar) c_gtk_search_bar_get_search_mode; 6113 void function(GtkSearchBar* bar, gboolean searchMode) c_gtk_search_bar_set_search_mode; 6114 gboolean function(GtkSearchBar* bar) c_gtk_search_bar_get_show_close_button; 6115 void function(GtkSearchBar* bar, gboolean visible) c_gtk_search_bar_set_show_close_button; 6116 gboolean function(GtkSearchBar* bar, GdkEvent* event) c_gtk_search_bar_handle_event; 6117 6118 // gtk.EditableT 6119 6120 6121 // gtk.EditableT 6122 6123 void function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_select_region; 6124 gboolean function(GtkEditable* editable, gint* startPos, gint* endPos) c_gtk_editable_get_selection_bounds; 6125 void function(GtkEditable* editable, gchar* newText, gint newTextLength, gint* position) c_gtk_editable_insert_text; 6126 void function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_delete_text; 6127 gchar* function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_get_chars; 6128 void function(GtkEditable* editable) c_gtk_editable_cut_clipboard; 6129 void function(GtkEditable* editable) c_gtk_editable_copy_clipboard; 6130 void function(GtkEditable* editable) c_gtk_editable_paste_clipboard; 6131 void function(GtkEditable* editable) c_gtk_editable_delete_selection; 6132 void function(GtkEditable* editable, gint position) c_gtk_editable_set_position; 6133 gint function(GtkEditable* editable) c_gtk_editable_get_position; 6134 void function(GtkEditable* editable, gboolean isEditable) c_gtk_editable_set_editable; 6135 gboolean function(GtkEditable* editable) c_gtk_editable_get_editable; 6136 6137 // gtk.TextIter 6138 6139 GtkTextBuffer* function(GtkTextIter* iter) c_gtk_text_iter_get_buffer; 6140 GtkTextIter* function(GtkTextIter* iter) c_gtk_text_iter_copy; 6141 void function(GtkTextIter* iter, GtkTextIter* other) c_gtk_text_iter_assign; 6142 void function(GtkTextIter* iter) c_gtk_text_iter_free; 6143 gint function(GtkTextIter* iter) c_gtk_text_iter_get_offset; 6144 gint function(GtkTextIter* iter) c_gtk_text_iter_get_line; 6145 gint function(GtkTextIter* iter) c_gtk_text_iter_get_line_offset; 6146 gint function(GtkTextIter* iter) c_gtk_text_iter_get_line_index; 6147 gint function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_index; 6148 gint function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_offset; 6149 gunichar function(GtkTextIter* iter) c_gtk_text_iter_get_char; 6150 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_slice; 6151 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_text; 6152 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_slice; 6153 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_text; 6154 GdkPixbuf* function(GtkTextIter* iter) c_gtk_text_iter_get_pixbuf; 6155 GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_marks; 6156 GSList* function(GtkTextIter* iter, gboolean toggledOn) c_gtk_text_iter_get_toggled_tags; 6157 GtkTextChildAnchor* function(GtkTextIter* iter) c_gtk_text_iter_get_child_anchor; 6158 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_begins_tag; 6159 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_ends_tag; 6160 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_toggles_tag; 6161 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_has_tag; 6162 GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_tags; 6163 gboolean function(GtkTextIter* iter, gboolean defaultSetting) c_gtk_text_iter_editable; 6164 gboolean function(GtkTextIter* iter, gboolean defaultEditability) c_gtk_text_iter_can_insert; 6165 gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_word; 6166 gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_word; 6167 gboolean function(GtkTextIter* iter) c_gtk_text_iter_inside_word; 6168 gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_line; 6169 gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_line; 6170 gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_sentence; 6171 gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_sentence; 6172 gboolean function(GtkTextIter* iter) c_gtk_text_iter_inside_sentence; 6173 gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_cursor_position; 6174 gint function(GtkTextIter* iter) c_gtk_text_iter_get_chars_in_line; 6175 gint function(GtkTextIter* iter) c_gtk_text_iter_get_bytes_in_line; 6176 gboolean function(GtkTextIter* iter, GtkTextAttributes* values) c_gtk_text_iter_get_attributes; 6177 PangoLanguage* function(GtkTextIter* iter) c_gtk_text_iter_get_language; 6178 gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_end; 6179 gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_start; 6180 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_char; 6181 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_char; 6182 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_chars; 6183 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_chars; 6184 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_line; 6185 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_line; 6186 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_lines; 6187 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_lines; 6188 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_word_ends; 6189 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_word_starts; 6190 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_word_end; 6191 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_word_start; 6192 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_cursor_position; 6193 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_cursor_position; 6194 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_cursor_positions; 6195 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_cursor_positions; 6196 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_sentence_start; 6197 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_sentence_starts; 6198 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_sentence_end; 6199 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_sentence_ends; 6200 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_word_ends; 6201 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_word_starts; 6202 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_word_end; 6203 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_word_start; 6204 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_cursor_position; 6205 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_cursor_position; 6206 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_cursor_positions; 6207 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_cursor_positions; 6208 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_line; 6209 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_line; 6210 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_lines; 6211 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_lines; 6212 void function(GtkTextIter* iter, gint charOffset) c_gtk_text_iter_set_offset; 6213 void function(GtkTextIter* iter, gint lineNumber) c_gtk_text_iter_set_line; 6214 void function(GtkTextIter* iter, gint charOnLine) c_gtk_text_iter_set_line_offset; 6215 void function(GtkTextIter* iter, gint byteOnLine) c_gtk_text_iter_set_line_index; 6216 void function(GtkTextIter* iter, gint byteOnLine) c_gtk_text_iter_set_visible_line_index; 6217 void function(GtkTextIter* iter, gint charOnLine) c_gtk_text_iter_set_visible_line_offset; 6218 void function(GtkTextIter* iter) c_gtk_text_iter_forward_to_end; 6219 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_to_line_end; 6220 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_forward_to_tag_toggle; 6221 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_backward_to_tag_toggle; 6222 gboolean function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_forward_find_char; 6223 gboolean function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_backward_find_char; 6224 gboolean function(GtkTextIter* iter, gchar* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_forward_search; 6225 gboolean function(GtkTextIter* iter, gchar* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_backward_search; 6226 gboolean function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_equal; 6227 gint function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_compare; 6228 gboolean function(GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_in_range; 6229 void function(GtkTextIter* first, GtkTextIter* second) c_gtk_text_iter_order; 6230 6231 // gtk.TextMark 6232 6233 GtkTextMark* function(gchar* name, gboolean leftGravity) c_gtk_text_mark_new; 6234 void function(GtkTextMark* mark, gboolean setting) c_gtk_text_mark_set_visible; 6235 gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_visible; 6236 gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_deleted; 6237 gchar* function(GtkTextMark* mark) c_gtk_text_mark_get_name; 6238 GtkTextBuffer* function(GtkTextMark* mark) c_gtk_text_mark_get_buffer; 6239 gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_left_gravity; 6240 6241 // gtk.TextBuffer 6242 6243 GtkTextBuffer* function(GtkTextTagTable* table) c_gtk_text_buffer_new; 6244 gint function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_line_count; 6245 gint function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_char_count; 6246 GtkTextTagTable* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_tag_table; 6247 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len) c_gtk_text_buffer_insert; 6248 void function(GtkTextBuffer* buffer, gchar* text, gint len) c_gtk_text_buffer_insert_at_cursor; 6249 gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, gboolean defaultEditable) c_gtk_text_buffer_insert_interactive; 6250 gboolean function(GtkTextBuffer* buffer, gchar* text, gint len, gboolean defaultEditable) c_gtk_text_buffer_insert_interactive_at_cursor; 6251 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_insert_range; 6252 gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end, gboolean defaultEditable) c_gtk_text_buffer_insert_range_interactive; 6253 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, GtkTextTag* firstTag, ... ) c_gtk_text_buffer_insert_with_tags; 6254 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, gchar* firstTagName, ... ) c_gtk_text_buffer_insert_with_tags_by_name; 6255 void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_delete; 6256 gboolean function(GtkTextBuffer* buffer, GtkTextIter* startIter, GtkTextIter* endIter, gboolean defaultEditable) c_gtk_text_buffer_delete_interactive; 6257 gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, gboolean interactive, gboolean defaultEditable) c_gtk_text_buffer_backspace; 6258 void function(GtkTextBuffer* buffer, gchar* text, gint len) c_gtk_text_buffer_set_text; 6259 gchar* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, gboolean includeHiddenChars) c_gtk_text_buffer_get_text; 6260 gchar* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, gboolean includeHiddenChars) c_gtk_text_buffer_get_slice; 6261 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GdkPixbuf* pixbuf) c_gtk_text_buffer_insert_pixbuf; 6262 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_insert_child_anchor; 6263 GtkTextChildAnchor* function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_create_child_anchor; 6264 GtkTextMark* function(GtkTextBuffer* buffer, gchar* markName, GtkTextIter* where, gboolean leftGravity) c_gtk_text_buffer_create_mark; 6265 void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_move_mark; 6266 void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* where) c_gtk_text_buffer_move_mark_by_name; 6267 void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_add_mark; 6268 void function(GtkTextBuffer* buffer, GtkTextMark* mark) c_gtk_text_buffer_delete_mark; 6269 void function(GtkTextBuffer* buffer, gchar* name) c_gtk_text_buffer_delete_mark_by_name; 6270 GtkTextMark* function(GtkTextBuffer* buffer, gchar* name) c_gtk_text_buffer_get_mark; 6271 GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_insert; 6272 GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_selection_bound; 6273 gboolean function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_has_selection; 6274 void function(GtkTextBuffer* buffer, GtkTextIter* where) c_gtk_text_buffer_place_cursor; 6275 void function(GtkTextBuffer* buffer, GtkTextIter* ins, GtkTextIter* bound) c_gtk_text_buffer_select_range; 6276 void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag; 6277 void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag; 6278 void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag_by_name; 6279 void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag_by_name; 6280 void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_all_tags; 6281 GtkTextTag* function(GtkTextBuffer* buffer, gchar* tagName, gchar* firstPropertyName, ... ) c_gtk_text_buffer_create_tag; 6282 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber, gint charOffset) c_gtk_text_buffer_get_iter_at_line_offset; 6283 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint charOffset) c_gtk_text_buffer_get_iter_at_offset; 6284 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber) c_gtk_text_buffer_get_iter_at_line; 6285 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber, gint byteIndex) c_gtk_text_buffer_get_iter_at_line_index; 6286 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextMark* mark) c_gtk_text_buffer_get_iter_at_mark; 6287 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_get_iter_at_child_anchor; 6288 void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_start_iter; 6289 void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_end_iter; 6290 void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_bounds; 6291 gboolean function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_modified; 6292 void function(GtkTextBuffer* buffer, gboolean setting) c_gtk_text_buffer_set_modified; 6293 gboolean function(GtkTextBuffer* buffer, gboolean interactive, gboolean defaultEditable) c_gtk_text_buffer_delete_selection; 6294 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, GtkTextIter* overrideLocation, gboolean defaultEditable) c_gtk_text_buffer_paste_clipboard; 6295 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_copy_clipboard; 6296 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, gboolean defaultEditable) c_gtk_text_buffer_cut_clipboard; 6297 gboolean function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_selection_bounds; 6298 void function(GtkTextBuffer* buffer) c_gtk_text_buffer_begin_user_action; 6299 void function(GtkTextBuffer* buffer) c_gtk_text_buffer_end_user_action; 6300 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_add_selection_clipboard; 6301 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_remove_selection_clipboard; 6302 gboolean function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* iter, guint8* data, gsize length, GError** error) c_gtk_text_buffer_deserialize; 6303 gboolean function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_deserialize_get_can_create_tags; 6304 void function(GtkTextBuffer* buffer, GdkAtom format, gboolean canCreateTags) c_gtk_text_buffer_deserialize_set_can_create_tags; 6305 GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_copy_target_list; 6306 GdkAtom* function(GtkTextBuffer* buffer, gint* nFormats) c_gtk_text_buffer_get_deserialize_formats; 6307 GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_paste_target_list; 6308 GdkAtom* function(GtkTextBuffer* buffer, gint* nFormats) c_gtk_text_buffer_get_serialize_formats; 6309 GdkAtom function(GtkTextBuffer* buffer, gchar* mimeType, GtkTextBufferDeserializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_deserialize_format; 6310 GdkAtom function(GtkTextBuffer* buffer, gchar* tagsetName) c_gtk_text_buffer_register_deserialize_tagset; 6311 GdkAtom function(GtkTextBuffer* buffer, gchar* mimeType, GtkTextBufferSerializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_serialize_format; 6312 GdkAtom function(GtkTextBuffer* buffer, gchar* tagsetName) c_gtk_text_buffer_register_serialize_tagset; 6313 guint8* function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* start, GtkTextIter* end, gsize* length) c_gtk_text_buffer_serialize; 6314 void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_deserialize_format; 6315 void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_serialize_format; 6316 6317 // gtk.TextTag 6318 6319 GtkTextTag* function(gchar* name) c_gtk_text_tag_new; 6320 gint function(GtkTextTag* tag) c_gtk_text_tag_get_priority; 6321 void function(GtkTextTag* tag, gint priority) c_gtk_text_tag_set_priority; 6322 gboolean function(GtkTextTag* tag, GObject* eventObject, GdkEvent* event, GtkTextIter* iter) c_gtk_text_tag_event; 6323 6324 // gtk.TextAttributes 6325 6326 GtkTextAttributes* function() c_gtk_text_attributes_new; 6327 GtkTextAttributes* function(GtkTextAttributes* src) c_gtk_text_attributes_copy; 6328 void function(GtkTextAttributes* src, GtkTextAttributes* dest) c_gtk_text_attributes_copy_values; 6329 void function(GtkTextAttributes* values) c_gtk_text_attributes_unref; 6330 GtkTextAttributes* function(GtkTextAttributes* values) c_gtk_text_attributes_ref; 6331 6332 // gtk.TextTagTable 6333 6334 GtkTextTagTable* function() c_gtk_text_tag_table_new; 6335 void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_add; 6336 void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_remove; 6337 GtkTextTag* function(GtkTextTagTable* table, gchar* name) c_gtk_text_tag_table_lookup; 6338 void function(GtkTextTagTable* table, GtkTextTagTableForeach func, void* data) c_gtk_text_tag_table_foreach; 6339 gint function(GtkTextTagTable* table) c_gtk_text_tag_table_get_size; 6340 6341 // gtk.TextView 6342 6343 GtkWidget* function() c_gtk_text_view_new; 6344 GtkWidget* function(GtkTextBuffer* buffer) c_gtk_text_view_new_with_buffer; 6345 void function(GtkTextView* textView, GtkTextBuffer* buffer) c_gtk_text_view_set_buffer; 6346 GtkTextBuffer* function(GtkTextView* textView) c_gtk_text_view_get_buffer; 6347 GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_hadjustment; 6348 GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_vadjustment; 6349 void function(GtkTextView* textView, GtkTextMark* mark, gdouble withinMargin, gboolean useAlign, gdouble xalign, gdouble yalign) c_gtk_text_view_scroll_to_mark; 6350 gboolean function(GtkTextView* textView, GtkTextIter* iter, gdouble withinMargin, gboolean useAlign, gdouble xalign, gdouble yalign) c_gtk_text_view_scroll_to_iter; 6351 void function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_scroll_mark_onscreen; 6352 gboolean function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_move_mark_onscreen; 6353 gboolean function(GtkTextView* textView) c_gtk_text_view_place_cursor_onscreen; 6354 void function(GtkTextView* textView, GdkRectangle* visibleRect) c_gtk_text_view_get_visible_rect; 6355 void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* location) c_gtk_text_view_get_iter_location; 6356 void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* strong, GdkRectangle* weak) c_gtk_text_view_get_cursor_locations; 6357 void function(GtkTextView* textView, GtkTextIter* targetIter, gint y, gint* lineTop) c_gtk_text_view_get_line_at_y; 6358 void function(GtkTextView* textView, GtkTextIter* iter, gint* y, gint* height) c_gtk_text_view_get_line_yrange; 6359 void function(GtkTextView* textView, GtkTextIter* iter, gint x, gint y) c_gtk_text_view_get_iter_at_location; 6360 void function(GtkTextView* textView, GtkTextIter* iter, gint* trailing, gint x, gint y) c_gtk_text_view_get_iter_at_position; 6361 void function(GtkTextView* textView, GtkTextWindowType win, gint bufferX, gint bufferY, gint* windowX, gint* windowY) c_gtk_text_view_buffer_to_window_coords; 6362 void function(GtkTextView* textView, GtkTextWindowType win, gint windowX, gint windowY, gint* bufferX, gint* bufferY) c_gtk_text_view_window_to_buffer_coords; 6363 GdkWindow* function(GtkTextView* textView, GtkTextWindowType win) c_gtk_text_view_get_window; 6364 GtkTextWindowType function(GtkTextView* textView, GdkWindow* window) c_gtk_text_view_get_window_type; 6365 void function(GtkTextView* textView, GtkTextWindowType type, gint size) c_gtk_text_view_set_border_window_size; 6366 gint function(GtkTextView* textView, GtkTextWindowType type) c_gtk_text_view_get_border_window_size; 6367 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line; 6368 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line; 6369 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line_end; 6370 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line_start; 6371 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_starts_display_line; 6372 gboolean function(GtkTextView* textView, GtkTextIter* iter, gint count) c_gtk_text_view_move_visually; 6373 void function(GtkTextView* textView, GtkWidget* child, GtkTextChildAnchor* anchor) c_gtk_text_view_add_child_at_anchor; 6374 void function(GtkTextView* textView, GtkWidget* child, GtkTextWindowType whichWindow, gint xpos, gint ypos) c_gtk_text_view_add_child_in_window; 6375 void function(GtkTextView* textView, GtkWidget* child, gint xpos, gint ypos) c_gtk_text_view_move_child; 6376 void function(GtkTextView* textView, GtkWrapMode wrapMode) c_gtk_text_view_set_wrap_mode; 6377 GtkWrapMode function(GtkTextView* textView) c_gtk_text_view_get_wrap_mode; 6378 void function(GtkTextView* textView, gboolean setting) c_gtk_text_view_set_editable; 6379 gboolean function(GtkTextView* textView) c_gtk_text_view_get_editable; 6380 void function(GtkTextView* textView, gboolean setting) c_gtk_text_view_set_cursor_visible; 6381 gboolean function(GtkTextView* textView) c_gtk_text_view_get_cursor_visible; 6382 void function(GtkTextView* textView, gboolean overwrite) c_gtk_text_view_set_overwrite; 6383 gboolean function(GtkTextView* textView) c_gtk_text_view_get_overwrite; 6384 void function(GtkTextView* textView, gint pixelsAboveLines) c_gtk_text_view_set_pixels_above_lines; 6385 gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_above_lines; 6386 void function(GtkTextView* textView, gint pixelsBelowLines) c_gtk_text_view_set_pixels_below_lines; 6387 gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_below_lines; 6388 void function(GtkTextView* textView, gint pixelsInsideWrap) c_gtk_text_view_set_pixels_inside_wrap; 6389 gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_inside_wrap; 6390 void function(GtkTextView* textView, GtkJustification justification) c_gtk_text_view_set_justification; 6391 GtkJustification function(GtkTextView* textView) c_gtk_text_view_get_justification; 6392 void function(GtkTextView* textView, gint leftMargin) c_gtk_text_view_set_left_margin; 6393 gint function(GtkTextView* textView) c_gtk_text_view_get_left_margin; 6394 void function(GtkTextView* textView, gint rightMargin) c_gtk_text_view_set_right_margin; 6395 gint function(GtkTextView* textView) c_gtk_text_view_get_right_margin; 6396 void function(GtkTextView* textView, gint indent) c_gtk_text_view_set_indent; 6397 gint function(GtkTextView* textView) c_gtk_text_view_get_indent; 6398 void function(GtkTextView* textView, PangoTabArray* tabs) c_gtk_text_view_set_tabs; 6399 PangoTabArray* function(GtkTextView* textView) c_gtk_text_view_get_tabs; 6400 void function(GtkTextView* textView, gboolean acceptsTab) c_gtk_text_view_set_accepts_tab; 6401 gboolean function(GtkTextView* textView) c_gtk_text_view_get_accepts_tab; 6402 GtkTextAttributes* function(GtkTextView* textView) c_gtk_text_view_get_default_attributes; 6403 gboolean function(GtkTextView* textView, GdkEventKey* event) c_gtk_text_view_im_context_filter_keypress; 6404 void function(GtkTextView* textView) c_gtk_text_view_reset_im_context; 6405 void function(GtkTextView* textView, GtkInputPurpose purpose) c_gtk_text_view_set_input_purpose; 6406 GtkInputPurpose function(GtkTextView* textView) c_gtk_text_view_get_input_purpose; 6407 void function(GtkTextView* textView, GtkInputHints hints) c_gtk_text_view_set_input_hints; 6408 GtkInputHints function(GtkTextView* textView) c_gtk_text_view_get_input_hints; 6409 6410 // gtk.TextChildAnchor 6411 6412 GtkTextChildAnchor* function() c_gtk_text_child_anchor_new; 6413 GList* function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_widgets; 6414 gboolean function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_deleted; 6415 6416 // gtk.TreePath 6417 6418 GtkTreePath* function() c_gtk_tree_path_new; 6419 GtkTreePath* function(gchar* path) c_gtk_tree_path_new_from_string; 6420 GtkTreePath* function(gint firstIndex, ... ) c_gtk_tree_path_new_from_indices; 6421 gchar* function(GtkTreePath* path) c_gtk_tree_path_to_string; 6422 GtkTreePath* function() c_gtk_tree_path_new_first; 6423 void function(GtkTreePath* path, gint index) c_gtk_tree_path_append_index; 6424 void function(GtkTreePath* path, gint index) c_gtk_tree_path_prepend_index; 6425 gint function(GtkTreePath* path) c_gtk_tree_path_get_depth; 6426 gint* function(GtkTreePath* path) c_gtk_tree_path_get_indices; 6427 gint* function(GtkTreePath* path, gint* depth) c_gtk_tree_path_get_indices_with_depth; 6428 void function(GtkTreePath* path) c_gtk_tree_path_free; 6429 GtkTreePath* function(GtkTreePath* path) c_gtk_tree_path_copy; 6430 gint function(GtkTreePath* a, GtkTreePath* b) c_gtk_tree_path_compare; 6431 void function(GtkTreePath* path) c_gtk_tree_path_next; 6432 gboolean function(GtkTreePath* path) c_gtk_tree_path_prev; 6433 gboolean function(GtkTreePath* path) c_gtk_tree_path_up; 6434 void function(GtkTreePath* path) c_gtk_tree_path_down; 6435 gboolean function(GtkTreePath* path, GtkTreePath* descendant) c_gtk_tree_path_is_ancestor; 6436 gboolean function(GtkTreePath* path, GtkTreePath* ancestor) c_gtk_tree_path_is_descendant; 6437 6438 // gtk.TreeModelT 6439 6440 6441 // gtk.TreeModelT 6442 6443 GtkTreeModelFlags function(GtkTreeModel* treeModel) c_gtk_tree_model_get_flags; 6444 gint function(GtkTreeModel* treeModel) c_gtk_tree_model_get_n_columns; 6445 GType function(GtkTreeModel* treeModel, gint index) c_gtk_tree_model_get_column_type; 6446 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreePath* path) c_gtk_tree_model_get_iter; 6447 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, gchar* pathString) c_gtk_tree_model_get_iter_from_string; 6448 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_iter_first; 6449 GtkTreePath* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_path; 6450 void function(GtkTreeModel* treeModel, GtkTreeIter* iter, gint column, GValue* value) c_gtk_tree_model_get_value; 6451 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_next; 6452 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_previous; 6453 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_model_iter_children; 6454 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_has_child; 6455 gint function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_n_children; 6456 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent, gint n) c_gtk_tree_model_iter_nth_child; 6457 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* child) c_gtk_tree_model_iter_parent; 6458 gchar* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_string_from_iter; 6459 void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_ref_node; 6460 void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_unref_node; 6461 void function(GtkTreeModel* treeModel, GtkTreeIter* iter, ... ) c_gtk_tree_model_get; 6462 void function(GtkTreeModel* treeModel, GtkTreeIter* iter, va_list varArgs) c_gtk_tree_model_get_valist; 6463 void function(GtkTreeModel* model, GtkTreeModelForeachFunc func, void* userData) c_gtk_tree_model_foreach; 6464 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_changed; 6465 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_inserted; 6466 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_has_child_toggled; 6467 void function(GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_model_row_deleted; 6468 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, gint* newOrder) c_gtk_tree_model_rows_reordered; 6469 6470 // gtk.TreeIter 6471 6472 GtkTreeIter* function(GtkTreeIter* iter) c_gtk_tree_iter_copy; 6473 void function(GtkTreeIter* iter) c_gtk_tree_iter_free; 6474 6475 // gtk.TreeRowReference 6476 6477 GtkTreeRowReference* function(GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new; 6478 GtkTreeRowReference* function(GObject* proxy, GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new_proxy; 6479 GtkTreeModel* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_model; 6480 GtkTreePath* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_path; 6481 gboolean function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_valid; 6482 void function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_free; 6483 GtkTreeRowReference* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_copy; 6484 void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_inserted; 6485 void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_deleted; 6486 void function(GObject* proxy, GtkTreePath* path, GtkTreeIter* iter, gint* newOrder) c_gtk_tree_row_reference_reordered; 6487 6488 // gtk.TreeIterError 6489 6490 6491 // gtk. 6492 6493 6494 // gtk.TreeSelection 6495 6496 void function(GtkTreeSelection* selection, GtkSelectionMode type) c_gtk_tree_selection_set_mode; 6497 GtkSelectionMode function(GtkTreeSelection* selection) c_gtk_tree_selection_get_mode; 6498 void function(GtkTreeSelection* selection, GtkTreeSelectionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_selection_set_select_function; 6499 GtkTreeSelectionFunc function(GtkTreeSelection* selection) c_gtk_tree_selection_get_select_function; 6500 gpointer function(GtkTreeSelection* selection) c_gtk_tree_selection_get_user_data; 6501 GtkTreeView* function(GtkTreeSelection* selection) c_gtk_tree_selection_get_tree_view; 6502 gboolean function(GtkTreeSelection* selection, GtkTreeModel** model, GtkTreeIter* iter) c_gtk_tree_selection_get_selected; 6503 void function(GtkTreeSelection* selection, GtkTreeSelectionForeachFunc func, void* data) c_gtk_tree_selection_selected_foreach; 6504 GList* function(GtkTreeSelection* selection, GtkTreeModel** model) c_gtk_tree_selection_get_selected_rows; 6505 gint function(GtkTreeSelection* selection) c_gtk_tree_selection_count_selected_rows; 6506 void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_select_path; 6507 void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_unselect_path; 6508 gboolean function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_path_is_selected; 6509 void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_select_iter; 6510 void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_unselect_iter; 6511 gboolean function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_iter_is_selected; 6512 void function(GtkTreeSelection* selection) c_gtk_tree_selection_select_all; 6513 void function(GtkTreeSelection* selection) c_gtk_tree_selection_unselect_all; 6514 void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_select_range; 6515 void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_unselect_range; 6516 6517 // gtk.TreeViewColumn 6518 6519 GtkTreeViewColumn* function() c_gtk_tree_view_column_new; 6520 GtkTreeViewColumn* function(GtkCellArea* area) c_gtk_tree_view_column_new_with_area; 6521 GtkTreeViewColumn* function(gchar* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_column_new_with_attributes; 6522 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, gboolean expand) c_gtk_tree_view_column_pack_start; 6523 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, gboolean expand) c_gtk_tree_view_column_pack_end; 6524 void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clear; 6525 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, gchar* attribute, gint column) c_gtk_tree_view_column_add_attribute; 6526 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, ... ) c_gtk_tree_view_column_set_attributes; 6527 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, GtkTreeCellDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_tree_view_column_set_cell_data_func; 6528 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer) c_gtk_tree_view_column_clear_attributes; 6529 void function(GtkTreeViewColumn* treeColumn, gint spacing) c_gtk_tree_view_column_set_spacing; 6530 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_spacing; 6531 void function(GtkTreeViewColumn* treeColumn, gboolean visible) c_gtk_tree_view_column_set_visible; 6532 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_visible; 6533 void function(GtkTreeViewColumn* treeColumn, gboolean resizable) c_gtk_tree_view_column_set_resizable; 6534 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_resizable; 6535 void function(GtkTreeViewColumn* treeColumn, GtkTreeViewColumnSizing type) c_gtk_tree_view_column_set_sizing; 6536 GtkTreeViewColumnSizing function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sizing; 6537 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_width; 6538 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_fixed_width; 6539 void function(GtkTreeViewColumn* treeColumn, gint fixedWidth) c_gtk_tree_view_column_set_fixed_width; 6540 void function(GtkTreeViewColumn* treeColumn, gint minWidth) c_gtk_tree_view_column_set_min_width; 6541 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_min_width; 6542 void function(GtkTreeViewColumn* treeColumn, gint maxWidth) c_gtk_tree_view_column_set_max_width; 6543 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_max_width; 6544 void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clicked; 6545 void function(GtkTreeViewColumn* treeColumn, gchar* title) c_gtk_tree_view_column_set_title; 6546 gchar* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_title; 6547 void function(GtkTreeViewColumn* treeColumn, gboolean expand) c_gtk_tree_view_column_set_expand; 6548 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_expand; 6549 void function(GtkTreeViewColumn* treeColumn, gboolean clickable) c_gtk_tree_view_column_set_clickable; 6550 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_clickable; 6551 void function(GtkTreeViewColumn* treeColumn, GtkWidget* widget) c_gtk_tree_view_column_set_widget; 6552 GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_widget; 6553 GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_button; 6554 void function(GtkTreeViewColumn* treeColumn, gfloat xalign) c_gtk_tree_view_column_set_alignment; 6555 gfloat function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_alignment; 6556 void function(GtkTreeViewColumn* treeColumn, gboolean reorderable) c_gtk_tree_view_column_set_reorderable; 6557 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_reorderable; 6558 void function(GtkTreeViewColumn* treeColumn, gint sortColumnId) c_gtk_tree_view_column_set_sort_column_id; 6559 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_column_id; 6560 void function(GtkTreeViewColumn* treeColumn, gboolean setting) c_gtk_tree_view_column_set_sort_indicator; 6561 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_indicator; 6562 void function(GtkTreeViewColumn* treeColumn, GtkSortType order) c_gtk_tree_view_column_set_sort_order; 6563 GtkSortType function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_order; 6564 void function(GtkTreeViewColumn* treeColumn, GtkTreeModel* treeModel, GtkTreeIter* iter, gboolean isExpander, gboolean isExpanded) c_gtk_tree_view_column_cell_set_cell_data; 6565 void function(GtkTreeViewColumn* treeColumn, GdkRectangle* cellArea, gint* xOffset, gint* yOffset, gint* width, gint* height) c_gtk_tree_view_column_cell_get_size; 6566 gboolean function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, gint* xOffset, gint* width) c_gtk_tree_view_column_cell_get_position; 6567 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_cell_is_visible; 6568 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell) c_gtk_tree_view_column_focus_cell; 6569 void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_queue_resize; 6570 GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_tree_view; 6571 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_x_offset; 6572 6573 // gtk.TreeView 6574 6575 GtkWidget* function() c_gtk_tree_view_new; 6576 gint function(GtkTreeView* treeView) c_gtk_tree_view_get_level_indentation; 6577 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_show_expanders; 6578 void function(GtkTreeView* treeView, gint indentation) c_gtk_tree_view_set_level_indentation; 6579 void function(GtkTreeView* treeView, gboolean enabled) c_gtk_tree_view_set_show_expanders; 6580 GtkWidget* function(GtkTreeModel* model) c_gtk_tree_view_new_with_model; 6581 GtkTreeModel* function(GtkTreeView* treeView) c_gtk_tree_view_get_model; 6582 void function(GtkTreeView* treeView, GtkTreeModel* model) c_gtk_tree_view_set_model; 6583 GtkTreeSelection* function(GtkTreeView* treeView) c_gtk_tree_view_get_selection; 6584 GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_hadjustment; 6585 void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_hadjustment; 6586 GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_vadjustment; 6587 void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_vadjustment; 6588 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_visible; 6589 void function(GtkTreeView* treeView, gboolean headersVisible) c_gtk_tree_view_set_headers_visible; 6590 void function(GtkTreeView* treeView) c_gtk_tree_view_columns_autosize; 6591 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_clickable; 6592 void function(GtkTreeView* treeView, gboolean setting) c_gtk_tree_view_set_headers_clickable; 6593 void function(GtkTreeView* treeView, gboolean setting) c_gtk_tree_view_set_rules_hint; 6594 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_rules_hint; 6595 void function(GtkTreeView* treeView, gboolean single) c_gtk_tree_view_set_activate_on_single_click; 6596 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_activate_on_single_click; 6597 gint function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_append_column; 6598 gint function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_remove_column; 6599 gint function(GtkTreeView* treeView, GtkTreeViewColumn* column, gint position) c_gtk_tree_view_insert_column; 6600 gint function(GtkTreeView* treeView, gint position, gchar* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_insert_column_with_attributes; 6601 gint function(GtkTreeView* treeView, gint position, gchar* title, GtkCellRenderer* cell, GtkTreeCellDataFunc func, void* data, GDestroyNotify dnotify) c_gtk_tree_view_insert_column_with_data_func; 6602 guint function(GtkTreeView* treeView) c_gtk_tree_view_get_n_columns; 6603 GtkTreeViewColumn* function(GtkTreeView* treeView, gint n) c_gtk_tree_view_get_column; 6604 GList* function(GtkTreeView* treeView) c_gtk_tree_view_get_columns; 6605 void function(GtkTreeView* treeView, GtkTreeViewColumn* column, GtkTreeViewColumn* baseColumn) c_gtk_tree_view_move_column_after; 6606 void function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_set_expander_column; 6607 GtkTreeViewColumn* function(GtkTreeView* treeView) c_gtk_tree_view_get_expander_column; 6608 void function(GtkTreeView* treeView, GtkTreeViewColumnDropFunc func, void* userData, GDestroyNotify destroy) c_gtk_tree_view_set_column_drag_function; 6609 void function(GtkTreeView* treeView, gint treeX, gint treeY) c_gtk_tree_view_scroll_to_point; 6610 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, gboolean useAlign, gfloat rowAlign, gfloat colAlign) c_gtk_tree_view_scroll_to_cell; 6611 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, gboolean startEditing) c_gtk_tree_view_set_cursor; 6612 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, GtkCellRenderer* focusCell, gboolean startEditing) c_gtk_tree_view_set_cursor_on_cell; 6613 void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewColumn** focusColumn) c_gtk_tree_view_get_cursor; 6614 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column) c_gtk_tree_view_row_activated; 6615 void function(GtkTreeView* treeView) c_gtk_tree_view_expand_all; 6616 void function(GtkTreeView* treeView) c_gtk_tree_view_collapse_all; 6617 void function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_expand_to_path; 6618 gboolean function(GtkTreeView* treeView, GtkTreePath* path, gboolean openAll) c_gtk_tree_view_expand_row; 6619 gboolean function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_collapse_row; 6620 void function(GtkTreeView* treeView, GtkTreeViewMappingFunc func, void* data) c_gtk_tree_view_map_expanded_rows; 6621 gboolean function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_row_expanded; 6622 void function(GtkTreeView* treeView, gboolean reorderable) c_gtk_tree_view_set_reorderable; 6623 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_reorderable; 6624 gboolean function(GtkTreeView* treeView, gint x, gint y, GtkTreePath** path, GtkTreeViewColumn** column, gint* cellX, gint* cellY) c_gtk_tree_view_get_path_at_pos; 6625 gboolean function(GtkTreeView* treeView, gint x, gint y, GtkTreePath** path, GtkTreeViewColumn** column, gint* cellX, gint* cellY) c_gtk_tree_view_is_blank_at_pos; 6626 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_cell_area; 6627 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_background_area; 6628 void function(GtkTreeView* treeView, GdkRectangle* visibleRect) c_gtk_tree_view_get_visible_rect; 6629 gboolean function(GtkTreeView* treeView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_tree_view_get_visible_range; 6630 GdkWindow* function(GtkTreeView* treeView) c_gtk_tree_view_get_bin_window; 6631 void function(GtkTreeView* treeView, gint bx, gint by, gint* tx, gint* ty) c_gtk_tree_view_convert_bin_window_to_tree_coords; 6632 void function(GtkTreeView* treeView, gint bx, gint by, gint* wx, gint* wy) c_gtk_tree_view_convert_bin_window_to_widget_coords; 6633 void function(GtkTreeView* treeView, gint tx, gint ty, gint* bx, gint* by) c_gtk_tree_view_convert_tree_to_bin_window_coords; 6634 void function(GtkTreeView* treeView, gint tx, gint ty, gint* wx, gint* wy) c_gtk_tree_view_convert_tree_to_widget_coords; 6635 void function(GtkTreeView* treeView, gint wx, gint wy, gint* bx, gint* by) c_gtk_tree_view_convert_widget_to_bin_window_coords; 6636 void function(GtkTreeView* treeView, gint wx, gint wy, gint* tx, gint* ty) c_gtk_tree_view_convert_widget_to_tree_coords; 6637 void function(GtkTreeView* treeView, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_dest; 6638 void function(GtkTreeView* treeView, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_source; 6639 void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_source; 6640 void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_dest; 6641 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewDropPosition pos) c_gtk_tree_view_set_drag_dest_row; 6642 void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_drag_dest_row; 6643 gboolean function(GtkTreeView* treeView, gint dragX, gint dragY, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_dest_row_at_pos; 6644 cairo_surface_t* function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_create_row_drag_icon; 6645 void function(GtkTreeView* treeView, gboolean enableSearch) c_gtk_tree_view_set_enable_search; 6646 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_search; 6647 gint function(GtkTreeView* treeView) c_gtk_tree_view_get_search_column; 6648 void function(GtkTreeView* treeView, gint column) c_gtk_tree_view_set_search_column; 6649 GtkTreeViewSearchEqualFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_equal_func; 6650 void function(GtkTreeView* treeView, GtkTreeViewSearchEqualFunc searchEqualFunc, void* searchUserData, GDestroyNotify searchDestroy) c_gtk_tree_view_set_search_equal_func; 6651 GtkEntry* function(GtkTreeView* treeView) c_gtk_tree_view_get_search_entry; 6652 void function(GtkTreeView* treeView, GtkEntry* entry) c_gtk_tree_view_set_search_entry; 6653 GtkTreeViewSearchPositionFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_position_func; 6654 void function(GtkTreeView* treeView, GtkTreeViewSearchPositionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_search_position_func; 6655 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_fixed_height_mode; 6656 void function(GtkTreeView* treeView, gboolean enable) c_gtk_tree_view_set_fixed_height_mode; 6657 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_selection; 6658 void function(GtkTreeView* treeView, gboolean hover) c_gtk_tree_view_set_hover_selection; 6659 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_expand; 6660 void function(GtkTreeView* treeView, gboolean expand) c_gtk_tree_view_set_hover_expand; 6661 void function(GtkTreeView* treeView, GtkTreeDestroyCountFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_destroy_count_func; 6662 GtkTreeViewRowSeparatorFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_row_separator_func; 6663 void function(GtkTreeView* treeView, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_row_separator_func; 6664 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_rubber_banding; 6665 void function(GtkTreeView* treeView, gboolean enable) c_gtk_tree_view_set_rubber_banding; 6666 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_is_rubber_banding_active; 6667 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_tree_lines; 6668 void function(GtkTreeView* treeView, gboolean enabled) c_gtk_tree_view_set_enable_tree_lines; 6669 GtkTreeViewGridLines function(GtkTreeView* treeView) c_gtk_tree_view_get_grid_lines; 6670 void function(GtkTreeView* treeView, GtkTreeViewGridLines gridLines) c_gtk_tree_view_set_grid_lines; 6671 void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_tree_view_set_tooltip_row; 6672 void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path, GtkTreeViewColumn* column, GtkCellRenderer* cell) c_gtk_tree_view_set_tooltip_cell; 6673 gboolean function(GtkTreeView* treeView, gint* x, gint* y, gboolean keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_tree_view_get_tooltip_context; 6674 gint function(GtkTreeView* treeView) c_gtk_tree_view_get_tooltip_column; 6675 void function(GtkTreeView* treeView, gint column) c_gtk_tree_view_set_tooltip_column; 6676 6677 // gtk.TreeDragSourceT 6678 6679 6680 // gtk.TreeDragSourceT 6681 6682 gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_drag_data_delete; 6683 gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path, GtkSelectionData* selectionData) c_gtk_tree_drag_source_drag_data_get; 6684 gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_row_draggable; 6685 gboolean function(GtkSelectionData* selectionData, GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_set_row_drag_data; 6686 gboolean function(GtkSelectionData* selectionData, GtkTreeModel** treeModel, GtkTreePath** path) c_gtk_tree_get_row_drag_data; 6687 6688 // gtk.TreeDragDestT 6689 6690 6691 // gtk.TreeDragDestT 6692 6693 gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* dest, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_drag_data_received; 6694 gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_row_drop_possible; 6695 6696 // gtk.CellView 6697 6698 GtkWidget* function() c_gtk_cell_view_new; 6699 GtkWidget* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_view_new_with_context; 6700 GtkWidget* function(gchar* text) c_gtk_cell_view_new_with_text; 6701 GtkWidget* function(gchar* markup) c_gtk_cell_view_new_with_markup; 6702 GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_cell_view_new_with_pixbuf; 6703 void function(GtkCellView* cellView, GtkTreeModel* model) c_gtk_cell_view_set_model; 6704 GtkTreeModel* function(GtkCellView* cellView) c_gtk_cell_view_get_model; 6705 void function(GtkCellView* cellView, GtkTreePath* path) c_gtk_cell_view_set_displayed_row; 6706 GtkTreePath* function(GtkCellView* cellView) c_gtk_cell_view_get_displayed_row; 6707 gboolean function(GtkCellView* cellView, GtkTreePath* path, GtkRequisition* requisition) c_gtk_cell_view_get_size_of_row; 6708 void function(GtkCellView* cellView, GdkColor* color) c_gtk_cell_view_set_background_color; 6709 void function(GtkCellView* cellView, GdkRGBA* rgba) c_gtk_cell_view_set_background_rgba; 6710 void function(GtkCellView* cellView, gboolean drawSensitive) c_gtk_cell_view_set_draw_sensitive; 6711 gboolean function(GtkCellView* cellView) c_gtk_cell_view_get_draw_sensitive; 6712 void function(GtkCellView* cellView, gboolean fitModel) c_gtk_cell_view_set_fit_model; 6713 gboolean function(GtkCellView* cellView) c_gtk_cell_view_get_fit_model; 6714 6715 // gtk.IconView 6716 6717 GtkWidget* function() c_gtk_icon_view_new; 6718 GtkWidget* function(GtkCellArea* area) c_gtk_icon_view_new_with_area; 6719 GtkWidget* function(GtkTreeModel* model) c_gtk_icon_view_new_with_model; 6720 void function(GtkIconView* iconView, GtkTreeModel* model) c_gtk_icon_view_set_model; 6721 GtkTreeModel* function(GtkIconView* iconView) c_gtk_icon_view_get_model; 6722 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_text_column; 6723 gint function(GtkIconView* iconView) c_gtk_icon_view_get_text_column; 6724 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_markup_column; 6725 gint function(GtkIconView* iconView) c_gtk_icon_view_get_markup_column; 6726 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_pixbuf_column; 6727 gint function(GtkIconView* iconView) c_gtk_icon_view_get_pixbuf_column; 6728 GtkTreePath* function(GtkIconView* iconView, gint x, gint y) c_gtk_icon_view_get_path_at_pos; 6729 gboolean function(GtkIconView* iconView, gint x, gint y, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_item_at_pos; 6730 void function(GtkIconView* iconView, gint wx, gint wy, gint* bx, gint* by) c_gtk_icon_view_convert_widget_to_bin_window_coords; 6731 void function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, gboolean startEditing) c_gtk_icon_view_set_cursor; 6732 gboolean function(GtkIconView* iconView, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_cursor; 6733 void function(GtkIconView* iconView, GtkIconViewForeachFunc func, void* data) c_gtk_icon_view_selected_foreach; 6734 void function(GtkIconView* iconView, GtkSelectionMode mode) c_gtk_icon_view_set_selection_mode; 6735 GtkSelectionMode function(GtkIconView* iconView) c_gtk_icon_view_get_selection_mode; 6736 void function(GtkIconView* iconView, GtkOrientation orientation) c_gtk_icon_view_set_item_orientation; 6737 GtkOrientation function(GtkIconView* iconView) c_gtk_icon_view_get_item_orientation; 6738 void function(GtkIconView* iconView, gint columns) c_gtk_icon_view_set_columns; 6739 gint function(GtkIconView* iconView) c_gtk_icon_view_get_columns; 6740 void function(GtkIconView* iconView, gint itemWidth) c_gtk_icon_view_set_item_width; 6741 gint function(GtkIconView* iconView) c_gtk_icon_view_get_item_width; 6742 void function(GtkIconView* iconView, gint spacing) c_gtk_icon_view_set_spacing; 6743 gint function(GtkIconView* iconView) c_gtk_icon_view_get_spacing; 6744 void function(GtkIconView* iconView, gint rowSpacing) c_gtk_icon_view_set_row_spacing; 6745 gint function(GtkIconView* iconView) c_gtk_icon_view_get_row_spacing; 6746 void function(GtkIconView* iconView, gint columnSpacing) c_gtk_icon_view_set_column_spacing; 6747 gint function(GtkIconView* iconView) c_gtk_icon_view_get_column_spacing; 6748 void function(GtkIconView* iconView, gint margin) c_gtk_icon_view_set_margin; 6749 gint function(GtkIconView* iconView) c_gtk_icon_view_get_margin; 6750 void function(GtkIconView* iconView, gint itemPadding) c_gtk_icon_view_set_item_padding; 6751 gint function(GtkIconView* iconView) c_gtk_icon_view_get_item_padding; 6752 void function(GtkIconView* iconView, gboolean single) c_gtk_icon_view_set_activate_on_single_click; 6753 gboolean function(GtkIconView* iconView) c_gtk_icon_view_get_activate_on_single_click; 6754 gboolean function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, GdkRectangle* rect) c_gtk_icon_view_get_cell_rect; 6755 void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_select_path; 6756 void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_unselect_path; 6757 gboolean function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_path_is_selected; 6758 GList* function(GtkIconView* iconView) c_gtk_icon_view_get_selected_items; 6759 void function(GtkIconView* iconView) c_gtk_icon_view_select_all; 6760 void function(GtkIconView* iconView) c_gtk_icon_view_unselect_all; 6761 void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_item_activated; 6762 void function(GtkIconView* iconView, GtkTreePath* path, gboolean useAlign, gfloat rowAlign, gfloat colAlign) c_gtk_icon_view_scroll_to_path; 6763 gboolean function(GtkIconView* iconView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_icon_view_get_visible_range; 6764 void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_icon_view_set_tooltip_item; 6765 void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path, GtkCellRenderer* cell) c_gtk_icon_view_set_tooltip_cell; 6766 gboolean function(GtkIconView* iconView, gint* x, gint* y, gboolean keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_icon_view_get_tooltip_context; 6767 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_tooltip_column; 6768 gint function(GtkIconView* iconView) c_gtk_icon_view_get_tooltip_column; 6769 gint function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_row; 6770 gint function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_column; 6771 void function(GtkIconView* iconView, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_source; 6772 void function(GtkIconView* iconView, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_dest; 6773 void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_source; 6774 void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_dest; 6775 void function(GtkIconView* iconView, gboolean reorderable) c_gtk_icon_view_set_reorderable; 6776 gboolean function(GtkIconView* iconView) c_gtk_icon_view_get_reorderable; 6777 void function(GtkIconView* iconView, GtkTreePath* path, GtkIconViewDropPosition pos) c_gtk_icon_view_set_drag_dest_item; 6778 void function(GtkIconView* iconView, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_drag_dest_item; 6779 gboolean function(GtkIconView* iconView, gint dragX, gint dragY, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_dest_item_at_pos; 6780 cairo_surface_t* function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_create_drag_icon; 6781 6782 // gtk.TreeSortableT 6783 6784 6785 // gtk.TreeSortableT 6786 6787 void function(GtkTreeSortable* sortable) c_gtk_tree_sortable_sort_column_changed; 6788 gboolean function(GtkTreeSortable* sortable, gint* sortColumnId, GtkSortType* order) c_gtk_tree_sortable_get_sort_column_id; 6789 void function(GtkTreeSortable* sortable, gint sortColumnId, GtkSortType order) c_gtk_tree_sortable_set_sort_column_id; 6790 void function(GtkTreeSortable* sortable, gint sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_sort_func; 6791 void function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_default_sort_func; 6792 gboolean function(GtkTreeSortable* sortable) c_gtk_tree_sortable_has_default_sort_func; 6793 6794 // gtk.TreeModelSort 6795 6796 GtkTreeModel* function(GtkTreeModel* childModel) c_gtk_tree_model_sort_new_with_model; 6797 GtkTreeModel* function(GtkTreeModelSort* treeModel) c_gtk_tree_model_sort_get_model; 6798 GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* childPath) c_gtk_tree_model_sort_convert_child_path_to_path; 6799 gboolean function(GtkTreeModelSort* treeModelSort, GtkTreeIter* sortIter, GtkTreeIter* childIter) c_gtk_tree_model_sort_convert_child_iter_to_iter; 6800 GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* sortedPath) c_gtk_tree_model_sort_convert_path_to_child_path; 6801 void function(GtkTreeModelSort* treeModelSort, GtkTreeIter* childIter, GtkTreeIter* sortedIter) c_gtk_tree_model_sort_convert_iter_to_child_iter; 6802 void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_reset_default_sort_func; 6803 void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_clear_cache; 6804 gboolean function(GtkTreeModelSort* treeModelSort, GtkTreeIter* iter) c_gtk_tree_model_sort_iter_is_valid; 6805 6806 // gtk.TreeModelFilter 6807 6808 GtkTreeModel* function(GtkTreeModel* childModel, GtkTreePath* root) c_gtk_tree_model_filter_new; 6809 void function(GtkTreeModelFilter* filter, GtkTreeModelFilterVisibleFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_visible_func; 6810 void function(GtkTreeModelFilter* filter, gint nColumns, GType* types, GtkTreeModelFilterModifyFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_modify_func; 6811 void function(GtkTreeModelFilter* filter, gint column) c_gtk_tree_model_filter_set_visible_column; 6812 GtkTreeModel* function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_get_model; 6813 gboolean function(GtkTreeModelFilter* filter, GtkTreeIter* filterIter, GtkTreeIter* childIter) c_gtk_tree_model_filter_convert_child_iter_to_iter; 6814 void function(GtkTreeModelFilter* filter, GtkTreeIter* childIter, GtkTreeIter* filterIter) c_gtk_tree_model_filter_convert_iter_to_child_iter; 6815 GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* childPath) c_gtk_tree_model_filter_convert_child_path_to_path; 6816 GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* filterPath) c_gtk_tree_model_filter_convert_path_to_child_path; 6817 void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_refilter; 6818 void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_clear_cache; 6819 6820 // gtk.CellLayoutT 6821 6822 6823 // gtk.CellLayoutT 6824 6825 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gboolean expand) c_gtk_cell_layout_pack_start; 6826 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gboolean expand) c_gtk_cell_layout_pack_end; 6827 GtkCellArea* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_area; 6828 GList* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_cells; 6829 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gint position) c_gtk_cell_layout_reorder; 6830 void function(GtkCellLayout* cellLayout) c_gtk_cell_layout_clear; 6831 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, ... ) c_gtk_cell_layout_set_attributes; 6832 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gchar* attribute, gint column) c_gtk_cell_layout_add_attribute; 6833 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_cell_layout_set_cell_data_func; 6834 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell) c_gtk_cell_layout_clear_attributes; 6835 6836 // gtk.CellArea 6837 6838 void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_add; 6839 void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_remove; 6840 gboolean function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_has_renderer; 6841 void function(GtkCellArea* area, GtkCellCallback callback, void* callbackData) c_gtk_cell_area_foreach; 6842 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* backgroundArea, GtkCellAllocCallback callback, void* callbackData) c_gtk_cell_area_foreach_alloc; 6843 gint function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_event; 6844 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, cairo_t* cr, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags, gboolean paintFocus) c_gtk_cell_area_render; 6845 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GtkCellRenderer* renderer, GdkRectangle* cellArea, GdkRectangle* allocation) c_gtk_cell_area_get_cell_allocation; 6846 GtkCellRenderer* function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, gint x, gint y, GdkRectangle* allocArea) c_gtk_cell_area_get_cell_at_position; 6847 GtkCellAreaContext* function(GtkCellArea* area) c_gtk_cell_area_create_context; 6848 GtkCellAreaContext* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_area_copy_context; 6849 GtkSizeRequestMode function(GtkCellArea* area) c_gtk_cell_area_get_request_mode; 6850 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_get_preferred_width; 6851 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_get_preferred_height_for_width; 6852 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_get_preferred_height; 6853 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_get_preferred_width_for_height; 6854 gchar* function(GtkCellArea* area) c_gtk_cell_area_get_current_path_string; 6855 void function(GtkCellArea* area, GtkTreeModel* treeModel, GtkTreeIter* iter, gboolean isExpander, gboolean isExpanded) c_gtk_cell_area_apply_attributes; 6856 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* attribute, gint column) c_gtk_cell_area_attribute_connect; 6857 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* attribute) c_gtk_cell_area_attribute_disconnect; 6858 void function(GtkCellAreaClass* aclass, guint propertyId, GParamSpec* pspec) c_gtk_cell_area_class_install_cell_property; 6859 GParamSpec* function(GtkCellAreaClass* aclass, gchar* propertyName) c_gtk_cell_area_class_find_cell_property; 6860 GParamSpec** function(GtkCellAreaClass* aclass, guint* nProperties) c_gtk_cell_area_class_list_cell_properties; 6861 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropName, ... ) c_gtk_cell_area_add_with_properties; 6862 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropName, ... ) c_gtk_cell_area_cell_set; 6863 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropName, ... ) c_gtk_cell_area_cell_get; 6864 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropertyName, va_list varArgs) c_gtk_cell_area_cell_set_valist; 6865 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropertyName, va_list varArgs) c_gtk_cell_area_cell_get_valist; 6866 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* propertyName, GValue* value) c_gtk_cell_area_cell_set_property; 6867 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* propertyName, GValue* value) c_gtk_cell_area_cell_get_property; 6868 gboolean function(GtkCellArea* area) c_gtk_cell_area_is_activatable; 6869 gboolean function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GtkCellRendererState flags, gboolean editOnly) c_gtk_cell_area_activate; 6870 gboolean function(GtkCellArea* area, GtkDirectionType direction) c_gtk_cell_area_focus; 6871 void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_set_focus_cell; 6872 GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_focus_cell; 6873 void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_add_focus_sibling; 6874 void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_remove_focus_sibling; 6875 gboolean function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_is_focus_sibling; 6876 GList* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_siblings; 6877 GtkCellRenderer* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_from_sibling; 6878 GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_edited_cell; 6879 GtkCellEditable* function(GtkCellArea* area) c_gtk_cell_area_get_edit_widget; 6880 gboolean function(GtkCellArea* area, GtkWidget* widget, GtkCellRenderer* renderer, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_activate_cell; 6881 void function(GtkCellArea* area, gboolean canceled) c_gtk_cell_area_stop_editing; 6882 void function(GtkCellArea* area, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* innerArea) c_gtk_cell_area_inner_cell_area; 6883 void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkOrientation orientation, GtkWidget* widget, gint forSize, gint* minimumSize, gint* naturalSize) c_gtk_cell_area_request_renderer; 6884 6885 // gtk.CellAreaBox 6886 6887 GtkCellArea* function() c_gtk_cell_area_box_new; 6888 void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, gboolean expand, gboolean alig, gboolean fixed) c_gtk_cell_area_box_pack_start; 6889 void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, gboolean expand, gboolean alig, gboolean fixed) c_gtk_cell_area_box_pack_end; 6890 gint function(GtkCellAreaBox* box) c_gtk_cell_area_box_get_spacing; 6891 void function(GtkCellAreaBox* box, gint spacing) c_gtk_cell_area_box_set_spacing; 6892 6893 // gtk.CellAreaContext 6894 6895 GtkCellArea* function(GtkCellAreaContext* context) c_gtk_cell_area_context_get_area; 6896 void function(GtkCellAreaContext* context, gint width, gint height) c_gtk_cell_area_context_allocate; 6897 void function(GtkCellAreaContext* context) c_gtk_cell_area_context_reset; 6898 void function(GtkCellAreaContext* context, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_context_get_preferred_width; 6899 void function(GtkCellAreaContext* context, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_context_get_preferred_height; 6900 void function(GtkCellAreaContext* context, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_context_get_preferred_height_for_width; 6901 void function(GtkCellAreaContext* context, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_context_get_preferred_width_for_height; 6902 void function(GtkCellAreaContext* context, gint* width, gint* height) c_gtk_cell_area_context_get_allocation; 6903 void function(GtkCellAreaContext* context, gint minimumWidth, gint naturalWidth) c_gtk_cell_area_context_push_preferred_width; 6904 void function(GtkCellAreaContext* context, gint minimumHeight, gint naturalHeight) c_gtk_cell_area_context_push_preferred_height; 6905 6906 // gtk.CellRenderer 6907 6908 void function(GtkCellRendererClass* rendererClass, GType type) c_gtk_cell_renderer_class_set_accessible_type; 6909 void function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState flags, GdkRectangle* cellArea, GdkRectangle* alignedArea) c_gtk_cell_renderer_get_aligned_area; 6910 void function(GtkCellRenderer* cell, GtkWidget* widget, GdkRectangle* cellArea, gint* xOffset, gint* yOffset, gint* width, gint* height) c_gtk_cell_renderer_get_size; 6911 void function(GtkCellRenderer* cell, cairo_t* cr, GtkWidget* widget, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_render; 6912 gboolean function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, gchar* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_activate; 6913 GtkCellEditable* function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, gchar* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_start_editing; 6914 void function(GtkCellRenderer* cell, gboolean canceled) c_gtk_cell_renderer_stop_editing; 6915 void function(GtkCellRenderer* cell, gint* width, gint* height) c_gtk_cell_renderer_get_fixed_size; 6916 void function(GtkCellRenderer* cell, gint width, gint height) c_gtk_cell_renderer_set_fixed_size; 6917 gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_visible; 6918 void function(GtkCellRenderer* cell, gboolean visible) c_gtk_cell_renderer_set_visible; 6919 gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_sensitive; 6920 void function(GtkCellRenderer* cell, gboolean sensitive) c_gtk_cell_renderer_set_sensitive; 6921 void function(GtkCellRenderer* cell, gfloat* xalign, gfloat* yalign) c_gtk_cell_renderer_get_alignment; 6922 void function(GtkCellRenderer* cell, gfloat xalign, gfloat yalign) c_gtk_cell_renderer_set_alignment; 6923 void function(GtkCellRenderer* cell, gint* xpad, gint* ypad) c_gtk_cell_renderer_get_padding; 6924 void function(GtkCellRenderer* cell, gint xpad, gint ypad) c_gtk_cell_renderer_set_padding; 6925 GtkStateFlags function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState cellState) c_gtk_cell_renderer_get_state; 6926 gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_is_activatable; 6927 void function(GtkCellRenderer* cell, GtkWidget* widget, gint* minimumSize, gint* naturalSize) c_gtk_cell_renderer_get_preferred_height; 6928 void function(GtkCellRenderer* cell, GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_renderer_get_preferred_height_for_width; 6929 void function(GtkCellRenderer* cell, GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_cell_renderer_get_preferred_size; 6930 void function(GtkCellRenderer* cell, GtkWidget* widget, gint* minimumSize, gint* naturalSize) c_gtk_cell_renderer_get_preferred_width; 6931 void function(GtkCellRenderer* cell, GtkWidget* widget, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_renderer_get_preferred_width_for_height; 6932 GtkSizeRequestMode function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_request_mode; 6933 6934 // gtk.CellEditableT 6935 6936 6937 // gtk.CellEditableT 6938 6939 void function(GtkCellEditable* cellEditable, GdkEvent* event) c_gtk_cell_editable_start_editing; 6940 void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_editing_done; 6941 void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_remove_widget; 6942 6943 // gtk.CellEditable 6944 6945 6946 // gtk.CellRendererAccel 6947 6948 GtkCellRenderer* function() c_gtk_cell_renderer_accel_new; 6949 6950 // gtk.CellRendererCombo 6951 6952 GtkCellRenderer* function() c_gtk_cell_renderer_combo_new; 6953 6954 // gtk.CellRendererPixbuf 6955 6956 GtkCellRenderer* function() c_gtk_cell_renderer_pixbuf_new; 6957 6958 // gtk.CellRendererProgress 6959 6960 GtkCellRenderer* function() c_gtk_cell_renderer_progress_new; 6961 6962 // gtk.CellRendererSpin 6963 6964 GtkCellRenderer* function() c_gtk_cell_renderer_spin_new; 6965 6966 // gtk.CellRendererText 6967 6968 GtkCellRenderer* function() c_gtk_cell_renderer_text_new; 6969 void function(GtkCellRendererText* renderer, gint numberOfRows) c_gtk_cell_renderer_text_set_fixed_height_from_font; 6970 6971 // gtk.CellRendererToggle 6972 6973 GtkCellRenderer* function() c_gtk_cell_renderer_toggle_new; 6974 gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_radio; 6975 void function(GtkCellRendererToggle* toggle, gboolean radio) c_gtk_cell_renderer_toggle_set_radio; 6976 gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_active; 6977 void function(GtkCellRendererToggle* toggle, gboolean setting) c_gtk_cell_renderer_toggle_set_active; 6978 gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_activatable; 6979 void function(GtkCellRendererToggle* toggle, gboolean setting) c_gtk_cell_renderer_toggle_set_activatable; 6980 6981 // gtk.CellRendererSpinner 6982 6983 GtkCellRenderer* function() c_gtk_cell_renderer_spinner_new; 6984 6985 // gtk. 6986 6987 6988 // gtk.ListStore 6989 6990 GtkListStore* function(gint nColumns, ... ) c_gtk_list_store_new; 6991 GtkListStore* function(gint nColumns, GType* types) c_gtk_list_store_newv; 6992 void function(GtkListStore* listStore, gint nColumns, GType* types) c_gtk_list_store_set_column_types; 6993 void function(GtkListStore* listStore, GtkTreeIter* iter, ... ) c_gtk_list_store_set; 6994 void function(GtkListStore* listStore, GtkTreeIter* iter, va_list varArgs) c_gtk_list_store_set_valist; 6995 void function(GtkListStore* listStore, GtkTreeIter* iter, gint column, GValue* value) c_gtk_list_store_set_value; 6996 void function(GtkListStore* listStore, GtkTreeIter* iter, gint* columns, GValue* values, gint nValues) c_gtk_list_store_set_valuesv; 6997 gboolean function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_remove; 6998 void function(GtkListStore* listStore, GtkTreeIter* iter, gint position) c_gtk_list_store_insert; 6999 void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_before; 7000 void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_after; 7001 void function(GtkListStore* listStore, GtkTreeIter* iter, gint position, ... ) c_gtk_list_store_insert_with_values; 7002 void function(GtkListStore* listStore, GtkTreeIter* iter, gint position, gint* columns, GValue* values, gint nValues) c_gtk_list_store_insert_with_valuesv; 7003 void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_prepend; 7004 void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_append; 7005 void function(GtkListStore* listStore) c_gtk_list_store_clear; 7006 gboolean function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_iter_is_valid; 7007 void function(GtkListStore* store, gint* newOrder) c_gtk_list_store_reorder; 7008 void function(GtkListStore* store, GtkTreeIter* a, GtkTreeIter* b) c_gtk_list_store_swap; 7009 void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_before; 7010 void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_after; 7011 7012 // gtk.TreeStore 7013 7014 GtkTreeStore* function(gint nColumns, ... ) c_gtk_tree_store_new; 7015 GtkTreeStore* function(gint nColumns, GType* types) c_gtk_tree_store_newv; 7016 void function(GtkTreeStore* treeStore, gint nColumns, GType* types) c_gtk_tree_store_set_column_types; 7017 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, gint column, GValue* value) c_gtk_tree_store_set_value; 7018 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, ... ) c_gtk_tree_store_set; 7019 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, va_list varArgs) c_gtk_tree_store_set_valist; 7020 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, gint* columns, GValue* values, gint nValues) c_gtk_tree_store_set_valuesv; 7021 gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_remove; 7022 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position) c_gtk_tree_store_insert; 7023 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_before; 7024 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_after; 7025 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position, ... ) c_gtk_tree_store_insert_with_values; 7026 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position, gint* columns, GValue* values, gint nValues) c_gtk_tree_store_insert_with_valuesv; 7027 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_prepend; 7028 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_append; 7029 gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* descendant) c_gtk_tree_store_is_ancestor; 7030 gint function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_depth; 7031 void function(GtkTreeStore* treeStore) c_gtk_tree_store_clear; 7032 gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_is_valid; 7033 void function(GtkTreeStore* treeStore, GtkTreeIter* parent, gint* newOrder) c_gtk_tree_store_reorder; 7034 void function(GtkTreeStore* treeStore, GtkTreeIter* a, GtkTreeIter* b) c_gtk_tree_store_swap; 7035 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_before; 7036 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_after; 7037 7038 // gtk.ComboBox 7039 7040 GtkWidget* function() c_gtk_combo_box_new; 7041 GtkWidget* function() c_gtk_combo_box_new_with_entry; 7042 GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model; 7043 GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model_and_entry; 7044 GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area; 7045 GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area_and_entry; 7046 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_wrap_width; 7047 void function(GtkComboBox* comboBox, gint width) c_gtk_combo_box_set_wrap_width; 7048 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_span_column; 7049 void function(GtkComboBox* comboBox, gint rowSpan) c_gtk_combo_box_set_row_span_column; 7050 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_column_span_column; 7051 void function(GtkComboBox* comboBox, gint columnSpan) c_gtk_combo_box_set_column_span_column; 7052 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_active; 7053 void function(GtkComboBox* comboBox, gint index) c_gtk_combo_box_set_active; 7054 gboolean function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_get_active_iter; 7055 void function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_set_active_iter; 7056 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_id_column; 7057 void function(GtkComboBox* comboBox, gint idColumn) c_gtk_combo_box_set_id_column; 7058 gchar* function(GtkComboBox* comboBox) c_gtk_combo_box_get_active_id; 7059 gboolean function(GtkComboBox* comboBox, gchar* activeId) c_gtk_combo_box_set_active_id; 7060 GtkTreeModel* function(GtkComboBox* comboBox) c_gtk_combo_box_get_model; 7061 void function(GtkComboBox* comboBox, GtkTreeModel* model) c_gtk_combo_box_set_model; 7062 void function(GtkComboBox* comboBox, GdkDevice* device) c_gtk_combo_box_popup_for_device; 7063 void function(GtkComboBox* comboBox) c_gtk_combo_box_popup; 7064 void function(GtkComboBox* comboBox) c_gtk_combo_box_popdown; 7065 AtkObject* function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_accessible; 7066 GtkTreeViewRowSeparatorFunc function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_separator_func; 7067 void function(GtkComboBox* comboBox, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_combo_box_set_row_separator_func; 7068 void function(GtkComboBox* comboBox, gboolean addTearoffs) c_gtk_combo_box_set_add_tearoffs; 7069 gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_add_tearoffs; 7070 void function(GtkComboBox* comboBox, gchar* title) c_gtk_combo_box_set_title; 7071 gchar* function(GtkComboBox* comboBox) c_gtk_combo_box_get_title; 7072 void function(GtkComboBox* combo, gboolean focusOnClick) c_gtk_combo_box_set_focus_on_click; 7073 gboolean function(GtkComboBox* combo) c_gtk_combo_box_get_focus_on_click; 7074 void function(GtkComboBox* comboBox, GtkSensitivityType sensitivity) c_gtk_combo_box_set_button_sensitivity; 7075 GtkSensitivityType function(GtkComboBox* comboBox) c_gtk_combo_box_get_button_sensitivity; 7076 gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_has_entry; 7077 void function(GtkComboBox* comboBox, gint textColumn) c_gtk_combo_box_set_entry_text_column; 7078 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_entry_text_column; 7079 void function(GtkComboBox* comboBox, gboolean fixed) c_gtk_combo_box_set_popup_fixed_width; 7080 gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_fixed_width; 7081 7082 // gtk.ComboBoxText 7083 7084 GtkWidget* function() c_gtk_combo_box_text_new; 7085 GtkWidget* function() c_gtk_combo_box_text_new_with_entry; 7086 void function(GtkComboBoxText* comboBox, gchar* id, gchar* text) c_gtk_combo_box_text_append; 7087 void function(GtkComboBoxText* comboBox, gchar* id, gchar* text) c_gtk_combo_box_text_prepend; 7088 void function(GtkComboBoxText* comboBox, gint position, gchar* id, gchar* text) c_gtk_combo_box_text_insert; 7089 void function(GtkComboBoxText* comboBox, gchar* text) c_gtk_combo_box_text_append_text; 7090 void function(GtkComboBoxText* comboBox, gchar* text) c_gtk_combo_box_text_prepend_text; 7091 void function(GtkComboBoxText* comboBox, gint position, gchar* text) c_gtk_combo_box_text_insert_text; 7092 void function(GtkComboBoxText* comboBox, gint position) c_gtk_combo_box_text_remove; 7093 void function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_remove_all; 7094 gchar* function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_get_active_text; 7095 7096 // gtk.Menu 7097 7098 GtkWidget* function() c_gtk_menu_new; 7099 GtkWidget* function(GMenuModel* model) c_gtk_menu_new_from_model; 7100 void function(GtkMenu* menu, GdkScreen* screen) c_gtk_menu_set_screen; 7101 void function(GtkMenu* menu, GtkWidget* child, gint position) c_gtk_menu_reorder_child; 7102 void function(GtkMenu* menu, GtkWidget* child, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach) c_gtk_menu_attach; 7103 void function(GtkMenu* menu, GdkDevice* device, GtkWidget* parentMenuShell, GtkWidget* parentMenuItem, GtkMenuPositionFunc func, void* data, GDestroyNotify destroy, guint button, guint32 activateTime) c_gtk_menu_popup_for_device; 7104 void function(GtkMenu* menu, GtkWidget* parentMenuShell, GtkWidget* parentMenuItem, GtkMenuPositionFunc func, void* data, guint button, guint32 activateTime) c_gtk_menu_popup; 7105 void function(GtkMenu* menu, GtkAccelGroup* accelGroup) c_gtk_menu_set_accel_group; 7106 GtkAccelGroup* function(GtkMenu* menu) c_gtk_menu_get_accel_group; 7107 void function(GtkMenu* menu, gchar* accelPath) c_gtk_menu_set_accel_path; 7108 gchar* function(GtkMenu* menu) c_gtk_menu_get_accel_path; 7109 void function(GtkMenu* menu, gchar* title) c_gtk_menu_set_title; 7110 gchar* function(GtkMenu* menu) c_gtk_menu_get_title; 7111 void function(GtkMenu* menu, gint monitorNum) c_gtk_menu_set_monitor; 7112 gint function(GtkMenu* menu) c_gtk_menu_get_monitor; 7113 gboolean function(GtkMenu* menu) c_gtk_menu_get_tearoff_state; 7114 void function(GtkMenu* menu, gboolean reserveToggleSize) c_gtk_menu_set_reserve_toggle_size; 7115 gboolean function(GtkMenu* menu) c_gtk_menu_get_reserve_toggle_size; 7116 void function(GtkMenu* menu) c_gtk_menu_popdown; 7117 void function(GtkMenu* menu) c_gtk_menu_reposition; 7118 GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_active; 7119 void function(GtkMenu* menu, guint index) c_gtk_menu_set_active; 7120 void function(GtkMenu* menu, gboolean tornOff) c_gtk_menu_set_tearoff_state; 7121 void function(GtkMenu* menu, GtkWidget* attachWidget, GtkMenuDetachFunc detacher) c_gtk_menu_attach_to_widget; 7122 void function(GtkMenu* menu) c_gtk_menu_detach; 7123 GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_attach_widget; 7124 GList* function(GtkWidget* widget) c_gtk_menu_get_for_attach_widget; 7125 7126 // gtk.MenuBar 7127 7128 GtkWidget* function() c_gtk_menu_bar_new; 7129 GtkWidget* function(GMenuModel* model) c_gtk_menu_bar_new_from_model; 7130 void function(GtkMenuBar* menubar, GtkPackDirection packDir) c_gtk_menu_bar_set_pack_direction; 7131 GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_pack_direction; 7132 void function(GtkMenuBar* menubar, GtkPackDirection childPackDir) c_gtk_menu_bar_set_child_pack_direction; 7133 GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_child_pack_direction; 7134 7135 // gtk.MenuItem 7136 7137 GtkWidget* function() c_gtk_menu_item_new; 7138 GtkWidget* function(gchar* label) c_gtk_menu_item_new_with_label; 7139 GtkWidget* function(gchar* label) c_gtk_menu_item_new_with_mnemonic; 7140 void function(GtkMenuItem* menuItem, gboolean rightJustified) c_gtk_menu_item_set_right_justified; 7141 gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_right_justified; 7142 gchar* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_label; 7143 void function(GtkMenuItem* menuItem, gchar* label) c_gtk_menu_item_set_label; 7144 gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_use_underline; 7145 void function(GtkMenuItem* menuItem, gboolean setting) c_gtk_menu_item_set_use_underline; 7146 void function(GtkMenuItem* menuItem, GtkWidget* submenu) c_gtk_menu_item_set_submenu; 7147 GtkWidget* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_submenu; 7148 void function(GtkMenuItem* menuItem, gchar* accelPath) c_gtk_menu_item_set_accel_path; 7149 gchar* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_accel_path; 7150 void function(GtkMenuItem* menuItem) c_gtk_menu_item_select; 7151 void function(GtkMenuItem* menuItem) c_gtk_menu_item_deselect; 7152 void function(GtkMenuItem* menuItem) c_gtk_menu_item_activate; 7153 void function(GtkMenuItem* menuItem, gint* requisition) c_gtk_menu_item_toggle_size_request; 7154 void function(GtkMenuItem* menuItem, gint allocation) c_gtk_menu_item_toggle_size_allocate; 7155 gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_reserve_indicator; 7156 void function(GtkMenuItem* menuItem, gboolean reserve) c_gtk_menu_item_set_reserve_indicator; 7157 7158 // gtk.RadioMenuItem 7159 7160 GtkWidget* function(GSList* group) c_gtk_radio_menu_item_new; 7161 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_menu_item_new_with_label; 7162 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_menu_item_new_with_mnemonic; 7163 GtkWidget* function(GtkRadioMenuItem* group) c_gtk_radio_menu_item_new_from_widget; 7164 GtkWidget* function(GtkRadioMenuItem* group, gchar* label) c_gtk_radio_menu_item_new_with_label_from_widget; 7165 GtkWidget* function(GtkRadioMenuItem* group, gchar* label) c_gtk_radio_menu_item_new_with_mnemonic_from_widget; 7166 void function(GtkRadioMenuItem* radioMenuItem, GSList* group) c_gtk_radio_menu_item_set_group; 7167 GSList* function(GtkRadioMenuItem* radioMenuItem) c_gtk_radio_menu_item_get_group; 7168 7169 // gtk.CheckMenuItem 7170 7171 GtkWidget* function() c_gtk_check_menu_item_new; 7172 GtkWidget* function(gchar* label) c_gtk_check_menu_item_new_with_label; 7173 GtkWidget* function(gchar* label) c_gtk_check_menu_item_new_with_mnemonic; 7174 gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_active; 7175 void function(GtkCheckMenuItem* checkMenuItem, gboolean isActive) c_gtk_check_menu_item_set_active; 7176 void function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_toggled; 7177 gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_inconsistent; 7178 void function(GtkCheckMenuItem* checkMenuItem, gboolean setting) c_gtk_check_menu_item_set_inconsistent; 7179 void function(GtkCheckMenuItem* checkMenuItem, gboolean drawAsRadio) c_gtk_check_menu_item_set_draw_as_radio; 7180 gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_draw_as_radio; 7181 7182 // gtk.SeparatorMenuItem 7183 7184 GtkWidget* function() c_gtk_separator_menu_item_new; 7185 7186 // gtk.ToolShellT 7187 7188 7189 // gtk.ToolShellT 7190 7191 PangoEllipsizeMode function(GtkToolShell* shell) c_gtk_tool_shell_get_ellipsize_mode; 7192 GtkIconSize function(GtkToolShell* shell) c_gtk_tool_shell_get_icon_size; 7193 GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_orientation; 7194 GtkReliefStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_relief_style; 7195 GtkToolbarStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_style; 7196 gfloat function(GtkToolShell* shell) c_gtk_tool_shell_get_text_alignment; 7197 GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_text_orientation; 7198 void function(GtkToolShell* shell) c_gtk_tool_shell_rebuild_menu; 7199 GtkSizeGroup* function(GtkToolShell* shell) c_gtk_tool_shell_get_text_size_group; 7200 7201 // gtk.Toolbar 7202 7203 GtkWidget* function() c_gtk_toolbar_new; 7204 void function(GtkToolbar* toolbar, GtkToolItem* item, gint pos) c_gtk_toolbar_insert; 7205 gint function(GtkToolbar* toolbar, GtkToolItem* item) c_gtk_toolbar_get_item_index; 7206 gint function(GtkToolbar* toolbar) c_gtk_toolbar_get_n_items; 7207 GtkToolItem* function(GtkToolbar* toolbar, gint n) c_gtk_toolbar_get_nth_item; 7208 gint function(GtkToolbar* toolbar, gint x, gint y) c_gtk_toolbar_get_drop_index; 7209 void function(GtkToolbar* toolbar, GtkToolItem* toolItem, gint index) c_gtk_toolbar_set_drop_highlight_item; 7210 void function(GtkToolbar* toolbar, gboolean showArrow) c_gtk_toolbar_set_show_arrow; 7211 void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_icon_size; 7212 gboolean function(GtkToolbar* toolbar) c_gtk_toolbar_get_show_arrow; 7213 GtkToolbarStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_style; 7214 GtkIconSize function(GtkToolbar* toolbar) c_gtk_toolbar_get_icon_size; 7215 GtkReliefStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_relief_style; 7216 void function(GtkToolbar* toolbar, GtkToolbarStyle style) c_gtk_toolbar_set_style; 7217 void function(GtkToolbar* toolbar, GtkIconSize iconSize) c_gtk_toolbar_set_icon_size; 7218 void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_style; 7219 7220 // gtk.ToolItem 7221 7222 GtkToolItem* function() c_gtk_tool_item_new; 7223 void function(GtkToolItem* toolItem, gboolean homogeneous) c_gtk_tool_item_set_homogeneous; 7224 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_homogeneous; 7225 void function(GtkToolItem* toolItem, gboolean expand) c_gtk_tool_item_set_expand; 7226 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_expand; 7227 void function(GtkToolItem* toolItem, gchar* text) c_gtk_tool_item_set_tooltip_text; 7228 void function(GtkToolItem* toolItem, gchar* markup) c_gtk_tool_item_set_tooltip_markup; 7229 void function(GtkToolItem* toolItem, gboolean useDragWindow) c_gtk_tool_item_set_use_drag_window; 7230 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_use_drag_window; 7231 void function(GtkToolItem* toolItem, gboolean visibleHorizontal) c_gtk_tool_item_set_visible_horizontal; 7232 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_horizontal; 7233 void function(GtkToolItem* toolItem, gboolean visibleVertical) c_gtk_tool_item_set_visible_vertical; 7234 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_vertical; 7235 void function(GtkToolItem* toolItem, gboolean isImportant) c_gtk_tool_item_set_is_important; 7236 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_is_important; 7237 PangoEllipsizeMode function(GtkToolItem* toolItem) c_gtk_tool_item_get_ellipsize_mode; 7238 GtkIconSize function(GtkToolItem* toolItem) c_gtk_tool_item_get_icon_size; 7239 GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_orientation; 7240 GtkToolbarStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_toolbar_style; 7241 GtkReliefStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_relief_style; 7242 gfloat function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_alignment; 7243 GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_orientation; 7244 GtkWidget* function(GtkToolItem* toolItem) c_gtk_tool_item_retrieve_proxy_menu_item; 7245 GtkWidget* function(GtkToolItem* toolItem, gchar* menuItemId) c_gtk_tool_item_get_proxy_menu_item; 7246 void function(GtkToolItem* toolItem, gchar* menuItemId, GtkWidget* menuItem) c_gtk_tool_item_set_proxy_menu_item; 7247 void function(GtkToolItem* toolItem) c_gtk_tool_item_rebuild_menu; 7248 void function(GtkToolItem* toolItem) c_gtk_tool_item_toolbar_reconfigured; 7249 GtkSizeGroup* function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_size_group; 7250 7251 // gtk.ToolPalette 7252 7253 GtkWidget* function() c_gtk_tool_palette_new; 7254 gboolean function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_exclusive; 7255 void function(GtkToolPalette* palette, GtkToolItemGroup* group, gboolean exclusive) c_gtk_tool_palette_set_exclusive; 7256 gboolean function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_expand; 7257 void function(GtkToolPalette* palette, GtkToolItemGroup* group, gboolean expand) c_gtk_tool_palette_set_expand; 7258 gint function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_group_position; 7259 void function(GtkToolPalette* palette, GtkToolItemGroup* group, gint position) c_gtk_tool_palette_set_group_position; 7260 GtkIconSize function(GtkToolPalette* palette) c_gtk_tool_palette_get_icon_size; 7261 void function(GtkToolPalette* palette, GtkIconSize iconSize) c_gtk_tool_palette_set_icon_size; 7262 void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_icon_size; 7263 GtkToolbarStyle function(GtkToolPalette* palette) c_gtk_tool_palette_get_style; 7264 void function(GtkToolPalette* palette, GtkToolbarStyle style) c_gtk_tool_palette_set_style; 7265 void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_style; 7266 void function(GtkToolPalette* palette, GtkWidget* widget, GtkDestDefaults flags, GtkToolPaletteDragTargets targets, GdkDragAction actions) c_gtk_tool_palette_add_drag_dest; 7267 GtkWidget* function(GtkToolPalette* palette, GtkSelectionData* selection) c_gtk_tool_palette_get_drag_item; 7268 GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_group; 7269 GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_item; 7270 GtkToolItemGroup* function(GtkToolPalette* palette, gint x, gint y) c_gtk_tool_palette_get_drop_group; 7271 GtkToolItem* function(GtkToolPalette* palette, gint x, gint y) c_gtk_tool_palette_get_drop_item; 7272 void function(GtkToolPalette* palette, GtkToolPaletteDragTargets targets) c_gtk_tool_palette_set_drag_source; 7273 GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_hadjustment; 7274 GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_vadjustment; 7275 7276 // gtk.ToolItemGroup 7277 7278 gboolean function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_collapsed; 7279 GtkToolItem* function(GtkToolItemGroup* group, gint x, gint y) c_gtk_tool_item_group_get_drop_item; 7280 PangoEllipsizeMode function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_ellipsize; 7281 gint function(GtkToolItemGroup* group, GtkToolItem* item) c_gtk_tool_item_group_get_item_position; 7282 guint function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_n_items; 7283 gchar* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label; 7284 GtkWidget* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label_widget; 7285 GtkToolItem* function(GtkToolItemGroup* group, guint index) c_gtk_tool_item_group_get_nth_item; 7286 GtkReliefStyle function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_header_relief; 7287 void function(GtkToolItemGroup* group, GtkToolItem* item, gint position) c_gtk_tool_item_group_insert; 7288 GtkWidget* function(gchar* label) c_gtk_tool_item_group_new; 7289 void function(GtkToolItemGroup* group, gboolean collapsed) c_gtk_tool_item_group_set_collapsed; 7290 void function(GtkToolItemGroup* group, PangoEllipsizeMode ellipsize) c_gtk_tool_item_group_set_ellipsize; 7291 void function(GtkToolItemGroup* group, GtkToolItem* item, gint position) c_gtk_tool_item_group_set_item_position; 7292 void function(GtkToolItemGroup* group, gchar* label) c_gtk_tool_item_group_set_label; 7293 void function(GtkToolItemGroup* group, GtkWidget* labelWidget) c_gtk_tool_item_group_set_label_widget; 7294 void function(GtkToolItemGroup* group, GtkReliefStyle style) c_gtk_tool_item_group_set_header_relief; 7295 7296 // gtk.SeparatorToolItem 7297 7298 GtkToolItem* function() c_gtk_separator_tool_item_new; 7299 void function(GtkSeparatorToolItem* item, gboolean draw) c_gtk_separator_tool_item_set_draw; 7300 gboolean function(GtkSeparatorToolItem* item) c_gtk_separator_tool_item_get_draw; 7301 7302 // gtk.ToolButton 7303 7304 GtkToolItem* function(GtkWidget* iconWidget, gchar* label) c_gtk_tool_button_new; 7305 GtkToolItem* function(gchar* stockId) c_gtk_tool_button_new_from_stock; 7306 void function(GtkToolButton* button, gchar* label) c_gtk_tool_button_set_label; 7307 gchar* function(GtkToolButton* button) c_gtk_tool_button_get_label; 7308 void function(GtkToolButton* button, gboolean useUnderline) c_gtk_tool_button_set_use_underline; 7309 gboolean function(GtkToolButton* button) c_gtk_tool_button_get_use_underline; 7310 void function(GtkToolButton* button, gchar* stockId) c_gtk_tool_button_set_stock_id; 7311 gchar* function(GtkToolButton* button) c_gtk_tool_button_get_stock_id; 7312 void function(GtkToolButton* button, gchar* iconName) c_gtk_tool_button_set_icon_name; 7313 gchar* function(GtkToolButton* button) c_gtk_tool_button_get_icon_name; 7314 void function(GtkToolButton* button, GtkWidget* iconWidget) c_gtk_tool_button_set_icon_widget; 7315 GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_icon_widget; 7316 void function(GtkToolButton* button, GtkWidget* labelWidget) c_gtk_tool_button_set_label_widget; 7317 GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_label_widget; 7318 7319 // gtk.MenuToolButton 7320 7321 GtkToolItem* function(GtkWidget* iconWidget, gchar* label) c_gtk_menu_tool_button_new; 7322 GtkToolItem* function(gchar* stockId) c_gtk_menu_tool_button_new_from_stock; 7323 void function(GtkMenuToolButton* button, GtkWidget* menu) c_gtk_menu_tool_button_set_menu; 7324 GtkWidget* function(GtkMenuToolButton* button) c_gtk_menu_tool_button_get_menu; 7325 void function(GtkMenuToolButton* button, gchar* text) c_gtk_menu_tool_button_set_arrow_tooltip_text; 7326 void function(GtkMenuToolButton* button, gchar* markup) c_gtk_menu_tool_button_set_arrow_tooltip_markup; 7327 7328 // gtk.ToggleToolButton 7329 7330 GtkToolItem* function() c_gtk_toggle_tool_button_new; 7331 GtkToolItem* function(gchar* stockId) c_gtk_toggle_tool_button_new_from_stock; 7332 void function(GtkToggleToolButton* button, gboolean isActive) c_gtk_toggle_tool_button_set_active; 7333 gboolean function(GtkToggleToolButton* button) c_gtk_toggle_tool_button_get_active; 7334 7335 // gtk.RadioToolButton 7336 7337 GtkToolItem* function(GSList* group) c_gtk_radio_tool_button_new; 7338 GtkToolItem* function(GSList* group, gchar* stockId) c_gtk_radio_tool_button_new_from_stock; 7339 GtkToolItem* function(GtkRadioToolButton* group) c_gtk_radio_tool_button_new_from_widget; 7340 GtkToolItem* function(GtkRadioToolButton* group, gchar* stockId) c_gtk_radio_tool_button_new_with_stock_from_widget; 7341 GSList* function(GtkRadioToolButton* button) c_gtk_radio_tool_button_get_group; 7342 void function(GtkRadioToolButton* button, GSList* group) c_gtk_radio_tool_button_set_group; 7343 7344 // gtk.ColorChooserT 7345 7346 7347 // gtk.ColorChooserT 7348 7349 void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_get_rgba; 7350 void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_set_rgba; 7351 gboolean function(GtkColorChooser* chooser) c_gtk_color_chooser_get_use_alpha; 7352 void function(GtkColorChooser* chooser, gboolean useAlpha) c_gtk_color_chooser_set_use_alpha; 7353 void function(GtkColorChooser* chooser, GtkOrientation orientation, gint colorsPerLine, gint nColors, GdkRGBA* colors) c_gtk_color_chooser_add_palette; 7354 7355 // gtk.ColorButton 7356 7357 GtkWidget* function() c_gtk_color_button_new; 7358 GtkWidget* function(GdkColor* color) c_gtk_color_button_new_with_color; 7359 GtkWidget* function(GdkRGBA* rgba) c_gtk_color_button_new_with_rgba; 7360 void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_set_color; 7361 void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_get_color; 7362 void function(GtkColorButton* button, guint16 alpha) c_gtk_color_button_set_alpha; 7363 guint16 function(GtkColorButton* button) c_gtk_color_button_get_alpha; 7364 void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_set_rgba; 7365 void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_get_rgba; 7366 void function(GtkColorButton* button, gboolean useAlpha) c_gtk_color_button_set_use_alpha; 7367 gboolean function(GtkColorButton* button) c_gtk_color_button_get_use_alpha; 7368 void function(GtkColorButton* button, gchar* title) c_gtk_color_button_set_title; 7369 gchar* function(GtkColorButton* button) c_gtk_color_button_get_title; 7370 7371 // gtk.ColorChooserWidget 7372 7373 GtkWidget* function() c_gtk_color_chooser_widget_new; 7374 7375 // gtk.ColorChooserDialog 7376 7377 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_color_chooser_dialog_new; 7378 7379 // gtk.FileChooserT 7380 7381 7382 // gtk.FileChooserT 7383 7384 void function(GtkFileChooser* chooser, GtkFileChooserAction action) c_gtk_file_chooser_set_action; 7385 GtkFileChooserAction function(GtkFileChooser* chooser) c_gtk_file_chooser_get_action; 7386 void function(GtkFileChooser* chooser, gboolean localOnly) c_gtk_file_chooser_set_local_only; 7387 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_local_only; 7388 void function(GtkFileChooser* chooser, gboolean selectMultiple) c_gtk_file_chooser_set_select_multiple; 7389 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_select_multiple; 7390 void function(GtkFileChooser* chooser, gboolean showHidden) c_gtk_file_chooser_set_show_hidden; 7391 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_show_hidden; 7392 void function(GtkFileChooser* chooser, gboolean doOverwriteConfirmation) c_gtk_file_chooser_set_do_overwrite_confirmation; 7393 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_do_overwrite_confirmation; 7394 void function(GtkFileChooser* chooser, gboolean createFolders) c_gtk_file_chooser_set_create_folders; 7395 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_create_folders; 7396 void function(GtkFileChooser* chooser, gchar* name) c_gtk_file_chooser_set_current_name; 7397 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_name; 7398 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filename; 7399 gboolean function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_set_filename; 7400 gboolean function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_select_filename; 7401 void function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_unselect_filename; 7402 void function(GtkFileChooser* chooser) c_gtk_file_chooser_select_all; 7403 void function(GtkFileChooser* chooser) c_gtk_file_chooser_unselect_all; 7404 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filenames; 7405 gboolean function(GtkFileChooser* chooser, gchar* filename) c_gtk_file_chooser_set_current_folder; 7406 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder; 7407 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uri; 7408 gboolean function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_set_uri; 7409 gboolean function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_select_uri; 7410 void function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_unselect_uri; 7411 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uris; 7412 gboolean function(GtkFileChooser* chooser, gchar* uri) c_gtk_file_chooser_set_current_folder_uri; 7413 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_uri; 7414 void function(GtkFileChooser* chooser, GtkWidget* previewWidget) c_gtk_file_chooser_set_preview_widget; 7415 GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget; 7416 void function(GtkFileChooser* chooser, gboolean active) c_gtk_file_chooser_set_preview_widget_active; 7417 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget_active; 7418 void function(GtkFileChooser* chooser, gboolean useLabel) c_gtk_file_chooser_set_use_preview_label; 7419 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_use_preview_label; 7420 char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_filename; 7421 char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_uri; 7422 void function(GtkFileChooser* chooser, GtkWidget* extraWidget) c_gtk_file_chooser_set_extra_widget; 7423 GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_extra_widget; 7424 void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_add_filter; 7425 void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_remove_filter; 7426 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_filters; 7427 void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_set_filter; 7428 GtkFileFilter* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filter; 7429 gboolean function(GtkFileChooser* chooser, char* folder, GError** error) c_gtk_file_chooser_add_shortcut_folder; 7430 gboolean function(GtkFileChooser* chooser, char* folder, GError** error) c_gtk_file_chooser_remove_shortcut_folder; 7431 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folders; 7432 gboolean function(GtkFileChooser* chooser, char* uri, GError** error) c_gtk_file_chooser_add_shortcut_folder_uri; 7433 gboolean function(GtkFileChooser* chooser, char* uri, GError** error) c_gtk_file_chooser_remove_shortcut_folder_uri; 7434 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folder_uris; 7435 GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_file; 7436 GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_file; 7437 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_files; 7438 GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_file; 7439 gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_select_file; 7440 gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_set_current_folder_file; 7441 gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_set_file; 7442 void function(GtkFileChooser* chooser, GFile* file) c_gtk_file_chooser_unselect_file; 7443 7444 // gtk.FileChooserButton 7445 7446 GtkWidget* function(gchar* title, GtkFileChooserAction action) c_gtk_file_chooser_button_new; 7447 GtkWidget* function(GtkWidget* dialog) c_gtk_file_chooser_button_new_with_dialog; 7448 gchar* function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_title; 7449 void function(GtkFileChooserButton* button, gchar* title) c_gtk_file_chooser_button_set_title; 7450 gint function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_width_chars; 7451 void function(GtkFileChooserButton* button, gint nChars) c_gtk_file_chooser_button_set_width_chars; 7452 gboolean function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_focus_on_click; 7453 void function(GtkFileChooserButton* button, gboolean focusOnClick) c_gtk_file_chooser_button_set_focus_on_click; 7454 7455 // gtk.FileChooserDialog 7456 7457 GtkWidget* function(gchar* title, GtkWindow* parent, GtkFileChooserAction action, gchar* firstButtonText, ... ) c_gtk_file_chooser_dialog_new; 7458 7459 // gtk.FileChooserWidget 7460 7461 GtkWidget* function(GtkFileChooserAction action) c_gtk_file_chooser_widget_new; 7462 7463 // gtk.FileFilter 7464 7465 GtkFileFilter* function() c_gtk_file_filter_new; 7466 void function(GtkFileFilter* filter, gchar* name) c_gtk_file_filter_set_name; 7467 gchar* function(GtkFileFilter* filter) c_gtk_file_filter_get_name; 7468 void function(GtkFileFilter* filter, gchar* mimeType) c_gtk_file_filter_add_mime_type; 7469 void function(GtkFileFilter* filter, gchar* pattern) c_gtk_file_filter_add_pattern; 7470 void function(GtkFileFilter* filter) c_gtk_file_filter_add_pixbuf_formats; 7471 void function(GtkFileFilter* filter, GtkFileFilterFlags needed, GtkFileFilterFunc func, void* data, GDestroyNotify notify) c_gtk_file_filter_add_custom; 7472 GtkFileFilterFlags function(GtkFileFilter* filter) c_gtk_file_filter_get_needed; 7473 gboolean function(GtkFileFilter* filter, GtkFileFilterInfo* filterInfo) c_gtk_file_filter_filter; 7474 7475 // gtk.FontChooserT 7476 7477 7478 // gtk.FontChooserT 7479 7480 PangoFontFamily* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_family; 7481 PangoFontFace* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_face; 7482 gint function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_size; 7483 gchar* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font; 7484 void function(GtkFontChooser* fontchooser, gchar* fontname) c_gtk_font_chooser_set_font; 7485 PangoFontDescription* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_desc; 7486 void function(GtkFontChooser* fontchooser, PangoFontDescription* fontDesc) c_gtk_font_chooser_set_font_desc; 7487 gchar* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_preview_text; 7488 void function(GtkFontChooser* fontchooser, gchar* text) c_gtk_font_chooser_set_preview_text; 7489 gboolean function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_show_preview_entry; 7490 void function(GtkFontChooser* fontchooser, gboolean showPreviewEntry) c_gtk_font_chooser_set_show_preview_entry; 7491 void function(GtkFontChooser* fontchooser, GtkFontFilterFunc filter, void* userData, GDestroyNotify destroy) c_gtk_font_chooser_set_filter_func; 7492 7493 // gtk.FontButton 7494 7495 GtkWidget* function() c_gtk_font_button_new; 7496 GtkWidget* function(gchar* fontname) c_gtk_font_button_new_with_font; 7497 gboolean function(GtkFontButton* fontButton, gchar* fontname) c_gtk_font_button_set_font_name; 7498 gchar* function(GtkFontButton* fontButton) c_gtk_font_button_get_font_name; 7499 void function(GtkFontButton* fontButton, gboolean showStyle) c_gtk_font_button_set_show_style; 7500 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_show_style; 7501 void function(GtkFontButton* fontButton, gboolean showSize) c_gtk_font_button_set_show_size; 7502 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_show_size; 7503 void function(GtkFontButton* fontButton, gboolean useFont) c_gtk_font_button_set_use_font; 7504 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_use_font; 7505 void function(GtkFontButton* fontButton, gboolean useSize) c_gtk_font_button_set_use_size; 7506 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_use_size; 7507 void function(GtkFontButton* fontButton, gchar* title) c_gtk_font_button_set_title; 7508 gchar* function(GtkFontButton* fontButton) c_gtk_font_button_get_title; 7509 7510 // gtk.FontChooserWidget 7511 7512 GtkWidget* function() c_gtk_font_chooser_widget_new; 7513 7514 // gtk.FontChooserDialog 7515 7516 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_font_chooser_dialog_new; 7517 7518 // gtk.PlacesSidebar 7519 7520 GtkWidget* function() c_gtk_places_sidebar_new; 7521 void function(GtkPlacesSidebar* sidebar, GtkPlacesOpenFlags flags) c_gtk_places_sidebar_set_open_flags; 7522 GtkPlacesOpenFlags function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_open_flags; 7523 void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_set_location; 7524 GFile* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_location; 7525 void function(GtkPlacesSidebar* sidebar, gboolean showDesktop) c_gtk_places_sidebar_set_show_desktop; 7526 gboolean function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_desktop; 7527 void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_add_shortcut; 7528 void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_remove_shortcut; 7529 GSList* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_list_shortcuts; 7530 GFile* function(GtkPlacesSidebar* sidebar, gint n) c_gtk_places_sidebar_get_nth_bookmark; 7531 gboolean function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_connect_to_server; 7532 void function(GtkPlacesSidebar* sidebar, gboolean showConnectToServer) c_gtk_places_sidebar_set_show_connect_to_server; 7533 7534 // gtk.Frame 7535 7536 GtkWidget* function(gchar* label) c_gtk_frame_new; 7537 void function(GtkFrame* frame, gchar* label) c_gtk_frame_set_label; 7538 void function(GtkFrame* frame, GtkWidget* labelWidget) c_gtk_frame_set_label_widget; 7539 void function(GtkFrame* frame, gfloat xalign, gfloat yalign) c_gtk_frame_set_label_align; 7540 void function(GtkFrame* frame, GtkShadowType type) c_gtk_frame_set_shadow_type; 7541 gchar* function(GtkFrame* frame) c_gtk_frame_get_label; 7542 void function(GtkFrame* frame, gfloat* xalign, gfloat* yalign) c_gtk_frame_get_label_align; 7543 GtkWidget* function(GtkFrame* frame) c_gtk_frame_get_label_widget; 7544 GtkShadowType function(GtkFrame* frame) c_gtk_frame_get_shadow_type; 7545 7546 // gtk.Separator 7547 7548 GtkWidget* function(GtkOrientation orientation) c_gtk_separator_new; 7549 7550 // gtk.Scrollbar 7551 7552 GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scrollbar_new; 7553 7554 // gtk.ScrolledWindow 7555 7556 GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_scrolled_window_new; 7557 GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hadjustment; 7558 GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vadjustment; 7559 GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hscrollbar; 7560 GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vscrollbar; 7561 void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType hscrollbarPolicy, GtkPolicyType vscrollbarPolicy) c_gtk_scrolled_window_set_policy; 7562 void function(GtkScrolledWindow* scrolledWindow, GtkWidget* child) c_gtk_scrolled_window_add_with_viewport; 7563 void function(GtkScrolledWindow* scrolledWindow, GtkCornerType windowPlacement) c_gtk_scrolled_window_set_placement; 7564 void function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_unset_placement; 7565 void function(GtkScrolledWindow* scrolledWindow, GtkShadowType type) c_gtk_scrolled_window_set_shadow_type; 7566 void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* hadjustment) c_gtk_scrolled_window_set_hadjustment; 7567 void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* vadjustment) c_gtk_scrolled_window_set_vadjustment; 7568 GtkCornerType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_placement; 7569 void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType* hscrollbarPolicy, GtkPolicyType* vscrollbarPolicy) c_gtk_scrolled_window_get_policy; 7570 GtkShadowType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_shadow_type; 7571 gint function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_width; 7572 void function(GtkScrolledWindow* scrolledWindow, gint width) c_gtk_scrolled_window_set_min_content_width; 7573 gint function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_height; 7574 void function(GtkScrolledWindow* scrolledWindow, gint height) c_gtk_scrolled_window_set_min_content_height; 7575 void function(GtkScrolledWindow* scrolledWindow, gboolean kineticScrolling) c_gtk_scrolled_window_set_kinetic_scrolling; 7576 gboolean function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_kinetic_scrolling; 7577 void function(GtkScrolledWindow* scrolledWindow, gboolean captureButtonPress) c_gtk_scrolled_window_set_capture_button_press; 7578 gboolean function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_capture_button_press; 7579 7580 // gtk.ScrollableT 7581 7582 7583 // gtk.ScrollableT 7584 7585 GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_hadjustment; 7586 void function(GtkScrollable* scrollable, GtkAdjustment* hadjustment) c_gtk_scrollable_set_hadjustment; 7587 GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_vadjustment; 7588 void function(GtkScrollable* scrollable, GtkAdjustment* vadjustment) c_gtk_scrollable_set_vadjustment; 7589 GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_hscroll_policy; 7590 void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_hscroll_policy; 7591 GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_vscroll_policy; 7592 void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_vscroll_policy; 7593 7594 // gtk.PrintOperation 7595 7596 GtkPrintOperation* function() c_gtk_print_operation_new; 7597 void function(GtkPrintOperation* op, gboolean allowAsync) c_gtk_print_operation_set_allow_async; 7598 void function(GtkPrintOperation* op, GError** error) c_gtk_print_operation_get_error; 7599 void function(GtkPrintOperation* op, GtkPageSetup* defaultPageSetup) c_gtk_print_operation_set_default_page_setup; 7600 GtkPageSetup* function(GtkPrintOperation* op) c_gtk_print_operation_get_default_page_setup; 7601 void function(GtkPrintOperation* op, GtkPrintSettings* printSettings) c_gtk_print_operation_set_print_settings; 7602 GtkPrintSettings* function(GtkPrintOperation* op) c_gtk_print_operation_get_print_settings; 7603 void function(GtkPrintOperation* op, gchar* jobName) c_gtk_print_operation_set_job_name; 7604 void function(GtkPrintOperation* op, gint nPages) c_gtk_print_operation_set_n_pages; 7605 gint function(GtkPrintOperation* op) c_gtk_print_operation_get_n_pages_to_print; 7606 void function(GtkPrintOperation* op, gint currentPage) c_gtk_print_operation_set_current_page; 7607 void function(GtkPrintOperation* op, gboolean fullPage) c_gtk_print_operation_set_use_full_page; 7608 void function(GtkPrintOperation* op, GtkUnit unit) c_gtk_print_operation_set_unit; 7609 void function(GtkPrintOperation* op, gchar* filename) c_gtk_print_operation_set_export_filename; 7610 void function(GtkPrintOperation* op, gboolean showProgress) c_gtk_print_operation_set_show_progress; 7611 void function(GtkPrintOperation* op, gboolean trackStatus) c_gtk_print_operation_set_track_print_status; 7612 void function(GtkPrintOperation* op, gchar* label) c_gtk_print_operation_set_custom_tab_label; 7613 GtkPrintOperationResult function(GtkPrintOperation* op, GtkPrintOperationAction action, GtkWindow* parent, GError** error) c_gtk_print_operation_run; 7614 void function(GtkPrintOperation* op) c_gtk_print_operation_cancel; 7615 void function(GtkPrintOperation* op) c_gtk_print_operation_draw_page_finish; 7616 void function(GtkPrintOperation* op) c_gtk_print_operation_set_defer_drawing; 7617 GtkPrintStatus function(GtkPrintOperation* op) c_gtk_print_operation_get_status; 7618 gchar* function(GtkPrintOperation* op) c_gtk_print_operation_get_status_string; 7619 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_is_finished; 7620 void function(GtkPrintOperation* op, gboolean supportSelection) c_gtk_print_operation_set_support_selection; 7621 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_support_selection; 7622 void function(GtkPrintOperation* op, gboolean hasSelection) c_gtk_print_operation_set_has_selection; 7623 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_has_selection; 7624 void function(GtkPrintOperation* op, gboolean embed) c_gtk_print_operation_set_embed_page_setup; 7625 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_embed_page_setup; 7626 GtkPageSetup* function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings) c_gtk_print_run_page_setup_dialog; 7627 void function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings, GtkPageSetupDoneFunc doneCb, void* data) c_gtk_print_run_page_setup_dialog_async; 7628 7629 // gtk.PrintOperationPreviewT 7630 7631 7632 // gtk.PrintOperationPreviewT 7633 7634 void function(GtkPrintOperationPreview* preview) c_gtk_print_operation_preview_end_preview; 7635 gboolean function(GtkPrintOperationPreview* preview, gint pageNr) c_gtk_print_operation_preview_is_selected; 7636 void function(GtkPrintOperationPreview* preview, gint pageNr) c_gtk_print_operation_preview_render_page; 7637 7638 // gtk.PrintContext 7639 7640 cairo_t* function(GtkPrintContext* context) c_gtk_print_context_get_cairo_context; 7641 void function(GtkPrintContext* context, cairo_t* cr, double dpiX, double dpiY) c_gtk_print_context_set_cairo_context; 7642 GtkPageSetup* function(GtkPrintContext* context) c_gtk_print_context_get_page_setup; 7643 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_width; 7644 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_height; 7645 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_dpi_x; 7646 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_dpi_y; 7647 PangoFontMap* function(GtkPrintContext* context) c_gtk_print_context_get_pango_fontmap; 7648 PangoContext* function(GtkPrintContext* context) c_gtk_print_context_create_pango_context; 7649 PangoLayout* function(GtkPrintContext* context) c_gtk_print_context_create_pango_layout; 7650 gboolean function(GtkPrintContext* context, gdouble* top, gdouble* bottom, gdouble* left, gdouble* right) c_gtk_print_context_get_hard_margins; 7651 7652 // gtk.PrintSettings 7653 7654 GtkPrintSettings* function() c_gtk_print_settings_new; 7655 GtkPrintSettings* function(GtkPrintSettings* other) c_gtk_print_settings_copy; 7656 gboolean function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_has_key; 7657 gchar* function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get; 7658 void function(GtkPrintSettings* settings, gchar* key, gchar* value) c_gtk_print_settings_set; 7659 void function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_unset; 7660 void function(GtkPrintSettings* settings, GtkPrintSettingsFunc func, void* userData) c_gtk_print_settings_foreach; 7661 gboolean function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_bool; 7662 void function(GtkPrintSettings* settings, gchar* key, gboolean value) c_gtk_print_settings_set_bool; 7663 gdouble function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_double; 7664 gdouble function(GtkPrintSettings* settings, gchar* key, gdouble def) c_gtk_print_settings_get_double_with_default; 7665 void function(GtkPrintSettings* settings, gchar* key, gdouble value) c_gtk_print_settings_set_double; 7666 gdouble function(GtkPrintSettings* settings, gchar* key, GtkUnit unit) c_gtk_print_settings_get_length; 7667 void function(GtkPrintSettings* settings, gchar* key, gdouble value, GtkUnit unit) c_gtk_print_settings_set_length; 7668 gint function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_int; 7669 gint function(GtkPrintSettings* settings, gchar* key, gint def) c_gtk_print_settings_get_int_with_default; 7670 void function(GtkPrintSettings* settings, gchar* key, gint value) c_gtk_print_settings_set_int; 7671 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer; 7672 void function(GtkPrintSettings* settings, gchar* printer) c_gtk_print_settings_set_printer; 7673 GtkPageOrientation function(GtkPrintSettings* settings) c_gtk_print_settings_get_orientation; 7674 void function(GtkPrintSettings* settings, GtkPageOrientation orientation) c_gtk_print_settings_set_orientation; 7675 GtkPaperSize* function(GtkPrintSettings* settings) c_gtk_print_settings_get_paper_size; 7676 void function(GtkPrintSettings* settings, GtkPaperSize* paperSize) c_gtk_print_settings_set_paper_size; 7677 gdouble function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_width; 7678 void function(GtkPrintSettings* settings, gdouble width, GtkUnit unit) c_gtk_print_settings_set_paper_width; 7679 gdouble function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_height; 7680 void function(GtkPrintSettings* settings, gdouble height, GtkUnit unit) c_gtk_print_settings_set_paper_height; 7681 gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_use_color; 7682 void function(GtkPrintSettings* settings, gboolean useColor) c_gtk_print_settings_set_use_color; 7683 gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_collate; 7684 void function(GtkPrintSettings* settings, gboolean collate) c_gtk_print_settings_set_collate; 7685 gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_reverse; 7686 void function(GtkPrintSettings* settings, gboolean reverse) c_gtk_print_settings_set_reverse; 7687 GtkPrintDuplex function(GtkPrintSettings* settings) c_gtk_print_settings_get_duplex; 7688 void function(GtkPrintSettings* settings, GtkPrintDuplex duplex) c_gtk_print_settings_set_duplex; 7689 GtkPrintQuality function(GtkPrintSettings* settings) c_gtk_print_settings_get_quality; 7690 void function(GtkPrintSettings* settings, GtkPrintQuality quality) c_gtk_print_settings_set_quality; 7691 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_n_copies; 7692 void function(GtkPrintSettings* settings, gint numCopies) c_gtk_print_settings_set_n_copies; 7693 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up; 7694 void function(GtkPrintSettings* settings, gint numberUp) c_gtk_print_settings_set_number_up; 7695 GtkNumberUpLayout function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up_layout; 7696 void function(GtkPrintSettings* settings, GtkNumberUpLayout numberUpLayout) c_gtk_print_settings_set_number_up_layout; 7697 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution; 7698 void function(GtkPrintSettings* settings, gint resolution) c_gtk_print_settings_set_resolution; 7699 void function(GtkPrintSettings* settings, gint resolutionX, gint resolutionY) c_gtk_print_settings_set_resolution_xy; 7700 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_x; 7701 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_y; 7702 gdouble function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer_lpi; 7703 void function(GtkPrintSettings* settings, gdouble lpi) c_gtk_print_settings_set_printer_lpi; 7704 gdouble function(GtkPrintSettings* settings) c_gtk_print_settings_get_scale; 7705 void function(GtkPrintSettings* settings, gdouble scale) c_gtk_print_settings_set_scale; 7706 GtkPrintPages function(GtkPrintSettings* settings) c_gtk_print_settings_get_print_pages; 7707 void function(GtkPrintSettings* settings, GtkPrintPages pages) c_gtk_print_settings_set_print_pages; 7708 GtkPageRange* function(GtkPrintSettings* settings, gint* numRanges) c_gtk_print_settings_get_page_ranges; 7709 void function(GtkPrintSettings* settings, GtkPageRange* pageRanges, gint numRanges) c_gtk_print_settings_set_page_ranges; 7710 GtkPageSet function(GtkPrintSettings* settings) c_gtk_print_settings_get_page_set; 7711 void function(GtkPrintSettings* settings, GtkPageSet pageSet) c_gtk_print_settings_set_page_set; 7712 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_default_source; 7713 void function(GtkPrintSettings* settings, gchar* defaultSource) c_gtk_print_settings_set_default_source; 7714 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_media_type; 7715 void function(GtkPrintSettings* settings, gchar* mediaType) c_gtk_print_settings_set_media_type; 7716 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_dither; 7717 void function(GtkPrintSettings* settings, gchar* dither) c_gtk_print_settings_set_dither; 7718 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_finishings; 7719 void function(GtkPrintSettings* settings, gchar* finishings) c_gtk_print_settings_set_finishings; 7720 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_output_bin; 7721 void function(GtkPrintSettings* settings, gchar* outputBin) c_gtk_print_settings_set_output_bin; 7722 GtkPrintSettings* function(gchar* fileName, GError** error) c_gtk_print_settings_new_from_file; 7723 GtkPrintSettings* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_print_settings_new_from_key_file; 7724 gboolean function(GtkPrintSettings* settings, gchar* fileName, GError** error) c_gtk_print_settings_load_file; 7725 gboolean function(GtkPrintSettings* settings, GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_print_settings_load_key_file; 7726 gboolean function(GtkPrintSettings* settings, gchar* fileName, GError** error) c_gtk_print_settings_to_file; 7727 void function(GtkPrintSettings* settings, GKeyFile* keyFile, gchar* groupName) c_gtk_print_settings_to_key_file; 7728 7729 // gtk.PageSetup 7730 7731 GtkPageSetup* function() c_gtk_page_setup_new; 7732 GtkPageSetup* function(GtkPageSetup* other) c_gtk_page_setup_copy; 7733 GtkPageOrientation function(GtkPageSetup* setup) c_gtk_page_setup_get_orientation; 7734 void function(GtkPageSetup* setup, GtkPageOrientation orientation) c_gtk_page_setup_set_orientation; 7735 GtkPaperSize* function(GtkPageSetup* setup) c_gtk_page_setup_get_paper_size; 7736 void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size; 7737 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_top_margin; 7738 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_top_margin; 7739 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_bottom_margin; 7740 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_bottom_margin; 7741 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_left_margin; 7742 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_left_margin; 7743 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_right_margin; 7744 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_right_margin; 7745 void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size_and_default_margins; 7746 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_width; 7747 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_height; 7748 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_width; 7749 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_height; 7750 GtkPageSetup* function(gchar* fileName, GError** error) c_gtk_page_setup_new_from_file; 7751 GtkPageSetup* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_page_setup_new_from_key_file; 7752 gboolean function(GtkPageSetup* setup, char* fileName, GError** error) c_gtk_page_setup_load_file; 7753 gboolean function(GtkPageSetup* setup, GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_page_setup_load_key_file; 7754 gboolean function(GtkPageSetup* setup, char* fileName, GError** error) c_gtk_page_setup_to_file; 7755 void function(GtkPageSetup* setup, GKeyFile* keyFile, gchar* groupName) c_gtk_page_setup_to_key_file; 7756 7757 // gtk.PaperSize 7758 7759 GtkPaperSize* function(gchar* name) c_gtk_paper_size_new; 7760 GtkPaperSize* function(gchar* ppdName, gchar* ppdDisplayName, gdouble width, gdouble height) c_gtk_paper_size_new_from_ppd; 7761 GtkPaperSize* function(gchar* name, gchar* displayName, gdouble width, gdouble height, GtkUnit unit) c_gtk_paper_size_new_custom; 7762 GtkPaperSize* function(GtkPaperSize* other) c_gtk_paper_size_copy; 7763 void function(GtkPaperSize* size) c_gtk_paper_size_free; 7764 gboolean function(GtkPaperSize* size1, GtkPaperSize* size2) c_gtk_paper_size_is_equal; 7765 GList* function(gboolean includeCustom) c_gtk_paper_size_get_paper_sizes; 7766 gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_name; 7767 gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_display_name; 7768 gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_ppd_name; 7769 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_width; 7770 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_height; 7771 gboolean function(GtkPaperSize* size) c_gtk_paper_size_is_custom; 7772 void function(GtkPaperSize* size, gdouble width, gdouble height, GtkUnit unit) c_gtk_paper_size_set_size; 7773 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_top_margin; 7774 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_bottom_margin; 7775 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_left_margin; 7776 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_right_margin; 7777 gchar* function() c_gtk_paper_size_get_default; 7778 GtkPaperSize* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_paper_size_new_from_key_file; 7779 void function(GtkPaperSize* size, GKeyFile* keyFile, gchar* groupName) c_gtk_paper_size_to_key_file; 7780 7781 // gtk.Printer 7782 7783 GtkPrinter* function(gchar* name, GtkPrintBackend* backend, gboolean virtua) c_gtk_printer_new; 7784 GtkPrintBackend* function(GtkPrinter* printer) c_gtk_printer_get_backend; 7785 gchar* function(GtkPrinter* printer) c_gtk_printer_get_name; 7786 gchar* function(GtkPrinter* printer) c_gtk_printer_get_state_message; 7787 gchar* function(GtkPrinter* printer) c_gtk_printer_get_description; 7788 gchar* function(GtkPrinter* printer) c_gtk_printer_get_location; 7789 gchar* function(GtkPrinter* printer) c_gtk_printer_get_icon_name; 7790 gint function(GtkPrinter* printer) c_gtk_printer_get_job_count; 7791 gboolean function(GtkPrinter* printer) c_gtk_printer_is_active; 7792 gboolean function(GtkPrinter* printer) c_gtk_printer_is_paused; 7793 gboolean function(GtkPrinter* printer) c_gtk_printer_is_accepting_jobs; 7794 gboolean function(GtkPrinter* printer) c_gtk_printer_is_virtual; 7795 gboolean function(GtkPrinter* printer) c_gtk_printer_is_default; 7796 gboolean function(GtkPrinter* printer) c_gtk_printer_accepts_ps; 7797 gboolean function(GtkPrinter* printer) c_gtk_printer_accepts_pdf; 7798 GList* function(GtkPrinter* printer) c_gtk_printer_list_papers; 7799 gint function(GtkPrinter* a, GtkPrinter* b) c_gtk_printer_compare; 7800 gboolean function(GtkPrinter* printer) c_gtk_printer_has_details; 7801 void function(GtkPrinter* printer) c_gtk_printer_request_details; 7802 GtkPrintCapabilities function(GtkPrinter* printer) c_gtk_printer_get_capabilities; 7803 GtkPageSetup* function(GtkPrinter* printer) c_gtk_printer_get_default_page_size; 7804 gboolean function(GtkPrinter* printer, gdouble* top, gdouble* bottom, gdouble* left, gdouble* right) c_gtk_printer_get_hard_margins; 7805 void function(GtkPrinterFunc func, void* data, GDestroyNotify destroy, gboolean wait) c_gtk_enumerate_printers; 7806 7807 // gtk.PrintJob 7808 7809 GtkPrintJob* function(gchar* title, GtkPrinter* printer, GtkPrintSettings* settings, GtkPageSetup* pageSetup) c_gtk_print_job_new; 7810 GtkPrintSettings* function(GtkPrintJob* job) c_gtk_print_job_get_settings; 7811 GtkPrinter* function(GtkPrintJob* job) c_gtk_print_job_get_printer; 7812 gchar* function(GtkPrintJob* job) c_gtk_print_job_get_title; 7813 GtkPrintStatus function(GtkPrintJob* job) c_gtk_print_job_get_status; 7814 gboolean function(GtkPrintJob* job, gchar* filename, GError** error) c_gtk_print_job_set_source_file; 7815 cairo_surface_t* function(GtkPrintJob* job, GError** error) c_gtk_print_job_get_surface; 7816 void function(GtkPrintJob* job, GtkPrintJobCompleteFunc callback, void* userData, GDestroyNotify dnotify) c_gtk_print_job_send; 7817 void function(GtkPrintJob* job, gboolean trackStatus) c_gtk_print_job_set_track_print_status; 7818 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_track_print_status; 7819 GtkPrintPages function(GtkPrintJob* job) c_gtk_print_job_get_pages; 7820 void function(GtkPrintJob* job, GtkPrintPages pages) c_gtk_print_job_set_pages; 7821 GtkPageRange* function(GtkPrintJob* job, gint* nRanges) c_gtk_print_job_get_page_ranges; 7822 void function(GtkPrintJob* job, GtkPageRange* ranges, gint nRanges) c_gtk_print_job_set_page_ranges; 7823 GtkPageSet function(GtkPrintJob* job) c_gtk_print_job_get_page_set; 7824 void function(GtkPrintJob* job, GtkPageSet pageSet) c_gtk_print_job_set_page_set; 7825 gint function(GtkPrintJob* job) c_gtk_print_job_get_num_copies; 7826 void function(GtkPrintJob* job, gint numCopies) c_gtk_print_job_set_num_copies; 7827 gdouble function(GtkPrintJob* job) c_gtk_print_job_get_scale; 7828 void function(GtkPrintJob* job, gdouble scale) c_gtk_print_job_set_scale; 7829 guint function(GtkPrintJob* job) c_gtk_print_job_get_n_up; 7830 void function(GtkPrintJob* job, guint nUp) c_gtk_print_job_set_n_up; 7831 GtkNumberUpLayout function(GtkPrintJob* job) c_gtk_print_job_get_n_up_layout; 7832 void function(GtkPrintJob* job, GtkNumberUpLayout layout) c_gtk_print_job_set_n_up_layout; 7833 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_rotate; 7834 void function(GtkPrintJob* job, gboolean rotate) c_gtk_print_job_set_rotate; 7835 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_collate; 7836 void function(GtkPrintJob* job, gboolean collate) c_gtk_print_job_set_collate; 7837 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_reverse; 7838 void function(GtkPrintJob* job, gboolean reverse) c_gtk_print_job_set_reverse; 7839 7840 // gtk.PrintUnixDialog 7841 7842 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_print_unix_dialog_new; 7843 void function(GtkPrintUnixDialog* dialog, GtkPageSetup* pageSetup) c_gtk_print_unix_dialog_set_page_setup; 7844 GtkPageSetup* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_page_setup; 7845 void function(GtkPrintUnixDialog* dialog, gint currentPage) c_gtk_print_unix_dialog_set_current_page; 7846 gint function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_current_page; 7847 void function(GtkPrintUnixDialog* dialog, GtkPrintSettings* settings) c_gtk_print_unix_dialog_set_settings; 7848 GtkPrintSettings* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_settings; 7849 GtkPrinter* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_selected_printer; 7850 void function(GtkPrintUnixDialog* dialog, GtkWidget* child, GtkWidget* tabLabel) c_gtk_print_unix_dialog_add_custom_tab; 7851 void function(GtkPrintUnixDialog* dialog, gboolean supportSelection) c_gtk_print_unix_dialog_set_support_selection; 7852 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_support_selection; 7853 void function(GtkPrintUnixDialog* dialog, gboolean hasSelection) c_gtk_print_unix_dialog_set_has_selection; 7854 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_has_selection; 7855 void function(GtkPrintUnixDialog* dialog, gboolean embed) c_gtk_print_unix_dialog_set_embed_page_setup; 7856 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_embed_page_setup; 7857 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_page_setup_set; 7858 void function(GtkPrintUnixDialog* dialog, GtkPrintCapabilities capabilities) c_gtk_print_unix_dialog_set_manual_capabilities; 7859 GtkPrintCapabilities function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_manual_capabilities; 7860 7861 // gtk.PageSetupUnixDialog 7862 7863 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_page_setup_unix_dialog_new; 7864 void function(GtkPageSetupUnixDialog* dialog, GtkPageSetup* pageSetup) c_gtk_page_setup_unix_dialog_set_page_setup; 7865 GtkPageSetup* function(GtkPageSetupUnixDialog* dialog) c_gtk_page_setup_unix_dialog_get_page_setup; 7866 void function(GtkPageSetupUnixDialog* dialog, GtkPrintSettings* printSettings) c_gtk_page_setup_unix_dialog_set_print_settings; 7867 GtkPrintSettings* function(GtkPageSetupUnixDialog* dialog) c_gtk_page_setup_unix_dialog_get_print_settings; 7868 7869 // gtk.Adjustment 7870 7871 GtkAdjustment* function(gdouble value, gdouble lower, gdouble upper, gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize) c_gtk_adjustment_new; 7872 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_value; 7873 void function(GtkAdjustment* adjustment, gdouble value) c_gtk_adjustment_set_value; 7874 void function(GtkAdjustment* adjustment, gdouble lower, gdouble upper) c_gtk_adjustment_clamp_page; 7875 void function(GtkAdjustment* adjustment) c_gtk_adjustment_changed; 7876 void function(GtkAdjustment* adjustment) c_gtk_adjustment_value_changed; 7877 void function(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper, gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize) c_gtk_adjustment_configure; 7878 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_lower; 7879 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_increment; 7880 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_size; 7881 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_step_increment; 7882 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_minimum_increment; 7883 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_upper; 7884 void function(GtkAdjustment* adjustment, gdouble lower) c_gtk_adjustment_set_lower; 7885 void function(GtkAdjustment* adjustment, gdouble pageIncrement) c_gtk_adjustment_set_page_increment; 7886 void function(GtkAdjustment* adjustment, gdouble pageSize) c_gtk_adjustment_set_page_size; 7887 void function(GtkAdjustment* adjustment, gdouble stepIncrement) c_gtk_adjustment_set_step_increment; 7888 void function(GtkAdjustment* adjustment, gdouble upper) c_gtk_adjustment_set_upper; 7889 7890 // gtk.Arrow 7891 7892 GtkWidget* function(GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_new; 7893 void function(GtkArrow* arrow, GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_set; 7894 7895 // gtk.Calendar 7896 7897 GtkWidget* function() c_gtk_calendar_new; 7898 void function(GtkCalendar* calendar, guint month, guint year) c_gtk_calendar_select_month; 7899 void function(GtkCalendar* calendar, guint day) c_gtk_calendar_select_day; 7900 void function(GtkCalendar* calendar, guint day) c_gtk_calendar_mark_day; 7901 void function(GtkCalendar* calendar, guint day) c_gtk_calendar_unmark_day; 7902 gboolean function(GtkCalendar* calendar, guint day) c_gtk_calendar_get_day_is_marked; 7903 void function(GtkCalendar* calendar) c_gtk_calendar_clear_marks; 7904 GtkCalendarDisplayOptions function(GtkCalendar* calendar) c_gtk_calendar_get_display_options; 7905 void function(GtkCalendar* calendar, GtkCalendarDisplayOptions flags) c_gtk_calendar_set_display_options; 7906 void function(GtkCalendar* calendar, guint* year, guint* month, guint* day) c_gtk_calendar_get_date; 7907 void function(GtkCalendar* calendar, GtkCalendarDetailFunc func, void* data, GDestroyNotify destroy) c_gtk_calendar_set_detail_func; 7908 gint function(GtkCalendar* calendar) c_gtk_calendar_get_detail_width_chars; 7909 void function(GtkCalendar* calendar, gint chars) c_gtk_calendar_set_detail_width_chars; 7910 gint function(GtkCalendar* calendar) c_gtk_calendar_get_detail_height_rows; 7911 void function(GtkCalendar* calendar, gint rows) c_gtk_calendar_set_detail_height_rows; 7912 7913 // gtk.DrawingArea 7914 7915 GtkWidget* function() c_gtk_drawing_area_new; 7916 7917 // gtk.EventBox 7918 7919 GtkWidget* function() c_gtk_event_box_new; 7920 void function(GtkEventBox* eventBox, gboolean aboveChild) c_gtk_event_box_set_above_child; 7921 gboolean function(GtkEventBox* eventBox) c_gtk_event_box_get_above_child; 7922 void function(GtkEventBox* eventBox, gboolean visibleWindow) c_gtk_event_box_set_visible_window; 7923 gboolean function(GtkEventBox* eventBox) c_gtk_event_box_get_visible_window; 7924 7925 // gtk.HandleBox 7926 7927 GtkWidget* function() c_gtk_handle_box_new; 7928 void function(GtkHandleBox* handleBox, GtkShadowType type) c_gtk_handle_box_set_shadow_type; 7929 void function(GtkHandleBox* handleBox, GtkPositionType position) c_gtk_handle_box_set_handle_position; 7930 void function(GtkHandleBox* handleBox, GtkPositionType edge) c_gtk_handle_box_set_snap_edge; 7931 GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_handle_position; 7932 GtkShadowType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_shadow_type; 7933 GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_snap_edge; 7934 gboolean function(GtkHandleBox* handleBox) c_gtk_handle_box_get_child_detached; 7935 7936 // gtk.IMContextSimple 7937 7938 GtkIMContext* function() c_gtk_im_context_simple_new; 7939 void function(GtkIMContextSimple* contextSimple, guint16* data, gint maxSeqLen, gint nSeqs) c_gtk_im_context_simple_add_table; 7940 7941 // gtk.IMMulticontext 7942 7943 GtkIMContext* function() c_gtk_im_multicontext_new; 7944 void function(GtkIMMulticontext* context, GtkMenuShell* menushell) c_gtk_im_multicontext_append_menuitems; 7945 char* function(GtkIMMulticontext* context) c_gtk_im_multicontext_get_context_id; 7946 void function(GtkIMMulticontext* context, char* contextId) c_gtk_im_multicontext_set_context_id; 7947 7948 // gtk.SizeGroup 7949 7950 GtkSizeGroup* function(GtkSizeGroupMode mode) c_gtk_size_group_new; 7951 void function(GtkSizeGroup* sizeGroup, GtkSizeGroupMode mode) c_gtk_size_group_set_mode; 7952 GtkSizeGroupMode function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_mode; 7953 void function(GtkSizeGroup* sizeGroup, gboolean ignoreHidden) c_gtk_size_group_set_ignore_hidden; 7954 gboolean function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_ignore_hidden; 7955 void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_add_widget; 7956 void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_remove_widget; 7957 GSList* function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_widgets; 7958 7959 // gtk.Tooltip 7960 7961 void function(GtkTooltip* tooltip, gchar* markup) c_gtk_tooltip_set_markup; 7962 void function(GtkTooltip* tooltip, gchar* text) c_gtk_tooltip_set_text; 7963 void function(GtkTooltip* tooltip, GdkPixbuf* pixbuf) c_gtk_tooltip_set_icon; 7964 void function(GtkTooltip* tooltip, gchar* stockId, GtkIconSize size) c_gtk_tooltip_set_icon_from_stock; 7965 void function(GtkTooltip* tooltip, gchar* iconName, GtkIconSize size) c_gtk_tooltip_set_icon_from_icon_name; 7966 void function(GtkTooltip* tooltip, GIcon* gicon, GtkIconSize size) c_gtk_tooltip_set_icon_from_gicon; 7967 void function(GtkTooltip* tooltip, GtkWidget* customWidget) c_gtk_tooltip_set_custom; 7968 void function(GdkDisplay* display) c_gtk_tooltip_trigger_tooltip_query; 7969 void function(GtkTooltip* tooltip, GdkRectangle* rect) c_gtk_tooltip_set_tip_area; 7970 7971 // gtk.Viewport 7972 7973 GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_viewport_new; 7974 GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_hadjustment; 7975 GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_vadjustment; 7976 void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_hadjustment; 7977 void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_vadjustment; 7978 void function(GtkViewport* viewport, GtkShadowType type) c_gtk_viewport_set_shadow_type; 7979 GtkShadowType function(GtkViewport* viewport) c_gtk_viewport_get_shadow_type; 7980 GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_bin_window; 7981 GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_view_window; 7982 7983 // gtk.Accessible 7984 7985 void function(GtkAccessible* accessible) c_gtk_accessible_connect_widget_destroyed; 7986 GtkWidget* function(GtkAccessible* accessible) c_gtk_accessible_get_widget; 7987 void function(GtkAccessible* accessible, GtkWidget* widget) c_gtk_accessible_set_widget; 7988 7989 // gtk.Widget 7990 7991 GtkWidget* function(GType type, gchar* firstPropertyName, ... ) c_gtk_widget_new; 7992 void function(GtkWidget* widget) c_gtk_widget_destroy; 7993 gboolean function(GtkWidget* widget) c_gtk_widget_in_destruction; 7994 void function(GtkWidget* widget, GtkWidget** widgetPointer) c_gtk_widget_destroyed; 7995 void function(GtkWidget* widget) c_gtk_widget_unparent; 7996 void function(GtkWidget* widget) c_gtk_widget_show; 7997 void function(GtkWidget* widget) c_gtk_widget_show_now; 7998 void function(GtkWidget* widget) c_gtk_widget_hide; 7999 void function(GtkWidget* widget) c_gtk_widget_show_all; 8000 void function(GtkWidget* widget) c_gtk_widget_map; 8001 void function(GtkWidget* widget) c_gtk_widget_unmap; 8002 void function(GtkWidget* widget) c_gtk_widget_realize; 8003 void function(GtkWidget* widget) c_gtk_widget_unrealize; 8004 void function(GtkWidget* widget, cairo_t* cr) c_gtk_widget_draw; 8005 void function(GtkWidget* widget) c_gtk_widget_queue_draw; 8006 void function(GtkWidget* widget) c_gtk_widget_queue_resize; 8007 void function(GtkWidget* widget) c_gtk_widget_queue_resize_no_redraw; 8008 GdkFrameClock* function(GtkWidget* widget) c_gtk_widget_get_frame_clock; 8009 gint function(GtkWidget* widget) c_gtk_widget_get_scale_factor; 8010 guint function(GtkWidget* widget, GtkTickCallback callback, void* userData, GDestroyNotify notify) c_gtk_widget_add_tick_callback; 8011 void function(GtkWidget* widget, guint id) c_gtk_widget_remove_tick_callback; 8012 void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_size_request; 8013 void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_child_requisition; 8014 void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_size_allocate; 8015 void function(GtkWidget* widget, GtkAllocation* allocation, gint baseline) c_gtk_widget_size_allocate_with_baseline; 8016 void function(GtkWidget* widget, gchar* accelSignal, GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags) c_gtk_widget_add_accelerator; 8017 gboolean function(GtkWidget* widget, GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods) c_gtk_widget_remove_accelerator; 8018 void function(GtkWidget* widget, gchar* accelPath, GtkAccelGroup* accelGroup) c_gtk_widget_set_accel_path; 8019 GList* function(GtkWidget* widget) c_gtk_widget_list_accel_closures; 8020 gboolean function(GtkWidget* widget, guint signalId) c_gtk_widget_can_activate_accel; 8021 gboolean function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_event; 8022 gboolean function(GtkWidget* widget) c_gtk_widget_activate; 8023 void function(GtkWidget* widget, GtkWidget* newParent) c_gtk_widget_reparent; 8024 gboolean function(GtkWidget* widget, GdkRectangle* area, GdkRectangle* intersection) c_gtk_widget_intersect; 8025 gboolean function(GtkWidget* widget) c_gtk_widget_is_focus; 8026 void function(GtkWidget* widget) c_gtk_widget_grab_focus; 8027 void function(GtkWidget* widget) c_gtk_widget_grab_default; 8028 void function(GtkWidget* widget, gchar* name) c_gtk_widget_set_name; 8029 gchar* function(GtkWidget* widget) c_gtk_widget_get_name; 8030 void function(GtkWidget* widget, GtkStateType state) c_gtk_widget_set_state; 8031 void function(GtkWidget* widget, gboolean sensitive) c_gtk_widget_set_sensitive; 8032 void function(GtkWidget* widget, GtkWidget* parent) c_gtk_widget_set_parent; 8033 void function(GtkWidget* widget, GdkWindow* parentWindow) c_gtk_widget_set_parent_window; 8034 GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_parent_window; 8035 void function(GtkWidget* widget, gint events) c_gtk_widget_set_events; 8036 gint function(GtkWidget* widget) c_gtk_widget_get_events; 8037 void function(GtkWidget* widget, gint events) c_gtk_widget_add_events; 8038 void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_set_device_events; 8039 GdkEventMask function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_events; 8040 void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_add_device_events; 8041 void function(GtkWidget* widget, GdkDevice* device, gboolean enabled) c_gtk_widget_set_device_enabled; 8042 gboolean function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_enabled; 8043 GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_toplevel; 8044 GtkWidget* function(GtkWidget* widget, GType widgetType) c_gtk_widget_get_ancestor; 8045 GdkVisual* function(GtkWidget* widget) c_gtk_widget_get_visual; 8046 void function(GtkWidget* widget, GdkVisual* visual) c_gtk_widget_set_visual; 8047 void function(GtkWidget* widget, gint* x, gint* y) c_gtk_widget_get_pointer; 8048 gboolean function(GtkWidget* widget, GtkWidget* ancestor) c_gtk_widget_is_ancestor; 8049 gboolean function(GtkWidget* srcWidget, GtkWidget* destWidget, gint srcX, gint srcY, gint* destX, gint* destY) c_gtk_widget_translate_coordinates; 8050 gboolean function(GtkWidget* widget) c_gtk_widget_hide_on_delete; 8051 void function(GtkWidget* widget, GtkStyle* style) c_gtk_widget_set_style; 8052 void function(GtkWidget* widget) c_gtk_widget_ensure_style; 8053 GtkStyle* function(GtkWidget* widget) c_gtk_widget_get_style; 8054 void function(GtkWidget* widget) c_gtk_widget_reset_rc_styles; 8055 GtkStyle* function() c_gtk_widget_get_default_style; 8056 void function(GtkWidget* widget, GtkTextDirection dir) c_gtk_widget_set_direction; 8057 GtkTextDirection function(GtkWidget* widget) c_gtk_widget_get_direction; 8058 void function(GtkTextDirection dir) c_gtk_widget_set_default_direction; 8059 GtkTextDirection function() c_gtk_widget_get_default_direction; 8060 void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_shape_combine_region; 8061 void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_input_shape_combine_region; 8062 void function(GtkWidget* widget, guint* pathLength, gchar** path, gchar** pathReversed) c_gtk_widget_path; 8063 gchar* function(GtkWidget* widget) c_gtk_widget_get_composite_name; 8064 void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_background_color; 8065 void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_color; 8066 void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_override_font; 8067 void function(GtkWidget* widget, gchar* name, GdkRGBA* color) c_gtk_widget_override_symbolic_color; 8068 void function(GtkWidget* widget, GdkRGBA* cursor, GdkRGBA* secondaryCursor) c_gtk_widget_override_cursor; 8069 void function(GtkWidget* widget, GtkRcStyle* style) c_gtk_widget_modify_style; 8070 GtkRcStyle* function(GtkWidget* widget) c_gtk_widget_get_modifier_style; 8071 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_fg; 8072 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_bg; 8073 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_text; 8074 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_base; 8075 void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_modify_font; 8076 void function(GtkWidget* widget, GdkColor* primary, GdkColor* secondary) c_gtk_widget_modify_cursor; 8077 PangoContext* function(GtkWidget* widget) c_gtk_widget_create_pango_context; 8078 PangoContext* function(GtkWidget* widget) c_gtk_widget_get_pango_context; 8079 PangoLayout* function(GtkWidget* widget, gchar* text) c_gtk_widget_create_pango_layout; 8080 GdkPixbuf* function(GtkWidget* widget, gchar* stockId, GtkIconSize size, gchar* detail) c_gtk_widget_render_icon; 8081 GdkPixbuf* function(GtkWidget* widget, gchar* stockId, GtkIconSize size) c_gtk_widget_render_icon_pixbuf; 8082 void function() c_gtk_widget_pop_composite_child; 8083 void function() c_gtk_widget_push_composite_child; 8084 void function(GtkWidget* widget, gint x, gint y, gint width, gint height) c_gtk_widget_queue_draw_area; 8085 void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_queue_draw_region; 8086 void function(GtkWidget* widget, gboolean appPaintable) c_gtk_widget_set_app_paintable; 8087 void function(GtkWidget* widget, gboolean doubleBuffered) c_gtk_widget_set_double_buffered; 8088 void function(GtkWidget* widget, gboolean redrawOnAllocate) c_gtk_widget_set_redraw_on_allocate; 8089 void function(GtkWidget* widget, gchar* name) c_gtk_widget_set_composite_name; 8090 gboolean function(GtkWidget* widget, gboolean groupCycling) c_gtk_widget_mnemonic_activate; 8091 cairo_region_t* function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_region_intersect; 8092 gint function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_expose; 8093 gboolean function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_focus_change; 8094 void function(GtkWidget* widget, gchar* firstPropertyName, ... ) c_gtk_widget_style_get; 8095 void function(GtkWidget* widget, gchar* propertyName, GValue* value) c_gtk_widget_style_get_property; 8096 void function(GtkWidget* widget, gchar* firstPropertyName, va_list varArgs) c_gtk_widget_style_get_valist; 8097 void function(GtkWidget* widget) c_gtk_widget_style_attach; 8098 AtkObject* function(GtkWidget* widget) c_gtk_widget_get_accessible; 8099 gboolean function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_child_focus; 8100 void function(GtkWidget* widget, gchar* childProperty) c_gtk_widget_child_notify; 8101 void function(GtkWidget* widget) c_gtk_widget_freeze_child_notify; 8102 gboolean function(GtkWidget* widget) c_gtk_widget_get_child_visible; 8103 GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_parent; 8104 GtkSettings* function(GtkWidget* widget) c_gtk_widget_get_settings; 8105 GtkClipboard* function(GtkWidget* widget, GdkAtom selection) c_gtk_widget_get_clipboard; 8106 GdkDisplay* function(GtkWidget* widget) c_gtk_widget_get_display; 8107 GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_root_window; 8108 GdkScreen* function(GtkWidget* widget) c_gtk_widget_get_screen; 8109 gboolean function(GtkWidget* widget) c_gtk_widget_has_screen; 8110 void function(GtkWidget* widget, gint* width, gint* height) c_gtk_widget_get_size_request; 8111 void function(GtkWidget* widget, gboolean isVisible) c_gtk_widget_set_child_visible; 8112 void function(GtkWidget* widget, gint width, gint height) c_gtk_widget_set_size_request; 8113 void function(GtkWidget* widget) c_gtk_widget_thaw_child_notify; 8114 void function(GtkWidget* widget, gboolean noShowAll) c_gtk_widget_set_no_show_all; 8115 gboolean function(GtkWidget* widget) c_gtk_widget_get_no_show_all; 8116 GList* function(GtkWidget* widget) c_gtk_widget_list_mnemonic_labels; 8117 void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_add_mnemonic_label; 8118 void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_remove_mnemonic_label; 8119 gboolean function(GtkWidget* widget) c_gtk_widget_is_composited; 8120 void function(GtkWidget* widget) c_gtk_widget_error_bell; 8121 gboolean function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_keynav_failed; 8122 gchar* function(GtkWidget* widget) c_gtk_widget_get_tooltip_markup; 8123 void function(GtkWidget* widget, gchar* markup) c_gtk_widget_set_tooltip_markup; 8124 gchar* function(GtkWidget* widget) c_gtk_widget_get_tooltip_text; 8125 void function(GtkWidget* widget, gchar* text) c_gtk_widget_set_tooltip_text; 8126 GtkWindow* function(GtkWidget* widget) c_gtk_widget_get_tooltip_window; 8127 void function(GtkWidget* widget, GtkWindow* customWindow) c_gtk_widget_set_tooltip_window; 8128 gboolean function(GtkWidget* widget) c_gtk_widget_get_has_tooltip; 8129 void function(GtkWidget* widget, gboolean hasTooltip) c_gtk_widget_set_has_tooltip; 8130 void function(GtkWidget* widget) c_gtk_widget_trigger_tooltip_query; 8131 GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_window; 8132 void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_register_window; 8133 void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_unregister_window; 8134 gboolean function(cairo_t* cr, GdkWindow* window) c_gtk_cairo_should_draw_window; 8135 void function(cairo_t* cr, GtkWidget* widget, GdkWindow* window) c_gtk_cairo_transform_to_window; 8136 int function(GtkWidget* widget) c_gtk_widget_get_allocated_width; 8137 int function(GtkWidget* widget) c_gtk_widget_get_allocated_height; 8138 void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_get_allocation; 8139 void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_set_allocation; 8140 int function(GtkWidget* widget) c_gtk_widget_get_allocated_baseline; 8141 gboolean function(GtkWidget* widget) c_gtk_widget_get_app_paintable; 8142 gboolean function(GtkWidget* widget) c_gtk_widget_get_can_default; 8143 void function(GtkWidget* widget, gboolean canDefault) c_gtk_widget_set_can_default; 8144 gboolean function(GtkWidget* widget) c_gtk_widget_get_can_focus; 8145 void function(GtkWidget* widget, gboolean canFocus) c_gtk_widget_set_can_focus; 8146 gboolean function(GtkWidget* widget) c_gtk_widget_get_double_buffered; 8147 gboolean function(GtkWidget* widget) c_gtk_widget_get_has_window; 8148 void function(GtkWidget* widget, gboolean hasWindow) c_gtk_widget_set_has_window; 8149 gboolean function(GtkWidget* widget) c_gtk_widget_get_sensitive; 8150 gboolean function(GtkWidget* widget) c_gtk_widget_is_sensitive; 8151 GtkStateType function(GtkWidget* widget) c_gtk_widget_get_state; 8152 gboolean function(GtkWidget* widget) c_gtk_widget_get_visible; 8153 gboolean function(GtkWidget* widget) c_gtk_widget_is_visible; 8154 void function(GtkWidget* widget, gboolean visible) c_gtk_widget_set_visible; 8155 void function(GtkWidget* widget, GtkStateFlags flags, gboolean clear) c_gtk_widget_set_state_flags; 8156 void function(GtkWidget* widget, GtkStateFlags flags) c_gtk_widget_unset_state_flags; 8157 GtkStateFlags function(GtkWidget* widget) c_gtk_widget_get_state_flags; 8158 gboolean function(GtkWidget* widget) c_gtk_widget_has_default; 8159 gboolean function(GtkWidget* widget) c_gtk_widget_has_focus; 8160 gboolean function(GtkWidget* widget) c_gtk_widget_has_visible_focus; 8161 gboolean function(GtkWidget* widget) c_gtk_widget_has_grab; 8162 gboolean function(GtkWidget* widget) c_gtk_widget_has_rc_style; 8163 gboolean function(GtkWidget* widget) c_gtk_widget_is_drawable; 8164 gboolean function(GtkWidget* widget) c_gtk_widget_is_toplevel; 8165 void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_set_window; 8166 void function(GtkWidget* widget, gboolean receivesDefault) c_gtk_widget_set_receives_default; 8167 gboolean function(GtkWidget* widget) c_gtk_widget_get_receives_default; 8168 void function(GtkWidget* widget, gboolean supportMultidevice) c_gtk_widget_set_support_multidevice; 8169 gboolean function(GtkWidget* widget) c_gtk_widget_get_support_multidevice; 8170 void function(GtkWidget* widget, gboolean realized) c_gtk_widget_set_realized; 8171 gboolean function(GtkWidget* widget) c_gtk_widget_get_realized; 8172 void function(GtkWidget* widget, gboolean mapped) c_gtk_widget_set_mapped; 8173 gboolean function(GtkWidget* widget) c_gtk_widget_get_mapped; 8174 void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_requisition; 8175 gboolean function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_device_is_shadowed; 8176 GdkModifierType function(GtkWidget* widget, GdkModifierIntent intent) c_gtk_widget_get_modifier_mask; 8177 void function(GtkWidget* widget, gchar* name, GActionGroup* group) c_gtk_widget_insert_action_group; 8178 double function(GtkWidget* widget) c_gtk_widget_get_opacity; 8179 void function(GtkWidget* widget, double opacity) c_gtk_widget_set_opacity; 8180 GtkWidgetPath* function(GtkWidget* widget) c_gtk_widget_get_path; 8181 GtkStyleContext* function(GtkWidget* widget) c_gtk_widget_get_style_context; 8182 void function(GtkWidget* widget) c_gtk_widget_reset_style; 8183 void function(GtkWidget* widget, gint* minimumHeight, gint* naturalHeight) c_gtk_widget_get_preferred_height; 8184 void function(GtkWidget* widget, gint* minimumWidth, gint* naturalWidth) c_gtk_widget_get_preferred_width; 8185 void function(GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_widget_get_preferred_height_for_width; 8186 void function(GtkWidget* widget, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_widget_get_preferred_width_for_height; 8187 void function(GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight, gint* minimumBaseline, gint* naturalBaseline) c_gtk_widget_get_preferred_height_and_baseline_for_width; 8188 GtkSizeRequestMode function(GtkWidget* widget) c_gtk_widget_get_request_mode; 8189 void function(GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_widget_get_preferred_size; 8190 gint function(gint extraSpace, guint nRequestedSizes, GtkRequestedSize* sizes) c_gtk_distribute_natural_allocation; 8191 GtkAlign function(GtkWidget* widget) c_gtk_widget_get_halign; 8192 void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_halign; 8193 GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign; 8194 GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign_with_baseline; 8195 void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_valign; 8196 gint function(GtkWidget* widget) c_gtk_widget_get_margin_left; 8197 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_left; 8198 gint function(GtkWidget* widget) c_gtk_widget_get_margin_right; 8199 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_right; 8200 gint function(GtkWidget* widget) c_gtk_widget_get_margin_top; 8201 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_top; 8202 gint function(GtkWidget* widget) c_gtk_widget_get_margin_bottom; 8203 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_bottom; 8204 gboolean function(GtkWidget* widget) c_gtk_widget_get_hexpand; 8205 void function(GtkWidget* widget, gboolean expand) c_gtk_widget_set_hexpand; 8206 gboolean function(GtkWidget* widget) c_gtk_widget_get_hexpand_set; 8207 void function(GtkWidget* widget, gboolean set) c_gtk_widget_set_hexpand_set; 8208 gboolean function(GtkWidget* widget) c_gtk_widget_get_vexpand; 8209 void function(GtkWidget* widget, gboolean expand) c_gtk_widget_set_vexpand; 8210 gboolean function(GtkWidget* widget) c_gtk_widget_get_vexpand_set; 8211 void function(GtkWidget* widget, gboolean set) c_gtk_widget_set_vexpand_set; 8212 void function(GtkWidget* widget) c_gtk_widget_queue_compute_expand; 8213 gboolean function(GtkWidget* widget, GtkOrientation orientation) c_gtk_widget_compute_expand; 8214 void function(GtkWidget* widget) c_gtk_widget_init_template; 8215 GObject* function(GtkWidget* widget, GType widgetType, gchar* name) c_gtk_widget_get_template_child; 8216 8217 // gtk.Requisition 8218 8219 GtkRequisition* function() c_gtk_requisition_new; 8220 GtkRequisition* function(GtkRequisition* requisition) c_gtk_requisition_copy; 8221 void function(GtkRequisition* requisition) c_gtk_requisition_free; 8222 8223 // gtk.WidgetClass 8224 8225 void function(GtkWidget* widget, guint* pathLength, gchar** path, gchar** pathReversed) c_gtk_widget_class_path; 8226 void function(GtkWidgetClass* klass, GParamSpec* pspec) c_gtk_widget_class_install_style_property; 8227 void function(GtkWidgetClass* klass, GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_widget_class_install_style_property_parser; 8228 GParamSpec* function(GtkWidgetClass* klass, gchar* propertyName) c_gtk_widget_class_find_style_property; 8229 GParamSpec** function(GtkWidgetClass* klass, guint* nProperties) c_gtk_widget_class_list_style_properties; 8230 void function(GtkWidgetClass* widgetClass, GType type) c_gtk_widget_class_set_accessible_type; 8231 void function(GtkWidgetClass* widgetClass, AtkRole role) c_gtk_widget_class_set_accessible_role; 8232 void function(GtkWidgetClass* widgetClass, GBytes* templateBytes) c_gtk_widget_class_set_template; 8233 void function(GtkWidgetClass* widgetClass, gchar* resourceName) c_gtk_widget_class_set_template_from_resource; 8234 void function(GtkWidgetClass* widgetClass, gchar* name, gboolean internalChild, gssize structOffset) c_gtk_widget_class_bind_template_child_full; 8235 void function(GtkWidgetClass* widgetClass, gchar* callbackName, GCallback callbackSymbol) c_gtk_widget_class_bind_template_callback_full; 8236 void function(GtkWidgetClass* widgetClass, GtkBuilderConnectFunc connectFunc, void* connectData, GDestroyNotify connectDataDestroy) c_gtk_widget_class_set_connect_func; 8237 8238 // gtk.Container 8239 8240 void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_add; 8241 void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_remove; 8242 void function(GtkContainer* container, GtkWidget* widget, gchar* firstPropName, ... ) c_gtk_container_add_with_properties; 8243 GtkResizeMode function(GtkContainer* container) c_gtk_container_get_resize_mode; 8244 void function(GtkContainer* container, GtkResizeMode resizeMode) c_gtk_container_set_resize_mode; 8245 void function(GtkContainer* container) c_gtk_container_check_resize; 8246 void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_foreach; 8247 GList* function(GtkContainer* container) c_gtk_container_get_children; 8248 GtkWidgetPath* function(GtkContainer* container, GtkWidget* child) c_gtk_container_get_path_for_child; 8249 void function(GtkContainer* container, gboolean needsRedraws) c_gtk_container_set_reallocate_redraws; 8250 GtkWidget* function(GtkContainer* container) c_gtk_container_get_focus_child; 8251 void function(GtkContainer* container, GtkWidget* child) c_gtk_container_set_focus_child; 8252 GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_vadjustment; 8253 void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_vadjustment; 8254 GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_hadjustment; 8255 void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_hadjustment; 8256 void function(GtkContainer* container) c_gtk_container_resize_children; 8257 GType function(GtkContainer* container) c_gtk_container_child_type; 8258 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropName, ... ) c_gtk_container_child_get; 8259 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropName, ... ) c_gtk_container_child_set; 8260 void function(GtkContainer* container, GtkWidget* child, gchar* propertyName, GValue* value) c_gtk_container_child_get_property; 8261 void function(GtkContainer* container, GtkWidget* child, gchar* propertyName, GValue* value) c_gtk_container_child_set_property; 8262 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropertyName, va_list varArgs) c_gtk_container_child_get_valist; 8263 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropertyName, va_list varArgs) c_gtk_container_child_set_valist; 8264 void function(GtkContainer* container, GtkWidget* child, gchar* childProperty) c_gtk_container_child_notify; 8265 void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_forall; 8266 guint function(GtkContainer* container) c_gtk_container_get_border_width; 8267 void function(GtkContainer* container, guint borderWidth) c_gtk_container_set_border_width; 8268 void function(GtkContainer* container, GtkWidget* child, cairo_t* cr) c_gtk_container_propagate_draw; 8269 gboolean function(GtkContainer* container, GList** focusableWidgets) c_gtk_container_get_focus_chain; 8270 void function(GtkContainer* container, GList* focusableWidgets) c_gtk_container_set_focus_chain; 8271 void function(GtkContainer* container) c_gtk_container_unset_focus_chain; 8272 GParamSpec* function(GObjectClass* cclass, gchar* propertyName) c_gtk_container_class_find_child_property; 8273 void function(GtkContainerClass* cclass, guint propertyId, GParamSpec* pspec) c_gtk_container_class_install_child_property; 8274 GParamSpec** function(GObjectClass* cclass, guint* nProperties) c_gtk_container_class_list_child_properties; 8275 void function(GtkContainerClass* klass) c_gtk_container_class_handle_border_width; 8276 8277 // gtk.Bin 8278 8279 GtkWidget* function(GtkBin* bin) c_gtk_bin_get_child; 8280 8281 // gtk.MenuShell 8282 8283 void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_append; 8284 void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_prepend; 8285 void function(GtkMenuShell* menuShell, GtkWidget* child, gint position) c_gtk_menu_shell_insert; 8286 void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deactivate; 8287 void function(GtkMenuShell* menuShell, GtkWidget* menuItem) c_gtk_menu_shell_select_item; 8288 void function(GtkMenuShell* menuShell, gboolean searchSensitive) c_gtk_menu_shell_select_first; 8289 void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deselect; 8290 void function(GtkMenuShell* menuShell, GtkWidget* menuItem, gboolean forceDeactivate) c_gtk_menu_shell_activate_item; 8291 void function(GtkMenuShell* menuShell) c_gtk_menu_shell_cancel; 8292 void function(GtkMenuShell* menuShell, gboolean takeFocus) c_gtk_menu_shell_set_take_focus; 8293 gboolean function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_take_focus; 8294 GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_selected_item; 8295 GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_parent_shell; 8296 void function(GtkMenuShell* menuShell, GMenuModel* model, gchar* actionNamespace, gboolean withSeparators) c_gtk_menu_shell_bind_model; 8297 8298 // gtk.Misc 8299 8300 void function(GtkMisc* misc, gfloat xalign, gfloat yalign) c_gtk_misc_set_alignment; 8301 void function(GtkMisc* misc, gint xpad, gint ypad) c_gtk_misc_set_padding; 8302 void function(GtkMisc* misc, gfloat* xalign, gfloat* yalign) c_gtk_misc_get_alignment; 8303 void function(GtkMisc* misc, gint* xpad, gint* ypad) c_gtk_misc_get_padding; 8304 8305 // gtk.Range 8306 8307 gdouble function(GtkRange* range) c_gtk_range_get_fill_level; 8308 gboolean function(GtkRange* range) c_gtk_range_get_restrict_to_fill_level; 8309 gboolean function(GtkRange* range) c_gtk_range_get_show_fill_level; 8310 void function(GtkRange* range, gdouble fillLevel) c_gtk_range_set_fill_level; 8311 void function(GtkRange* range, gboolean restrictToFillLevel) c_gtk_range_set_restrict_to_fill_level; 8312 void function(GtkRange* range, gboolean showFillLevel) c_gtk_range_set_show_fill_level; 8313 GtkAdjustment* function(GtkRange* range) c_gtk_range_get_adjustment; 8314 void function(GtkRange* range, GtkAdjustment* adjustment) c_gtk_range_set_adjustment; 8315 gboolean function(GtkRange* range) c_gtk_range_get_inverted; 8316 void function(GtkRange* range, gboolean setting) c_gtk_range_set_inverted; 8317 gdouble function(GtkRange* range) c_gtk_range_get_value; 8318 void function(GtkRange* range, gdouble value) c_gtk_range_set_value; 8319 void function(GtkRange* range, gdouble step, gdouble page) c_gtk_range_set_increments; 8320 void function(GtkRange* range, gdouble min, gdouble max) c_gtk_range_set_range; 8321 gint function(GtkRange* range) c_gtk_range_get_round_digits; 8322 void function(GtkRange* range, gint roundDigits) c_gtk_range_set_round_digits; 8323 void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_lower_stepper_sensitivity; 8324 GtkSensitivityType function(GtkRange* range) c_gtk_range_get_lower_stepper_sensitivity; 8325 void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_upper_stepper_sensitivity; 8326 GtkSensitivityType function(GtkRange* range) c_gtk_range_get_upper_stepper_sensitivity; 8327 gboolean function(GtkRange* range) c_gtk_range_get_flippable; 8328 void function(GtkRange* range, gboolean flippable) c_gtk_range_set_flippable; 8329 gint function(GtkRange* range) c_gtk_range_get_min_slider_size; 8330 void function(GtkRange* range, GdkRectangle* rangeRect) c_gtk_range_get_range_rect; 8331 void function(GtkRange* range, gint* sliderStart, gint* sliderEnd) c_gtk_range_get_slider_range; 8332 gboolean function(GtkRange* range) c_gtk_range_get_slider_size_fixed; 8333 void function(GtkRange* range, gint minSize) c_gtk_range_set_min_slider_size; 8334 void function(GtkRange* range, gboolean sizeFixed) c_gtk_range_set_slider_size_fixed; 8335 8336 // gtk.IMContext 8337 8338 void function(GtkIMContext* context, GdkWindow* window) c_gtk_im_context_set_client_window; 8339 void function(GtkIMContext* context, gchar** str, PangoAttrList** attrs, gint* cursorPos) c_gtk_im_context_get_preedit_string; 8340 gboolean function(GtkIMContext* context, GdkEventKey* event) c_gtk_im_context_filter_keypress; 8341 void function(GtkIMContext* context) c_gtk_im_context_focus_in; 8342 void function(GtkIMContext* context) c_gtk_im_context_focus_out; 8343 void function(GtkIMContext* context) c_gtk_im_context_reset; 8344 void function(GtkIMContext* context, GdkRectangle* area) c_gtk_im_context_set_cursor_location; 8345 void function(GtkIMContext* context, gboolean usePreedit) c_gtk_im_context_set_use_preedit; 8346 void function(GtkIMContext* context, gchar* text, gint len, gint cursorIndex) c_gtk_im_context_set_surrounding; 8347 gboolean function(GtkIMContext* context, gchar** text, gint* cursorIndex) c_gtk_im_context_get_surrounding; 8348 gboolean function(GtkIMContext* context, gint offset, gint nChars) c_gtk_im_context_delete_surrounding; 8349 8350 // gtk.Plug 8351 8352 void function(GtkPlug* plug, gulong socketId) c_gtk_plug_construct; 8353 void function(GtkPlug* plug, GdkDisplay* display, gulong socketId) c_gtk_plug_construct_for_display; 8354 GtkWidget* function(gulong socketId) c_gtk_plug_new; 8355 GtkWidget* function(GdkDisplay* display, gulong socketId) c_gtk_plug_new_for_display; 8356 gulong function(GtkPlug* plug) c_gtk_plug_get_id; 8357 gboolean function(GtkPlug* plug) c_gtk_plug_get_embedded; 8358 GdkWindow* function(GtkPlug* plug) c_gtk_plug_get_socket_window; 8359 8360 // gtk.Socket 8361 8362 GtkWidget* function() c_gtk_socket_new; 8363 void function(GtkSocket* socket, gulong window) c_gtk_socket_add_id; 8364 gulong function(GtkSocket* socket) c_gtk_socket_get_id; 8365 GdkWindow* function(GtkSocket* socket) c_gtk_socket_get_plug_window; 8366 8367 // gtk.RecentManager 8368 8369 GtkRecentManager* function() c_gtk_recent_manager_new; 8370 GtkRecentManager* function() c_gtk_recent_manager_get_default; 8371 gboolean function(GtkRecentManager* manager, gchar* uri) c_gtk_recent_manager_add_item; 8372 gboolean function(GtkRecentManager* manager, gchar* uri, GtkRecentData* recentData) c_gtk_recent_manager_add_full; 8373 gboolean function(GtkRecentManager* manager, gchar* uri, GError** error) c_gtk_recent_manager_remove_item; 8374 GtkRecentInfo* function(GtkRecentManager* manager, gchar* uri, GError** error) c_gtk_recent_manager_lookup_item; 8375 gboolean function(GtkRecentManager* manager, gchar* uri) c_gtk_recent_manager_has_item; 8376 gboolean function(GtkRecentManager* manager, gchar* uri, gchar* newUri, GError** error) c_gtk_recent_manager_move_item; 8377 GList* function(GtkRecentManager* manager) c_gtk_recent_manager_get_items; 8378 gint function(GtkRecentManager* manager, GError** error) c_gtk_recent_manager_purge_items; 8379 8380 // gtk.RecentInfo 8381 8382 GtkRecentInfo* function(GtkRecentInfo* info) c_gtk_recent_info_ref; 8383 void function(GtkRecentInfo* info) c_gtk_recent_info_unref; 8384 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri; 8385 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_display_name; 8386 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_description; 8387 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_mime_type; 8388 time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_added; 8389 time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_modified; 8390 time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_visited; 8391 gboolean function(GtkRecentInfo* info) c_gtk_recent_info_get_private_hint; 8392 gboolean function(GtkRecentInfo* info, gchar* appName, gchar** appExec, guint* count, time_t* time) c_gtk_recent_info_get_application_info; 8393 gchar** function(GtkRecentInfo* info, gsize* length) c_gtk_recent_info_get_applications; 8394 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_last_application; 8395 gboolean function(GtkRecentInfo* info, gchar* appName) c_gtk_recent_info_has_application; 8396 GAppInfo* function(GtkRecentInfo* info, gchar* appName, GError** error) c_gtk_recent_info_create_app_info; 8397 gchar** function(GtkRecentInfo* info, gsize* length) c_gtk_recent_info_get_groups; 8398 gboolean function(GtkRecentInfo* info, gchar* groupName) c_gtk_recent_info_has_group; 8399 GdkPixbuf* function(GtkRecentInfo* info, gint size) c_gtk_recent_info_get_icon; 8400 GIcon* function(GtkRecentInfo* info) c_gtk_recent_info_get_gicon; 8401 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_short_name; 8402 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri_display; 8403 gint function(GtkRecentInfo* info) c_gtk_recent_info_get_age; 8404 gboolean function(GtkRecentInfo* info) c_gtk_recent_info_is_local; 8405 gboolean function(GtkRecentInfo* info) c_gtk_recent_info_exists; 8406 gboolean function(GtkRecentInfo* infoA, GtkRecentInfo* infoB) c_gtk_recent_info_match; 8407 8408 // gtk.RecentChooserT 8409 8410 8411 // gtk.RecentChooserT 8412 8413 void function(GtkRecentChooser* chooser, gboolean showPrivate) c_gtk_recent_chooser_set_show_private; 8414 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_private; 8415 void function(GtkRecentChooser* chooser, gboolean showNotFound) c_gtk_recent_chooser_set_show_not_found; 8416 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_not_found; 8417 void function(GtkRecentChooser* chooser, gboolean showIcons) c_gtk_recent_chooser_set_show_icons; 8418 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_icons; 8419 void function(GtkRecentChooser* chooser, gboolean selectMultiple) c_gtk_recent_chooser_set_select_multiple; 8420 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_select_multiple; 8421 void function(GtkRecentChooser* chooser, gboolean localOnly) c_gtk_recent_chooser_set_local_only; 8422 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_local_only; 8423 void function(GtkRecentChooser* chooser, gint limit) c_gtk_recent_chooser_set_limit; 8424 gint function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_limit; 8425 void function(GtkRecentChooser* chooser, gboolean showTips) c_gtk_recent_chooser_set_show_tips; 8426 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_tips; 8427 void function(GtkRecentChooser* chooser, GtkRecentSortType sortType) c_gtk_recent_chooser_set_sort_type; 8428 GtkRecentSortType function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_sort_type; 8429 void function(GtkRecentChooser* chooser, GtkRecentSortFunc sortFunc, void* sortData, GDestroyNotify dataDestroy) c_gtk_recent_chooser_set_sort_func; 8430 gboolean function(GtkRecentChooser* chooser, gchar* uri, GError** error) c_gtk_recent_chooser_set_current_uri; 8431 gchar* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_uri; 8432 GtkRecentInfo* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_item; 8433 gboolean function(GtkRecentChooser* chooser, gchar* uri, GError** error) c_gtk_recent_chooser_select_uri; 8434 void function(GtkRecentChooser* chooser, gchar* uri) c_gtk_recent_chooser_unselect_uri; 8435 void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_select_all; 8436 void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_unselect_all; 8437 GList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_items; 8438 gchar** function(GtkRecentChooser* chooser, gsize* length) c_gtk_recent_chooser_get_uris; 8439 void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_add_filter; 8440 void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_remove_filter; 8441 GSList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_list_filters; 8442 void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_set_filter; 8443 GtkRecentFilter* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_filter; 8444 8445 // gtk.RecentChooserDialog 8446 8447 GtkWidget* function(gchar* title, GtkWindow* parent, gchar* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new; 8448 GtkWidget* function(gchar* title, GtkWindow* parent, GtkRecentManager* manager, gchar* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new_for_manager; 8449 8450 // gtk.RecentChooserMenu 8451 8452 GtkWidget* function() c_gtk_recent_chooser_menu_new; 8453 GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_menu_new_for_manager; 8454 gboolean function(GtkRecentChooserMenu* menu) c_gtk_recent_chooser_menu_get_show_numbers; 8455 void function(GtkRecentChooserMenu* menu, gboolean showNumbers) c_gtk_recent_chooser_menu_set_show_numbers; 8456 8457 // gtk.RecentChooserWidget 8458 8459 GtkWidget* function() c_gtk_recent_chooser_widget_new; 8460 GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_widget_new_for_manager; 8461 8462 // gtk.RecentFilter 8463 8464 GtkRecentFilter* function() c_gtk_recent_filter_new; 8465 gchar* function(GtkRecentFilter* filter) c_gtk_recent_filter_get_name; 8466 void function(GtkRecentFilter* filter, gchar* name) c_gtk_recent_filter_set_name; 8467 void function(GtkRecentFilter* filter, gchar* mimeType) c_gtk_recent_filter_add_mime_type; 8468 void function(GtkRecentFilter* filter, gchar* pattern) c_gtk_recent_filter_add_pattern; 8469 void function(GtkRecentFilter* filter) c_gtk_recent_filter_add_pixbuf_formats; 8470 void function(GtkRecentFilter* filter, gchar* application) c_gtk_recent_filter_add_application; 8471 void function(GtkRecentFilter* filter, gchar* group) c_gtk_recent_filter_add_group; 8472 void function(GtkRecentFilter* filter, gint days) c_gtk_recent_filter_add_age; 8473 void function(GtkRecentFilter* filter, GtkRecentFilterFlags needed, GtkRecentFilterFunc func, void* data, GDestroyNotify dataDestroy) c_gtk_recent_filter_add_custom; 8474 GtkRecentFilterFlags function(GtkRecentFilter* filter) c_gtk_recent_filter_get_needed; 8475 gboolean function(GtkRecentFilter* filter, GtkRecentFilterInfo* filterInfo) c_gtk_recent_filter_filter; 8476 8477 // gtk.AppChooserT 8478 8479 8480 // gtk.AppChooserT 8481 8482 GAppInfo* function(GtkAppChooser* self) c_gtk_app_chooser_get_app_info; 8483 gchar* function(GtkAppChooser* self) c_gtk_app_chooser_get_content_type; 8484 void function(GtkAppChooser* self) c_gtk_app_chooser_refresh; 8485 8486 // gtk.AppChooserButton 8487 8488 GtkWidget* function(gchar* contentType) c_gtk_app_chooser_button_new; 8489 void function(GtkAppChooserButton* self, gchar* name, gchar* label, GIcon* icon) c_gtk_app_chooser_button_append_custom_item; 8490 void function(GtkAppChooserButton* self) c_gtk_app_chooser_button_append_separator; 8491 void function(GtkAppChooserButton* self, gchar* name) c_gtk_app_chooser_button_set_active_custom_item; 8492 gboolean function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_default_item; 8493 void function(GtkAppChooserButton* self, gboolean setting) c_gtk_app_chooser_button_set_show_default_item; 8494 gboolean function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_dialog_item; 8495 void function(GtkAppChooserButton* self, gboolean setting) c_gtk_app_chooser_button_set_show_dialog_item; 8496 gchar* function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_heading; 8497 void function(GtkAppChooserButton* self, gchar* heading) c_gtk_app_chooser_button_set_heading; 8498 8499 // gtk.AppChooserDialog 8500 8501 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GFile* file) c_gtk_app_chooser_dialog_new; 8502 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, gchar* contentType) c_gtk_app_chooser_dialog_new_for_content_type; 8503 GtkWidget* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_widget; 8504 void function(GtkAppChooserDialog* self, gchar* heading) c_gtk_app_chooser_dialog_set_heading; 8505 gchar* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_heading; 8506 8507 // gtk.AppChooserWidget 8508 8509 GtkWidget* function(gchar* contentType) c_gtk_app_chooser_widget_new; 8510 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_default; 8511 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_default; 8512 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_recommended; 8513 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_recommended; 8514 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_fallback; 8515 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_fallback; 8516 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_other; 8517 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_other; 8518 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_all; 8519 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_all; 8520 void function(GtkAppChooserWidget* self, gchar* text) c_gtk_app_chooser_widget_set_default_text; 8521 gchar* function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_default_text; 8522 8523 // gtk.SymbolicColor 8524 8525 GtkSymbolicColor* function(GdkRGBA* color) c_gtk_symbolic_color_new_literal; 8526 GtkSymbolicColor* function(gchar* name) c_gtk_symbolic_color_new_name; 8527 GtkSymbolicColor* function(GtkSymbolicColor* color, gdouble factor) c_gtk_symbolic_color_new_shade; 8528 GtkSymbolicColor* function(GtkSymbolicColor* color, gdouble factor) c_gtk_symbolic_color_new_alpha; 8529 GtkSymbolicColor* function(GtkSymbolicColor* color1, GtkSymbolicColor* color2, gdouble factor) c_gtk_symbolic_color_new_mix; 8530 GtkSymbolicColor* function(gchar* themeClass, gint id) c_gtk_symbolic_color_new_win32; 8531 GtkSymbolicColor* function(GtkSymbolicColor* color) c_gtk_symbolic_color_ref; 8532 void function(GtkSymbolicColor* color) c_gtk_symbolic_color_unref; 8533 gboolean function(GtkSymbolicColor* color, GtkStyleProperties* props, GdkRGBA* resolvedColor) c_gtk_symbolic_color_resolve; 8534 char* function(GtkSymbolicColor* color) c_gtk_symbolic_color_to_string; 8535 8536 // gtk.Gradient 8537 8538 GtkGradient* function(gdouble x0, gdouble y0, gdouble x1, gdouble y1) c_gtk_gradient_new_linear; 8539 GtkGradient* function(gdouble x0, gdouble y0, gdouble radius0, gdouble x1, gdouble y1, gdouble radius1) c_gtk_gradient_new_radial; 8540 void function(GtkGradient* gradient, gdouble offset, GtkSymbolicColor* color) c_gtk_gradient_add_color_stop; 8541 GtkGradient* function(GtkGradient* gradient) c_gtk_gradient_ref; 8542 void function(GtkGradient* gradient) c_gtk_gradient_unref; 8543 gboolean function(GtkGradient* gradient, GtkStyleProperties* props, cairo_pattern_t** resolvedGradient) c_gtk_gradient_resolve; 8544 cairo_pattern_t* function(GtkGradient* gradient, GtkStyleContext* context) c_gtk_gradient_resolve_for_context; 8545 char* function(GtkGradient* gradient) c_gtk_gradient_to_string; 8546 8547 // gtk.RcStyle 8548 8549 GScanner* function() c_gtk_rc_scanner_new; 8550 GtkStyle* function(GtkWidget* widget) c_gtk_rc_get_style; 8551 GtkStyle* function(GtkSettings* settings, char* widgetPath, char* classPath, GType type) c_gtk_rc_get_style_by_paths; 8552 void function(gchar* filename) c_gtk_rc_parse; 8553 void function(gchar* rcString) c_gtk_rc_parse_string; 8554 gboolean function() c_gtk_rc_reparse_all; 8555 gboolean function(GtkSettings* settings, gboolean forceLoad) c_gtk_rc_reparse_all_for_settings; 8556 void function(GtkSettings* settings) c_gtk_rc_reset_styles; 8557 void function(gchar* filename) c_gtk_rc_add_default_file; 8558 gchar** function() c_gtk_rc_get_default_files; 8559 void function(gchar** filenames) c_gtk_rc_set_default_files; 8560 guint function(GScanner* scanner, GdkColor* color) c_gtk_rc_parse_color; 8561 guint function(GScanner* scanner, GtkRcStyle* style, GdkColor* color) c_gtk_rc_parse_color_full; 8562 guint function(GScanner* scanner, GtkStateType* state) c_gtk_rc_parse_state; 8563 guint function(GScanner* scanner, GtkPathPriorityType* priority) c_gtk_rc_parse_priority; 8564 gchar* function(gchar* moduleFile) c_gtk_rc_find_module_in_path; 8565 gchar* function(GtkSettings* settings, GScanner* scanner, gchar* pixmapFile) c_gtk_rc_find_pixmap_in_path; 8566 gchar* function() c_gtk_rc_get_module_dir; 8567 gchar* function() c_gtk_rc_get_im_module_path; 8568 gchar* function() c_gtk_rc_get_im_module_file; 8569 gchar* function() c_gtk_rc_get_theme_dir; 8570 GtkRcStyle* function() c_gtk_rc_style_new; 8571 GtkRcStyle* function(GtkRcStyle* orig) c_gtk_rc_style_copy; 8572 8573 // gtk.Style 8574 8575 GtkStyle* function() c_gtk_style_new; 8576 GtkStyle* function(GtkStyle* style) c_gtk_style_copy; 8577 GtkStyle* function(GtkStyle* style, GdkWindow* window) c_gtk_style_attach; 8578 void function(GtkStyle* style) c_gtk_style_detach; 8579 gboolean function(GtkStyle* style) c_gtk_style_has_context; 8580 void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType) c_gtk_style_set_background; 8581 void function(GtkStyle* style, cairo_t* cr, GdkWindow* window, GtkStateType stateType, gint x, gint y, gint width, gint height) c_gtk_style_apply_default_background; 8582 gboolean function(GtkStyle* style, gchar* colorName, GdkColor* color) c_gtk_style_lookup_color; 8583 GtkIconSet* function(GtkStyle* style, gchar* stockId) c_gtk_style_lookup_icon_set; 8584 GdkPixbuf* function(GtkStyle* style, GtkIconSource* source, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, gchar* detail) c_gtk_style_render_icon; 8585 void function(GtkStyle* style, GType widgetType, gchar* propertyName, GValue* value) c_gtk_style_get_style_property; 8586 void function(GtkStyle* style, GType widgetType, gchar* firstPropertyName, va_list varArgs) c_gtk_style_get_valist; 8587 void function(GtkStyle* style, GType widgetType, gchar* firstPropertyName, ... ) c_gtk_style_get; 8588 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, GtkArrowType arrowType, gboolean fill, gint x, gint y, gint width, gint height) c_gtk_paint_arrow; 8589 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_box; 8590 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkPositionType gapSide, gint gapX, gint gapWidth) c_gtk_paint_box_gap; 8591 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_check; 8592 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_diamond; 8593 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkPositionType gapSide) c_gtk_paint_extension; 8594 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_flat_box; 8595 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_focus; 8596 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) c_gtk_paint_handle; 8597 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, gint x1, gint x2, gint y) c_gtk_paint_hline; 8598 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_option; 8599 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_shadow; 8600 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkPositionType gapSide, gint gapX, gint gapWidth) c_gtk_paint_shadow_gap; 8601 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) c_gtk_paint_slider; 8602 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, guint step, gint x, gint y, gint width, gint height) c_gtk_paint_spinner; 8603 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkShadowType shadowType, GtkWidget* widget, gchar* detail, gint x, gint y, gint width, gint height) c_gtk_paint_tab; 8604 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, gint y1_, gint y2_, gint x) c_gtk_paint_vline; 8605 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, gint x, gint y, GtkExpanderStyle expanderStyle) c_gtk_paint_expander; 8606 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, gboolean useText, GtkWidget* widget, gchar* detail, gint x, gint y, PangoLayout* layout) c_gtk_paint_layout; 8607 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, GdkWindowEdge edge, gint x, gint y, gint width, gint height) c_gtk_paint_resize_grip; 8608 void function(GtkWidget* widget, cairo_t* cr, GdkRectangle* location, gboolean isPrimary, GtkTextDirection direction, gboolean drawArrow) c_gtk_draw_insertion_cursor; 8609 8610 // gtk.HScale 8611 8612 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscale_new; 8613 GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_hscale_new_with_range; 8614 8615 // gtk.VScale 8616 8617 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscale_new; 8618 GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_vscale_new_with_range; 8619 8620 // gtk.TearoffMenuItem 8621 8622 GtkWidget* function() c_gtk_tearoff_menu_item_new; 8623 8624 // gtk.ColorSelection 8625 8626 GtkWidget* function() c_gtk_color_selection_new; 8627 void function(GtkColorSelection* colorsel, gboolean hasOpacity) c_gtk_color_selection_set_has_opacity_control; 8628 gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_opacity_control; 8629 void function(GtkColorSelection* colorsel, gboolean hasPalette) c_gtk_color_selection_set_has_palette; 8630 gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_palette; 8631 guint16 function(GtkColorSelection* colorsel) c_gtk_color_selection_get_current_alpha; 8632 void function(GtkColorSelection* colorsel, guint16 alpha) c_gtk_color_selection_set_current_alpha; 8633 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_current_color; 8634 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_current_color; 8635 guint16 function(GtkColorSelection* colorsel) c_gtk_color_selection_get_previous_alpha; 8636 void function(GtkColorSelection* colorsel, guint16 alpha) c_gtk_color_selection_set_previous_alpha; 8637 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_previous_color; 8638 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_previous_color; 8639 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_current_rgba; 8640 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_current_rgba; 8641 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_previous_rgba; 8642 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_previous_rgba; 8643 gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_is_adjusting; 8644 gboolean function(gchar* str, GdkColor** colors, gint* nColors) c_gtk_color_selection_palette_from_string; 8645 gchar* function(GdkColor* colors, gint nColors) c_gtk_color_selection_palette_to_string; 8646 GtkColorSelectionChangePaletteWithScreenFunc function(GtkColorSelectionChangePaletteWithScreenFunc func) c_gtk_color_selection_set_change_palette_with_screen_hook; 8647 8648 // gtk.ColorSelectionDialog 8649 8650 GtkWidget* function(gchar* title) c_gtk_color_selection_dialog_new; 8651 GtkWidget* function(GtkColorSelectionDialog* colorsel) c_gtk_color_selection_dialog_get_color_selection; 8652 8653 // gtk.HSV 8654 8655 GtkWidget* function() c_gtk_hsv_new; 8656 void function(GtkHSV* hsv, double h, double s, double v) c_gtk_hsv_set_color; 8657 void function(GtkHSV* hsv, gdouble* h, gdouble* s, gdouble* v) c_gtk_hsv_get_color; 8658 void function(GtkHSV* hsv, gint size, gint ringWidth) c_gtk_hsv_set_metrics; 8659 void function(GtkHSV* hsv, gint* size, gint* ringWidth) c_gtk_hsv_get_metrics; 8660 gboolean function(GtkHSV* hsv) c_gtk_hsv_is_adjusting; 8661 void function(gdouble h, gdouble s, gdouble v, gdouble* r, gdouble* g, gdouble* b) c_gtk_hsv_to_rgb; 8662 void function(gdouble r, gdouble g, gdouble b, gdouble* h, gdouble* s, gdouble* v) c_gtk_rgb_to_hsv; 8663 8664 // gtk.FontSelection 8665 8666 GtkWidget* function() c_gtk_font_selection_new; 8667 gchar* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_font_name; 8668 gboolean function(GtkFontSelection* fontsel, gchar* fontname) c_gtk_font_selection_set_font_name; 8669 gchar* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_text; 8670 void function(GtkFontSelection* fontsel, gchar* text) c_gtk_font_selection_set_preview_text; 8671 PangoFontFace* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face; 8672 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face_list; 8673 PangoFontFamily* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family; 8674 gint function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size; 8675 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family_list; 8676 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_entry; 8677 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_entry; 8678 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_list; 8679 8680 // gtk.FontSelectionDialog 8681 8682 GtkWidget* function(gchar* title) c_gtk_font_selection_dialog_new; 8683 gchar* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_name; 8684 gboolean function(GtkFontSelectionDialog* fsd, gchar* fontname) c_gtk_font_selection_dialog_set_font_name; 8685 gchar* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_preview_text; 8686 void function(GtkFontSelectionDialog* fsd, gchar* text) c_gtk_font_selection_dialog_set_preview_text; 8687 GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_cancel_button; 8688 GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_ok_button; 8689 GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_selection; 8690 8691 // gtk.HBox 8692 8693 GtkWidget* function(gboolean homogeneous, gint spacing) c_gtk_hbox_new; 8694 8695 // gtk.VBox 8696 8697 GtkWidget* function(gboolean homogeneous, gint spacing) c_gtk_vbox_new; 8698 8699 // gtk.HButtonBox 8700 8701 GtkWidget* function() c_gtk_hbutton_box_new; 8702 8703 // gtk.VButtonBox 8704 8705 GtkWidget* function() c_gtk_vbutton_box_new; 8706 8707 // gtk.HPaned 8708 8709 GtkWidget* function() c_gtk_hpaned_new; 8710 8711 // gtk.VPaned 8712 8713 GtkWidget* function() c_gtk_vpaned_new; 8714 8715 // gtk.Table 8716 8717 GtkWidget* function(guint rows, guint columns, gboolean homogeneous) c_gtk_table_new; 8718 void function(GtkTable* table, guint rows, guint columns) c_gtk_table_resize; 8719 void function(GtkTable* table, guint* rows, guint* columns) c_gtk_table_get_size; 8720 void function(GtkTable* table, GtkWidget* child, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach, GtkAttachOptions xoptions, GtkAttachOptions yoptions, guint xpadding, guint ypadding) c_gtk_table_attach; 8721 void function(GtkTable* table, GtkWidget* widget, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach) c_gtk_table_attach_defaults; 8722 void function(GtkTable* table, guint row, guint spacing) c_gtk_table_set_row_spacing; 8723 void function(GtkTable* table, guint column, guint spacing) c_gtk_table_set_col_spacing; 8724 void function(GtkTable* table, guint spacing) c_gtk_table_set_row_spacings; 8725 void function(GtkTable* table, guint spacing) c_gtk_table_set_col_spacings; 8726 void function(GtkTable* table, gboolean homogeneous) c_gtk_table_set_homogeneous; 8727 guint function(GtkTable* table) c_gtk_table_get_default_row_spacing; 8728 gboolean function(GtkTable* table) c_gtk_table_get_homogeneous; 8729 guint function(GtkTable* table, guint row) c_gtk_table_get_row_spacing; 8730 guint function(GtkTable* table, guint column) c_gtk_table_get_col_spacing; 8731 guint function(GtkTable* table) c_gtk_table_get_default_col_spacing; 8732 8733 // gtk.HSeparator 8734 8735 GtkWidget* function() c_gtk_hseparator_new; 8736 8737 // gtk.VSeparator 8738 8739 GtkWidget* function() c_gtk_vseparator_new; 8740 8741 // gtk.HScrollbar 8742 8743 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscrollbar_new; 8744 8745 // gtk.VScrollbar 8746 8747 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscrollbar_new; 8748 8749 // gtk.UIManager 8750 8751 GtkUIManager* function() c_gtk_ui_manager_new; 8752 void function(GtkUIManager* manager, gboolean addTearoffs) c_gtk_ui_manager_set_add_tearoffs; 8753 gboolean function(GtkUIManager* manager) c_gtk_ui_manager_get_add_tearoffs; 8754 void function(GtkUIManager* manager, GtkActionGroup* actionGroup, gint pos) c_gtk_ui_manager_insert_action_group; 8755 void function(GtkUIManager* manager, GtkActionGroup* actionGroup) c_gtk_ui_manager_remove_action_group; 8756 GList* function(GtkUIManager* manager) c_gtk_ui_manager_get_action_groups; 8757 GtkAccelGroup* function(GtkUIManager* manager) c_gtk_ui_manager_get_accel_group; 8758 GtkWidget* function(GtkUIManager* manager, gchar* path) c_gtk_ui_manager_get_widget; 8759 GSList* function(GtkUIManager* manager, GtkUIManagerItemType types) c_gtk_ui_manager_get_toplevels; 8760 GtkAction* function(GtkUIManager* manager, gchar* path) c_gtk_ui_manager_get_action; 8761 guint function(GtkUIManager* manager, gchar* resourcePath, GError** error) c_gtk_ui_manager_add_ui_from_resource; 8762 guint function(GtkUIManager* manager, gchar* buffer, gssize length, GError** error) c_gtk_ui_manager_add_ui_from_string; 8763 guint function(GtkUIManager* manager, gchar* filename, GError** error) c_gtk_ui_manager_add_ui_from_file; 8764 guint function(GtkUIManager* manager) c_gtk_ui_manager_new_merge_id; 8765 void function(GtkUIManager* manager, guint mergeId, gchar* path, gchar* name, gchar* action, GtkUIManagerItemType type, gboolean top) c_gtk_ui_manager_add_ui; 8766 void function(GtkUIManager* manager, guint mergeId) c_gtk_ui_manager_remove_ui; 8767 gchar* function(GtkUIManager* manager) c_gtk_ui_manager_get_ui; 8768 void function(GtkUIManager* manager) c_gtk_ui_manager_ensure_update; 8769 8770 // gtk.ActionGroup 8771 8772 GtkActionGroup* function(gchar* name) c_gtk_action_group_new; 8773 gchar* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_name; 8774 gboolean function(GtkActionGroup* actionGroup) c_gtk_action_group_get_sensitive; 8775 void function(GtkActionGroup* actionGroup, gboolean sensitive) c_gtk_action_group_set_sensitive; 8776 gboolean function(GtkActionGroup* actionGroup) c_gtk_action_group_get_visible; 8777 void function(GtkActionGroup* actionGroup, gboolean visible) c_gtk_action_group_set_visible; 8778 GtkAccelGroup* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_accel_group; 8779 void function(GtkActionGroup* actionGroup, GtkAccelGroup* accelGroup) c_gtk_action_group_set_accel_group; 8780 GtkAction* function(GtkActionGroup* actionGroup, gchar* actionName) c_gtk_action_group_get_action; 8781 GList* function(GtkActionGroup* actionGroup) c_gtk_action_group_list_actions; 8782 void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_add_action; 8783 void function(GtkActionGroup* actionGroup, GtkAction* action, gchar* accelerator) c_gtk_action_group_add_action_with_accel; 8784 void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_remove_action; 8785 void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, guint nEntries, void* userData) c_gtk_action_group_add_actions; 8786 void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, guint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_actions_full; 8787 void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, guint nEntries, void* userData) c_gtk_action_group_add_toggle_actions; 8788 void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, guint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_toggle_actions_full; 8789 void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, guint nEntries, gint value, GCallback onChange, void* userData) c_gtk_action_group_add_radio_actions; 8790 void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, guint nEntries, gint value, GCallback onChange, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_radio_actions_full; 8791 void function(GtkActionGroup* actionGroup, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_action_group_set_translate_func; 8792 void function(GtkActionGroup* actionGroup, gchar* domain) c_gtk_action_group_set_translation_domain; 8793 gchar* function(GtkActionGroup* actionGroup, gchar* string) c_gtk_action_group_translate_string; 8794 8795 // gtk.Action 8796 8797 GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_action_new; 8798 gchar* function(GtkAction* action) c_gtk_action_get_name; 8799 gboolean function(GtkAction* action) c_gtk_action_is_sensitive; 8800 gboolean function(GtkAction* action) c_gtk_action_get_sensitive; 8801 void function(GtkAction* action, gboolean sensitive) c_gtk_action_set_sensitive; 8802 gboolean function(GtkAction* action) c_gtk_action_is_visible; 8803 gboolean function(GtkAction* action) c_gtk_action_get_visible; 8804 void function(GtkAction* action, gboolean visible) c_gtk_action_set_visible; 8805 void function(GtkAction* action) c_gtk_action_activate; 8806 GtkWidget* function(GtkAction* action, GtkIconSize iconSize) c_gtk_action_create_icon; 8807 GtkWidget* function(GtkAction* action) c_gtk_action_create_menu_item; 8808 GtkWidget* function(GtkAction* action) c_gtk_action_create_tool_item; 8809 GtkWidget* function(GtkAction* action) c_gtk_action_create_menu; 8810 GSList* function(GtkAction* action) c_gtk_action_get_proxies; 8811 void function(GtkAction* action) c_gtk_action_connect_accelerator; 8812 void function(GtkAction* action) c_gtk_action_disconnect_accelerator; 8813 void function(GtkAction* action) c_gtk_action_block_activate; 8814 void function(GtkAction* action) c_gtk_action_unblock_activate; 8815 gboolean function(GtkAction* action) c_gtk_action_get_always_show_image; 8816 void function(GtkAction* action, gboolean alwaysShow) c_gtk_action_set_always_show_image; 8817 gchar* function(GtkAction* action) c_gtk_action_get_accel_path; 8818 void function(GtkAction* action, gchar* accelPath) c_gtk_action_set_accel_path; 8819 GClosure* function(GtkAction* action) c_gtk_action_get_accel_closure; 8820 void function(GtkAction* action, GtkAccelGroup* accelGroup) c_gtk_action_set_accel_group; 8821 void function(GtkAction* action, gchar* label) c_gtk_action_set_label; 8822 gchar* function(GtkAction* action) c_gtk_action_get_label; 8823 void function(GtkAction* action, gchar* shortLabel) c_gtk_action_set_short_label; 8824 gchar* function(GtkAction* action) c_gtk_action_get_short_label; 8825 void function(GtkAction* action, gchar* tooltip) c_gtk_action_set_tooltip; 8826 gchar* function(GtkAction* action) c_gtk_action_get_tooltip; 8827 void function(GtkAction* action, gchar* stockId) c_gtk_action_set_stock_id; 8828 gchar* function(GtkAction* action) c_gtk_action_get_stock_id; 8829 void function(GtkAction* action, GIcon* icon) c_gtk_action_set_gicon; 8830 GIcon* function(GtkAction* action) c_gtk_action_get_gicon; 8831 void function(GtkAction* action, gchar* iconName) c_gtk_action_set_icon_name; 8832 gchar* function(GtkAction* action) c_gtk_action_get_icon_name; 8833 void function(GtkAction* action, gboolean visibleHorizontal) c_gtk_action_set_visible_horizontal; 8834 gboolean function(GtkAction* action) c_gtk_action_get_visible_horizontal; 8835 void function(GtkAction* action, gboolean visibleVertical) c_gtk_action_set_visible_vertical; 8836 gboolean function(GtkAction* action) c_gtk_action_get_visible_vertical; 8837 void function(GtkAction* action, gboolean isImportant) c_gtk_action_set_is_important; 8838 gboolean function(GtkAction* action) c_gtk_action_get_is_important; 8839 8840 // gtk.ToggleAction 8841 8842 GtkToggleAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_toggle_action_new; 8843 void function(GtkToggleAction* action) c_gtk_toggle_action_toggled; 8844 void function(GtkToggleAction* action, gboolean isActive) c_gtk_toggle_action_set_active; 8845 gboolean function(GtkToggleAction* action) c_gtk_toggle_action_get_active; 8846 void function(GtkToggleAction* action, gboolean drawAsRadio) c_gtk_toggle_action_set_draw_as_radio; 8847 gboolean function(GtkToggleAction* action) c_gtk_toggle_action_get_draw_as_radio; 8848 8849 // gtk.RadioAction 8850 8851 GtkRadioAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId, gint value) c_gtk_radio_action_new; 8852 GSList* function(GtkRadioAction* action) c_gtk_radio_action_get_group; 8853 void function(GtkRadioAction* action, GSList* group) c_gtk_radio_action_set_group; 8854 void function(GtkRadioAction* action, GtkRadioAction* groupSource) c_gtk_radio_action_join_group; 8855 gint function(GtkRadioAction* action) c_gtk_radio_action_get_current_value; 8856 void function(GtkRadioAction* action, gint currentValue) c_gtk_radio_action_set_current_value; 8857 8858 // gtk.RecentAction 8859 8860 GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_recent_action_new; 8861 GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId, GtkRecentManager* manager) c_gtk_recent_action_new_for_manager; 8862 gboolean function(GtkRecentAction* action) c_gtk_recent_action_get_show_numbers; 8863 void function(GtkRecentAction* action, gboolean showNumbers) c_gtk_recent_action_set_show_numbers; 8864 8865 // gtk.ActivatableT 8866 8867 8868 // gtk.ActivatableT 8869 8870 void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_do_set_related_action; 8871 GtkAction* function(GtkActivatable* activatable) c_gtk_activatable_get_related_action; 8872 gboolean function(GtkActivatable* activatable) c_gtk_activatable_get_use_action_appearance; 8873 void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_sync_action_properties; 8874 void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_set_related_action; 8875 void function(GtkActivatable* activatable, gboolean useAppearance) c_gtk_activatable_set_use_action_appearance; 8876 8877 // gtk.ImageMenuItem 8878 8879 void function(GtkImageMenuItem* imageMenuItem, GtkWidget* image) c_gtk_image_menu_item_set_image; 8880 GtkWidget* function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_image; 8881 GtkWidget* function() c_gtk_image_menu_item_new; 8882 GtkWidget* function(gchar* stockId, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_new_from_stock; 8883 GtkWidget* function(gchar* label) c_gtk_image_menu_item_new_with_label; 8884 GtkWidget* function(gchar* label) c_gtk_image_menu_item_new_with_mnemonic; 8885 gboolean function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_use_stock; 8886 void function(GtkImageMenuItem* imageMenuItem, gboolean useStock) c_gtk_image_menu_item_set_use_stock; 8887 gboolean function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_always_show_image; 8888 void function(GtkImageMenuItem* imageMenuItem, gboolean alwaysShow) c_gtk_image_menu_item_set_always_show_image; 8889 void function(GtkImageMenuItem* imageMenuItem, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_set_accel_group; 8890 8891 // gtk.StockItem 8892 8893 void function(GtkStockItem* items, guint nItems) c_gtk_stock_add; 8894 void function(GtkStockItem* items, guint nItems) c_gtk_stock_add_static; 8895 GtkStockItem* function(GtkStockItem* item) c_gtk_stock_item_copy; 8896 void function(GtkStockItem* item) c_gtk_stock_item_free; 8897 GSList* function() c_gtk_stock_list_ids; 8898 gboolean function(gchar* stockId, GtkStockItem* item) c_gtk_stock_lookup; 8899 void function(gchar* domain, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_stock_set_translate_func; 8900 } 8901 8902 // gtk.Main 8903 8904 alias c_gtk_disable_setlocale gtk_disable_setlocale; 8905 alias c_gtk_get_default_language gtk_get_default_language; 8906 alias c_gtk_parse_args gtk_parse_args; 8907 alias c_gtk_init gtk_init; 8908 alias c_gtk_init_check gtk_init_check; 8909 alias c_gtk_init_with_args gtk_init_with_args; 8910 alias c_gtk_get_option_group gtk_get_option_group; 8911 alias c_gtk_events_pending gtk_events_pending; 8912 alias c_gtk_main gtk_main; 8913 alias c_gtk_main_level gtk_main_level; 8914 alias c_gtk_main_quit gtk_main_quit; 8915 alias c_gtk_main_iteration gtk_main_iteration; 8916 alias c_gtk_main_iteration_do gtk_main_iteration_do; 8917 alias c_gtk_main_do_event gtk_main_do_event; 8918 alias c_gtk_grab_add gtk_grab_add; 8919 alias c_gtk_grab_get_current gtk_grab_get_current; 8920 alias c_gtk_grab_remove gtk_grab_remove; 8921 alias c_gtk_device_grab_add gtk_device_grab_add; 8922 alias c_gtk_device_grab_remove gtk_device_grab_remove; 8923 alias c_gtk_key_snooper_install gtk_key_snooper_install; 8924 alias c_gtk_key_snooper_remove gtk_key_snooper_remove; 8925 alias c_gtk_get_current_event gtk_get_current_event; 8926 alias c_gtk_get_current_event_time gtk_get_current_event_time; 8927 alias c_gtk_get_current_event_state gtk_get_current_event_state; 8928 alias c_gtk_get_current_event_device gtk_get_current_event_device; 8929 alias c_gtk_get_event_widget gtk_get_event_widget; 8930 alias c_gtk_propagate_event gtk_propagate_event; 8931 8932 // gtk.Version 8933 8934 alias c_gtk_get_major_version gtk_get_major_version; 8935 alias c_gtk_get_minor_version gtk_get_minor_version; 8936 alias c_gtk_get_micro_version gtk_get_micro_version; 8937 alias c_gtk_get_binary_age gtk_get_binary_age; 8938 alias c_gtk_get_interface_age gtk_get_interface_age; 8939 alias c_gtk_check_version gtk_check_version; 8940 8941 // gtk.AccelGroup 8942 8943 alias c_gtk_accel_group_new gtk_accel_group_new; 8944 alias c_gtk_accel_group_connect gtk_accel_group_connect; 8945 alias c_gtk_accel_group_connect_by_path gtk_accel_group_connect_by_path; 8946 alias c_gtk_accel_group_disconnect gtk_accel_group_disconnect; 8947 alias c_gtk_accel_group_disconnect_key gtk_accel_group_disconnect_key; 8948 alias c_gtk_accel_group_activate gtk_accel_group_activate; 8949 alias c_gtk_accel_group_lock gtk_accel_group_lock; 8950 alias c_gtk_accel_group_unlock gtk_accel_group_unlock; 8951 alias c_gtk_accel_group_get_is_locked gtk_accel_group_get_is_locked; 8952 alias c_gtk_accel_group_from_accel_closure gtk_accel_group_from_accel_closure; 8953 alias c_gtk_accel_group_get_modifier_mask gtk_accel_group_get_modifier_mask; 8954 alias c_gtk_accel_groups_activate gtk_accel_groups_activate; 8955 alias c_gtk_accel_groups_from_object gtk_accel_groups_from_object; 8956 alias c_gtk_accel_group_find gtk_accel_group_find; 8957 alias c_gtk_accelerator_valid gtk_accelerator_valid; 8958 alias c_gtk_accelerator_parse gtk_accelerator_parse; 8959 alias c_gtk_accelerator_name gtk_accelerator_name; 8960 alias c_gtk_accelerator_get_label gtk_accelerator_get_label; 8961 alias c_gtk_accelerator_parse_with_keycode gtk_accelerator_parse_with_keycode; 8962 alias c_gtk_accelerator_name_with_keycode gtk_accelerator_name_with_keycode; 8963 alias c_gtk_accelerator_get_label_with_keycode gtk_accelerator_get_label_with_keycode; 8964 alias c_gtk_accelerator_set_default_mod_mask gtk_accelerator_set_default_mod_mask; 8965 alias c_gtk_accelerator_get_default_mod_mask gtk_accelerator_get_default_mod_mask; 8966 8967 // gtk.AccelMap 8968 8969 alias c_gtk_accel_map_add_entry gtk_accel_map_add_entry; 8970 alias c_gtk_accel_map_lookup_entry gtk_accel_map_lookup_entry; 8971 alias c_gtk_accel_map_change_entry gtk_accel_map_change_entry; 8972 alias c_gtk_accel_map_load gtk_accel_map_load; 8973 alias c_gtk_accel_map_save gtk_accel_map_save; 8974 alias c_gtk_accel_map_foreach gtk_accel_map_foreach; 8975 alias c_gtk_accel_map_load_fd gtk_accel_map_load_fd; 8976 alias c_gtk_accel_map_save_fd gtk_accel_map_save_fd; 8977 alias c_gtk_accel_map_load_scanner gtk_accel_map_load_scanner; 8978 alias c_gtk_accel_map_add_filter gtk_accel_map_add_filter; 8979 alias c_gtk_accel_map_foreach_unfiltered gtk_accel_map_foreach_unfiltered; 8980 alias c_gtk_accel_map_get gtk_accel_map_get; 8981 alias c_gtk_accel_map_lock_path gtk_accel_map_lock_path; 8982 alias c_gtk_accel_map_unlock_path gtk_accel_map_unlock_path; 8983 8984 // gtk.Clipboard 8985 8986 alias c_gtk_clipboard_get gtk_clipboard_get; 8987 alias c_gtk_clipboard_get_for_display gtk_clipboard_get_for_display; 8988 alias c_gtk_clipboard_get_display gtk_clipboard_get_display; 8989 alias c_gtk_clipboard_set_with_data gtk_clipboard_set_with_data; 8990 alias c_gtk_clipboard_set_with_owner gtk_clipboard_set_with_owner; 8991 alias c_gtk_clipboard_get_owner gtk_clipboard_get_owner; 8992 alias c_gtk_clipboard_clear gtk_clipboard_clear; 8993 alias c_gtk_clipboard_set_text gtk_clipboard_set_text; 8994 alias c_gtk_clipboard_set_image gtk_clipboard_set_image; 8995 alias c_gtk_clipboard_request_contents gtk_clipboard_request_contents; 8996 alias c_gtk_clipboard_request_text gtk_clipboard_request_text; 8997 alias c_gtk_clipboard_request_image gtk_clipboard_request_image; 8998 alias c_gtk_clipboard_request_targets gtk_clipboard_request_targets; 8999 alias c_gtk_clipboard_request_rich_text gtk_clipboard_request_rich_text; 9000 alias c_gtk_clipboard_request_uris gtk_clipboard_request_uris; 9001 alias c_gtk_clipboard_wait_for_contents gtk_clipboard_wait_for_contents; 9002 alias c_gtk_clipboard_wait_for_text gtk_clipboard_wait_for_text; 9003 alias c_gtk_clipboard_wait_for_image gtk_clipboard_wait_for_image; 9004 alias c_gtk_clipboard_wait_for_rich_text gtk_clipboard_wait_for_rich_text; 9005 alias c_gtk_clipboard_wait_for_uris gtk_clipboard_wait_for_uris; 9006 alias c_gtk_clipboard_wait_is_text_available gtk_clipboard_wait_is_text_available; 9007 alias c_gtk_clipboard_wait_is_image_available gtk_clipboard_wait_is_image_available; 9008 alias c_gtk_clipboard_wait_is_rich_text_available gtk_clipboard_wait_is_rich_text_available; 9009 alias c_gtk_clipboard_wait_is_uris_available gtk_clipboard_wait_is_uris_available; 9010 alias c_gtk_clipboard_wait_for_targets gtk_clipboard_wait_for_targets; 9011 alias c_gtk_clipboard_wait_is_target_available gtk_clipboard_wait_is_target_available; 9012 alias c_gtk_clipboard_set_can_store gtk_clipboard_set_can_store; 9013 alias c_gtk_clipboard_store gtk_clipboard_store; 9014 9015 // gtk.DragAndDrop 9016 9017 alias c_gtk_drag_dest_set gtk_drag_dest_set; 9018 alias c_gtk_drag_dest_set_proxy gtk_drag_dest_set_proxy; 9019 alias c_gtk_drag_dest_unset gtk_drag_dest_unset; 9020 alias c_gtk_drag_dest_find_target gtk_drag_dest_find_target; 9021 alias c_gtk_drag_dest_get_target_list gtk_drag_dest_get_target_list; 9022 alias c_gtk_drag_dest_set_target_list gtk_drag_dest_set_target_list; 9023 alias c_gtk_drag_dest_add_text_targets gtk_drag_dest_add_text_targets; 9024 alias c_gtk_drag_dest_add_image_targets gtk_drag_dest_add_image_targets; 9025 alias c_gtk_drag_dest_add_uri_targets gtk_drag_dest_add_uri_targets; 9026 alias c_gtk_drag_dest_set_track_motion gtk_drag_dest_set_track_motion; 9027 alias c_gtk_drag_dest_get_track_motion gtk_drag_dest_get_track_motion; 9028 alias c_gtk_drag_finish gtk_drag_finish; 9029 alias c_gtk_drag_get_data gtk_drag_get_data; 9030 alias c_gtk_drag_get_source_widget gtk_drag_get_source_widget; 9031 alias c_gtk_drag_highlight gtk_drag_highlight; 9032 alias c_gtk_drag_unhighlight gtk_drag_unhighlight; 9033 alias c_gtk_drag_begin gtk_drag_begin; 9034 alias c_gtk_drag_set_icon_widget gtk_drag_set_icon_widget; 9035 alias c_gtk_drag_set_icon_pixbuf gtk_drag_set_icon_pixbuf; 9036 alias c_gtk_drag_set_icon_stock gtk_drag_set_icon_stock; 9037 alias c_gtk_drag_set_icon_surface gtk_drag_set_icon_surface; 9038 alias c_gtk_drag_set_icon_name gtk_drag_set_icon_name; 9039 alias c_gtk_drag_set_icon_gicon gtk_drag_set_icon_gicon; 9040 alias c_gtk_drag_set_icon_default gtk_drag_set_icon_default; 9041 alias c_gtk_drag_check_threshold gtk_drag_check_threshold; 9042 alias c_gtk_drag_source_set gtk_drag_source_set; 9043 alias c_gtk_drag_source_set_icon_pixbuf gtk_drag_source_set_icon_pixbuf; 9044 alias c_gtk_drag_source_set_icon_stock gtk_drag_source_set_icon_stock; 9045 alias c_gtk_drag_source_set_icon_name gtk_drag_source_set_icon_name; 9046 alias c_gtk_drag_source_set_icon_gicon gtk_drag_source_set_icon_gicon; 9047 alias c_gtk_drag_source_unset gtk_drag_source_unset; 9048 alias c_gtk_drag_source_set_target_list gtk_drag_source_set_target_list; 9049 alias c_gtk_drag_source_get_target_list gtk_drag_source_get_target_list; 9050 alias c_gtk_drag_source_add_text_targets gtk_drag_source_add_text_targets; 9051 alias c_gtk_drag_source_add_image_targets gtk_drag_source_add_image_targets; 9052 alias c_gtk_drag_source_add_uri_targets gtk_drag_source_add_uri_targets; 9053 9054 // gtk.Settings 9055 9056 alias c_gtk_settings_get_default gtk_settings_get_default; 9057 alias c_gtk_settings_get_for_screen gtk_settings_get_for_screen; 9058 alias c_gtk_settings_install_property gtk_settings_install_property; 9059 alias c_gtk_settings_install_property_parser gtk_settings_install_property_parser; 9060 alias c_gtk_rc_property_parse_color gtk_rc_property_parse_color; 9061 alias c_gtk_rc_property_parse_enum gtk_rc_property_parse_enum; 9062 alias c_gtk_rc_property_parse_flags gtk_rc_property_parse_flags; 9063 alias c_gtk_rc_property_parse_requisition gtk_rc_property_parse_requisition; 9064 alias c_gtk_rc_property_parse_border gtk_rc_property_parse_border; 9065 alias c_gtk_settings_set_property_value gtk_settings_set_property_value; 9066 alias c_gtk_settings_set_string_property gtk_settings_set_string_property; 9067 alias c_gtk_settings_set_long_property gtk_settings_set_long_property; 9068 alias c_gtk_settings_set_double_property gtk_settings_set_double_property; 9069 9070 // gtk.BindingSet 9071 9072 alias c_gtk_binding_entry_add_signall gtk_binding_entry_add_signall; 9073 alias c_gtk_binding_set_new gtk_binding_set_new; 9074 alias c_gtk_binding_set_by_class gtk_binding_set_by_class; 9075 alias c_gtk_binding_set_find gtk_binding_set_find; 9076 alias c_gtk_bindings_activate gtk_bindings_activate; 9077 alias c_gtk_bindings_activate_event gtk_bindings_activate_event; 9078 alias c_gtk_binding_set_activate gtk_binding_set_activate; 9079 alias c_gtk_binding_entry_add_signal gtk_binding_entry_add_signal; 9080 alias c_gtk_binding_entry_add_signal_from_string gtk_binding_entry_add_signal_from_string; 9081 alias c_gtk_binding_entry_skip gtk_binding_entry_skip; 9082 alias c_gtk_binding_entry_remove gtk_binding_entry_remove; 9083 alias c_gtk_binding_set_add_path gtk_binding_set_add_path; 9084 9085 // gtk.TargetEntry 9086 9087 alias c_gtk_target_entry_new gtk_target_entry_new; 9088 alias c_gtk_target_entry_copy gtk_target_entry_copy; 9089 alias c_gtk_target_entry_free gtk_target_entry_free; 9090 9091 // gtk.TargetList 9092 9093 alias c_gtk_target_list_new gtk_target_list_new; 9094 alias c_gtk_target_list_ref gtk_target_list_ref; 9095 alias c_gtk_target_list_unref gtk_target_list_unref; 9096 alias c_gtk_target_list_add gtk_target_list_add; 9097 alias c_gtk_target_list_add_table gtk_target_list_add_table; 9098 alias c_gtk_target_list_add_text_targets gtk_target_list_add_text_targets; 9099 alias c_gtk_target_list_add_image_targets gtk_target_list_add_image_targets; 9100 alias c_gtk_target_list_add_uri_targets gtk_target_list_add_uri_targets; 9101 alias c_gtk_target_list_add_rich_text_targets gtk_target_list_add_rich_text_targets; 9102 alias c_gtk_target_list_remove gtk_target_list_remove; 9103 alias c_gtk_target_list_find gtk_target_list_find; 9104 alias c_gtk_target_table_free gtk_target_table_free; 9105 alias c_gtk_target_table_new_from_list gtk_target_table_new_from_list; 9106 alias c_gtk_targets_include_image gtk_targets_include_image; 9107 alias c_gtk_targets_include_text gtk_targets_include_text; 9108 alias c_gtk_targets_include_uri gtk_targets_include_uri; 9109 alias c_gtk_targets_include_rich_text gtk_targets_include_rich_text; 9110 9111 // gtk.SelectionData 9112 9113 alias c_gtk_selection_owner_set gtk_selection_owner_set; 9114 alias c_gtk_selection_owner_set_for_display gtk_selection_owner_set_for_display; 9115 alias c_gtk_selection_add_target gtk_selection_add_target; 9116 alias c_gtk_selection_add_targets gtk_selection_add_targets; 9117 alias c_gtk_selection_clear_targets gtk_selection_clear_targets; 9118 alias c_gtk_selection_convert gtk_selection_convert; 9119 alias c_gtk_selection_data_set gtk_selection_data_set; 9120 alias c_gtk_selection_data_set_text gtk_selection_data_set_text; 9121 alias c_gtk_selection_data_get_text gtk_selection_data_get_text; 9122 alias c_gtk_selection_data_set_pixbuf gtk_selection_data_set_pixbuf; 9123 alias c_gtk_selection_data_get_pixbuf gtk_selection_data_get_pixbuf; 9124 alias c_gtk_selection_data_set_uris gtk_selection_data_set_uris; 9125 alias c_gtk_selection_data_get_uris gtk_selection_data_get_uris; 9126 alias c_gtk_selection_data_get_targets gtk_selection_data_get_targets; 9127 alias c_gtk_selection_data_targets_include_image gtk_selection_data_targets_include_image; 9128 alias c_gtk_selection_data_targets_include_text gtk_selection_data_targets_include_text; 9129 alias c_gtk_selection_data_targets_include_uri gtk_selection_data_targets_include_uri; 9130 alias c_gtk_selection_data_targets_include_rich_text gtk_selection_data_targets_include_rich_text; 9131 alias c_gtk_selection_data_get_selection gtk_selection_data_get_selection; 9132 alias c_gtk_selection_data_get_data gtk_selection_data_get_data; 9133 alias c_gtk_selection_data_get_length gtk_selection_data_get_length; 9134 alias c_gtk_selection_data_get_data_with_length gtk_selection_data_get_data_with_length; 9135 alias c_gtk_selection_data_get_data_type gtk_selection_data_get_data_type; 9136 alias c_gtk_selection_data_get_display gtk_selection_data_get_display; 9137 alias c_gtk_selection_data_get_format gtk_selection_data_get_format; 9138 alias c_gtk_selection_data_get_target gtk_selection_data_get_target; 9139 alias c_gtk_selection_remove_all gtk_selection_remove_all; 9140 alias c_gtk_selection_data_copy gtk_selection_data_copy; 9141 alias c_gtk_selection_data_free gtk_selection_data_free; 9142 9143 // gtk.Testing 9144 9145 alias c_gtk_test_create_simple_window gtk_test_create_simple_window; 9146 alias c_gtk_test_create_widget gtk_test_create_widget; 9147 alias c_gtk_test_display_button_window gtk_test_display_button_window; 9148 alias c_gtk_test_find_label gtk_test_find_label; 9149 alias c_gtk_test_find_sibling gtk_test_find_sibling; 9150 alias c_gtk_test_find_widget gtk_test_find_widget; 9151 alias c_gtk_test_init gtk_test_init; 9152 alias c_gtk_test_list_all_types gtk_test_list_all_types; 9153 alias c_gtk_test_register_all_types gtk_test_register_all_types; 9154 alias c_gtk_test_slider_get_value gtk_test_slider_get_value; 9155 alias c_gtk_test_slider_set_perc gtk_test_slider_set_perc; 9156 alias c_gtk_test_spin_button_click gtk_test_spin_button_click; 9157 alias c_gtk_test_text_get gtk_test_text_get; 9158 alias c_gtk_test_text_set gtk_test_text_set; 9159 alias c_gtk_test_widget_click gtk_test_widget_click; 9160 alias c_gtk_test_widget_send_key gtk_test_widget_send_key; 9161 alias c_gtk_test_widget_wait_for_draw gtk_test_widget_wait_for_draw; 9162 9163 // gtk.MountOperation 9164 9165 alias c_gtk_mount_operation_new gtk_mount_operation_new; 9166 alias c_gtk_mount_operation_is_showing gtk_mount_operation_is_showing; 9167 alias c_gtk_mount_operation_set_parent gtk_mount_operation_set_parent; 9168 alias c_gtk_mount_operation_get_parent gtk_mount_operation_get_parent; 9169 alias c_gtk_mount_operation_set_screen gtk_mount_operation_set_screen; 9170 alias c_gtk_mount_operation_get_screen gtk_mount_operation_get_screen; 9171 alias c_gtk_show_uri gtk_show_uri; 9172 9173 // gtk.StyleContext 9174 9175 alias c_gtk_style_context_new gtk_style_context_new; 9176 alias c_gtk_style_context_add_provider gtk_style_context_add_provider; 9177 alias c_gtk_style_context_add_provider_for_screen gtk_style_context_add_provider_for_screen; 9178 alias c_gtk_style_context_get gtk_style_context_get; 9179 alias c_gtk_style_context_get_direction gtk_style_context_get_direction; 9180 alias c_gtk_style_context_get_junction_sides gtk_style_context_get_junction_sides; 9181 alias c_gtk_style_context_get_parent gtk_style_context_get_parent; 9182 alias c_gtk_style_context_get_path gtk_style_context_get_path; 9183 alias c_gtk_style_context_get_property gtk_style_context_get_property; 9184 alias c_gtk_style_context_get_screen gtk_style_context_get_screen; 9185 alias c_gtk_style_context_get_frame_clock gtk_style_context_get_frame_clock; 9186 alias c_gtk_style_context_get_state gtk_style_context_get_state; 9187 alias c_gtk_style_context_get_style gtk_style_context_get_style; 9188 alias c_gtk_style_context_get_style_property gtk_style_context_get_style_property; 9189 alias c_gtk_style_context_get_style_valist gtk_style_context_get_style_valist; 9190 alias c_gtk_style_context_get_valist gtk_style_context_get_valist; 9191 alias c_gtk_style_context_get_section gtk_style_context_get_section; 9192 alias c_gtk_style_context_get_color gtk_style_context_get_color; 9193 alias c_gtk_style_context_get_background_color gtk_style_context_get_background_color; 9194 alias c_gtk_style_context_get_border_color gtk_style_context_get_border_color; 9195 alias c_gtk_style_context_get_border gtk_style_context_get_border; 9196 alias c_gtk_style_context_get_padding gtk_style_context_get_padding; 9197 alias c_gtk_style_context_get_margin gtk_style_context_get_margin; 9198 alias c_gtk_style_context_get_font gtk_style_context_get_font; 9199 alias c_gtk_style_context_invalidate gtk_style_context_invalidate; 9200 alias c_gtk_style_context_state_is_running gtk_style_context_state_is_running; 9201 alias c_gtk_style_context_lookup_color gtk_style_context_lookup_color; 9202 alias c_gtk_style_context_lookup_icon_set gtk_style_context_lookup_icon_set; 9203 alias c_gtk_style_context_notify_state_change gtk_style_context_notify_state_change; 9204 alias c_gtk_style_context_pop_animatable_region gtk_style_context_pop_animatable_region; 9205 alias c_gtk_style_context_push_animatable_region gtk_style_context_push_animatable_region; 9206 alias c_gtk_style_context_cancel_animations gtk_style_context_cancel_animations; 9207 alias c_gtk_style_context_scroll_animations gtk_style_context_scroll_animations; 9208 alias c_gtk_style_context_remove_provider gtk_style_context_remove_provider; 9209 alias c_gtk_style_context_remove_provider_for_screen gtk_style_context_remove_provider_for_screen; 9210 alias c_gtk_style_context_reset_widgets gtk_style_context_reset_widgets; 9211 alias c_gtk_style_context_set_background gtk_style_context_set_background; 9212 alias c_gtk_style_context_restore gtk_style_context_restore; 9213 alias c_gtk_style_context_save gtk_style_context_save; 9214 alias c_gtk_style_context_set_direction gtk_style_context_set_direction; 9215 alias c_gtk_style_context_set_junction_sides gtk_style_context_set_junction_sides; 9216 alias c_gtk_style_context_set_parent gtk_style_context_set_parent; 9217 alias c_gtk_style_context_set_path gtk_style_context_set_path; 9218 alias c_gtk_style_context_add_class gtk_style_context_add_class; 9219 alias c_gtk_style_context_remove_class gtk_style_context_remove_class; 9220 alias c_gtk_style_context_has_class gtk_style_context_has_class; 9221 alias c_gtk_style_context_list_classes gtk_style_context_list_classes; 9222 alias c_gtk_style_context_add_region gtk_style_context_add_region; 9223 alias c_gtk_style_context_remove_region gtk_style_context_remove_region; 9224 alias c_gtk_style_context_has_region gtk_style_context_has_region; 9225 alias c_gtk_style_context_list_regions gtk_style_context_list_regions; 9226 alias c_gtk_style_context_set_screen gtk_style_context_set_screen; 9227 alias c_gtk_style_context_set_frame_clock gtk_style_context_set_frame_clock; 9228 alias c_gtk_style_context_set_state gtk_style_context_set_state; 9229 alias c_gtk_style_context_set_scale gtk_style_context_set_scale; 9230 alias c_gtk_style_context_get_scale gtk_style_context_get_scale; 9231 alias c_gtk_render_arrow gtk_render_arrow; 9232 alias c_gtk_render_background gtk_render_background; 9233 alias c_gtk_render_check gtk_render_check; 9234 alias c_gtk_render_expander gtk_render_expander; 9235 alias c_gtk_render_extension gtk_render_extension; 9236 alias c_gtk_render_focus gtk_render_focus; 9237 alias c_gtk_render_frame gtk_render_frame; 9238 alias c_gtk_render_frame_gap gtk_render_frame_gap; 9239 alias c_gtk_render_handle gtk_render_handle; 9240 alias c_gtk_render_layout gtk_render_layout; 9241 alias c_gtk_render_line gtk_render_line; 9242 alias c_gtk_render_option gtk_render_option; 9243 alias c_gtk_render_slider gtk_render_slider; 9244 alias c_gtk_render_activity gtk_render_activity; 9245 alias c_gtk_render_icon_pixbuf gtk_render_icon_pixbuf; 9246 alias c_gtk_render_icon_surface gtk_render_icon_surface; 9247 alias c_gtk_render_icon gtk_render_icon; 9248 alias c_gtk_render_insertion_cursor gtk_render_insertion_cursor; 9249 9250 // gtk.Border 9251 9252 alias c_gtk_border_new gtk_border_new; 9253 alias c_gtk_border_copy gtk_border_copy; 9254 alias c_gtk_border_free gtk_border_free; 9255 9256 // gtk.CssProvider 9257 9258 alias c_gtk_css_provider_get_default gtk_css_provider_get_default; 9259 alias c_gtk_css_provider_get_named gtk_css_provider_get_named; 9260 alias c_gtk_css_provider_load_from_data gtk_css_provider_load_from_data; 9261 alias c_gtk_css_provider_load_from_file gtk_css_provider_load_from_file; 9262 alias c_gtk_css_provider_load_from_path gtk_css_provider_load_from_path; 9263 alias c_gtk_css_provider_new gtk_css_provider_new; 9264 alias c_gtk_css_provider_to_string gtk_css_provider_to_string; 9265 9266 // gtk.CssSection 9267 9268 alias c_gtk_css_section_get_end_line gtk_css_section_get_end_line; 9269 alias c_gtk_css_section_get_end_position gtk_css_section_get_end_position; 9270 alias c_gtk_css_section_get_file gtk_css_section_get_file; 9271 alias c_gtk_css_section_get_parent gtk_css_section_get_parent; 9272 alias c_gtk_css_section_get_section_type gtk_css_section_get_section_type; 9273 alias c_gtk_css_section_get_start_line gtk_css_section_get_start_line; 9274 alias c_gtk_css_section_get_start_position gtk_css_section_get_start_position; 9275 alias c_gtk_css_section_ref gtk_css_section_ref; 9276 alias c_gtk_css_section_unref gtk_css_section_unref; 9277 9278 // gtk.StyleProviderT 9279 9280 9281 // gtk.StyleProviderT 9282 9283 alias c_gtk_style_provider_get_icon_factory gtk_style_provider_get_icon_factory; 9284 alias c_gtk_style_provider_get_style gtk_style_provider_get_style; 9285 alias c_gtk_style_provider_get_style_property gtk_style_provider_get_style_property; 9286 9287 // gtk.StyleProperties 9288 9289 alias c_gtk_style_properties_clear gtk_style_properties_clear; 9290 alias c_gtk_style_properties_get gtk_style_properties_get; 9291 alias c_gtk_style_properties_get_property gtk_style_properties_get_property; 9292 alias c_gtk_style_properties_get_valist gtk_style_properties_get_valist; 9293 alias c_gtk_style_properties_lookup_color gtk_style_properties_lookup_color; 9294 alias c_gtk_style_properties_lookup_property gtk_style_properties_lookup_property; 9295 alias c_gtk_style_properties_map_color gtk_style_properties_map_color; 9296 alias c_gtk_style_properties_merge gtk_style_properties_merge; 9297 alias c_gtk_style_properties_new gtk_style_properties_new; 9298 alias c_gtk_style_properties_register_property gtk_style_properties_register_property; 9299 alias c_gtk_style_properties_set gtk_style_properties_set; 9300 alias c_gtk_style_properties_set_property gtk_style_properties_set_property; 9301 alias c_gtk_style_properties_set_valist gtk_style_properties_set_valist; 9302 alias c_gtk_style_properties_unset_property gtk_style_properties_unset_property; 9303 9304 // gtk.ThemingEngine 9305 9306 alias c_gtk_theming_engine_get gtk_theming_engine_get; 9307 alias c_gtk_theming_engine_get_direction gtk_theming_engine_get_direction; 9308 alias c_gtk_theming_engine_get_junction_sides gtk_theming_engine_get_junction_sides; 9309 alias c_gtk_theming_engine_get_path gtk_theming_engine_get_path; 9310 alias c_gtk_theming_engine_get_property gtk_theming_engine_get_property; 9311 alias c_gtk_theming_engine_get_screen gtk_theming_engine_get_screen; 9312 alias c_gtk_theming_engine_get_state gtk_theming_engine_get_state; 9313 alias c_gtk_theming_engine_get_style gtk_theming_engine_get_style; 9314 alias c_gtk_theming_engine_get_style_property gtk_theming_engine_get_style_property; 9315 alias c_gtk_theming_engine_get_style_valist gtk_theming_engine_get_style_valist; 9316 alias c_gtk_theming_engine_get_valist gtk_theming_engine_get_valist; 9317 alias c_gtk_theming_engine_get_color gtk_theming_engine_get_color; 9318 alias c_gtk_theming_engine_get_background_color gtk_theming_engine_get_background_color; 9319 alias c_gtk_theming_engine_get_border_color gtk_theming_engine_get_border_color; 9320 alias c_gtk_theming_engine_get_border gtk_theming_engine_get_border; 9321 alias c_gtk_theming_engine_get_padding gtk_theming_engine_get_padding; 9322 alias c_gtk_theming_engine_get_margin gtk_theming_engine_get_margin; 9323 alias c_gtk_theming_engine_get_font gtk_theming_engine_get_font; 9324 alias c_gtk_theming_engine_has_class gtk_theming_engine_has_class; 9325 alias c_gtk_theming_engine_has_region gtk_theming_engine_has_region; 9326 alias c_gtk_theming_engine_lookup_color gtk_theming_engine_lookup_color; 9327 alias c_gtk_theming_engine_state_is_running gtk_theming_engine_state_is_running; 9328 alias c_gtk_theming_engine_load gtk_theming_engine_load; 9329 alias c_gtk_theming_engine_register_property gtk_theming_engine_register_property; 9330 9331 // gtk.WidgetPath 9332 9333 alias c_gtk_widget_path_append_type gtk_widget_path_append_type; 9334 alias c_gtk_widget_path_append_with_siblings gtk_widget_path_append_with_siblings; 9335 alias c_gtk_widget_path_append_for_widget gtk_widget_path_append_for_widget; 9336 alias c_gtk_widget_path_copy gtk_widget_path_copy; 9337 alias c_gtk_widget_path_ref gtk_widget_path_ref; 9338 alias c_gtk_widget_path_unref gtk_widget_path_unref; 9339 alias c_gtk_widget_path_free gtk_widget_path_free; 9340 alias c_gtk_widget_path_get_object_type gtk_widget_path_get_object_type; 9341 alias c_gtk_widget_path_has_parent gtk_widget_path_has_parent; 9342 alias c_gtk_widget_path_is_type gtk_widget_path_is_type; 9343 alias c_gtk_widget_path_iter_add_class gtk_widget_path_iter_add_class; 9344 alias c_gtk_widget_path_iter_add_region gtk_widget_path_iter_add_region; 9345 alias c_gtk_widget_path_iter_clear_classes gtk_widget_path_iter_clear_classes; 9346 alias c_gtk_widget_path_iter_clear_regions gtk_widget_path_iter_clear_regions; 9347 alias c_gtk_widget_path_iter_get_name gtk_widget_path_iter_get_name; 9348 alias c_gtk_widget_path_iter_get_object_type gtk_widget_path_iter_get_object_type; 9349 alias c_gtk_widget_path_iter_get_siblings gtk_widget_path_iter_get_siblings; 9350 alias c_gtk_widget_path_iter_get_sibling_index gtk_widget_path_iter_get_sibling_index; 9351 alias c_gtk_widget_path_iter_has_class gtk_widget_path_iter_has_class; 9352 alias c_gtk_widget_path_iter_has_name gtk_widget_path_iter_has_name; 9353 alias c_gtk_widget_path_iter_has_qclass gtk_widget_path_iter_has_qclass; 9354 alias c_gtk_widget_path_iter_has_qname gtk_widget_path_iter_has_qname; 9355 alias c_gtk_widget_path_iter_has_qregion gtk_widget_path_iter_has_qregion; 9356 alias c_gtk_widget_path_iter_has_region gtk_widget_path_iter_has_region; 9357 alias c_gtk_widget_path_iter_list_classes gtk_widget_path_iter_list_classes; 9358 alias c_gtk_widget_path_iter_list_regions gtk_widget_path_iter_list_regions; 9359 alias c_gtk_widget_path_iter_remove_class gtk_widget_path_iter_remove_class; 9360 alias c_gtk_widget_path_iter_remove_region gtk_widget_path_iter_remove_region; 9361 alias c_gtk_widget_path_iter_set_name gtk_widget_path_iter_set_name; 9362 alias c_gtk_widget_path_iter_set_object_type gtk_widget_path_iter_set_object_type; 9363 alias c_gtk_widget_path_length gtk_widget_path_length; 9364 alias c_gtk_widget_path_new gtk_widget_path_new; 9365 alias c_gtk_widget_path_prepend_type gtk_widget_path_prepend_type; 9366 alias c_gtk_widget_path_to_string gtk_widget_path_to_string; 9367 9368 // gtk.IconTheme 9369 9370 alias c_gtk_icon_theme_new gtk_icon_theme_new; 9371 alias c_gtk_icon_theme_get_default gtk_icon_theme_get_default; 9372 alias c_gtk_icon_theme_get_for_screen gtk_icon_theme_get_for_screen; 9373 alias c_gtk_icon_theme_set_screen gtk_icon_theme_set_screen; 9374 alias c_gtk_icon_theme_set_search_path gtk_icon_theme_set_search_path; 9375 alias c_gtk_icon_theme_get_search_path gtk_icon_theme_get_search_path; 9376 alias c_gtk_icon_theme_append_search_path gtk_icon_theme_append_search_path; 9377 alias c_gtk_icon_theme_prepend_search_path gtk_icon_theme_prepend_search_path; 9378 alias c_gtk_icon_theme_set_custom_theme gtk_icon_theme_set_custom_theme; 9379 alias c_gtk_icon_theme_has_icon gtk_icon_theme_has_icon; 9380 alias c_gtk_icon_theme_lookup_icon gtk_icon_theme_lookup_icon; 9381 alias c_gtk_icon_theme_lookup_icon_for_scale gtk_icon_theme_lookup_icon_for_scale; 9382 alias c_gtk_icon_theme_choose_icon gtk_icon_theme_choose_icon; 9383 alias c_gtk_icon_theme_choose_icon_for_scale gtk_icon_theme_choose_icon_for_scale; 9384 alias c_gtk_icon_theme_lookup_by_gicon gtk_icon_theme_lookup_by_gicon; 9385 alias c_gtk_icon_theme_lookup_by_gicon_for_scale gtk_icon_theme_lookup_by_gicon_for_scale; 9386 alias c_gtk_icon_theme_load_icon gtk_icon_theme_load_icon; 9387 alias c_gtk_icon_theme_load_icon_for_scale gtk_icon_theme_load_icon_for_scale; 9388 alias c_gtk_icon_theme_load_surface gtk_icon_theme_load_surface; 9389 alias c_gtk_icon_theme_list_contexts gtk_icon_theme_list_contexts; 9390 alias c_gtk_icon_theme_list_icons gtk_icon_theme_list_icons; 9391 alias c_gtk_icon_theme_get_icon_sizes gtk_icon_theme_get_icon_sizes; 9392 alias c_gtk_icon_theme_get_example_icon_name gtk_icon_theme_get_example_icon_name; 9393 alias c_gtk_icon_theme_rescan_if_needed gtk_icon_theme_rescan_if_needed; 9394 alias c_gtk_icon_theme_add_builtin_icon gtk_icon_theme_add_builtin_icon; 9395 9396 // gtk.IconInfo 9397 9398 alias c_gtk_icon_info_copy gtk_icon_info_copy; 9399 alias c_gtk_icon_info_free gtk_icon_info_free; 9400 alias c_gtk_icon_info_new_for_pixbuf gtk_icon_info_new_for_pixbuf; 9401 alias c_gtk_icon_info_get_base_size gtk_icon_info_get_base_size; 9402 alias c_gtk_icon_info_get_base_scale gtk_icon_info_get_base_scale; 9403 alias c_gtk_icon_info_get_filename gtk_icon_info_get_filename; 9404 alias c_gtk_icon_info_get_builtin_pixbuf gtk_icon_info_get_builtin_pixbuf; 9405 alias c_gtk_icon_info_load_icon gtk_icon_info_load_icon; 9406 alias c_gtk_icon_info_load_surface gtk_icon_info_load_surface; 9407 alias c_gtk_icon_info_load_icon_async gtk_icon_info_load_icon_async; 9408 alias c_gtk_icon_info_load_icon_finish gtk_icon_info_load_icon_finish; 9409 alias c_gtk_icon_info_load_symbolic gtk_icon_info_load_symbolic; 9410 alias c_gtk_icon_info_load_symbolic_async gtk_icon_info_load_symbolic_async; 9411 alias c_gtk_icon_info_load_symbolic_finish gtk_icon_info_load_symbolic_finish; 9412 alias c_gtk_icon_info_load_symbolic_for_style gtk_icon_info_load_symbolic_for_style; 9413 alias c_gtk_icon_info_load_symbolic_for_context gtk_icon_info_load_symbolic_for_context; 9414 alias c_gtk_icon_info_load_symbolic_for_context_async gtk_icon_info_load_symbolic_for_context_async; 9415 alias c_gtk_icon_info_load_symbolic_for_context_finish gtk_icon_info_load_symbolic_for_context_finish; 9416 alias c_gtk_icon_info_set_raw_coordinates gtk_icon_info_set_raw_coordinates; 9417 alias c_gtk_icon_info_get_embedded_rect gtk_icon_info_get_embedded_rect; 9418 alias c_gtk_icon_info_get_attach_points gtk_icon_info_get_attach_points; 9419 alias c_gtk_icon_info_get_display_name gtk_icon_info_get_display_name; 9420 9421 // gtk.IconSource 9422 9423 alias c_gtk_icon_source_copy gtk_icon_source_copy; 9424 alias c_gtk_icon_source_free gtk_icon_source_free; 9425 alias c_gtk_icon_source_get_direction gtk_icon_source_get_direction; 9426 alias c_gtk_icon_source_get_direction_wildcarded gtk_icon_source_get_direction_wildcarded; 9427 alias c_gtk_icon_source_get_filename gtk_icon_source_get_filename; 9428 alias c_gtk_icon_source_get_pixbuf gtk_icon_source_get_pixbuf; 9429 alias c_gtk_icon_source_get_icon_name gtk_icon_source_get_icon_name; 9430 alias c_gtk_icon_source_get_size gtk_icon_source_get_size; 9431 alias c_gtk_icon_source_get_size_wildcarded gtk_icon_source_get_size_wildcarded; 9432 alias c_gtk_icon_source_get_state gtk_icon_source_get_state; 9433 alias c_gtk_icon_source_get_state_wildcarded gtk_icon_source_get_state_wildcarded; 9434 alias c_gtk_icon_source_new gtk_icon_source_new; 9435 alias c_gtk_icon_source_set_direction gtk_icon_source_set_direction; 9436 alias c_gtk_icon_source_set_direction_wildcarded gtk_icon_source_set_direction_wildcarded; 9437 alias c_gtk_icon_source_set_filename gtk_icon_source_set_filename; 9438 alias c_gtk_icon_source_set_pixbuf gtk_icon_source_set_pixbuf; 9439 alias c_gtk_icon_source_set_icon_name gtk_icon_source_set_icon_name; 9440 alias c_gtk_icon_source_set_size gtk_icon_source_set_size; 9441 alias c_gtk_icon_source_set_size_wildcarded gtk_icon_source_set_size_wildcarded; 9442 alias c_gtk_icon_source_set_state gtk_icon_source_set_state; 9443 alias c_gtk_icon_source_set_state_wildcarded gtk_icon_source_set_state_wildcarded; 9444 9445 // gtk.IconFactory 9446 9447 alias c_gtk_icon_factory_add gtk_icon_factory_add; 9448 alias c_gtk_icon_factory_add_default gtk_icon_factory_add_default; 9449 alias c_gtk_icon_factory_lookup gtk_icon_factory_lookup; 9450 alias c_gtk_icon_factory_lookup_default gtk_icon_factory_lookup_default; 9451 alias c_gtk_icon_factory_new gtk_icon_factory_new; 9452 alias c_gtk_icon_factory_remove_default gtk_icon_factory_remove_default; 9453 9454 // gtk.IconSet 9455 9456 alias c_gtk_icon_set_add_source gtk_icon_set_add_source; 9457 alias c_gtk_icon_set_copy gtk_icon_set_copy; 9458 alias c_gtk_icon_set_new gtk_icon_set_new; 9459 alias c_gtk_icon_set_new_from_pixbuf gtk_icon_set_new_from_pixbuf; 9460 alias c_gtk_icon_set_ref gtk_icon_set_ref; 9461 alias c_gtk_icon_set_render_icon gtk_icon_set_render_icon; 9462 alias c_gtk_icon_set_render_icon_pixbuf gtk_icon_set_render_icon_pixbuf; 9463 alias c_gtk_icon_set_render_icon_surface gtk_icon_set_render_icon_surface; 9464 alias c_gtk_icon_set_unref gtk_icon_set_unref; 9465 alias c_gtk_icon_set_get_sizes gtk_icon_set_get_sizes; 9466 9467 // gtk.IconSize 9468 9469 alias c_gtk_icon_size_lookup gtk_icon_size_lookup; 9470 alias c_gtk_icon_size_lookup_for_settings gtk_icon_size_lookup_for_settings; 9471 alias c_gtk_icon_size_register gtk_icon_size_register; 9472 alias c_gtk_icon_size_register_alias gtk_icon_size_register_alias; 9473 alias c_gtk_icon_size_from_name gtk_icon_size_from_name; 9474 alias c_gtk_icon_size_get_name gtk_icon_size_get_name; 9475 9476 // gtk.NumerableIcon 9477 9478 alias c_gtk_numerable_icon_new gtk_numerable_icon_new; 9479 alias c_gtk_numerable_icon_new_with_style_context gtk_numerable_icon_new_with_style_context; 9480 alias c_gtk_numerable_icon_get_background_gicon gtk_numerable_icon_get_background_gicon; 9481 alias c_gtk_numerable_icon_set_background_gicon gtk_numerable_icon_set_background_gicon; 9482 alias c_gtk_numerable_icon_get_background_icon_name gtk_numerable_icon_get_background_icon_name; 9483 alias c_gtk_numerable_icon_set_background_icon_name gtk_numerable_icon_set_background_icon_name; 9484 alias c_gtk_numerable_icon_get_count gtk_numerable_icon_get_count; 9485 alias c_gtk_numerable_icon_set_count gtk_numerable_icon_set_count; 9486 alias c_gtk_numerable_icon_get_label gtk_numerable_icon_get_label; 9487 alias c_gtk_numerable_icon_set_label gtk_numerable_icon_set_label; 9488 alias c_gtk_numerable_icon_get_style_context gtk_numerable_icon_get_style_context; 9489 alias c_gtk_numerable_icon_set_style_context gtk_numerable_icon_set_style_context; 9490 9491 // gtk.Application 9492 9493 alias c_gtk_application_new gtk_application_new; 9494 alias c_gtk_application_add_window gtk_application_add_window; 9495 alias c_gtk_application_remove_window gtk_application_remove_window; 9496 alias c_gtk_application_get_windows gtk_application_get_windows; 9497 alias c_gtk_application_get_window_by_id gtk_application_get_window_by_id; 9498 alias c_gtk_application_get_active_window gtk_application_get_active_window; 9499 alias c_gtk_application_inhibit gtk_application_inhibit; 9500 alias c_gtk_application_uninhibit gtk_application_uninhibit; 9501 alias c_gtk_application_is_inhibited gtk_application_is_inhibited; 9502 alias c_gtk_application_get_app_menu gtk_application_get_app_menu; 9503 alias c_gtk_application_set_app_menu gtk_application_set_app_menu; 9504 alias c_gtk_application_get_menubar gtk_application_get_menubar; 9505 alias c_gtk_application_set_menubar gtk_application_set_menubar; 9506 alias c_gtk_application_add_accelerator gtk_application_add_accelerator; 9507 alias c_gtk_application_remove_accelerator gtk_application_remove_accelerator; 9508 9509 // gtk.ApplicationWindow 9510 9511 alias c_gtk_application_window_new gtk_application_window_new; 9512 alias c_gtk_application_window_set_show_menubar gtk_application_window_set_show_menubar; 9513 alias c_gtk_application_window_get_show_menubar gtk_application_window_get_show_menubar; 9514 alias c_gtk_application_window_get_id gtk_application_window_get_id; 9515 9516 // gtk.ActionableT 9517 9518 9519 // gtk.ActionableT 9520 9521 alias c_gtk_actionable_get_action_name gtk_actionable_get_action_name; 9522 alias c_gtk_actionable_set_action_name gtk_actionable_set_action_name; 9523 alias c_gtk_actionable_get_action_target_value gtk_actionable_get_action_target_value; 9524 alias c_gtk_actionable_set_action_target_value gtk_actionable_set_action_target_value; 9525 alias c_gtk_actionable_set_action_target gtk_actionable_set_action_target; 9526 alias c_gtk_actionable_set_detailed_action_name gtk_actionable_set_detailed_action_name; 9527 9528 // gtk.BuildableT 9529 9530 9531 // gtk.BuildableT 9532 9533 alias c_gtk_buildable_set_name gtk_buildable_set_name; 9534 alias c_gtk_buildable_get_name gtk_buildable_get_name; 9535 alias c_gtk_buildable_add_child gtk_buildable_add_child; 9536 alias c_gtk_buildable_set_buildable_property gtk_buildable_set_buildable_property; 9537 alias c_gtk_buildable_construct_child gtk_buildable_construct_child; 9538 alias c_gtk_buildable_custom_tag_start gtk_buildable_custom_tag_start; 9539 alias c_gtk_buildable_custom_tag_end gtk_buildable_custom_tag_end; 9540 alias c_gtk_buildable_custom_finished gtk_buildable_custom_finished; 9541 alias c_gtk_buildable_parser_finished gtk_buildable_parser_finished; 9542 alias c_gtk_buildable_get_internal_child gtk_buildable_get_internal_child; 9543 9544 // gtk.Builder 9545 9546 alias c_gtk_builder_new gtk_builder_new; 9547 alias c_gtk_builder_new_from_file gtk_builder_new_from_file; 9548 alias c_gtk_builder_new_from_resource gtk_builder_new_from_resource; 9549 alias c_gtk_builder_new_from_string gtk_builder_new_from_string; 9550 alias c_gtk_builder_add_callback_symbol gtk_builder_add_callback_symbol; 9551 alias c_gtk_builder_add_callback_symbols gtk_builder_add_callback_symbols; 9552 alias c_gtk_builder_lookup_callback_symbol gtk_builder_lookup_callback_symbol; 9553 alias c_gtk_builder_add_from_file gtk_builder_add_from_file; 9554 alias c_gtk_builder_add_from_resource gtk_builder_add_from_resource; 9555 alias c_gtk_builder_add_from_string gtk_builder_add_from_string; 9556 alias c_gtk_builder_add_objects_from_file gtk_builder_add_objects_from_file; 9557 alias c_gtk_builder_add_objects_from_string gtk_builder_add_objects_from_string; 9558 alias c_gtk_builder_add_objects_from_resource gtk_builder_add_objects_from_resource; 9559 alias c_gtk_builder_get_object gtk_builder_get_object; 9560 alias c_gtk_builder_get_objects gtk_builder_get_objects; 9561 alias c_gtk_builder_expose_object gtk_builder_expose_object; 9562 alias c_gtk_builder_connect_signals gtk_builder_connect_signals; 9563 alias c_gtk_builder_connect_signals_full gtk_builder_connect_signals_full; 9564 alias c_gtk_builder_set_translation_domain gtk_builder_set_translation_domain; 9565 alias c_gtk_builder_get_translation_domain gtk_builder_get_translation_domain; 9566 alias c_gtk_builder_get_type_from_name gtk_builder_get_type_from_name; 9567 alias c_gtk_builder_value_from_string gtk_builder_value_from_string; 9568 alias c_gtk_builder_value_from_string_type gtk_builder_value_from_string_type; 9569 9570 // gtk.Dialog 9571 9572 alias c_gtk_dialog_new gtk_dialog_new; 9573 alias c_gtk_dialog_new_with_buttons gtk_dialog_new_with_buttons; 9574 alias c_gtk_dialog_run gtk_dialog_run; 9575 alias c_gtk_dialog_response gtk_dialog_response; 9576 alias c_gtk_dialog_add_button gtk_dialog_add_button; 9577 alias c_gtk_dialog_add_buttons gtk_dialog_add_buttons; 9578 alias c_gtk_dialog_add_action_widget gtk_dialog_add_action_widget; 9579 alias c_gtk_dialog_set_default_response gtk_dialog_set_default_response; 9580 alias c_gtk_dialog_set_response_sensitive gtk_dialog_set_response_sensitive; 9581 alias c_gtk_dialog_get_response_for_widget gtk_dialog_get_response_for_widget; 9582 alias c_gtk_dialog_get_widget_for_response gtk_dialog_get_widget_for_response; 9583 alias c_gtk_dialog_get_action_area gtk_dialog_get_action_area; 9584 alias c_gtk_dialog_get_content_area gtk_dialog_get_content_area; 9585 alias c_gtk_alternative_dialog_button_order gtk_alternative_dialog_button_order; 9586 alias c_gtk_dialog_set_alternative_button_order gtk_dialog_set_alternative_button_order; 9587 alias c_gtk_dialog_set_alternative_button_order_from_array gtk_dialog_set_alternative_button_order_from_array; 9588 9589 // gtk.MessageDialog 9590 9591 alias c_gtk_message_dialog_new gtk_message_dialog_new; 9592 alias c_gtk_message_dialog_new_with_markup gtk_message_dialog_new_with_markup; 9593 alias c_gtk_message_dialog_set_markup gtk_message_dialog_set_markup; 9594 alias c_gtk_message_dialog_set_image gtk_message_dialog_set_image; 9595 alias c_gtk_message_dialog_get_image gtk_message_dialog_get_image; 9596 alias c_gtk_message_dialog_format_secondary_text gtk_message_dialog_format_secondary_text; 9597 alias c_gtk_message_dialog_format_secondary_markup gtk_message_dialog_format_secondary_markup; 9598 alias c_gtk_message_dialog_get_message_area gtk_message_dialog_get_message_area; 9599 9600 // gtk.PopupBox 9601 9602 9603 // gtk.AboutDialog 9604 9605 alias c_gtk_about_dialog_new gtk_about_dialog_new; 9606 alias c_gtk_about_dialog_get_program_name gtk_about_dialog_get_program_name; 9607 alias c_gtk_about_dialog_set_program_name gtk_about_dialog_set_program_name; 9608 alias c_gtk_about_dialog_get_version gtk_about_dialog_get_version; 9609 alias c_gtk_about_dialog_set_version gtk_about_dialog_set_version; 9610 alias c_gtk_about_dialog_get_copyright gtk_about_dialog_get_copyright; 9611 alias c_gtk_about_dialog_set_copyright gtk_about_dialog_set_copyright; 9612 alias c_gtk_about_dialog_get_comments gtk_about_dialog_get_comments; 9613 alias c_gtk_about_dialog_set_comments gtk_about_dialog_set_comments; 9614 alias c_gtk_about_dialog_get_license gtk_about_dialog_get_license; 9615 alias c_gtk_about_dialog_set_license gtk_about_dialog_set_license; 9616 alias c_gtk_about_dialog_get_wrap_license gtk_about_dialog_get_wrap_license; 9617 alias c_gtk_about_dialog_set_wrap_license gtk_about_dialog_set_wrap_license; 9618 alias c_gtk_about_dialog_get_license_type gtk_about_dialog_get_license_type; 9619 alias c_gtk_about_dialog_set_license_type gtk_about_dialog_set_license_type; 9620 alias c_gtk_about_dialog_get_website gtk_about_dialog_get_website; 9621 alias c_gtk_about_dialog_set_website gtk_about_dialog_set_website; 9622 alias c_gtk_about_dialog_get_website_label gtk_about_dialog_get_website_label; 9623 alias c_gtk_about_dialog_set_website_label gtk_about_dialog_set_website_label; 9624 alias c_gtk_about_dialog_get_authors gtk_about_dialog_get_authors; 9625 alias c_gtk_about_dialog_set_authors gtk_about_dialog_set_authors; 9626 alias c_gtk_about_dialog_get_artists gtk_about_dialog_get_artists; 9627 alias c_gtk_about_dialog_set_artists gtk_about_dialog_set_artists; 9628 alias c_gtk_about_dialog_get_documenters gtk_about_dialog_get_documenters; 9629 alias c_gtk_about_dialog_set_documenters gtk_about_dialog_set_documenters; 9630 alias c_gtk_about_dialog_get_translator_credits gtk_about_dialog_get_translator_credits; 9631 alias c_gtk_about_dialog_set_translator_credits gtk_about_dialog_set_translator_credits; 9632 alias c_gtk_about_dialog_get_logo gtk_about_dialog_get_logo; 9633 alias c_gtk_about_dialog_set_logo gtk_about_dialog_set_logo; 9634 alias c_gtk_about_dialog_get_logo_icon_name gtk_about_dialog_get_logo_icon_name; 9635 alias c_gtk_about_dialog_set_logo_icon_name gtk_about_dialog_set_logo_icon_name; 9636 alias c_gtk_about_dialog_add_credit_section gtk_about_dialog_add_credit_section; 9637 alias c_gtk_show_about_dialog gtk_show_about_dialog; 9638 9639 // gtk.Assistant 9640 9641 alias c_gtk_assistant_new gtk_assistant_new; 9642 alias c_gtk_assistant_get_current_page gtk_assistant_get_current_page; 9643 alias c_gtk_assistant_set_current_page gtk_assistant_set_current_page; 9644 alias c_gtk_assistant_get_n_pages gtk_assistant_get_n_pages; 9645 alias c_gtk_assistant_get_nth_page gtk_assistant_get_nth_page; 9646 alias c_gtk_assistant_prepend_page gtk_assistant_prepend_page; 9647 alias c_gtk_assistant_append_page gtk_assistant_append_page; 9648 alias c_gtk_assistant_insert_page gtk_assistant_insert_page; 9649 alias c_gtk_assistant_remove_page gtk_assistant_remove_page; 9650 alias c_gtk_assistant_set_forward_page_func gtk_assistant_set_forward_page_func; 9651 alias c_gtk_assistant_set_page_type gtk_assistant_set_page_type; 9652 alias c_gtk_assistant_get_page_type gtk_assistant_get_page_type; 9653 alias c_gtk_assistant_set_page_title gtk_assistant_set_page_title; 9654 alias c_gtk_assistant_get_page_title gtk_assistant_get_page_title; 9655 alias c_gtk_assistant_set_page_header_image gtk_assistant_set_page_header_image; 9656 alias c_gtk_assistant_get_page_header_image gtk_assistant_get_page_header_image; 9657 alias c_gtk_assistant_set_page_side_image gtk_assistant_set_page_side_image; 9658 alias c_gtk_assistant_get_page_side_image gtk_assistant_get_page_side_image; 9659 alias c_gtk_assistant_set_page_complete gtk_assistant_set_page_complete; 9660 alias c_gtk_assistant_get_page_complete gtk_assistant_get_page_complete; 9661 alias c_gtk_assistant_add_action_widget gtk_assistant_add_action_widget; 9662 alias c_gtk_assistant_remove_action_widget gtk_assistant_remove_action_widget; 9663 alias c_gtk_assistant_update_buttons_state gtk_assistant_update_buttons_state; 9664 alias c_gtk_assistant_commit gtk_assistant_commit; 9665 alias c_gtk_assistant_next_page gtk_assistant_next_page; 9666 alias c_gtk_assistant_previous_page gtk_assistant_previous_page; 9667 9668 // gtk.Window 9669 9670 alias c_gtk_window_new gtk_window_new; 9671 alias c_gtk_window_set_title gtk_window_set_title; 9672 alias c_gtk_window_set_wmclass gtk_window_set_wmclass; 9673 alias c_gtk_window_set_resizable gtk_window_set_resizable; 9674 alias c_gtk_window_get_resizable gtk_window_get_resizable; 9675 alias c_gtk_window_add_accel_group gtk_window_add_accel_group; 9676 alias c_gtk_window_remove_accel_group gtk_window_remove_accel_group; 9677 alias c_gtk_window_activate_focus gtk_window_activate_focus; 9678 alias c_gtk_window_activate_default gtk_window_activate_default; 9679 alias c_gtk_window_set_modal gtk_window_set_modal; 9680 alias c_gtk_window_set_default_size gtk_window_set_default_size; 9681 alias c_gtk_window_set_default_geometry gtk_window_set_default_geometry; 9682 alias c_gtk_window_set_geometry_hints gtk_window_set_geometry_hints; 9683 alias c_gtk_window_set_gravity gtk_window_set_gravity; 9684 alias c_gtk_window_get_gravity gtk_window_get_gravity; 9685 alias c_gtk_window_set_position gtk_window_set_position; 9686 alias c_gtk_window_set_transient_for gtk_window_set_transient_for; 9687 alias c_gtk_window_set_attached_to gtk_window_set_attached_to; 9688 alias c_gtk_window_set_destroy_with_parent gtk_window_set_destroy_with_parent; 9689 alias c_gtk_window_set_hide_titlebar_when_maximized gtk_window_set_hide_titlebar_when_maximized; 9690 alias c_gtk_window_set_screen gtk_window_set_screen; 9691 alias c_gtk_window_get_screen gtk_window_get_screen; 9692 alias c_gtk_window_is_active gtk_window_is_active; 9693 alias c_gtk_window_has_toplevel_focus gtk_window_has_toplevel_focus; 9694 alias c_gtk_window_list_toplevels gtk_window_list_toplevels; 9695 alias c_gtk_window_add_mnemonic gtk_window_add_mnemonic; 9696 alias c_gtk_window_remove_mnemonic gtk_window_remove_mnemonic; 9697 alias c_gtk_window_mnemonic_activate gtk_window_mnemonic_activate; 9698 alias c_gtk_window_activate_key gtk_window_activate_key; 9699 alias c_gtk_window_propagate_key_event gtk_window_propagate_key_event; 9700 alias c_gtk_window_get_focus gtk_window_get_focus; 9701 alias c_gtk_window_set_focus gtk_window_set_focus; 9702 alias c_gtk_window_get_default_widget gtk_window_get_default_widget; 9703 alias c_gtk_window_set_default gtk_window_set_default; 9704 alias c_gtk_window_present gtk_window_present; 9705 alias c_gtk_window_present_with_time gtk_window_present_with_time; 9706 alias c_gtk_window_close gtk_window_close; 9707 alias c_gtk_window_iconify gtk_window_iconify; 9708 alias c_gtk_window_deiconify gtk_window_deiconify; 9709 alias c_gtk_window_stick gtk_window_stick; 9710 alias c_gtk_window_unstick gtk_window_unstick; 9711 alias c_gtk_window_maximize gtk_window_maximize; 9712 alias c_gtk_window_unmaximize gtk_window_unmaximize; 9713 alias c_gtk_window_fullscreen gtk_window_fullscreen; 9714 alias c_gtk_window_unfullscreen gtk_window_unfullscreen; 9715 alias c_gtk_window_set_keep_above gtk_window_set_keep_above; 9716 alias c_gtk_window_set_keep_below gtk_window_set_keep_below; 9717 alias c_gtk_window_begin_resize_drag gtk_window_begin_resize_drag; 9718 alias c_gtk_window_begin_move_drag gtk_window_begin_move_drag; 9719 alias c_gtk_window_set_decorated gtk_window_set_decorated; 9720 alias c_gtk_window_set_deletable gtk_window_set_deletable; 9721 alias c_gtk_window_set_mnemonic_modifier gtk_window_set_mnemonic_modifier; 9722 alias c_gtk_window_set_type_hint gtk_window_set_type_hint; 9723 alias c_gtk_window_set_skip_taskbar_hint gtk_window_set_skip_taskbar_hint; 9724 alias c_gtk_window_set_skip_pager_hint gtk_window_set_skip_pager_hint; 9725 alias c_gtk_window_set_urgency_hint gtk_window_set_urgency_hint; 9726 alias c_gtk_window_set_accept_focus gtk_window_set_accept_focus; 9727 alias c_gtk_window_set_focus_on_map gtk_window_set_focus_on_map; 9728 alias c_gtk_window_set_startup_id gtk_window_set_startup_id; 9729 alias c_gtk_window_set_role gtk_window_set_role; 9730 alias c_gtk_window_get_decorated gtk_window_get_decorated; 9731 alias c_gtk_window_get_deletable gtk_window_get_deletable; 9732 alias c_gtk_window_get_default_icon_list gtk_window_get_default_icon_list; 9733 alias c_gtk_window_get_default_icon_name gtk_window_get_default_icon_name; 9734 alias c_gtk_window_get_default_size gtk_window_get_default_size; 9735 alias c_gtk_window_get_destroy_with_parent gtk_window_get_destroy_with_parent; 9736 alias c_gtk_window_get_hide_titlebar_when_maximized gtk_window_get_hide_titlebar_when_maximized; 9737 alias c_gtk_window_get_icon gtk_window_get_icon; 9738 alias c_gtk_window_get_icon_list gtk_window_get_icon_list; 9739 alias c_gtk_window_get_icon_name gtk_window_get_icon_name; 9740 alias c_gtk_window_get_mnemonic_modifier gtk_window_get_mnemonic_modifier; 9741 alias c_gtk_window_get_modal gtk_window_get_modal; 9742 alias c_gtk_window_get_position gtk_window_get_position; 9743 alias c_gtk_window_get_role gtk_window_get_role; 9744 alias c_gtk_window_get_size gtk_window_get_size; 9745 alias c_gtk_window_get_title gtk_window_get_title; 9746 alias c_gtk_window_get_transient_for gtk_window_get_transient_for; 9747 alias c_gtk_window_get_attached_to gtk_window_get_attached_to; 9748 alias c_gtk_window_get_type_hint gtk_window_get_type_hint; 9749 alias c_gtk_window_get_skip_taskbar_hint gtk_window_get_skip_taskbar_hint; 9750 alias c_gtk_window_get_skip_pager_hint gtk_window_get_skip_pager_hint; 9751 alias c_gtk_window_get_urgency_hint gtk_window_get_urgency_hint; 9752 alias c_gtk_window_get_accept_focus gtk_window_get_accept_focus; 9753 alias c_gtk_window_get_focus_on_map gtk_window_get_focus_on_map; 9754 alias c_gtk_window_get_group gtk_window_get_group; 9755 alias c_gtk_window_has_group gtk_window_has_group; 9756 alias c_gtk_window_get_window_type gtk_window_get_window_type; 9757 alias c_gtk_window_move gtk_window_move; 9758 alias c_gtk_window_parse_geometry gtk_window_parse_geometry; 9759 alias c_gtk_window_reshow_with_initial_size gtk_window_reshow_with_initial_size; 9760 alias c_gtk_window_resize gtk_window_resize; 9761 alias c_gtk_window_resize_to_geometry gtk_window_resize_to_geometry; 9762 alias c_gtk_window_set_default_icon_list gtk_window_set_default_icon_list; 9763 alias c_gtk_window_set_default_icon gtk_window_set_default_icon; 9764 alias c_gtk_window_set_default_icon_from_file gtk_window_set_default_icon_from_file; 9765 alias c_gtk_window_set_default_icon_name gtk_window_set_default_icon_name; 9766 alias c_gtk_window_set_icon gtk_window_set_icon; 9767 alias c_gtk_window_set_icon_list gtk_window_set_icon_list; 9768 alias c_gtk_window_set_icon_from_file gtk_window_set_icon_from_file; 9769 alias c_gtk_window_set_icon_name gtk_window_set_icon_name; 9770 alias c_gtk_window_set_auto_startup_notification gtk_window_set_auto_startup_notification; 9771 alias c_gtk_window_get_opacity gtk_window_get_opacity; 9772 alias c_gtk_window_set_opacity gtk_window_set_opacity; 9773 alias c_gtk_window_get_mnemonics_visible gtk_window_get_mnemonics_visible; 9774 alias c_gtk_window_set_mnemonics_visible gtk_window_set_mnemonics_visible; 9775 alias c_gtk_window_get_focus_visible gtk_window_get_focus_visible; 9776 alias c_gtk_window_set_focus_visible gtk_window_set_focus_visible; 9777 alias c_gtk_window_set_has_resize_grip gtk_window_set_has_resize_grip; 9778 alias c_gtk_window_get_has_resize_grip gtk_window_get_has_resize_grip; 9779 alias c_gtk_window_resize_grip_is_visible gtk_window_resize_grip_is_visible; 9780 alias c_gtk_window_get_resize_grip_area gtk_window_get_resize_grip_area; 9781 alias c_gtk_window_get_application gtk_window_get_application; 9782 alias c_gtk_window_set_application gtk_window_set_application; 9783 alias c_gtk_window_set_has_user_ref_count gtk_window_set_has_user_ref_count; 9784 alias c_gtk_window_set_titlebar gtk_window_set_titlebar; 9785 9786 // gtk. 9787 9788 9789 // gtk.WindowGroup 9790 9791 alias c_gtk_window_group_new gtk_window_group_new; 9792 alias c_gtk_window_group_add_window gtk_window_group_add_window; 9793 alias c_gtk_window_group_remove_window gtk_window_group_remove_window; 9794 alias c_gtk_window_group_list_windows gtk_window_group_list_windows; 9795 alias c_gtk_window_group_get_current_grab gtk_window_group_get_current_grab; 9796 alias c_gtk_window_group_get_current_device_grab gtk_window_group_get_current_device_grab; 9797 9798 // gtk.Invisible 9799 9800 alias c_gtk_invisible_new gtk_invisible_new; 9801 alias c_gtk_invisible_new_for_screen gtk_invisible_new_for_screen; 9802 alias c_gtk_invisible_set_screen gtk_invisible_set_screen; 9803 alias c_gtk_invisible_get_screen gtk_invisible_get_screen; 9804 9805 // gtk.OffscreenWindow 9806 9807 alias c_gtk_offscreen_window_new gtk_offscreen_window_new; 9808 alias c_gtk_offscreen_window_get_surface gtk_offscreen_window_get_surface; 9809 alias c_gtk_offscreen_window_get_pixbuf gtk_offscreen_window_get_pixbuf; 9810 9811 // gtk.Box 9812 9813 alias c_gtk_box_new gtk_box_new; 9814 alias c_gtk_box_pack_start gtk_box_pack_start; 9815 alias c_gtk_box_pack_end gtk_box_pack_end; 9816 alias c_gtk_box_get_homogeneous gtk_box_get_homogeneous; 9817 alias c_gtk_box_set_homogeneous gtk_box_set_homogeneous; 9818 alias c_gtk_box_get_spacing gtk_box_get_spacing; 9819 alias c_gtk_box_set_spacing gtk_box_set_spacing; 9820 alias c_gtk_box_reorder_child gtk_box_reorder_child; 9821 alias c_gtk_box_query_child_packing gtk_box_query_child_packing; 9822 alias c_gtk_box_set_child_packing gtk_box_set_child_packing; 9823 alias c_gtk_box_get_baseline_position gtk_box_get_baseline_position; 9824 alias c_gtk_box_set_baseline_position gtk_box_set_baseline_position; 9825 9826 // gtk.Grid 9827 9828 alias c_gtk_grid_new gtk_grid_new; 9829 alias c_gtk_grid_attach gtk_grid_attach; 9830 alias c_gtk_grid_attach_next_to gtk_grid_attach_next_to; 9831 alias c_gtk_grid_get_child_at gtk_grid_get_child_at; 9832 alias c_gtk_grid_insert_row gtk_grid_insert_row; 9833 alias c_gtk_grid_insert_column gtk_grid_insert_column; 9834 alias c_gtk_grid_remove_row gtk_grid_remove_row; 9835 alias c_gtk_grid_remove_column gtk_grid_remove_column; 9836 alias c_gtk_grid_insert_next_to gtk_grid_insert_next_to; 9837 alias c_gtk_grid_set_row_homogeneous gtk_grid_set_row_homogeneous; 9838 alias c_gtk_grid_get_row_homogeneous gtk_grid_get_row_homogeneous; 9839 alias c_gtk_grid_set_row_spacing gtk_grid_set_row_spacing; 9840 alias c_gtk_grid_get_row_spacing gtk_grid_get_row_spacing; 9841 alias c_gtk_grid_set_column_homogeneous gtk_grid_set_column_homogeneous; 9842 alias c_gtk_grid_get_column_homogeneous gtk_grid_get_column_homogeneous; 9843 alias c_gtk_grid_set_column_spacing gtk_grid_set_column_spacing; 9844 alias c_gtk_grid_get_column_spacing gtk_grid_get_column_spacing; 9845 alias c_gtk_grid_get_baseline_row gtk_grid_get_baseline_row; 9846 alias c_gtk_grid_set_baseline_row gtk_grid_set_baseline_row; 9847 alias c_gtk_grid_get_row_baseline_position gtk_grid_get_row_baseline_position; 9848 alias c_gtk_grid_set_row_baseline_position gtk_grid_set_row_baseline_position; 9849 9850 // gtk.Revealer 9851 9852 alias c_gtk_revealer_new gtk_revealer_new; 9853 alias c_gtk_revealer_get_reveal_child gtk_revealer_get_reveal_child; 9854 alias c_gtk_revealer_set_reveal_child gtk_revealer_set_reveal_child; 9855 alias c_gtk_revealer_get_child_revealed gtk_revealer_get_child_revealed; 9856 alias c_gtk_revealer_get_transition_duration gtk_revealer_get_transition_duration; 9857 alias c_gtk_revealer_set_transition_duration gtk_revealer_set_transition_duration; 9858 alias c_gtk_revealer_get_transition_type gtk_revealer_get_transition_type; 9859 alias c_gtk_revealer_set_transition_type gtk_revealer_set_transition_type; 9860 9861 // gtk.ListBox 9862 9863 alias c_gtk_list_box_new gtk_list_box_new; 9864 alias c_gtk_list_box_prepend gtk_list_box_prepend; 9865 alias c_gtk_list_box_insert gtk_list_box_insert; 9866 alias c_gtk_list_box_select_row gtk_list_box_select_row; 9867 alias c_gtk_list_box_get_selected_row gtk_list_box_get_selected_row; 9868 alias c_gtk_list_box_set_selection_mode gtk_list_box_set_selection_mode; 9869 alias c_gtk_list_box_get_selection_mode gtk_list_box_get_selection_mode; 9870 alias c_gtk_list_box_set_activate_on_single_click gtk_list_box_set_activate_on_single_click; 9871 alias c_gtk_list_box_get_activate_on_single_click gtk_list_box_get_activate_on_single_click; 9872 alias c_gtk_list_box_get_adjustment gtk_list_box_get_adjustment; 9873 alias c_gtk_list_box_set_adjustment gtk_list_box_set_adjustment; 9874 alias c_gtk_list_box_set_placeholder gtk_list_box_set_placeholder; 9875 alias c_gtk_list_box_get_row_at_index gtk_list_box_get_row_at_index; 9876 alias c_gtk_list_box_get_row_at_y gtk_list_box_get_row_at_y; 9877 alias c_gtk_list_box_invalidate_filter gtk_list_box_invalidate_filter; 9878 alias c_gtk_list_box_invalidate_headers gtk_list_box_invalidate_headers; 9879 alias c_gtk_list_box_invalidate_sort gtk_list_box_invalidate_sort; 9880 alias c_gtk_list_box_set_filter_func gtk_list_box_set_filter_func; 9881 alias c_gtk_list_box_set_header_func gtk_list_box_set_header_func; 9882 alias c_gtk_list_box_set_sort_func gtk_list_box_set_sort_func; 9883 alias c_gtk_list_box_drag_highlight_row gtk_list_box_drag_highlight_row; 9884 alias c_gtk_list_box_drag_unhighlight_row gtk_list_box_drag_unhighlight_row; 9885 9886 // gtk.ListBoxRow 9887 9888 alias c_gtk_list_box_row_new gtk_list_box_row_new; 9889 alias c_gtk_list_box_row_changed gtk_list_box_row_changed; 9890 alias c_gtk_list_box_row_get_header gtk_list_box_row_get_header; 9891 alias c_gtk_list_box_row_get_type gtk_list_box_row_get_type; 9892 alias c_gtk_list_box_row_set_header gtk_list_box_row_set_header; 9893 alias c_gtk_list_box_row_get_index gtk_list_box_row_get_index; 9894 9895 // gtk.Stack 9896 9897 alias c_gtk_stack_new gtk_stack_new; 9898 alias c_gtk_stack_add_named gtk_stack_add_named; 9899 alias c_gtk_stack_add_titled gtk_stack_add_titled; 9900 alias c_gtk_stack_set_visible_child gtk_stack_set_visible_child; 9901 alias c_gtk_stack_get_visible_child gtk_stack_get_visible_child; 9902 alias c_gtk_stack_set_visible_child_name gtk_stack_set_visible_child_name; 9903 alias c_gtk_stack_get_visible_child_name gtk_stack_get_visible_child_name; 9904 alias c_gtk_stack_set_visible_child_full gtk_stack_set_visible_child_full; 9905 alias c_gtk_stack_set_homogeneous gtk_stack_set_homogeneous; 9906 alias c_gtk_stack_get_homogeneous gtk_stack_get_homogeneous; 9907 alias c_gtk_stack_set_transition_duration gtk_stack_set_transition_duration; 9908 alias c_gtk_stack_get_transition_duration gtk_stack_get_transition_duration; 9909 alias c_gtk_stack_set_transition_type gtk_stack_set_transition_type; 9910 alias c_gtk_stack_get_transition_type gtk_stack_get_transition_type; 9911 9912 // gtk.StackSwitcher 9913 9914 alias c_gtk_stack_switcher_new gtk_stack_switcher_new; 9915 alias c_gtk_stack_switcher_set_stack gtk_stack_switcher_set_stack; 9916 alias c_gtk_stack_switcher_get_stack gtk_stack_switcher_get_stack; 9917 9918 // gtk.HeaderBar 9919 9920 alias c_gtk_header_bar_new gtk_header_bar_new; 9921 alias c_gtk_header_bar_set_title gtk_header_bar_set_title; 9922 alias c_gtk_header_bar_get_title gtk_header_bar_get_title; 9923 alias c_gtk_header_bar_set_subtitle gtk_header_bar_set_subtitle; 9924 alias c_gtk_header_bar_get_subtitle gtk_header_bar_get_subtitle; 9925 alias c_gtk_header_bar_set_custom_title gtk_header_bar_set_custom_title; 9926 alias c_gtk_header_bar_get_custom_title gtk_header_bar_get_custom_title; 9927 alias c_gtk_header_bar_pack_start gtk_header_bar_pack_start; 9928 alias c_gtk_header_bar_pack_end gtk_header_bar_pack_end; 9929 alias c_gtk_header_bar_set_show_close_button gtk_header_bar_set_show_close_button; 9930 alias c_gtk_header_bar_get_show_close_button gtk_header_bar_get_show_close_button; 9931 9932 // gtk.Overlay 9933 9934 alias c_gtk_overlay_new gtk_overlay_new; 9935 alias c_gtk_overlay_add_overlay gtk_overlay_add_overlay; 9936 9937 // gtk.Alignment 9938 9939 alias c_gtk_alignment_new gtk_alignment_new; 9940 alias c_gtk_alignment_set gtk_alignment_set; 9941 alias c_gtk_alignment_get_padding gtk_alignment_get_padding; 9942 alias c_gtk_alignment_set_padding gtk_alignment_set_padding; 9943 9944 // gtk.ButtonBox 9945 9946 alias c_gtk_button_box_new gtk_button_box_new; 9947 alias c_gtk_button_box_get_layout gtk_button_box_get_layout; 9948 alias c_gtk_button_box_get_child_secondary gtk_button_box_get_child_secondary; 9949 alias c_gtk_button_box_get_child_non_homogeneous gtk_button_box_get_child_non_homogeneous; 9950 alias c_gtk_button_box_set_layout gtk_button_box_set_layout; 9951 alias c_gtk_button_box_set_child_secondary gtk_button_box_set_child_secondary; 9952 alias c_gtk_button_box_set_child_non_homogeneous gtk_button_box_set_child_non_homogeneous; 9953 9954 // gtk.Paned 9955 9956 alias c_gtk_paned_new gtk_paned_new; 9957 alias c_gtk_paned_add1 gtk_paned_add1; 9958 alias c_gtk_paned_add2 gtk_paned_add2; 9959 alias c_gtk_paned_pack1 gtk_paned_pack1; 9960 alias c_gtk_paned_pack2 gtk_paned_pack2; 9961 alias c_gtk_paned_get_child1 gtk_paned_get_child1; 9962 alias c_gtk_paned_get_child2 gtk_paned_get_child2; 9963 alias c_gtk_paned_set_position gtk_paned_set_position; 9964 alias c_gtk_paned_get_position gtk_paned_get_position; 9965 alias c_gtk_paned_get_handle_window gtk_paned_get_handle_window; 9966 9967 // gtk.Layout 9968 9969 alias c_gtk_layout_new gtk_layout_new; 9970 alias c_gtk_layout_put gtk_layout_put; 9971 alias c_gtk_layout_move gtk_layout_move; 9972 alias c_gtk_layout_set_size gtk_layout_set_size; 9973 alias c_gtk_layout_get_size gtk_layout_get_size; 9974 alias c_gtk_layout_get_hadjustment gtk_layout_get_hadjustment; 9975 alias c_gtk_layout_get_vadjustment gtk_layout_get_vadjustment; 9976 alias c_gtk_layout_set_hadjustment gtk_layout_set_hadjustment; 9977 alias c_gtk_layout_set_vadjustment gtk_layout_set_vadjustment; 9978 alias c_gtk_layout_get_bin_window gtk_layout_get_bin_window; 9979 9980 // gtk.Notebook 9981 9982 alias c_gtk_notebook_new gtk_notebook_new; 9983 alias c_gtk_notebook_append_page gtk_notebook_append_page; 9984 alias c_gtk_notebook_append_page_menu gtk_notebook_append_page_menu; 9985 alias c_gtk_notebook_prepend_page gtk_notebook_prepend_page; 9986 alias c_gtk_notebook_prepend_page_menu gtk_notebook_prepend_page_menu; 9987 alias c_gtk_notebook_insert_page gtk_notebook_insert_page; 9988 alias c_gtk_notebook_insert_page_menu gtk_notebook_insert_page_menu; 9989 alias c_gtk_notebook_remove_page gtk_notebook_remove_page; 9990 alias c_gtk_notebook_page_num gtk_notebook_page_num; 9991 alias c_gtk_notebook_next_page gtk_notebook_next_page; 9992 alias c_gtk_notebook_prev_page gtk_notebook_prev_page; 9993 alias c_gtk_notebook_reorder_child gtk_notebook_reorder_child; 9994 alias c_gtk_notebook_set_tab_pos gtk_notebook_set_tab_pos; 9995 alias c_gtk_notebook_set_show_tabs gtk_notebook_set_show_tabs; 9996 alias c_gtk_notebook_set_show_border gtk_notebook_set_show_border; 9997 alias c_gtk_notebook_set_scrollable gtk_notebook_set_scrollable; 9998 alias c_gtk_notebook_popup_enable gtk_notebook_popup_enable; 9999 alias c_gtk_notebook_popup_disable gtk_notebook_popup_disable; 10000 alias c_gtk_notebook_get_current_page gtk_notebook_get_current_page; 10001 alias c_gtk_notebook_get_menu_label gtk_notebook_get_menu_label; 10002 alias c_gtk_notebook_get_nth_page gtk_notebook_get_nth_page; 10003 alias c_gtk_notebook_get_n_pages gtk_notebook_get_n_pages; 10004 alias c_gtk_notebook_get_tab_label gtk_notebook_get_tab_label; 10005 alias c_gtk_notebook_set_menu_label gtk_notebook_set_menu_label; 10006 alias c_gtk_notebook_set_menu_label_text gtk_notebook_set_menu_label_text; 10007 alias c_gtk_notebook_set_tab_label gtk_notebook_set_tab_label; 10008 alias c_gtk_notebook_set_tab_label_text gtk_notebook_set_tab_label_text; 10009 alias c_gtk_notebook_set_tab_reorderable gtk_notebook_set_tab_reorderable; 10010 alias c_gtk_notebook_set_tab_detachable gtk_notebook_set_tab_detachable; 10011 alias c_gtk_notebook_get_menu_label_text gtk_notebook_get_menu_label_text; 10012 alias c_gtk_notebook_get_scrollable gtk_notebook_get_scrollable; 10013 alias c_gtk_notebook_get_show_border gtk_notebook_get_show_border; 10014 alias c_gtk_notebook_get_show_tabs gtk_notebook_get_show_tabs; 10015 alias c_gtk_notebook_get_tab_label_text gtk_notebook_get_tab_label_text; 10016 alias c_gtk_notebook_get_tab_pos gtk_notebook_get_tab_pos; 10017 alias c_gtk_notebook_get_tab_reorderable gtk_notebook_get_tab_reorderable; 10018 alias c_gtk_notebook_get_tab_detachable gtk_notebook_get_tab_detachable; 10019 alias c_gtk_notebook_get_tab_hborder gtk_notebook_get_tab_hborder; 10020 alias c_gtk_notebook_get_tab_vborder gtk_notebook_get_tab_vborder; 10021 alias c_gtk_notebook_set_current_page gtk_notebook_set_current_page; 10022 alias c_gtk_notebook_set_group_name gtk_notebook_set_group_name; 10023 alias c_gtk_notebook_get_group_name gtk_notebook_get_group_name; 10024 alias c_gtk_notebook_set_action_widget gtk_notebook_set_action_widget; 10025 alias c_gtk_notebook_get_action_widget gtk_notebook_get_action_widget; 10026 10027 // gtk.Expander 10028 10029 alias c_gtk_expander_new gtk_expander_new; 10030 alias c_gtk_expander_new_with_mnemonic gtk_expander_new_with_mnemonic; 10031 alias c_gtk_expander_set_expanded gtk_expander_set_expanded; 10032 alias c_gtk_expander_get_expanded gtk_expander_get_expanded; 10033 alias c_gtk_expander_set_spacing gtk_expander_set_spacing; 10034 alias c_gtk_expander_get_spacing gtk_expander_get_spacing; 10035 alias c_gtk_expander_set_label gtk_expander_set_label; 10036 alias c_gtk_expander_get_label gtk_expander_get_label; 10037 alias c_gtk_expander_set_use_underline gtk_expander_set_use_underline; 10038 alias c_gtk_expander_get_use_underline gtk_expander_get_use_underline; 10039 alias c_gtk_expander_set_use_markup gtk_expander_set_use_markup; 10040 alias c_gtk_expander_get_use_markup gtk_expander_get_use_markup; 10041 alias c_gtk_expander_set_label_widget gtk_expander_set_label_widget; 10042 alias c_gtk_expander_get_label_widget gtk_expander_get_label_widget; 10043 alias c_gtk_expander_set_label_fill gtk_expander_set_label_fill; 10044 alias c_gtk_expander_get_label_fill gtk_expander_get_label_fill; 10045 alias c_gtk_expander_set_resize_toplevel gtk_expander_set_resize_toplevel; 10046 alias c_gtk_expander_get_resize_toplevel gtk_expander_get_resize_toplevel; 10047 10048 // gtk.OrientableT 10049 10050 10051 // gtk.OrientableT 10052 10053 alias c_gtk_orientable_get_orientation gtk_orientable_get_orientation; 10054 alias c_gtk_orientable_set_orientation gtk_orientable_set_orientation; 10055 10056 // gtk.AspectFrame 10057 10058 alias c_gtk_aspect_frame_new gtk_aspect_frame_new; 10059 alias c_gtk_aspect_frame_set gtk_aspect_frame_set; 10060 10061 // gtk.Fixed 10062 10063 alias c_gtk_fixed_new gtk_fixed_new; 10064 alias c_gtk_fixed_put gtk_fixed_put; 10065 alias c_gtk_fixed_move gtk_fixed_move; 10066 10067 // gtk.Label 10068 10069 alias c_gtk_label_new gtk_label_new; 10070 alias c_gtk_label_set_text gtk_label_set_text; 10071 alias c_gtk_label_set_attributes gtk_label_set_attributes; 10072 alias c_gtk_label_set_markup gtk_label_set_markup; 10073 alias c_gtk_label_set_markup_with_mnemonic gtk_label_set_markup_with_mnemonic; 10074 alias c_gtk_label_set_pattern gtk_label_set_pattern; 10075 alias c_gtk_label_set_justify gtk_label_set_justify; 10076 alias c_gtk_label_set_ellipsize gtk_label_set_ellipsize; 10077 alias c_gtk_label_set_width_chars gtk_label_set_width_chars; 10078 alias c_gtk_label_set_max_width_chars gtk_label_set_max_width_chars; 10079 alias c_gtk_label_set_line_wrap gtk_label_set_line_wrap; 10080 alias c_gtk_label_set_line_wrap_mode gtk_label_set_line_wrap_mode; 10081 alias c_gtk_label_set_lines gtk_label_set_lines; 10082 alias c_gtk_label_get_layout_offsets gtk_label_get_layout_offsets; 10083 alias c_gtk_label_get_mnemonic_keyval gtk_label_get_mnemonic_keyval; 10084 alias c_gtk_label_get_selectable gtk_label_get_selectable; 10085 alias c_gtk_label_get_text gtk_label_get_text; 10086 alias c_gtk_label_new_with_mnemonic gtk_label_new_with_mnemonic; 10087 alias c_gtk_label_select_region gtk_label_select_region; 10088 alias c_gtk_label_set_mnemonic_widget gtk_label_set_mnemonic_widget; 10089 alias c_gtk_label_set_selectable gtk_label_set_selectable; 10090 alias c_gtk_label_set_text_with_mnemonic gtk_label_set_text_with_mnemonic; 10091 alias c_gtk_label_get_attributes gtk_label_get_attributes; 10092 alias c_gtk_label_get_justify gtk_label_get_justify; 10093 alias c_gtk_label_get_ellipsize gtk_label_get_ellipsize; 10094 alias c_gtk_label_get_width_chars gtk_label_get_width_chars; 10095 alias c_gtk_label_get_max_width_chars gtk_label_get_max_width_chars; 10096 alias c_gtk_label_get_label gtk_label_get_label; 10097 alias c_gtk_label_get_layout gtk_label_get_layout; 10098 alias c_gtk_label_get_line_wrap gtk_label_get_line_wrap; 10099 alias c_gtk_label_get_line_wrap_mode gtk_label_get_line_wrap_mode; 10100 alias c_gtk_label_get_lines gtk_label_get_lines; 10101 alias c_gtk_label_get_mnemonic_widget gtk_label_get_mnemonic_widget; 10102 alias c_gtk_label_get_selection_bounds gtk_label_get_selection_bounds; 10103 alias c_gtk_label_get_use_markup gtk_label_get_use_markup; 10104 alias c_gtk_label_get_use_underline gtk_label_get_use_underline; 10105 alias c_gtk_label_get_single_line_mode gtk_label_get_single_line_mode; 10106 alias c_gtk_label_get_angle gtk_label_get_angle; 10107 alias c_gtk_label_set_label gtk_label_set_label; 10108 alias c_gtk_label_set_use_markup gtk_label_set_use_markup; 10109 alias c_gtk_label_set_use_underline gtk_label_set_use_underline; 10110 alias c_gtk_label_set_single_line_mode gtk_label_set_single_line_mode; 10111 alias c_gtk_label_set_angle gtk_label_set_angle; 10112 alias c_gtk_label_get_current_uri gtk_label_get_current_uri; 10113 alias c_gtk_label_set_track_visited_links gtk_label_set_track_visited_links; 10114 alias c_gtk_label_get_track_visited_links gtk_label_get_track_visited_links; 10115 10116 // gtk.Image 10117 10118 alias c_gtk_image_get_icon_set gtk_image_get_icon_set; 10119 alias c_gtk_image_get_pixbuf gtk_image_get_pixbuf; 10120 alias c_gtk_image_get_stock gtk_image_get_stock; 10121 alias c_gtk_image_get_animation gtk_image_get_animation; 10122 alias c_gtk_image_get_icon_name gtk_image_get_icon_name; 10123 alias c_gtk_image_get_gicon gtk_image_get_gicon; 10124 alias c_gtk_image_get_storage_type gtk_image_get_storage_type; 10125 alias c_gtk_image_new_from_file gtk_image_new_from_file; 10126 alias c_gtk_image_new_from_icon_set gtk_image_new_from_icon_set; 10127 alias c_gtk_image_new_from_pixbuf gtk_image_new_from_pixbuf; 10128 alias c_gtk_image_new_from_stock gtk_image_new_from_stock; 10129 alias c_gtk_image_new_from_animation gtk_image_new_from_animation; 10130 alias c_gtk_image_new_from_icon_name gtk_image_new_from_icon_name; 10131 alias c_gtk_image_new_from_gicon gtk_image_new_from_gicon; 10132 alias c_gtk_image_new_from_resource gtk_image_new_from_resource; 10133 alias c_gtk_image_set_from_file gtk_image_set_from_file; 10134 alias c_gtk_image_set_from_icon_set gtk_image_set_from_icon_set; 10135 alias c_gtk_image_set_from_pixbuf gtk_image_set_from_pixbuf; 10136 alias c_gtk_image_set_from_stock gtk_image_set_from_stock; 10137 alias c_gtk_image_set_from_animation gtk_image_set_from_animation; 10138 alias c_gtk_image_set_from_icon_name gtk_image_set_from_icon_name; 10139 alias c_gtk_image_set_from_gicon gtk_image_set_from_gicon; 10140 alias c_gtk_image_set_from_resource gtk_image_set_from_resource; 10141 alias c_gtk_image_clear gtk_image_clear; 10142 alias c_gtk_image_new gtk_image_new; 10143 alias c_gtk_image_set_pixel_size gtk_image_set_pixel_size; 10144 alias c_gtk_image_get_pixel_size gtk_image_get_pixel_size; 10145 10146 // gtk.Spinner 10147 10148 alias c_gtk_spinner_new gtk_spinner_new; 10149 alias c_gtk_spinner_start gtk_spinner_start; 10150 alias c_gtk_spinner_stop gtk_spinner_stop; 10151 10152 // gtk.InfoBar 10153 10154 alias c_gtk_info_bar_new gtk_info_bar_new; 10155 alias c_gtk_info_bar_new_with_buttons gtk_info_bar_new_with_buttons; 10156 alias c_gtk_info_bar_add_action_widget gtk_info_bar_add_action_widget; 10157 alias c_gtk_info_bar_add_button gtk_info_bar_add_button; 10158 alias c_gtk_info_bar_add_buttons gtk_info_bar_add_buttons; 10159 alias c_gtk_info_bar_set_response_sensitive gtk_info_bar_set_response_sensitive; 10160 alias c_gtk_info_bar_set_default_response gtk_info_bar_set_default_response; 10161 alias c_gtk_info_bar_response gtk_info_bar_response; 10162 alias c_gtk_info_bar_set_message_type gtk_info_bar_set_message_type; 10163 alias c_gtk_info_bar_get_message_type gtk_info_bar_get_message_type; 10164 alias c_gtk_info_bar_get_action_area gtk_info_bar_get_action_area; 10165 alias c_gtk_info_bar_get_content_area gtk_info_bar_get_content_area; 10166 alias c_gtk_info_bar_get_show_close_button gtk_info_bar_get_show_close_button; 10167 alias c_gtk_info_bar_set_show_close_button gtk_info_bar_set_show_close_button; 10168 10169 // gtk.ProgressBar 10170 10171 alias c_gtk_progress_bar_new gtk_progress_bar_new; 10172 alias c_gtk_progress_bar_pulse gtk_progress_bar_pulse; 10173 alias c_gtk_progress_bar_set_fraction gtk_progress_bar_set_fraction; 10174 alias c_gtk_progress_bar_get_fraction gtk_progress_bar_get_fraction; 10175 alias c_gtk_progress_bar_set_inverted gtk_progress_bar_set_inverted; 10176 alias c_gtk_progress_bar_get_inverted gtk_progress_bar_get_inverted; 10177 alias c_gtk_progress_bar_set_show_text gtk_progress_bar_set_show_text; 10178 alias c_gtk_progress_bar_get_show_text gtk_progress_bar_get_show_text; 10179 alias c_gtk_progress_bar_set_text gtk_progress_bar_set_text; 10180 alias c_gtk_progress_bar_get_text gtk_progress_bar_get_text; 10181 alias c_gtk_progress_bar_set_ellipsize gtk_progress_bar_set_ellipsize; 10182 alias c_gtk_progress_bar_get_ellipsize gtk_progress_bar_get_ellipsize; 10183 alias c_gtk_progress_bar_set_pulse_step gtk_progress_bar_set_pulse_step; 10184 alias c_gtk_progress_bar_get_pulse_step gtk_progress_bar_get_pulse_step; 10185 10186 // gtk.LevelBar 10187 10188 alias c_gtk_level_bar_new gtk_level_bar_new; 10189 alias c_gtk_level_bar_new_for_interval gtk_level_bar_new_for_interval; 10190 alias c_gtk_level_bar_set_mode gtk_level_bar_set_mode; 10191 alias c_gtk_level_bar_get_mode gtk_level_bar_get_mode; 10192 alias c_gtk_level_bar_set_value gtk_level_bar_set_value; 10193 alias c_gtk_level_bar_get_value gtk_level_bar_get_value; 10194 alias c_gtk_level_bar_set_min_value gtk_level_bar_set_min_value; 10195 alias c_gtk_level_bar_get_min_value gtk_level_bar_get_min_value; 10196 alias c_gtk_level_bar_set_max_value gtk_level_bar_set_max_value; 10197 alias c_gtk_level_bar_get_max_value gtk_level_bar_get_max_value; 10198 alias c_gtk_level_bar_set_inverted gtk_level_bar_set_inverted; 10199 alias c_gtk_level_bar_get_inverted gtk_level_bar_get_inverted; 10200 alias c_gtk_level_bar_add_offset_value gtk_level_bar_add_offset_value; 10201 alias c_gtk_level_bar_remove_offset_value gtk_level_bar_remove_offset_value; 10202 alias c_gtk_level_bar_get_offset_value gtk_level_bar_get_offset_value; 10203 10204 // gtk.Statusbar 10205 10206 alias c_gtk_statusbar_new gtk_statusbar_new; 10207 alias c_gtk_statusbar_get_context_id gtk_statusbar_get_context_id; 10208 alias c_gtk_statusbar_push gtk_statusbar_push; 10209 alias c_gtk_statusbar_pop gtk_statusbar_pop; 10210 alias c_gtk_statusbar_remove gtk_statusbar_remove; 10211 alias c_gtk_statusbar_remove_all gtk_statusbar_remove_all; 10212 alias c_gtk_statusbar_get_message_area gtk_statusbar_get_message_area; 10213 10214 // gtk.AccelLabel 10215 10216 alias c_gtk_accel_label_new gtk_accel_label_new; 10217 alias c_gtk_accel_label_set_accel_closure gtk_accel_label_set_accel_closure; 10218 alias c_gtk_accel_label_get_accel_widget gtk_accel_label_get_accel_widget; 10219 alias c_gtk_accel_label_set_accel_widget gtk_accel_label_set_accel_widget; 10220 alias c_gtk_accel_label_get_accel_width gtk_accel_label_get_accel_width; 10221 alias c_gtk_accel_label_set_accel gtk_accel_label_set_accel; 10222 alias c_gtk_accel_label_refetch gtk_accel_label_refetch; 10223 10224 // gtk.StatusIcon 10225 10226 alias c_gtk_status_icon_new gtk_status_icon_new; 10227 alias c_gtk_status_icon_new_from_pixbuf gtk_status_icon_new_from_pixbuf; 10228 alias c_gtk_status_icon_new_from_file gtk_status_icon_new_from_file; 10229 alias c_gtk_status_icon_new_from_stock gtk_status_icon_new_from_stock; 10230 alias c_gtk_status_icon_new_from_icon_name gtk_status_icon_new_from_icon_name; 10231 alias c_gtk_status_icon_new_from_gicon gtk_status_icon_new_from_gicon; 10232 alias c_gtk_status_icon_set_from_pixbuf gtk_status_icon_set_from_pixbuf; 10233 alias c_gtk_status_icon_set_from_file gtk_status_icon_set_from_file; 10234 alias c_gtk_status_icon_set_from_stock gtk_status_icon_set_from_stock; 10235 alias c_gtk_status_icon_set_from_icon_name gtk_status_icon_set_from_icon_name; 10236 alias c_gtk_status_icon_set_from_gicon gtk_status_icon_set_from_gicon; 10237 alias c_gtk_status_icon_get_storage_type gtk_status_icon_get_storage_type; 10238 alias c_gtk_status_icon_get_pixbuf gtk_status_icon_get_pixbuf; 10239 alias c_gtk_status_icon_get_stock gtk_status_icon_get_stock; 10240 alias c_gtk_status_icon_get_icon_name gtk_status_icon_get_icon_name; 10241 alias c_gtk_status_icon_get_gicon gtk_status_icon_get_gicon; 10242 alias c_gtk_status_icon_get_size gtk_status_icon_get_size; 10243 alias c_gtk_status_icon_set_screen gtk_status_icon_set_screen; 10244 alias c_gtk_status_icon_get_screen gtk_status_icon_get_screen; 10245 alias c_gtk_status_icon_set_tooltip_text gtk_status_icon_set_tooltip_text; 10246 alias c_gtk_status_icon_get_tooltip_text gtk_status_icon_get_tooltip_text; 10247 alias c_gtk_status_icon_set_tooltip_markup gtk_status_icon_set_tooltip_markup; 10248 alias c_gtk_status_icon_get_tooltip_markup gtk_status_icon_get_tooltip_markup; 10249 alias c_gtk_status_icon_set_has_tooltip gtk_status_icon_set_has_tooltip; 10250 alias c_gtk_status_icon_get_has_tooltip gtk_status_icon_get_has_tooltip; 10251 alias c_gtk_status_icon_set_title gtk_status_icon_set_title; 10252 alias c_gtk_status_icon_get_title gtk_status_icon_get_title; 10253 alias c_gtk_status_icon_set_name gtk_status_icon_set_name; 10254 alias c_gtk_status_icon_set_visible gtk_status_icon_set_visible; 10255 alias c_gtk_status_icon_get_visible gtk_status_icon_get_visible; 10256 alias c_gtk_status_icon_is_embedded gtk_status_icon_is_embedded; 10257 alias c_gtk_status_icon_position_menu gtk_status_icon_position_menu; 10258 alias c_gtk_status_icon_get_geometry gtk_status_icon_get_geometry; 10259 alias c_gtk_status_icon_get_x11_window_id gtk_status_icon_get_x11_window_id; 10260 10261 // gtk.Button 10262 10263 alias c_gtk_button_new gtk_button_new; 10264 alias c_gtk_button_new_with_label gtk_button_new_with_label; 10265 alias c_gtk_button_new_with_mnemonic gtk_button_new_with_mnemonic; 10266 alias c_gtk_button_new_from_icon_name gtk_button_new_from_icon_name; 10267 alias c_gtk_button_new_from_stock gtk_button_new_from_stock; 10268 alias c_gtk_button_pressed gtk_button_pressed; 10269 alias c_gtk_button_released gtk_button_released; 10270 alias c_gtk_button_clicked gtk_button_clicked; 10271 alias c_gtk_button_enter gtk_button_enter; 10272 alias c_gtk_button_leave gtk_button_leave; 10273 alias c_gtk_button_set_relief gtk_button_set_relief; 10274 alias c_gtk_button_get_relief gtk_button_get_relief; 10275 alias c_gtk_button_get_label gtk_button_get_label; 10276 alias c_gtk_button_set_label gtk_button_set_label; 10277 alias c_gtk_button_get_use_stock gtk_button_get_use_stock; 10278 alias c_gtk_button_set_use_stock gtk_button_set_use_stock; 10279 alias c_gtk_button_get_use_underline gtk_button_get_use_underline; 10280 alias c_gtk_button_set_use_underline gtk_button_set_use_underline; 10281 alias c_gtk_button_set_focus_on_click gtk_button_set_focus_on_click; 10282 alias c_gtk_button_get_focus_on_click gtk_button_get_focus_on_click; 10283 alias c_gtk_button_set_alignment gtk_button_set_alignment; 10284 alias c_gtk_button_get_alignment gtk_button_get_alignment; 10285 alias c_gtk_button_set_image gtk_button_set_image; 10286 alias c_gtk_button_get_image gtk_button_get_image; 10287 alias c_gtk_button_set_image_position gtk_button_set_image_position; 10288 alias c_gtk_button_get_image_position gtk_button_get_image_position; 10289 alias c_gtk_button_set_always_show_image gtk_button_set_always_show_image; 10290 alias c_gtk_button_get_always_show_image gtk_button_get_always_show_image; 10291 alias c_gtk_button_get_event_window gtk_button_get_event_window; 10292 10293 // gtk.CheckButton 10294 10295 alias c_gtk_check_button_new gtk_check_button_new; 10296 alias c_gtk_check_button_new_with_label gtk_check_button_new_with_label; 10297 alias c_gtk_check_button_new_with_mnemonic gtk_check_button_new_with_mnemonic; 10298 10299 // gtk.RadioButton 10300 10301 alias c_gtk_radio_button_new gtk_radio_button_new; 10302 alias c_gtk_radio_button_new_from_widget gtk_radio_button_new_from_widget; 10303 alias c_gtk_radio_button_new_with_label gtk_radio_button_new_with_label; 10304 alias c_gtk_radio_button_new_with_label_from_widget gtk_radio_button_new_with_label_from_widget; 10305 alias c_gtk_radio_button_new_with_mnemonic gtk_radio_button_new_with_mnemonic; 10306 alias c_gtk_radio_button_new_with_mnemonic_from_widget gtk_radio_button_new_with_mnemonic_from_widget; 10307 alias c_gtk_radio_button_set_group gtk_radio_button_set_group; 10308 alias c_gtk_radio_button_get_group gtk_radio_button_get_group; 10309 alias c_gtk_radio_button_join_group gtk_radio_button_join_group; 10310 10311 // gtk.ToggleButton 10312 10313 alias c_gtk_toggle_button_new gtk_toggle_button_new; 10314 alias c_gtk_toggle_button_new_with_label gtk_toggle_button_new_with_label; 10315 alias c_gtk_toggle_button_new_with_mnemonic gtk_toggle_button_new_with_mnemonic; 10316 alias c_gtk_toggle_button_set_mode gtk_toggle_button_set_mode; 10317 alias c_gtk_toggle_button_get_mode gtk_toggle_button_get_mode; 10318 alias c_gtk_toggle_button_toggled gtk_toggle_button_toggled; 10319 alias c_gtk_toggle_button_get_active gtk_toggle_button_get_active; 10320 alias c_gtk_toggle_button_set_active gtk_toggle_button_set_active; 10321 alias c_gtk_toggle_button_get_inconsistent gtk_toggle_button_get_inconsistent; 10322 alias c_gtk_toggle_button_set_inconsistent gtk_toggle_button_set_inconsistent; 10323 10324 // gtk.LinkButton 10325 10326 alias c_gtk_link_button_new gtk_link_button_new; 10327 alias c_gtk_link_button_new_with_label gtk_link_button_new_with_label; 10328 alias c_gtk_link_button_get_uri gtk_link_button_get_uri; 10329 alias c_gtk_link_button_set_uri gtk_link_button_set_uri; 10330 alias c_gtk_link_button_get_visited gtk_link_button_get_visited; 10331 alias c_gtk_link_button_set_visited gtk_link_button_set_visited; 10332 10333 // gtk.MenuButton 10334 10335 alias c_gtk_menu_button_new gtk_menu_button_new; 10336 alias c_gtk_menu_button_set_popup gtk_menu_button_set_popup; 10337 alias c_gtk_menu_button_get_popup gtk_menu_button_get_popup; 10338 alias c_gtk_menu_button_set_menu_model gtk_menu_button_set_menu_model; 10339 alias c_gtk_menu_button_get_menu_model gtk_menu_button_get_menu_model; 10340 alias c_gtk_menu_button_set_direction gtk_menu_button_set_direction; 10341 alias c_gtk_menu_button_get_direction gtk_menu_button_get_direction; 10342 alias c_gtk_menu_button_set_align_widget gtk_menu_button_set_align_widget; 10343 alias c_gtk_menu_button_get_align_widget gtk_menu_button_get_align_widget; 10344 10345 // gtk.Switch 10346 10347 alias c_gtk_switch_new gtk_switch_new; 10348 alias c_gtk_switch_set_active gtk_switch_set_active; 10349 alias c_gtk_switch_get_active gtk_switch_get_active; 10350 10351 // gtk.ScaleButton 10352 10353 alias c_gtk_scale_button_new gtk_scale_button_new; 10354 alias c_gtk_scale_button_set_adjustment gtk_scale_button_set_adjustment; 10355 alias c_gtk_scale_button_set_icons gtk_scale_button_set_icons; 10356 alias c_gtk_scale_button_set_value gtk_scale_button_set_value; 10357 alias c_gtk_scale_button_get_adjustment gtk_scale_button_get_adjustment; 10358 alias c_gtk_scale_button_get_value gtk_scale_button_get_value; 10359 alias c_gtk_scale_button_get_popup gtk_scale_button_get_popup; 10360 alias c_gtk_scale_button_get_plus_button gtk_scale_button_get_plus_button; 10361 alias c_gtk_scale_button_get_minus_button gtk_scale_button_get_minus_button; 10362 10363 // gtk.VolumeButton 10364 10365 alias c_gtk_volume_button_new gtk_volume_button_new; 10366 10367 // gtk.LockButton 10368 10369 alias c_gtk_lock_button_new gtk_lock_button_new; 10370 alias c_gtk_lock_button_get_permission gtk_lock_button_get_permission; 10371 alias c_gtk_lock_button_set_permission gtk_lock_button_set_permission; 10372 10373 // gtk.Entry 10374 10375 alias c_gtk_entry_new gtk_entry_new; 10376 alias c_gtk_entry_new_with_buffer gtk_entry_new_with_buffer; 10377 alias c_gtk_entry_get_buffer gtk_entry_get_buffer; 10378 alias c_gtk_entry_set_buffer gtk_entry_set_buffer; 10379 alias c_gtk_entry_set_text gtk_entry_set_text; 10380 alias c_gtk_entry_get_text gtk_entry_get_text; 10381 alias c_gtk_entry_get_text_length gtk_entry_get_text_length; 10382 alias c_gtk_entry_get_text_area gtk_entry_get_text_area; 10383 alias c_gtk_entry_set_visibility gtk_entry_set_visibility; 10384 alias c_gtk_entry_set_invisible_char gtk_entry_set_invisible_char; 10385 alias c_gtk_entry_unset_invisible_char gtk_entry_unset_invisible_char; 10386 alias c_gtk_entry_set_max_length gtk_entry_set_max_length; 10387 alias c_gtk_entry_get_activates_default gtk_entry_get_activates_default; 10388 alias c_gtk_entry_get_has_frame gtk_entry_get_has_frame; 10389 alias c_gtk_entry_get_inner_border gtk_entry_get_inner_border; 10390 alias c_gtk_entry_get_width_chars gtk_entry_get_width_chars; 10391 alias c_gtk_entry_set_activates_default gtk_entry_set_activates_default; 10392 alias c_gtk_entry_set_has_frame gtk_entry_set_has_frame; 10393 alias c_gtk_entry_set_inner_border gtk_entry_set_inner_border; 10394 alias c_gtk_entry_set_width_chars gtk_entry_set_width_chars; 10395 alias c_gtk_entry_get_invisible_char gtk_entry_get_invisible_char; 10396 alias c_gtk_entry_set_alignment gtk_entry_set_alignment; 10397 alias c_gtk_entry_get_alignment gtk_entry_get_alignment; 10398 alias c_gtk_entry_set_placeholder_text gtk_entry_set_placeholder_text; 10399 alias c_gtk_entry_get_placeholder_text gtk_entry_get_placeholder_text; 10400 alias c_gtk_entry_set_overwrite_mode gtk_entry_set_overwrite_mode; 10401 alias c_gtk_entry_get_overwrite_mode gtk_entry_get_overwrite_mode; 10402 alias c_gtk_entry_get_layout gtk_entry_get_layout; 10403 alias c_gtk_entry_get_layout_offsets gtk_entry_get_layout_offsets; 10404 alias c_gtk_entry_layout_index_to_text_index gtk_entry_layout_index_to_text_index; 10405 alias c_gtk_entry_text_index_to_layout_index gtk_entry_text_index_to_layout_index; 10406 alias c_gtk_entry_set_attributes gtk_entry_set_attributes; 10407 alias c_gtk_entry_get_attributes gtk_entry_get_attributes; 10408 alias c_gtk_entry_get_max_length gtk_entry_get_max_length; 10409 alias c_gtk_entry_get_visibility gtk_entry_get_visibility; 10410 alias c_gtk_entry_set_completion gtk_entry_set_completion; 10411 alias c_gtk_entry_get_completion gtk_entry_get_completion; 10412 alias c_gtk_entry_set_cursor_hadjustment gtk_entry_set_cursor_hadjustment; 10413 alias c_gtk_entry_get_cursor_hadjustment gtk_entry_get_cursor_hadjustment; 10414 alias c_gtk_entry_set_progress_fraction gtk_entry_set_progress_fraction; 10415 alias c_gtk_entry_get_progress_fraction gtk_entry_get_progress_fraction; 10416 alias c_gtk_entry_set_progress_pulse_step gtk_entry_set_progress_pulse_step; 10417 alias c_gtk_entry_get_progress_pulse_step gtk_entry_get_progress_pulse_step; 10418 alias c_gtk_entry_progress_pulse gtk_entry_progress_pulse; 10419 alias c_gtk_entry_im_context_filter_keypress gtk_entry_im_context_filter_keypress; 10420 alias c_gtk_entry_reset_im_context gtk_entry_reset_im_context; 10421 alias c_gtk_entry_get_tabs gtk_entry_get_tabs; 10422 alias c_gtk_entry_set_tabs gtk_entry_set_tabs; 10423 alias c_gtk_entry_set_icon_from_pixbuf gtk_entry_set_icon_from_pixbuf; 10424 alias c_gtk_entry_set_icon_from_stock gtk_entry_set_icon_from_stock; 10425 alias c_gtk_entry_set_icon_from_icon_name gtk_entry_set_icon_from_icon_name; 10426 alias c_gtk_entry_set_icon_from_gicon gtk_entry_set_icon_from_gicon; 10427 alias c_gtk_entry_get_icon_storage_type gtk_entry_get_icon_storage_type; 10428 alias c_gtk_entry_get_icon_pixbuf gtk_entry_get_icon_pixbuf; 10429 alias c_gtk_entry_get_icon_stock gtk_entry_get_icon_stock; 10430 alias c_gtk_entry_get_icon_name gtk_entry_get_icon_name; 10431 alias c_gtk_entry_get_icon_gicon gtk_entry_get_icon_gicon; 10432 alias c_gtk_entry_set_icon_activatable gtk_entry_set_icon_activatable; 10433 alias c_gtk_entry_get_icon_activatable gtk_entry_get_icon_activatable; 10434 alias c_gtk_entry_set_icon_sensitive gtk_entry_set_icon_sensitive; 10435 alias c_gtk_entry_get_icon_sensitive gtk_entry_get_icon_sensitive; 10436 alias c_gtk_entry_get_icon_at_pos gtk_entry_get_icon_at_pos; 10437 alias c_gtk_entry_set_icon_tooltip_text gtk_entry_set_icon_tooltip_text; 10438 alias c_gtk_entry_get_icon_tooltip_text gtk_entry_get_icon_tooltip_text; 10439 alias c_gtk_entry_set_icon_tooltip_markup gtk_entry_set_icon_tooltip_markup; 10440 alias c_gtk_entry_get_icon_tooltip_markup gtk_entry_get_icon_tooltip_markup; 10441 alias c_gtk_entry_set_icon_drag_source gtk_entry_set_icon_drag_source; 10442 alias c_gtk_entry_get_current_icon_drag_source gtk_entry_get_current_icon_drag_source; 10443 alias c_gtk_entry_get_icon_area gtk_entry_get_icon_area; 10444 alias c_gtk_entry_set_input_purpose gtk_entry_set_input_purpose; 10445 alias c_gtk_entry_get_input_purpose gtk_entry_get_input_purpose; 10446 alias c_gtk_entry_set_input_hints gtk_entry_set_input_hints; 10447 alias c_gtk_entry_get_input_hints gtk_entry_get_input_hints; 10448 10449 // gtk.EntryBuffer 10450 10451 alias c_gtk_entry_buffer_new gtk_entry_buffer_new; 10452 alias c_gtk_entry_buffer_get_text gtk_entry_buffer_get_text; 10453 alias c_gtk_entry_buffer_set_text gtk_entry_buffer_set_text; 10454 alias c_gtk_entry_buffer_get_bytes gtk_entry_buffer_get_bytes; 10455 alias c_gtk_entry_buffer_get_length gtk_entry_buffer_get_length; 10456 alias c_gtk_entry_buffer_get_max_length gtk_entry_buffer_get_max_length; 10457 alias c_gtk_entry_buffer_set_max_length gtk_entry_buffer_set_max_length; 10458 alias c_gtk_entry_buffer_insert_text gtk_entry_buffer_insert_text; 10459 alias c_gtk_entry_buffer_delete_text gtk_entry_buffer_delete_text; 10460 alias c_gtk_entry_buffer_emit_deleted_text gtk_entry_buffer_emit_deleted_text; 10461 alias c_gtk_entry_buffer_emit_inserted_text gtk_entry_buffer_emit_inserted_text; 10462 10463 // gtk.EntryCompletion 10464 10465 alias c_gtk_entry_completion_new gtk_entry_completion_new; 10466 alias c_gtk_entry_completion_new_with_area gtk_entry_completion_new_with_area; 10467 alias c_gtk_entry_completion_get_entry gtk_entry_completion_get_entry; 10468 alias c_gtk_entry_completion_set_model gtk_entry_completion_set_model; 10469 alias c_gtk_entry_completion_get_model gtk_entry_completion_get_model; 10470 alias c_gtk_entry_completion_set_match_func gtk_entry_completion_set_match_func; 10471 alias c_gtk_entry_completion_set_minimum_key_length gtk_entry_completion_set_minimum_key_length; 10472 alias c_gtk_entry_completion_get_minimum_key_length gtk_entry_completion_get_minimum_key_length; 10473 alias c_gtk_entry_completion_compute_prefix gtk_entry_completion_compute_prefix; 10474 alias c_gtk_entry_completion_complete gtk_entry_completion_complete; 10475 alias c_gtk_entry_completion_get_completion_prefix gtk_entry_completion_get_completion_prefix; 10476 alias c_gtk_entry_completion_insert_prefix gtk_entry_completion_insert_prefix; 10477 alias c_gtk_entry_completion_insert_action_text gtk_entry_completion_insert_action_text; 10478 alias c_gtk_entry_completion_insert_action_markup gtk_entry_completion_insert_action_markup; 10479 alias c_gtk_entry_completion_delete_action gtk_entry_completion_delete_action; 10480 alias c_gtk_entry_completion_set_text_column gtk_entry_completion_set_text_column; 10481 alias c_gtk_entry_completion_get_text_column gtk_entry_completion_get_text_column; 10482 alias c_gtk_entry_completion_set_inline_completion gtk_entry_completion_set_inline_completion; 10483 alias c_gtk_entry_completion_get_inline_completion gtk_entry_completion_get_inline_completion; 10484 alias c_gtk_entry_completion_set_inline_selection gtk_entry_completion_set_inline_selection; 10485 alias c_gtk_entry_completion_get_inline_selection gtk_entry_completion_get_inline_selection; 10486 alias c_gtk_entry_completion_set_popup_completion gtk_entry_completion_set_popup_completion; 10487 alias c_gtk_entry_completion_get_popup_completion gtk_entry_completion_get_popup_completion; 10488 alias c_gtk_entry_completion_set_popup_set_width gtk_entry_completion_set_popup_set_width; 10489 alias c_gtk_entry_completion_get_popup_set_width gtk_entry_completion_get_popup_set_width; 10490 alias c_gtk_entry_completion_set_popup_single_match gtk_entry_completion_set_popup_single_match; 10491 alias c_gtk_entry_completion_get_popup_single_match gtk_entry_completion_get_popup_single_match; 10492 10493 // gtk.Scale 10494 10495 alias c_gtk_scale_new gtk_scale_new; 10496 alias c_gtk_scale_new_with_range gtk_scale_new_with_range; 10497 alias c_gtk_scale_set_digits gtk_scale_set_digits; 10498 alias c_gtk_scale_set_draw_value gtk_scale_set_draw_value; 10499 alias c_gtk_scale_set_has_origin gtk_scale_set_has_origin; 10500 alias c_gtk_scale_set_value_pos gtk_scale_set_value_pos; 10501 alias c_gtk_scale_get_digits gtk_scale_get_digits; 10502 alias c_gtk_scale_get_draw_value gtk_scale_get_draw_value; 10503 alias c_gtk_scale_get_has_origin gtk_scale_get_has_origin; 10504 alias c_gtk_scale_get_value_pos gtk_scale_get_value_pos; 10505 alias c_gtk_scale_get_layout gtk_scale_get_layout; 10506 alias c_gtk_scale_get_layout_offsets gtk_scale_get_layout_offsets; 10507 alias c_gtk_scale_add_mark gtk_scale_add_mark; 10508 alias c_gtk_scale_clear_marks gtk_scale_clear_marks; 10509 10510 // gtk.SpinButton 10511 10512 alias c_gtk_spin_button_configure gtk_spin_button_configure; 10513 alias c_gtk_spin_button_new gtk_spin_button_new; 10514 alias c_gtk_spin_button_new_with_range gtk_spin_button_new_with_range; 10515 alias c_gtk_spin_button_set_adjustment gtk_spin_button_set_adjustment; 10516 alias c_gtk_spin_button_get_adjustment gtk_spin_button_get_adjustment; 10517 alias c_gtk_spin_button_set_digits gtk_spin_button_set_digits; 10518 alias c_gtk_spin_button_set_increments gtk_spin_button_set_increments; 10519 alias c_gtk_spin_button_set_range gtk_spin_button_set_range; 10520 alias c_gtk_spin_button_get_value_as_int gtk_spin_button_get_value_as_int; 10521 alias c_gtk_spin_button_set_value gtk_spin_button_set_value; 10522 alias c_gtk_spin_button_set_update_policy gtk_spin_button_set_update_policy; 10523 alias c_gtk_spin_button_set_numeric gtk_spin_button_set_numeric; 10524 alias c_gtk_spin_button_spin gtk_spin_button_spin; 10525 alias c_gtk_spin_button_set_wrap gtk_spin_button_set_wrap; 10526 alias c_gtk_spin_button_set_snap_to_ticks gtk_spin_button_set_snap_to_ticks; 10527 alias c_gtk_spin_button_update gtk_spin_button_update; 10528 alias c_gtk_spin_button_get_digits gtk_spin_button_get_digits; 10529 alias c_gtk_spin_button_get_increments gtk_spin_button_get_increments; 10530 alias c_gtk_spin_button_get_numeric gtk_spin_button_get_numeric; 10531 alias c_gtk_spin_button_get_range gtk_spin_button_get_range; 10532 alias c_gtk_spin_button_get_snap_to_ticks gtk_spin_button_get_snap_to_ticks; 10533 alias c_gtk_spin_button_get_update_policy gtk_spin_button_get_update_policy; 10534 alias c_gtk_spin_button_get_value gtk_spin_button_get_value; 10535 alias c_gtk_spin_button_get_wrap gtk_spin_button_get_wrap; 10536 10537 // gtk.SearchEntry 10538 10539 alias c_gtk_search_entry_new gtk_search_entry_new; 10540 10541 // gtk.SearchBar 10542 10543 alias c_gtk_search_bar_new gtk_search_bar_new; 10544 alias c_gtk_search_bar_connect_entry gtk_search_bar_connect_entry; 10545 alias c_gtk_search_bar_get_search_mode gtk_search_bar_get_search_mode; 10546 alias c_gtk_search_bar_set_search_mode gtk_search_bar_set_search_mode; 10547 alias c_gtk_search_bar_get_show_close_button gtk_search_bar_get_show_close_button; 10548 alias c_gtk_search_bar_set_show_close_button gtk_search_bar_set_show_close_button; 10549 alias c_gtk_search_bar_handle_event gtk_search_bar_handle_event; 10550 10551 // gtk.EditableT 10552 10553 10554 // gtk.EditableT 10555 10556 alias c_gtk_editable_select_region gtk_editable_select_region; 10557 alias c_gtk_editable_get_selection_bounds gtk_editable_get_selection_bounds; 10558 alias c_gtk_editable_insert_text gtk_editable_insert_text; 10559 alias c_gtk_editable_delete_text gtk_editable_delete_text; 10560 alias c_gtk_editable_get_chars gtk_editable_get_chars; 10561 alias c_gtk_editable_cut_clipboard gtk_editable_cut_clipboard; 10562 alias c_gtk_editable_copy_clipboard gtk_editable_copy_clipboard; 10563 alias c_gtk_editable_paste_clipboard gtk_editable_paste_clipboard; 10564 alias c_gtk_editable_delete_selection gtk_editable_delete_selection; 10565 alias c_gtk_editable_set_position gtk_editable_set_position; 10566 alias c_gtk_editable_get_position gtk_editable_get_position; 10567 alias c_gtk_editable_set_editable gtk_editable_set_editable; 10568 alias c_gtk_editable_get_editable gtk_editable_get_editable; 10569 10570 // gtk.TextIter 10571 10572 alias c_gtk_text_iter_get_buffer gtk_text_iter_get_buffer; 10573 alias c_gtk_text_iter_copy gtk_text_iter_copy; 10574 alias c_gtk_text_iter_assign gtk_text_iter_assign; 10575 alias c_gtk_text_iter_free gtk_text_iter_free; 10576 alias c_gtk_text_iter_get_offset gtk_text_iter_get_offset; 10577 alias c_gtk_text_iter_get_line gtk_text_iter_get_line; 10578 alias c_gtk_text_iter_get_line_offset gtk_text_iter_get_line_offset; 10579 alias c_gtk_text_iter_get_line_index gtk_text_iter_get_line_index; 10580 alias c_gtk_text_iter_get_visible_line_index gtk_text_iter_get_visible_line_index; 10581 alias c_gtk_text_iter_get_visible_line_offset gtk_text_iter_get_visible_line_offset; 10582 alias c_gtk_text_iter_get_char gtk_text_iter_get_char; 10583 alias c_gtk_text_iter_get_slice gtk_text_iter_get_slice; 10584 alias c_gtk_text_iter_get_text gtk_text_iter_get_text; 10585 alias c_gtk_text_iter_get_visible_slice gtk_text_iter_get_visible_slice; 10586 alias c_gtk_text_iter_get_visible_text gtk_text_iter_get_visible_text; 10587 alias c_gtk_text_iter_get_pixbuf gtk_text_iter_get_pixbuf; 10588 alias c_gtk_text_iter_get_marks gtk_text_iter_get_marks; 10589 alias c_gtk_text_iter_get_toggled_tags gtk_text_iter_get_toggled_tags; 10590 alias c_gtk_text_iter_get_child_anchor gtk_text_iter_get_child_anchor; 10591 alias c_gtk_text_iter_begins_tag gtk_text_iter_begins_tag; 10592 alias c_gtk_text_iter_ends_tag gtk_text_iter_ends_tag; 10593 alias c_gtk_text_iter_toggles_tag gtk_text_iter_toggles_tag; 10594 alias c_gtk_text_iter_has_tag gtk_text_iter_has_tag; 10595 alias c_gtk_text_iter_get_tags gtk_text_iter_get_tags; 10596 alias c_gtk_text_iter_editable gtk_text_iter_editable; 10597 alias c_gtk_text_iter_can_insert gtk_text_iter_can_insert; 10598 alias c_gtk_text_iter_starts_word gtk_text_iter_starts_word; 10599 alias c_gtk_text_iter_ends_word gtk_text_iter_ends_word; 10600 alias c_gtk_text_iter_inside_word gtk_text_iter_inside_word; 10601 alias c_gtk_text_iter_starts_line gtk_text_iter_starts_line; 10602 alias c_gtk_text_iter_ends_line gtk_text_iter_ends_line; 10603 alias c_gtk_text_iter_starts_sentence gtk_text_iter_starts_sentence; 10604 alias c_gtk_text_iter_ends_sentence gtk_text_iter_ends_sentence; 10605 alias c_gtk_text_iter_inside_sentence gtk_text_iter_inside_sentence; 10606 alias c_gtk_text_iter_is_cursor_position gtk_text_iter_is_cursor_position; 10607 alias c_gtk_text_iter_get_chars_in_line gtk_text_iter_get_chars_in_line; 10608 alias c_gtk_text_iter_get_bytes_in_line gtk_text_iter_get_bytes_in_line; 10609 alias c_gtk_text_iter_get_attributes gtk_text_iter_get_attributes; 10610 alias c_gtk_text_iter_get_language gtk_text_iter_get_language; 10611 alias c_gtk_text_iter_is_end gtk_text_iter_is_end; 10612 alias c_gtk_text_iter_is_start gtk_text_iter_is_start; 10613 alias c_gtk_text_iter_forward_char gtk_text_iter_forward_char; 10614 alias c_gtk_text_iter_backward_char gtk_text_iter_backward_char; 10615 alias c_gtk_text_iter_forward_chars gtk_text_iter_forward_chars; 10616 alias c_gtk_text_iter_backward_chars gtk_text_iter_backward_chars; 10617 alias c_gtk_text_iter_forward_line gtk_text_iter_forward_line; 10618 alias c_gtk_text_iter_backward_line gtk_text_iter_backward_line; 10619 alias c_gtk_text_iter_forward_lines gtk_text_iter_forward_lines; 10620 alias c_gtk_text_iter_backward_lines gtk_text_iter_backward_lines; 10621 alias c_gtk_text_iter_forward_word_ends gtk_text_iter_forward_word_ends; 10622 alias c_gtk_text_iter_backward_word_starts gtk_text_iter_backward_word_starts; 10623 alias c_gtk_text_iter_forward_word_end gtk_text_iter_forward_word_end; 10624 alias c_gtk_text_iter_backward_word_start gtk_text_iter_backward_word_start; 10625 alias c_gtk_text_iter_forward_cursor_position gtk_text_iter_forward_cursor_position; 10626 alias c_gtk_text_iter_backward_cursor_position gtk_text_iter_backward_cursor_position; 10627 alias c_gtk_text_iter_forward_cursor_positions gtk_text_iter_forward_cursor_positions; 10628 alias c_gtk_text_iter_backward_cursor_positions gtk_text_iter_backward_cursor_positions; 10629 alias c_gtk_text_iter_backward_sentence_start gtk_text_iter_backward_sentence_start; 10630 alias c_gtk_text_iter_backward_sentence_starts gtk_text_iter_backward_sentence_starts; 10631 alias c_gtk_text_iter_forward_sentence_end gtk_text_iter_forward_sentence_end; 10632 alias c_gtk_text_iter_forward_sentence_ends gtk_text_iter_forward_sentence_ends; 10633 alias c_gtk_text_iter_forward_visible_word_ends gtk_text_iter_forward_visible_word_ends; 10634 alias c_gtk_text_iter_backward_visible_word_starts gtk_text_iter_backward_visible_word_starts; 10635 alias c_gtk_text_iter_forward_visible_word_end gtk_text_iter_forward_visible_word_end; 10636 alias c_gtk_text_iter_backward_visible_word_start gtk_text_iter_backward_visible_word_start; 10637 alias c_gtk_text_iter_forward_visible_cursor_position gtk_text_iter_forward_visible_cursor_position; 10638 alias c_gtk_text_iter_backward_visible_cursor_position gtk_text_iter_backward_visible_cursor_position; 10639 alias c_gtk_text_iter_forward_visible_cursor_positions gtk_text_iter_forward_visible_cursor_positions; 10640 alias c_gtk_text_iter_backward_visible_cursor_positions gtk_text_iter_backward_visible_cursor_positions; 10641 alias c_gtk_text_iter_forward_visible_line gtk_text_iter_forward_visible_line; 10642 alias c_gtk_text_iter_backward_visible_line gtk_text_iter_backward_visible_line; 10643 alias c_gtk_text_iter_forward_visible_lines gtk_text_iter_forward_visible_lines; 10644 alias c_gtk_text_iter_backward_visible_lines gtk_text_iter_backward_visible_lines; 10645 alias c_gtk_text_iter_set_offset gtk_text_iter_set_offset; 10646 alias c_gtk_text_iter_set_line gtk_text_iter_set_line; 10647 alias c_gtk_text_iter_set_line_offset gtk_text_iter_set_line_offset; 10648 alias c_gtk_text_iter_set_line_index gtk_text_iter_set_line_index; 10649 alias c_gtk_text_iter_set_visible_line_index gtk_text_iter_set_visible_line_index; 10650 alias c_gtk_text_iter_set_visible_line_offset gtk_text_iter_set_visible_line_offset; 10651 alias c_gtk_text_iter_forward_to_end gtk_text_iter_forward_to_end; 10652 alias c_gtk_text_iter_forward_to_line_end gtk_text_iter_forward_to_line_end; 10653 alias c_gtk_text_iter_forward_to_tag_toggle gtk_text_iter_forward_to_tag_toggle; 10654 alias c_gtk_text_iter_backward_to_tag_toggle gtk_text_iter_backward_to_tag_toggle; 10655 alias c_gtk_text_iter_forward_find_char gtk_text_iter_forward_find_char; 10656 alias c_gtk_text_iter_backward_find_char gtk_text_iter_backward_find_char; 10657 alias c_gtk_text_iter_forward_search gtk_text_iter_forward_search; 10658 alias c_gtk_text_iter_backward_search gtk_text_iter_backward_search; 10659 alias c_gtk_text_iter_equal gtk_text_iter_equal; 10660 alias c_gtk_text_iter_compare gtk_text_iter_compare; 10661 alias c_gtk_text_iter_in_range gtk_text_iter_in_range; 10662 alias c_gtk_text_iter_order gtk_text_iter_order; 10663 10664 // gtk.TextMark 10665 10666 alias c_gtk_text_mark_new gtk_text_mark_new; 10667 alias c_gtk_text_mark_set_visible gtk_text_mark_set_visible; 10668 alias c_gtk_text_mark_get_visible gtk_text_mark_get_visible; 10669 alias c_gtk_text_mark_get_deleted gtk_text_mark_get_deleted; 10670 alias c_gtk_text_mark_get_name gtk_text_mark_get_name; 10671 alias c_gtk_text_mark_get_buffer gtk_text_mark_get_buffer; 10672 alias c_gtk_text_mark_get_left_gravity gtk_text_mark_get_left_gravity; 10673 10674 // gtk.TextBuffer 10675 10676 alias c_gtk_text_buffer_new gtk_text_buffer_new; 10677 alias c_gtk_text_buffer_get_line_count gtk_text_buffer_get_line_count; 10678 alias c_gtk_text_buffer_get_char_count gtk_text_buffer_get_char_count; 10679 alias c_gtk_text_buffer_get_tag_table gtk_text_buffer_get_tag_table; 10680 alias c_gtk_text_buffer_insert gtk_text_buffer_insert; 10681 alias c_gtk_text_buffer_insert_at_cursor gtk_text_buffer_insert_at_cursor; 10682 alias c_gtk_text_buffer_insert_interactive gtk_text_buffer_insert_interactive; 10683 alias c_gtk_text_buffer_insert_interactive_at_cursor gtk_text_buffer_insert_interactive_at_cursor; 10684 alias c_gtk_text_buffer_insert_range gtk_text_buffer_insert_range; 10685 alias c_gtk_text_buffer_insert_range_interactive gtk_text_buffer_insert_range_interactive; 10686 alias c_gtk_text_buffer_insert_with_tags gtk_text_buffer_insert_with_tags; 10687 alias c_gtk_text_buffer_insert_with_tags_by_name gtk_text_buffer_insert_with_tags_by_name; 10688 alias c_gtk_text_buffer_delete gtk_text_buffer_delete; 10689 alias c_gtk_text_buffer_delete_interactive gtk_text_buffer_delete_interactive; 10690 alias c_gtk_text_buffer_backspace gtk_text_buffer_backspace; 10691 alias c_gtk_text_buffer_set_text gtk_text_buffer_set_text; 10692 alias c_gtk_text_buffer_get_text gtk_text_buffer_get_text; 10693 alias c_gtk_text_buffer_get_slice gtk_text_buffer_get_slice; 10694 alias c_gtk_text_buffer_insert_pixbuf gtk_text_buffer_insert_pixbuf; 10695 alias c_gtk_text_buffer_insert_child_anchor gtk_text_buffer_insert_child_anchor; 10696 alias c_gtk_text_buffer_create_child_anchor gtk_text_buffer_create_child_anchor; 10697 alias c_gtk_text_buffer_create_mark gtk_text_buffer_create_mark; 10698 alias c_gtk_text_buffer_move_mark gtk_text_buffer_move_mark; 10699 alias c_gtk_text_buffer_move_mark_by_name gtk_text_buffer_move_mark_by_name; 10700 alias c_gtk_text_buffer_add_mark gtk_text_buffer_add_mark; 10701 alias c_gtk_text_buffer_delete_mark gtk_text_buffer_delete_mark; 10702 alias c_gtk_text_buffer_delete_mark_by_name gtk_text_buffer_delete_mark_by_name; 10703 alias c_gtk_text_buffer_get_mark gtk_text_buffer_get_mark; 10704 alias c_gtk_text_buffer_get_insert gtk_text_buffer_get_insert; 10705 alias c_gtk_text_buffer_get_selection_bound gtk_text_buffer_get_selection_bound; 10706 alias c_gtk_text_buffer_get_has_selection gtk_text_buffer_get_has_selection; 10707 alias c_gtk_text_buffer_place_cursor gtk_text_buffer_place_cursor; 10708 alias c_gtk_text_buffer_select_range gtk_text_buffer_select_range; 10709 alias c_gtk_text_buffer_apply_tag gtk_text_buffer_apply_tag; 10710 alias c_gtk_text_buffer_remove_tag gtk_text_buffer_remove_tag; 10711 alias c_gtk_text_buffer_apply_tag_by_name gtk_text_buffer_apply_tag_by_name; 10712 alias c_gtk_text_buffer_remove_tag_by_name gtk_text_buffer_remove_tag_by_name; 10713 alias c_gtk_text_buffer_remove_all_tags gtk_text_buffer_remove_all_tags; 10714 alias c_gtk_text_buffer_create_tag gtk_text_buffer_create_tag; 10715 alias c_gtk_text_buffer_get_iter_at_line_offset gtk_text_buffer_get_iter_at_line_offset; 10716 alias c_gtk_text_buffer_get_iter_at_offset gtk_text_buffer_get_iter_at_offset; 10717 alias c_gtk_text_buffer_get_iter_at_line gtk_text_buffer_get_iter_at_line; 10718 alias c_gtk_text_buffer_get_iter_at_line_index gtk_text_buffer_get_iter_at_line_index; 10719 alias c_gtk_text_buffer_get_iter_at_mark gtk_text_buffer_get_iter_at_mark; 10720 alias c_gtk_text_buffer_get_iter_at_child_anchor gtk_text_buffer_get_iter_at_child_anchor; 10721 alias c_gtk_text_buffer_get_start_iter gtk_text_buffer_get_start_iter; 10722 alias c_gtk_text_buffer_get_end_iter gtk_text_buffer_get_end_iter; 10723 alias c_gtk_text_buffer_get_bounds gtk_text_buffer_get_bounds; 10724 alias c_gtk_text_buffer_get_modified gtk_text_buffer_get_modified; 10725 alias c_gtk_text_buffer_set_modified gtk_text_buffer_set_modified; 10726 alias c_gtk_text_buffer_delete_selection gtk_text_buffer_delete_selection; 10727 alias c_gtk_text_buffer_paste_clipboard gtk_text_buffer_paste_clipboard; 10728 alias c_gtk_text_buffer_copy_clipboard gtk_text_buffer_copy_clipboard; 10729 alias c_gtk_text_buffer_cut_clipboard gtk_text_buffer_cut_clipboard; 10730 alias c_gtk_text_buffer_get_selection_bounds gtk_text_buffer_get_selection_bounds; 10731 alias c_gtk_text_buffer_begin_user_action gtk_text_buffer_begin_user_action; 10732 alias c_gtk_text_buffer_end_user_action gtk_text_buffer_end_user_action; 10733 alias c_gtk_text_buffer_add_selection_clipboard gtk_text_buffer_add_selection_clipboard; 10734 alias c_gtk_text_buffer_remove_selection_clipboard gtk_text_buffer_remove_selection_clipboard; 10735 alias c_gtk_text_buffer_deserialize gtk_text_buffer_deserialize; 10736 alias c_gtk_text_buffer_deserialize_get_can_create_tags gtk_text_buffer_deserialize_get_can_create_tags; 10737 alias c_gtk_text_buffer_deserialize_set_can_create_tags gtk_text_buffer_deserialize_set_can_create_tags; 10738 alias c_gtk_text_buffer_get_copy_target_list gtk_text_buffer_get_copy_target_list; 10739 alias c_gtk_text_buffer_get_deserialize_formats gtk_text_buffer_get_deserialize_formats; 10740 alias c_gtk_text_buffer_get_paste_target_list gtk_text_buffer_get_paste_target_list; 10741 alias c_gtk_text_buffer_get_serialize_formats gtk_text_buffer_get_serialize_formats; 10742 alias c_gtk_text_buffer_register_deserialize_format gtk_text_buffer_register_deserialize_format; 10743 alias c_gtk_text_buffer_register_deserialize_tagset gtk_text_buffer_register_deserialize_tagset; 10744 alias c_gtk_text_buffer_register_serialize_format gtk_text_buffer_register_serialize_format; 10745 alias c_gtk_text_buffer_register_serialize_tagset gtk_text_buffer_register_serialize_tagset; 10746 alias c_gtk_text_buffer_serialize gtk_text_buffer_serialize; 10747 alias c_gtk_text_buffer_unregister_deserialize_format gtk_text_buffer_unregister_deserialize_format; 10748 alias c_gtk_text_buffer_unregister_serialize_format gtk_text_buffer_unregister_serialize_format; 10749 10750 // gtk.TextTag 10751 10752 alias c_gtk_text_tag_new gtk_text_tag_new; 10753 alias c_gtk_text_tag_get_priority gtk_text_tag_get_priority; 10754 alias c_gtk_text_tag_set_priority gtk_text_tag_set_priority; 10755 alias c_gtk_text_tag_event gtk_text_tag_event; 10756 10757 // gtk.TextAttributes 10758 10759 alias c_gtk_text_attributes_new gtk_text_attributes_new; 10760 alias c_gtk_text_attributes_copy gtk_text_attributes_copy; 10761 alias c_gtk_text_attributes_copy_values gtk_text_attributes_copy_values; 10762 alias c_gtk_text_attributes_unref gtk_text_attributes_unref; 10763 alias c_gtk_text_attributes_ref gtk_text_attributes_ref; 10764 10765 // gtk.TextTagTable 10766 10767 alias c_gtk_text_tag_table_new gtk_text_tag_table_new; 10768 alias c_gtk_text_tag_table_add gtk_text_tag_table_add; 10769 alias c_gtk_text_tag_table_remove gtk_text_tag_table_remove; 10770 alias c_gtk_text_tag_table_lookup gtk_text_tag_table_lookup; 10771 alias c_gtk_text_tag_table_foreach gtk_text_tag_table_foreach; 10772 alias c_gtk_text_tag_table_get_size gtk_text_tag_table_get_size; 10773 10774 // gtk.TextView 10775 10776 alias c_gtk_text_view_new gtk_text_view_new; 10777 alias c_gtk_text_view_new_with_buffer gtk_text_view_new_with_buffer; 10778 alias c_gtk_text_view_set_buffer gtk_text_view_set_buffer; 10779 alias c_gtk_text_view_get_buffer gtk_text_view_get_buffer; 10780 alias c_gtk_text_view_get_hadjustment gtk_text_view_get_hadjustment; 10781 alias c_gtk_text_view_get_vadjustment gtk_text_view_get_vadjustment; 10782 alias c_gtk_text_view_scroll_to_mark gtk_text_view_scroll_to_mark; 10783 alias c_gtk_text_view_scroll_to_iter gtk_text_view_scroll_to_iter; 10784 alias c_gtk_text_view_scroll_mark_onscreen gtk_text_view_scroll_mark_onscreen; 10785 alias c_gtk_text_view_move_mark_onscreen gtk_text_view_move_mark_onscreen; 10786 alias c_gtk_text_view_place_cursor_onscreen gtk_text_view_place_cursor_onscreen; 10787 alias c_gtk_text_view_get_visible_rect gtk_text_view_get_visible_rect; 10788 alias c_gtk_text_view_get_iter_location gtk_text_view_get_iter_location; 10789 alias c_gtk_text_view_get_cursor_locations gtk_text_view_get_cursor_locations; 10790 alias c_gtk_text_view_get_line_at_y gtk_text_view_get_line_at_y; 10791 alias c_gtk_text_view_get_line_yrange gtk_text_view_get_line_yrange; 10792 alias c_gtk_text_view_get_iter_at_location gtk_text_view_get_iter_at_location; 10793 alias c_gtk_text_view_get_iter_at_position gtk_text_view_get_iter_at_position; 10794 alias c_gtk_text_view_buffer_to_window_coords gtk_text_view_buffer_to_window_coords; 10795 alias c_gtk_text_view_window_to_buffer_coords gtk_text_view_window_to_buffer_coords; 10796 alias c_gtk_text_view_get_window gtk_text_view_get_window; 10797 alias c_gtk_text_view_get_window_type gtk_text_view_get_window_type; 10798 alias c_gtk_text_view_set_border_window_size gtk_text_view_set_border_window_size; 10799 alias c_gtk_text_view_get_border_window_size gtk_text_view_get_border_window_size; 10800 alias c_gtk_text_view_forward_display_line gtk_text_view_forward_display_line; 10801 alias c_gtk_text_view_backward_display_line gtk_text_view_backward_display_line; 10802 alias c_gtk_text_view_forward_display_line_end gtk_text_view_forward_display_line_end; 10803 alias c_gtk_text_view_backward_display_line_start gtk_text_view_backward_display_line_start; 10804 alias c_gtk_text_view_starts_display_line gtk_text_view_starts_display_line; 10805 alias c_gtk_text_view_move_visually gtk_text_view_move_visually; 10806 alias c_gtk_text_view_add_child_at_anchor gtk_text_view_add_child_at_anchor; 10807 alias c_gtk_text_view_add_child_in_window gtk_text_view_add_child_in_window; 10808 alias c_gtk_text_view_move_child gtk_text_view_move_child; 10809 alias c_gtk_text_view_set_wrap_mode gtk_text_view_set_wrap_mode; 10810 alias c_gtk_text_view_get_wrap_mode gtk_text_view_get_wrap_mode; 10811 alias c_gtk_text_view_set_editable gtk_text_view_set_editable; 10812 alias c_gtk_text_view_get_editable gtk_text_view_get_editable; 10813 alias c_gtk_text_view_set_cursor_visible gtk_text_view_set_cursor_visible; 10814 alias c_gtk_text_view_get_cursor_visible gtk_text_view_get_cursor_visible; 10815 alias c_gtk_text_view_set_overwrite gtk_text_view_set_overwrite; 10816 alias c_gtk_text_view_get_overwrite gtk_text_view_get_overwrite; 10817 alias c_gtk_text_view_set_pixels_above_lines gtk_text_view_set_pixels_above_lines; 10818 alias c_gtk_text_view_get_pixels_above_lines gtk_text_view_get_pixels_above_lines; 10819 alias c_gtk_text_view_set_pixels_below_lines gtk_text_view_set_pixels_below_lines; 10820 alias c_gtk_text_view_get_pixels_below_lines gtk_text_view_get_pixels_below_lines; 10821 alias c_gtk_text_view_set_pixels_inside_wrap gtk_text_view_set_pixels_inside_wrap; 10822 alias c_gtk_text_view_get_pixels_inside_wrap gtk_text_view_get_pixels_inside_wrap; 10823 alias c_gtk_text_view_set_justification gtk_text_view_set_justification; 10824 alias c_gtk_text_view_get_justification gtk_text_view_get_justification; 10825 alias c_gtk_text_view_set_left_margin gtk_text_view_set_left_margin; 10826 alias c_gtk_text_view_get_left_margin gtk_text_view_get_left_margin; 10827 alias c_gtk_text_view_set_right_margin gtk_text_view_set_right_margin; 10828 alias c_gtk_text_view_get_right_margin gtk_text_view_get_right_margin; 10829 alias c_gtk_text_view_set_indent gtk_text_view_set_indent; 10830 alias c_gtk_text_view_get_indent gtk_text_view_get_indent; 10831 alias c_gtk_text_view_set_tabs gtk_text_view_set_tabs; 10832 alias c_gtk_text_view_get_tabs gtk_text_view_get_tabs; 10833 alias c_gtk_text_view_set_accepts_tab gtk_text_view_set_accepts_tab; 10834 alias c_gtk_text_view_get_accepts_tab gtk_text_view_get_accepts_tab; 10835 alias c_gtk_text_view_get_default_attributes gtk_text_view_get_default_attributes; 10836 alias c_gtk_text_view_im_context_filter_keypress gtk_text_view_im_context_filter_keypress; 10837 alias c_gtk_text_view_reset_im_context gtk_text_view_reset_im_context; 10838 alias c_gtk_text_view_set_input_purpose gtk_text_view_set_input_purpose; 10839 alias c_gtk_text_view_get_input_purpose gtk_text_view_get_input_purpose; 10840 alias c_gtk_text_view_set_input_hints gtk_text_view_set_input_hints; 10841 alias c_gtk_text_view_get_input_hints gtk_text_view_get_input_hints; 10842 10843 // gtk.TextChildAnchor 10844 10845 alias c_gtk_text_child_anchor_new gtk_text_child_anchor_new; 10846 alias c_gtk_text_child_anchor_get_widgets gtk_text_child_anchor_get_widgets; 10847 alias c_gtk_text_child_anchor_get_deleted gtk_text_child_anchor_get_deleted; 10848 10849 // gtk.TreePath 10850 10851 alias c_gtk_tree_path_new gtk_tree_path_new; 10852 alias c_gtk_tree_path_new_from_string gtk_tree_path_new_from_string; 10853 alias c_gtk_tree_path_new_from_indices gtk_tree_path_new_from_indices; 10854 alias c_gtk_tree_path_to_string gtk_tree_path_to_string; 10855 alias c_gtk_tree_path_new_first gtk_tree_path_new_first; 10856 alias c_gtk_tree_path_append_index gtk_tree_path_append_index; 10857 alias c_gtk_tree_path_prepend_index gtk_tree_path_prepend_index; 10858 alias c_gtk_tree_path_get_depth gtk_tree_path_get_depth; 10859 alias c_gtk_tree_path_get_indices gtk_tree_path_get_indices; 10860 alias c_gtk_tree_path_get_indices_with_depth gtk_tree_path_get_indices_with_depth; 10861 alias c_gtk_tree_path_free gtk_tree_path_free; 10862 alias c_gtk_tree_path_copy gtk_tree_path_copy; 10863 alias c_gtk_tree_path_compare gtk_tree_path_compare; 10864 alias c_gtk_tree_path_next gtk_tree_path_next; 10865 alias c_gtk_tree_path_prev gtk_tree_path_prev; 10866 alias c_gtk_tree_path_up gtk_tree_path_up; 10867 alias c_gtk_tree_path_down gtk_tree_path_down; 10868 alias c_gtk_tree_path_is_ancestor gtk_tree_path_is_ancestor; 10869 alias c_gtk_tree_path_is_descendant gtk_tree_path_is_descendant; 10870 10871 // gtk.TreeModelT 10872 10873 10874 // gtk.TreeModelT 10875 10876 alias c_gtk_tree_model_get_flags gtk_tree_model_get_flags; 10877 alias c_gtk_tree_model_get_n_columns gtk_tree_model_get_n_columns; 10878 alias c_gtk_tree_model_get_column_type gtk_tree_model_get_column_type; 10879 alias c_gtk_tree_model_get_iter gtk_tree_model_get_iter; 10880 alias c_gtk_tree_model_get_iter_from_string gtk_tree_model_get_iter_from_string; 10881 alias c_gtk_tree_model_get_iter_first gtk_tree_model_get_iter_first; 10882 alias c_gtk_tree_model_get_path gtk_tree_model_get_path; 10883 alias c_gtk_tree_model_get_value gtk_tree_model_get_value; 10884 alias c_gtk_tree_model_iter_next gtk_tree_model_iter_next; 10885 alias c_gtk_tree_model_iter_previous gtk_tree_model_iter_previous; 10886 alias c_gtk_tree_model_iter_children gtk_tree_model_iter_children; 10887 alias c_gtk_tree_model_iter_has_child gtk_tree_model_iter_has_child; 10888 alias c_gtk_tree_model_iter_n_children gtk_tree_model_iter_n_children; 10889 alias c_gtk_tree_model_iter_nth_child gtk_tree_model_iter_nth_child; 10890 alias c_gtk_tree_model_iter_parent gtk_tree_model_iter_parent; 10891 alias c_gtk_tree_model_get_string_from_iter gtk_tree_model_get_string_from_iter; 10892 alias c_gtk_tree_model_ref_node gtk_tree_model_ref_node; 10893 alias c_gtk_tree_model_unref_node gtk_tree_model_unref_node; 10894 alias c_gtk_tree_model_get gtk_tree_model_get; 10895 alias c_gtk_tree_model_get_valist gtk_tree_model_get_valist; 10896 alias c_gtk_tree_model_foreach gtk_tree_model_foreach; 10897 alias c_gtk_tree_model_row_changed gtk_tree_model_row_changed; 10898 alias c_gtk_tree_model_row_inserted gtk_tree_model_row_inserted; 10899 alias c_gtk_tree_model_row_has_child_toggled gtk_tree_model_row_has_child_toggled; 10900 alias c_gtk_tree_model_row_deleted gtk_tree_model_row_deleted; 10901 alias c_gtk_tree_model_rows_reordered gtk_tree_model_rows_reordered; 10902 10903 // gtk.TreeIter 10904 10905 alias c_gtk_tree_iter_copy gtk_tree_iter_copy; 10906 alias c_gtk_tree_iter_free gtk_tree_iter_free; 10907 10908 // gtk.TreeRowReference 10909 10910 alias c_gtk_tree_row_reference_new gtk_tree_row_reference_new; 10911 alias c_gtk_tree_row_reference_new_proxy gtk_tree_row_reference_new_proxy; 10912 alias c_gtk_tree_row_reference_get_model gtk_tree_row_reference_get_model; 10913 alias c_gtk_tree_row_reference_get_path gtk_tree_row_reference_get_path; 10914 alias c_gtk_tree_row_reference_valid gtk_tree_row_reference_valid; 10915 alias c_gtk_tree_row_reference_free gtk_tree_row_reference_free; 10916 alias c_gtk_tree_row_reference_copy gtk_tree_row_reference_copy; 10917 alias c_gtk_tree_row_reference_inserted gtk_tree_row_reference_inserted; 10918 alias c_gtk_tree_row_reference_deleted gtk_tree_row_reference_deleted; 10919 alias c_gtk_tree_row_reference_reordered gtk_tree_row_reference_reordered; 10920 10921 // gtk.TreeIterError 10922 10923 10924 // gtk. 10925 10926 10927 // gtk.TreeSelection 10928 10929 alias c_gtk_tree_selection_set_mode gtk_tree_selection_set_mode; 10930 alias c_gtk_tree_selection_get_mode gtk_tree_selection_get_mode; 10931 alias c_gtk_tree_selection_set_select_function gtk_tree_selection_set_select_function; 10932 alias c_gtk_tree_selection_get_select_function gtk_tree_selection_get_select_function; 10933 alias c_gtk_tree_selection_get_user_data gtk_tree_selection_get_user_data; 10934 alias c_gtk_tree_selection_get_tree_view gtk_tree_selection_get_tree_view; 10935 alias c_gtk_tree_selection_get_selected gtk_tree_selection_get_selected; 10936 alias c_gtk_tree_selection_selected_foreach gtk_tree_selection_selected_foreach; 10937 alias c_gtk_tree_selection_get_selected_rows gtk_tree_selection_get_selected_rows; 10938 alias c_gtk_tree_selection_count_selected_rows gtk_tree_selection_count_selected_rows; 10939 alias c_gtk_tree_selection_select_path gtk_tree_selection_select_path; 10940 alias c_gtk_tree_selection_unselect_path gtk_tree_selection_unselect_path; 10941 alias c_gtk_tree_selection_path_is_selected gtk_tree_selection_path_is_selected; 10942 alias c_gtk_tree_selection_select_iter gtk_tree_selection_select_iter; 10943 alias c_gtk_tree_selection_unselect_iter gtk_tree_selection_unselect_iter; 10944 alias c_gtk_tree_selection_iter_is_selected gtk_tree_selection_iter_is_selected; 10945 alias c_gtk_tree_selection_select_all gtk_tree_selection_select_all; 10946 alias c_gtk_tree_selection_unselect_all gtk_tree_selection_unselect_all; 10947 alias c_gtk_tree_selection_select_range gtk_tree_selection_select_range; 10948 alias c_gtk_tree_selection_unselect_range gtk_tree_selection_unselect_range; 10949 10950 // gtk.TreeViewColumn 10951 10952 alias c_gtk_tree_view_column_new gtk_tree_view_column_new; 10953 alias c_gtk_tree_view_column_new_with_area gtk_tree_view_column_new_with_area; 10954 alias c_gtk_tree_view_column_new_with_attributes gtk_tree_view_column_new_with_attributes; 10955 alias c_gtk_tree_view_column_pack_start gtk_tree_view_column_pack_start; 10956 alias c_gtk_tree_view_column_pack_end gtk_tree_view_column_pack_end; 10957 alias c_gtk_tree_view_column_clear gtk_tree_view_column_clear; 10958 alias c_gtk_tree_view_column_add_attribute gtk_tree_view_column_add_attribute; 10959 alias c_gtk_tree_view_column_set_attributes gtk_tree_view_column_set_attributes; 10960 alias c_gtk_tree_view_column_set_cell_data_func gtk_tree_view_column_set_cell_data_func; 10961 alias c_gtk_tree_view_column_clear_attributes gtk_tree_view_column_clear_attributes; 10962 alias c_gtk_tree_view_column_set_spacing gtk_tree_view_column_set_spacing; 10963 alias c_gtk_tree_view_column_get_spacing gtk_tree_view_column_get_spacing; 10964 alias c_gtk_tree_view_column_set_visible gtk_tree_view_column_set_visible; 10965 alias c_gtk_tree_view_column_get_visible gtk_tree_view_column_get_visible; 10966 alias c_gtk_tree_view_column_set_resizable gtk_tree_view_column_set_resizable; 10967 alias c_gtk_tree_view_column_get_resizable gtk_tree_view_column_get_resizable; 10968 alias c_gtk_tree_view_column_set_sizing gtk_tree_view_column_set_sizing; 10969 alias c_gtk_tree_view_column_get_sizing gtk_tree_view_column_get_sizing; 10970 alias c_gtk_tree_view_column_get_width gtk_tree_view_column_get_width; 10971 alias c_gtk_tree_view_column_get_fixed_width gtk_tree_view_column_get_fixed_width; 10972 alias c_gtk_tree_view_column_set_fixed_width gtk_tree_view_column_set_fixed_width; 10973 alias c_gtk_tree_view_column_set_min_width gtk_tree_view_column_set_min_width; 10974 alias c_gtk_tree_view_column_get_min_width gtk_tree_view_column_get_min_width; 10975 alias c_gtk_tree_view_column_set_max_width gtk_tree_view_column_set_max_width; 10976 alias c_gtk_tree_view_column_get_max_width gtk_tree_view_column_get_max_width; 10977 alias c_gtk_tree_view_column_clicked gtk_tree_view_column_clicked; 10978 alias c_gtk_tree_view_column_set_title gtk_tree_view_column_set_title; 10979 alias c_gtk_tree_view_column_get_title gtk_tree_view_column_get_title; 10980 alias c_gtk_tree_view_column_set_expand gtk_tree_view_column_set_expand; 10981 alias c_gtk_tree_view_column_get_expand gtk_tree_view_column_get_expand; 10982 alias c_gtk_tree_view_column_set_clickable gtk_tree_view_column_set_clickable; 10983 alias c_gtk_tree_view_column_get_clickable gtk_tree_view_column_get_clickable; 10984 alias c_gtk_tree_view_column_set_widget gtk_tree_view_column_set_widget; 10985 alias c_gtk_tree_view_column_get_widget gtk_tree_view_column_get_widget; 10986 alias c_gtk_tree_view_column_get_button gtk_tree_view_column_get_button; 10987 alias c_gtk_tree_view_column_set_alignment gtk_tree_view_column_set_alignment; 10988 alias c_gtk_tree_view_column_get_alignment gtk_tree_view_column_get_alignment; 10989 alias c_gtk_tree_view_column_set_reorderable gtk_tree_view_column_set_reorderable; 10990 alias c_gtk_tree_view_column_get_reorderable gtk_tree_view_column_get_reorderable; 10991 alias c_gtk_tree_view_column_set_sort_column_id gtk_tree_view_column_set_sort_column_id; 10992 alias c_gtk_tree_view_column_get_sort_column_id gtk_tree_view_column_get_sort_column_id; 10993 alias c_gtk_tree_view_column_set_sort_indicator gtk_tree_view_column_set_sort_indicator; 10994 alias c_gtk_tree_view_column_get_sort_indicator gtk_tree_view_column_get_sort_indicator; 10995 alias c_gtk_tree_view_column_set_sort_order gtk_tree_view_column_set_sort_order; 10996 alias c_gtk_tree_view_column_get_sort_order gtk_tree_view_column_get_sort_order; 10997 alias c_gtk_tree_view_column_cell_set_cell_data gtk_tree_view_column_cell_set_cell_data; 10998 alias c_gtk_tree_view_column_cell_get_size gtk_tree_view_column_cell_get_size; 10999 alias c_gtk_tree_view_column_cell_get_position gtk_tree_view_column_cell_get_position; 11000 alias c_gtk_tree_view_column_cell_is_visible gtk_tree_view_column_cell_is_visible; 11001 alias c_gtk_tree_view_column_focus_cell gtk_tree_view_column_focus_cell; 11002 alias c_gtk_tree_view_column_queue_resize gtk_tree_view_column_queue_resize; 11003 alias c_gtk_tree_view_column_get_tree_view gtk_tree_view_column_get_tree_view; 11004 alias c_gtk_tree_view_column_get_x_offset gtk_tree_view_column_get_x_offset; 11005 11006 // gtk.TreeView 11007 11008 alias c_gtk_tree_view_new gtk_tree_view_new; 11009 alias c_gtk_tree_view_get_level_indentation gtk_tree_view_get_level_indentation; 11010 alias c_gtk_tree_view_get_show_expanders gtk_tree_view_get_show_expanders; 11011 alias c_gtk_tree_view_set_level_indentation gtk_tree_view_set_level_indentation; 11012 alias c_gtk_tree_view_set_show_expanders gtk_tree_view_set_show_expanders; 11013 alias c_gtk_tree_view_new_with_model gtk_tree_view_new_with_model; 11014 alias c_gtk_tree_view_get_model gtk_tree_view_get_model; 11015 alias c_gtk_tree_view_set_model gtk_tree_view_set_model; 11016 alias c_gtk_tree_view_get_selection gtk_tree_view_get_selection; 11017 alias c_gtk_tree_view_get_hadjustment gtk_tree_view_get_hadjustment; 11018 alias c_gtk_tree_view_set_hadjustment gtk_tree_view_set_hadjustment; 11019 alias c_gtk_tree_view_get_vadjustment gtk_tree_view_get_vadjustment; 11020 alias c_gtk_tree_view_set_vadjustment gtk_tree_view_set_vadjustment; 11021 alias c_gtk_tree_view_get_headers_visible gtk_tree_view_get_headers_visible; 11022 alias c_gtk_tree_view_set_headers_visible gtk_tree_view_set_headers_visible; 11023 alias c_gtk_tree_view_columns_autosize gtk_tree_view_columns_autosize; 11024 alias c_gtk_tree_view_get_headers_clickable gtk_tree_view_get_headers_clickable; 11025 alias c_gtk_tree_view_set_headers_clickable gtk_tree_view_set_headers_clickable; 11026 alias c_gtk_tree_view_set_rules_hint gtk_tree_view_set_rules_hint; 11027 alias c_gtk_tree_view_get_rules_hint gtk_tree_view_get_rules_hint; 11028 alias c_gtk_tree_view_set_activate_on_single_click gtk_tree_view_set_activate_on_single_click; 11029 alias c_gtk_tree_view_get_activate_on_single_click gtk_tree_view_get_activate_on_single_click; 11030 alias c_gtk_tree_view_append_column gtk_tree_view_append_column; 11031 alias c_gtk_tree_view_remove_column gtk_tree_view_remove_column; 11032 alias c_gtk_tree_view_insert_column gtk_tree_view_insert_column; 11033 alias c_gtk_tree_view_insert_column_with_attributes gtk_tree_view_insert_column_with_attributes; 11034 alias c_gtk_tree_view_insert_column_with_data_func gtk_tree_view_insert_column_with_data_func; 11035 alias c_gtk_tree_view_get_n_columns gtk_tree_view_get_n_columns; 11036 alias c_gtk_tree_view_get_column gtk_tree_view_get_column; 11037 alias c_gtk_tree_view_get_columns gtk_tree_view_get_columns; 11038 alias c_gtk_tree_view_move_column_after gtk_tree_view_move_column_after; 11039 alias c_gtk_tree_view_set_expander_column gtk_tree_view_set_expander_column; 11040 alias c_gtk_tree_view_get_expander_column gtk_tree_view_get_expander_column; 11041 alias c_gtk_tree_view_set_column_drag_function gtk_tree_view_set_column_drag_function; 11042 alias c_gtk_tree_view_scroll_to_point gtk_tree_view_scroll_to_point; 11043 alias c_gtk_tree_view_scroll_to_cell gtk_tree_view_scroll_to_cell; 11044 alias c_gtk_tree_view_set_cursor gtk_tree_view_set_cursor; 11045 alias c_gtk_tree_view_set_cursor_on_cell gtk_tree_view_set_cursor_on_cell; 11046 alias c_gtk_tree_view_get_cursor gtk_tree_view_get_cursor; 11047 alias c_gtk_tree_view_row_activated gtk_tree_view_row_activated; 11048 alias c_gtk_tree_view_expand_all gtk_tree_view_expand_all; 11049 alias c_gtk_tree_view_collapse_all gtk_tree_view_collapse_all; 11050 alias c_gtk_tree_view_expand_to_path gtk_tree_view_expand_to_path; 11051 alias c_gtk_tree_view_expand_row gtk_tree_view_expand_row; 11052 alias c_gtk_tree_view_collapse_row gtk_tree_view_collapse_row; 11053 alias c_gtk_tree_view_map_expanded_rows gtk_tree_view_map_expanded_rows; 11054 alias c_gtk_tree_view_row_expanded gtk_tree_view_row_expanded; 11055 alias c_gtk_tree_view_set_reorderable gtk_tree_view_set_reorderable; 11056 alias c_gtk_tree_view_get_reorderable gtk_tree_view_get_reorderable; 11057 alias c_gtk_tree_view_get_path_at_pos gtk_tree_view_get_path_at_pos; 11058 alias c_gtk_tree_view_is_blank_at_pos gtk_tree_view_is_blank_at_pos; 11059 alias c_gtk_tree_view_get_cell_area gtk_tree_view_get_cell_area; 11060 alias c_gtk_tree_view_get_background_area gtk_tree_view_get_background_area; 11061 alias c_gtk_tree_view_get_visible_rect gtk_tree_view_get_visible_rect; 11062 alias c_gtk_tree_view_get_visible_range gtk_tree_view_get_visible_range; 11063 alias c_gtk_tree_view_get_bin_window gtk_tree_view_get_bin_window; 11064 alias c_gtk_tree_view_convert_bin_window_to_tree_coords gtk_tree_view_convert_bin_window_to_tree_coords; 11065 alias c_gtk_tree_view_convert_bin_window_to_widget_coords gtk_tree_view_convert_bin_window_to_widget_coords; 11066 alias c_gtk_tree_view_convert_tree_to_bin_window_coords gtk_tree_view_convert_tree_to_bin_window_coords; 11067 alias c_gtk_tree_view_convert_tree_to_widget_coords gtk_tree_view_convert_tree_to_widget_coords; 11068 alias c_gtk_tree_view_convert_widget_to_bin_window_coords gtk_tree_view_convert_widget_to_bin_window_coords; 11069 alias c_gtk_tree_view_convert_widget_to_tree_coords gtk_tree_view_convert_widget_to_tree_coords; 11070 alias c_gtk_tree_view_enable_model_drag_dest gtk_tree_view_enable_model_drag_dest; 11071 alias c_gtk_tree_view_enable_model_drag_source gtk_tree_view_enable_model_drag_source; 11072 alias c_gtk_tree_view_unset_rows_drag_source gtk_tree_view_unset_rows_drag_source; 11073 alias c_gtk_tree_view_unset_rows_drag_dest gtk_tree_view_unset_rows_drag_dest; 11074 alias c_gtk_tree_view_set_drag_dest_row gtk_tree_view_set_drag_dest_row; 11075 alias c_gtk_tree_view_get_drag_dest_row gtk_tree_view_get_drag_dest_row; 11076 alias c_gtk_tree_view_get_dest_row_at_pos gtk_tree_view_get_dest_row_at_pos; 11077 alias c_gtk_tree_view_create_row_drag_icon gtk_tree_view_create_row_drag_icon; 11078 alias c_gtk_tree_view_set_enable_search gtk_tree_view_set_enable_search; 11079 alias c_gtk_tree_view_get_enable_search gtk_tree_view_get_enable_search; 11080 alias c_gtk_tree_view_get_search_column gtk_tree_view_get_search_column; 11081 alias c_gtk_tree_view_set_search_column gtk_tree_view_set_search_column; 11082 alias c_gtk_tree_view_get_search_equal_func gtk_tree_view_get_search_equal_func; 11083 alias c_gtk_tree_view_set_search_equal_func gtk_tree_view_set_search_equal_func; 11084 alias c_gtk_tree_view_get_search_entry gtk_tree_view_get_search_entry; 11085 alias c_gtk_tree_view_set_search_entry gtk_tree_view_set_search_entry; 11086 alias c_gtk_tree_view_get_search_position_func gtk_tree_view_get_search_position_func; 11087 alias c_gtk_tree_view_set_search_position_func gtk_tree_view_set_search_position_func; 11088 alias c_gtk_tree_view_get_fixed_height_mode gtk_tree_view_get_fixed_height_mode; 11089 alias c_gtk_tree_view_set_fixed_height_mode gtk_tree_view_set_fixed_height_mode; 11090 alias c_gtk_tree_view_get_hover_selection gtk_tree_view_get_hover_selection; 11091 alias c_gtk_tree_view_set_hover_selection gtk_tree_view_set_hover_selection; 11092 alias c_gtk_tree_view_get_hover_expand gtk_tree_view_get_hover_expand; 11093 alias c_gtk_tree_view_set_hover_expand gtk_tree_view_set_hover_expand; 11094 alias c_gtk_tree_view_set_destroy_count_func gtk_tree_view_set_destroy_count_func; 11095 alias c_gtk_tree_view_get_row_separator_func gtk_tree_view_get_row_separator_func; 11096 alias c_gtk_tree_view_set_row_separator_func gtk_tree_view_set_row_separator_func; 11097 alias c_gtk_tree_view_get_rubber_banding gtk_tree_view_get_rubber_banding; 11098 alias c_gtk_tree_view_set_rubber_banding gtk_tree_view_set_rubber_banding; 11099 alias c_gtk_tree_view_is_rubber_banding_active gtk_tree_view_is_rubber_banding_active; 11100 alias c_gtk_tree_view_get_enable_tree_lines gtk_tree_view_get_enable_tree_lines; 11101 alias c_gtk_tree_view_set_enable_tree_lines gtk_tree_view_set_enable_tree_lines; 11102 alias c_gtk_tree_view_get_grid_lines gtk_tree_view_get_grid_lines; 11103 alias c_gtk_tree_view_set_grid_lines gtk_tree_view_set_grid_lines; 11104 alias c_gtk_tree_view_set_tooltip_row gtk_tree_view_set_tooltip_row; 11105 alias c_gtk_tree_view_set_tooltip_cell gtk_tree_view_set_tooltip_cell; 11106 alias c_gtk_tree_view_get_tooltip_context gtk_tree_view_get_tooltip_context; 11107 alias c_gtk_tree_view_get_tooltip_column gtk_tree_view_get_tooltip_column; 11108 alias c_gtk_tree_view_set_tooltip_column gtk_tree_view_set_tooltip_column; 11109 11110 // gtk.TreeDragSourceT 11111 11112 11113 // gtk.TreeDragSourceT 11114 11115 alias c_gtk_tree_drag_source_drag_data_delete gtk_tree_drag_source_drag_data_delete; 11116 alias c_gtk_tree_drag_source_drag_data_get gtk_tree_drag_source_drag_data_get; 11117 alias c_gtk_tree_drag_source_row_draggable gtk_tree_drag_source_row_draggable; 11118 alias c_gtk_tree_set_row_drag_data gtk_tree_set_row_drag_data; 11119 alias c_gtk_tree_get_row_drag_data gtk_tree_get_row_drag_data; 11120 11121 // gtk.TreeDragDestT 11122 11123 11124 // gtk.TreeDragDestT 11125 11126 alias c_gtk_tree_drag_dest_drag_data_received gtk_tree_drag_dest_drag_data_received; 11127 alias c_gtk_tree_drag_dest_row_drop_possible gtk_tree_drag_dest_row_drop_possible; 11128 11129 // gtk.CellView 11130 11131 alias c_gtk_cell_view_new gtk_cell_view_new; 11132 alias c_gtk_cell_view_new_with_context gtk_cell_view_new_with_context; 11133 alias c_gtk_cell_view_new_with_text gtk_cell_view_new_with_text; 11134 alias c_gtk_cell_view_new_with_markup gtk_cell_view_new_with_markup; 11135 alias c_gtk_cell_view_new_with_pixbuf gtk_cell_view_new_with_pixbuf; 11136 alias c_gtk_cell_view_set_model gtk_cell_view_set_model; 11137 alias c_gtk_cell_view_get_model gtk_cell_view_get_model; 11138 alias c_gtk_cell_view_set_displayed_row gtk_cell_view_set_displayed_row; 11139 alias c_gtk_cell_view_get_displayed_row gtk_cell_view_get_displayed_row; 11140 alias c_gtk_cell_view_get_size_of_row gtk_cell_view_get_size_of_row; 11141 alias c_gtk_cell_view_set_background_color gtk_cell_view_set_background_color; 11142 alias c_gtk_cell_view_set_background_rgba gtk_cell_view_set_background_rgba; 11143 alias c_gtk_cell_view_set_draw_sensitive gtk_cell_view_set_draw_sensitive; 11144 alias c_gtk_cell_view_get_draw_sensitive gtk_cell_view_get_draw_sensitive; 11145 alias c_gtk_cell_view_set_fit_model gtk_cell_view_set_fit_model; 11146 alias c_gtk_cell_view_get_fit_model gtk_cell_view_get_fit_model; 11147 11148 // gtk.IconView 11149 11150 alias c_gtk_icon_view_new gtk_icon_view_new; 11151 alias c_gtk_icon_view_new_with_area gtk_icon_view_new_with_area; 11152 alias c_gtk_icon_view_new_with_model gtk_icon_view_new_with_model; 11153 alias c_gtk_icon_view_set_model gtk_icon_view_set_model; 11154 alias c_gtk_icon_view_get_model gtk_icon_view_get_model; 11155 alias c_gtk_icon_view_set_text_column gtk_icon_view_set_text_column; 11156 alias c_gtk_icon_view_get_text_column gtk_icon_view_get_text_column; 11157 alias c_gtk_icon_view_set_markup_column gtk_icon_view_set_markup_column; 11158 alias c_gtk_icon_view_get_markup_column gtk_icon_view_get_markup_column; 11159 alias c_gtk_icon_view_set_pixbuf_column gtk_icon_view_set_pixbuf_column; 11160 alias c_gtk_icon_view_get_pixbuf_column gtk_icon_view_get_pixbuf_column; 11161 alias c_gtk_icon_view_get_path_at_pos gtk_icon_view_get_path_at_pos; 11162 alias c_gtk_icon_view_get_item_at_pos gtk_icon_view_get_item_at_pos; 11163 alias c_gtk_icon_view_convert_widget_to_bin_window_coords gtk_icon_view_convert_widget_to_bin_window_coords; 11164 alias c_gtk_icon_view_set_cursor gtk_icon_view_set_cursor; 11165 alias c_gtk_icon_view_get_cursor gtk_icon_view_get_cursor; 11166 alias c_gtk_icon_view_selected_foreach gtk_icon_view_selected_foreach; 11167 alias c_gtk_icon_view_set_selection_mode gtk_icon_view_set_selection_mode; 11168 alias c_gtk_icon_view_get_selection_mode gtk_icon_view_get_selection_mode; 11169 alias c_gtk_icon_view_set_item_orientation gtk_icon_view_set_item_orientation; 11170 alias c_gtk_icon_view_get_item_orientation gtk_icon_view_get_item_orientation; 11171 alias c_gtk_icon_view_set_columns gtk_icon_view_set_columns; 11172 alias c_gtk_icon_view_get_columns gtk_icon_view_get_columns; 11173 alias c_gtk_icon_view_set_item_width gtk_icon_view_set_item_width; 11174 alias c_gtk_icon_view_get_item_width gtk_icon_view_get_item_width; 11175 alias c_gtk_icon_view_set_spacing gtk_icon_view_set_spacing; 11176 alias c_gtk_icon_view_get_spacing gtk_icon_view_get_spacing; 11177 alias c_gtk_icon_view_set_row_spacing gtk_icon_view_set_row_spacing; 11178 alias c_gtk_icon_view_get_row_spacing gtk_icon_view_get_row_spacing; 11179 alias c_gtk_icon_view_set_column_spacing gtk_icon_view_set_column_spacing; 11180 alias c_gtk_icon_view_get_column_spacing gtk_icon_view_get_column_spacing; 11181 alias c_gtk_icon_view_set_margin gtk_icon_view_set_margin; 11182 alias c_gtk_icon_view_get_margin gtk_icon_view_get_margin; 11183 alias c_gtk_icon_view_set_item_padding gtk_icon_view_set_item_padding; 11184 alias c_gtk_icon_view_get_item_padding gtk_icon_view_get_item_padding; 11185 alias c_gtk_icon_view_set_activate_on_single_click gtk_icon_view_set_activate_on_single_click; 11186 alias c_gtk_icon_view_get_activate_on_single_click gtk_icon_view_get_activate_on_single_click; 11187 alias c_gtk_icon_view_get_cell_rect gtk_icon_view_get_cell_rect; 11188 alias c_gtk_icon_view_select_path gtk_icon_view_select_path; 11189 alias c_gtk_icon_view_unselect_path gtk_icon_view_unselect_path; 11190 alias c_gtk_icon_view_path_is_selected gtk_icon_view_path_is_selected; 11191 alias c_gtk_icon_view_get_selected_items gtk_icon_view_get_selected_items; 11192 alias c_gtk_icon_view_select_all gtk_icon_view_select_all; 11193 alias c_gtk_icon_view_unselect_all gtk_icon_view_unselect_all; 11194 alias c_gtk_icon_view_item_activated gtk_icon_view_item_activated; 11195 alias c_gtk_icon_view_scroll_to_path gtk_icon_view_scroll_to_path; 11196 alias c_gtk_icon_view_get_visible_range gtk_icon_view_get_visible_range; 11197 alias c_gtk_icon_view_set_tooltip_item gtk_icon_view_set_tooltip_item; 11198 alias c_gtk_icon_view_set_tooltip_cell gtk_icon_view_set_tooltip_cell; 11199 alias c_gtk_icon_view_get_tooltip_context gtk_icon_view_get_tooltip_context; 11200 alias c_gtk_icon_view_set_tooltip_column gtk_icon_view_set_tooltip_column; 11201 alias c_gtk_icon_view_get_tooltip_column gtk_icon_view_get_tooltip_column; 11202 alias c_gtk_icon_view_get_item_row gtk_icon_view_get_item_row; 11203 alias c_gtk_icon_view_get_item_column gtk_icon_view_get_item_column; 11204 alias c_gtk_icon_view_enable_model_drag_source gtk_icon_view_enable_model_drag_source; 11205 alias c_gtk_icon_view_enable_model_drag_dest gtk_icon_view_enable_model_drag_dest; 11206 alias c_gtk_icon_view_unset_model_drag_source gtk_icon_view_unset_model_drag_source; 11207 alias c_gtk_icon_view_unset_model_drag_dest gtk_icon_view_unset_model_drag_dest; 11208 alias c_gtk_icon_view_set_reorderable gtk_icon_view_set_reorderable; 11209 alias c_gtk_icon_view_get_reorderable gtk_icon_view_get_reorderable; 11210 alias c_gtk_icon_view_set_drag_dest_item gtk_icon_view_set_drag_dest_item; 11211 alias c_gtk_icon_view_get_drag_dest_item gtk_icon_view_get_drag_dest_item; 11212 alias c_gtk_icon_view_get_dest_item_at_pos gtk_icon_view_get_dest_item_at_pos; 11213 alias c_gtk_icon_view_create_drag_icon gtk_icon_view_create_drag_icon; 11214 11215 // gtk.TreeSortableT 11216 11217 11218 // gtk.TreeSortableT 11219 11220 alias c_gtk_tree_sortable_sort_column_changed gtk_tree_sortable_sort_column_changed; 11221 alias c_gtk_tree_sortable_get_sort_column_id gtk_tree_sortable_get_sort_column_id; 11222 alias c_gtk_tree_sortable_set_sort_column_id gtk_tree_sortable_set_sort_column_id; 11223 alias c_gtk_tree_sortable_set_sort_func gtk_tree_sortable_set_sort_func; 11224 alias c_gtk_tree_sortable_set_default_sort_func gtk_tree_sortable_set_default_sort_func; 11225 alias c_gtk_tree_sortable_has_default_sort_func gtk_tree_sortable_has_default_sort_func; 11226 11227 // gtk.TreeModelSort 11228 11229 alias c_gtk_tree_model_sort_new_with_model gtk_tree_model_sort_new_with_model; 11230 alias c_gtk_tree_model_sort_get_model gtk_tree_model_sort_get_model; 11231 alias c_gtk_tree_model_sort_convert_child_path_to_path gtk_tree_model_sort_convert_child_path_to_path; 11232 alias c_gtk_tree_model_sort_convert_child_iter_to_iter gtk_tree_model_sort_convert_child_iter_to_iter; 11233 alias c_gtk_tree_model_sort_convert_path_to_child_path gtk_tree_model_sort_convert_path_to_child_path; 11234 alias c_gtk_tree_model_sort_convert_iter_to_child_iter gtk_tree_model_sort_convert_iter_to_child_iter; 11235 alias c_gtk_tree_model_sort_reset_default_sort_func gtk_tree_model_sort_reset_default_sort_func; 11236 alias c_gtk_tree_model_sort_clear_cache gtk_tree_model_sort_clear_cache; 11237 alias c_gtk_tree_model_sort_iter_is_valid gtk_tree_model_sort_iter_is_valid; 11238 11239 // gtk.TreeModelFilter 11240 11241 alias c_gtk_tree_model_filter_new gtk_tree_model_filter_new; 11242 alias c_gtk_tree_model_filter_set_visible_func gtk_tree_model_filter_set_visible_func; 11243 alias c_gtk_tree_model_filter_set_modify_func gtk_tree_model_filter_set_modify_func; 11244 alias c_gtk_tree_model_filter_set_visible_column gtk_tree_model_filter_set_visible_column; 11245 alias c_gtk_tree_model_filter_get_model gtk_tree_model_filter_get_model; 11246 alias c_gtk_tree_model_filter_convert_child_iter_to_iter gtk_tree_model_filter_convert_child_iter_to_iter; 11247 alias c_gtk_tree_model_filter_convert_iter_to_child_iter gtk_tree_model_filter_convert_iter_to_child_iter; 11248 alias c_gtk_tree_model_filter_convert_child_path_to_path gtk_tree_model_filter_convert_child_path_to_path; 11249 alias c_gtk_tree_model_filter_convert_path_to_child_path gtk_tree_model_filter_convert_path_to_child_path; 11250 alias c_gtk_tree_model_filter_refilter gtk_tree_model_filter_refilter; 11251 alias c_gtk_tree_model_filter_clear_cache gtk_tree_model_filter_clear_cache; 11252 11253 // gtk.CellLayoutT 11254 11255 11256 // gtk.CellLayoutT 11257 11258 alias c_gtk_cell_layout_pack_start gtk_cell_layout_pack_start; 11259 alias c_gtk_cell_layout_pack_end gtk_cell_layout_pack_end; 11260 alias c_gtk_cell_layout_get_area gtk_cell_layout_get_area; 11261 alias c_gtk_cell_layout_get_cells gtk_cell_layout_get_cells; 11262 alias c_gtk_cell_layout_reorder gtk_cell_layout_reorder; 11263 alias c_gtk_cell_layout_clear gtk_cell_layout_clear; 11264 alias c_gtk_cell_layout_set_attributes gtk_cell_layout_set_attributes; 11265 alias c_gtk_cell_layout_add_attribute gtk_cell_layout_add_attribute; 11266 alias c_gtk_cell_layout_set_cell_data_func gtk_cell_layout_set_cell_data_func; 11267 alias c_gtk_cell_layout_clear_attributes gtk_cell_layout_clear_attributes; 11268 11269 // gtk.CellArea 11270 11271 alias c_gtk_cell_area_add gtk_cell_area_add; 11272 alias c_gtk_cell_area_remove gtk_cell_area_remove; 11273 alias c_gtk_cell_area_has_renderer gtk_cell_area_has_renderer; 11274 alias c_gtk_cell_area_foreach gtk_cell_area_foreach; 11275 alias c_gtk_cell_area_foreach_alloc gtk_cell_area_foreach_alloc; 11276 alias c_gtk_cell_area_event gtk_cell_area_event; 11277 alias c_gtk_cell_area_render gtk_cell_area_render; 11278 alias c_gtk_cell_area_get_cell_allocation gtk_cell_area_get_cell_allocation; 11279 alias c_gtk_cell_area_get_cell_at_position gtk_cell_area_get_cell_at_position; 11280 alias c_gtk_cell_area_create_context gtk_cell_area_create_context; 11281 alias c_gtk_cell_area_copy_context gtk_cell_area_copy_context; 11282 alias c_gtk_cell_area_get_request_mode gtk_cell_area_get_request_mode; 11283 alias c_gtk_cell_area_get_preferred_width gtk_cell_area_get_preferred_width; 11284 alias c_gtk_cell_area_get_preferred_height_for_width gtk_cell_area_get_preferred_height_for_width; 11285 alias c_gtk_cell_area_get_preferred_height gtk_cell_area_get_preferred_height; 11286 alias c_gtk_cell_area_get_preferred_width_for_height gtk_cell_area_get_preferred_width_for_height; 11287 alias c_gtk_cell_area_get_current_path_string gtk_cell_area_get_current_path_string; 11288 alias c_gtk_cell_area_apply_attributes gtk_cell_area_apply_attributes; 11289 alias c_gtk_cell_area_attribute_connect gtk_cell_area_attribute_connect; 11290 alias c_gtk_cell_area_attribute_disconnect gtk_cell_area_attribute_disconnect; 11291 alias c_gtk_cell_area_class_install_cell_property gtk_cell_area_class_install_cell_property; 11292 alias c_gtk_cell_area_class_find_cell_property gtk_cell_area_class_find_cell_property; 11293 alias c_gtk_cell_area_class_list_cell_properties gtk_cell_area_class_list_cell_properties; 11294 alias c_gtk_cell_area_add_with_properties gtk_cell_area_add_with_properties; 11295 alias c_gtk_cell_area_cell_set gtk_cell_area_cell_set; 11296 alias c_gtk_cell_area_cell_get gtk_cell_area_cell_get; 11297 alias c_gtk_cell_area_cell_set_valist gtk_cell_area_cell_set_valist; 11298 alias c_gtk_cell_area_cell_get_valist gtk_cell_area_cell_get_valist; 11299 alias c_gtk_cell_area_cell_set_property gtk_cell_area_cell_set_property; 11300 alias c_gtk_cell_area_cell_get_property gtk_cell_area_cell_get_property; 11301 alias c_gtk_cell_area_is_activatable gtk_cell_area_is_activatable; 11302 alias c_gtk_cell_area_activate gtk_cell_area_activate; 11303 alias c_gtk_cell_area_focus gtk_cell_area_focus; 11304 alias c_gtk_cell_area_set_focus_cell gtk_cell_area_set_focus_cell; 11305 alias c_gtk_cell_area_get_focus_cell gtk_cell_area_get_focus_cell; 11306 alias c_gtk_cell_area_add_focus_sibling gtk_cell_area_add_focus_sibling; 11307 alias c_gtk_cell_area_remove_focus_sibling gtk_cell_area_remove_focus_sibling; 11308 alias c_gtk_cell_area_is_focus_sibling gtk_cell_area_is_focus_sibling; 11309 alias c_gtk_cell_area_get_focus_siblings gtk_cell_area_get_focus_siblings; 11310 alias c_gtk_cell_area_get_focus_from_sibling gtk_cell_area_get_focus_from_sibling; 11311 alias c_gtk_cell_area_get_edited_cell gtk_cell_area_get_edited_cell; 11312 alias c_gtk_cell_area_get_edit_widget gtk_cell_area_get_edit_widget; 11313 alias c_gtk_cell_area_activate_cell gtk_cell_area_activate_cell; 11314 alias c_gtk_cell_area_stop_editing gtk_cell_area_stop_editing; 11315 alias c_gtk_cell_area_inner_cell_area gtk_cell_area_inner_cell_area; 11316 alias c_gtk_cell_area_request_renderer gtk_cell_area_request_renderer; 11317 11318 // gtk.CellAreaBox 11319 11320 alias c_gtk_cell_area_box_new gtk_cell_area_box_new; 11321 alias c_gtk_cell_area_box_pack_start gtk_cell_area_box_pack_start; 11322 alias c_gtk_cell_area_box_pack_end gtk_cell_area_box_pack_end; 11323 alias c_gtk_cell_area_box_get_spacing gtk_cell_area_box_get_spacing; 11324 alias c_gtk_cell_area_box_set_spacing gtk_cell_area_box_set_spacing; 11325 11326 // gtk.CellAreaContext 11327 11328 alias c_gtk_cell_area_context_get_area gtk_cell_area_context_get_area; 11329 alias c_gtk_cell_area_context_allocate gtk_cell_area_context_allocate; 11330 alias c_gtk_cell_area_context_reset gtk_cell_area_context_reset; 11331 alias c_gtk_cell_area_context_get_preferred_width gtk_cell_area_context_get_preferred_width; 11332 alias c_gtk_cell_area_context_get_preferred_height gtk_cell_area_context_get_preferred_height; 11333 alias c_gtk_cell_area_context_get_preferred_height_for_width gtk_cell_area_context_get_preferred_height_for_width; 11334 alias c_gtk_cell_area_context_get_preferred_width_for_height gtk_cell_area_context_get_preferred_width_for_height; 11335 alias c_gtk_cell_area_context_get_allocation gtk_cell_area_context_get_allocation; 11336 alias c_gtk_cell_area_context_push_preferred_width gtk_cell_area_context_push_preferred_width; 11337 alias c_gtk_cell_area_context_push_preferred_height gtk_cell_area_context_push_preferred_height; 11338 11339 // gtk.CellRenderer 11340 11341 alias c_gtk_cell_renderer_class_set_accessible_type gtk_cell_renderer_class_set_accessible_type; 11342 alias c_gtk_cell_renderer_get_aligned_area gtk_cell_renderer_get_aligned_area; 11343 alias c_gtk_cell_renderer_get_size gtk_cell_renderer_get_size; 11344 alias c_gtk_cell_renderer_render gtk_cell_renderer_render; 11345 alias c_gtk_cell_renderer_activate gtk_cell_renderer_activate; 11346 alias c_gtk_cell_renderer_start_editing gtk_cell_renderer_start_editing; 11347 alias c_gtk_cell_renderer_stop_editing gtk_cell_renderer_stop_editing; 11348 alias c_gtk_cell_renderer_get_fixed_size gtk_cell_renderer_get_fixed_size; 11349 alias c_gtk_cell_renderer_set_fixed_size gtk_cell_renderer_set_fixed_size; 11350 alias c_gtk_cell_renderer_get_visible gtk_cell_renderer_get_visible; 11351 alias c_gtk_cell_renderer_set_visible gtk_cell_renderer_set_visible; 11352 alias c_gtk_cell_renderer_get_sensitive gtk_cell_renderer_get_sensitive; 11353 alias c_gtk_cell_renderer_set_sensitive gtk_cell_renderer_set_sensitive; 11354 alias c_gtk_cell_renderer_get_alignment gtk_cell_renderer_get_alignment; 11355 alias c_gtk_cell_renderer_set_alignment gtk_cell_renderer_set_alignment; 11356 alias c_gtk_cell_renderer_get_padding gtk_cell_renderer_get_padding; 11357 alias c_gtk_cell_renderer_set_padding gtk_cell_renderer_set_padding; 11358 alias c_gtk_cell_renderer_get_state gtk_cell_renderer_get_state; 11359 alias c_gtk_cell_renderer_is_activatable gtk_cell_renderer_is_activatable; 11360 alias c_gtk_cell_renderer_get_preferred_height gtk_cell_renderer_get_preferred_height; 11361 alias c_gtk_cell_renderer_get_preferred_height_for_width gtk_cell_renderer_get_preferred_height_for_width; 11362 alias c_gtk_cell_renderer_get_preferred_size gtk_cell_renderer_get_preferred_size; 11363 alias c_gtk_cell_renderer_get_preferred_width gtk_cell_renderer_get_preferred_width; 11364 alias c_gtk_cell_renderer_get_preferred_width_for_height gtk_cell_renderer_get_preferred_width_for_height; 11365 alias c_gtk_cell_renderer_get_request_mode gtk_cell_renderer_get_request_mode; 11366 11367 // gtk.CellEditableT 11368 11369 11370 // gtk.CellEditableT 11371 11372 alias c_gtk_cell_editable_start_editing gtk_cell_editable_start_editing; 11373 alias c_gtk_cell_editable_editing_done gtk_cell_editable_editing_done; 11374 alias c_gtk_cell_editable_remove_widget gtk_cell_editable_remove_widget; 11375 11376 // gtk.CellEditable 11377 11378 11379 // gtk.CellRendererAccel 11380 11381 alias c_gtk_cell_renderer_accel_new gtk_cell_renderer_accel_new; 11382 11383 // gtk.CellRendererCombo 11384 11385 alias c_gtk_cell_renderer_combo_new gtk_cell_renderer_combo_new; 11386 11387 // gtk.CellRendererPixbuf 11388 11389 alias c_gtk_cell_renderer_pixbuf_new gtk_cell_renderer_pixbuf_new; 11390 11391 // gtk.CellRendererProgress 11392 11393 alias c_gtk_cell_renderer_progress_new gtk_cell_renderer_progress_new; 11394 11395 // gtk.CellRendererSpin 11396 11397 alias c_gtk_cell_renderer_spin_new gtk_cell_renderer_spin_new; 11398 11399 // gtk.CellRendererText 11400 11401 alias c_gtk_cell_renderer_text_new gtk_cell_renderer_text_new; 11402 alias c_gtk_cell_renderer_text_set_fixed_height_from_font gtk_cell_renderer_text_set_fixed_height_from_font; 11403 11404 // gtk.CellRendererToggle 11405 11406 alias c_gtk_cell_renderer_toggle_new gtk_cell_renderer_toggle_new; 11407 alias c_gtk_cell_renderer_toggle_get_radio gtk_cell_renderer_toggle_get_radio; 11408 alias c_gtk_cell_renderer_toggle_set_radio gtk_cell_renderer_toggle_set_radio; 11409 alias c_gtk_cell_renderer_toggle_get_active gtk_cell_renderer_toggle_get_active; 11410 alias c_gtk_cell_renderer_toggle_set_active gtk_cell_renderer_toggle_set_active; 11411 alias c_gtk_cell_renderer_toggle_get_activatable gtk_cell_renderer_toggle_get_activatable; 11412 alias c_gtk_cell_renderer_toggle_set_activatable gtk_cell_renderer_toggle_set_activatable; 11413 11414 // gtk.CellRendererSpinner 11415 11416 alias c_gtk_cell_renderer_spinner_new gtk_cell_renderer_spinner_new; 11417 11418 // gtk. 11419 11420 11421 // gtk.ListStore 11422 11423 alias c_gtk_list_store_new gtk_list_store_new; 11424 alias c_gtk_list_store_newv gtk_list_store_newv; 11425 alias c_gtk_list_store_set_column_types gtk_list_store_set_column_types; 11426 alias c_gtk_list_store_set gtk_list_store_set; 11427 alias c_gtk_list_store_set_valist gtk_list_store_set_valist; 11428 alias c_gtk_list_store_set_value gtk_list_store_set_value; 11429 alias c_gtk_list_store_set_valuesv gtk_list_store_set_valuesv; 11430 alias c_gtk_list_store_remove gtk_list_store_remove; 11431 alias c_gtk_list_store_insert gtk_list_store_insert; 11432 alias c_gtk_list_store_insert_before gtk_list_store_insert_before; 11433 alias c_gtk_list_store_insert_after gtk_list_store_insert_after; 11434 alias c_gtk_list_store_insert_with_values gtk_list_store_insert_with_values; 11435 alias c_gtk_list_store_insert_with_valuesv gtk_list_store_insert_with_valuesv; 11436 alias c_gtk_list_store_prepend gtk_list_store_prepend; 11437 alias c_gtk_list_store_append gtk_list_store_append; 11438 alias c_gtk_list_store_clear gtk_list_store_clear; 11439 alias c_gtk_list_store_iter_is_valid gtk_list_store_iter_is_valid; 11440 alias c_gtk_list_store_reorder gtk_list_store_reorder; 11441 alias c_gtk_list_store_swap gtk_list_store_swap; 11442 alias c_gtk_list_store_move_before gtk_list_store_move_before; 11443 alias c_gtk_list_store_move_after gtk_list_store_move_after; 11444 11445 // gtk.TreeStore 11446 11447 alias c_gtk_tree_store_new gtk_tree_store_new; 11448 alias c_gtk_tree_store_newv gtk_tree_store_newv; 11449 alias c_gtk_tree_store_set_column_types gtk_tree_store_set_column_types; 11450 alias c_gtk_tree_store_set_value gtk_tree_store_set_value; 11451 alias c_gtk_tree_store_set gtk_tree_store_set; 11452 alias c_gtk_tree_store_set_valist gtk_tree_store_set_valist; 11453 alias c_gtk_tree_store_set_valuesv gtk_tree_store_set_valuesv; 11454 alias c_gtk_tree_store_remove gtk_tree_store_remove; 11455 alias c_gtk_tree_store_insert gtk_tree_store_insert; 11456 alias c_gtk_tree_store_insert_before gtk_tree_store_insert_before; 11457 alias c_gtk_tree_store_insert_after gtk_tree_store_insert_after; 11458 alias c_gtk_tree_store_insert_with_values gtk_tree_store_insert_with_values; 11459 alias c_gtk_tree_store_insert_with_valuesv gtk_tree_store_insert_with_valuesv; 11460 alias c_gtk_tree_store_prepend gtk_tree_store_prepend; 11461 alias c_gtk_tree_store_append gtk_tree_store_append; 11462 alias c_gtk_tree_store_is_ancestor gtk_tree_store_is_ancestor; 11463 alias c_gtk_tree_store_iter_depth gtk_tree_store_iter_depth; 11464 alias c_gtk_tree_store_clear gtk_tree_store_clear; 11465 alias c_gtk_tree_store_iter_is_valid gtk_tree_store_iter_is_valid; 11466 alias c_gtk_tree_store_reorder gtk_tree_store_reorder; 11467 alias c_gtk_tree_store_swap gtk_tree_store_swap; 11468 alias c_gtk_tree_store_move_before gtk_tree_store_move_before; 11469 alias c_gtk_tree_store_move_after gtk_tree_store_move_after; 11470 11471 // gtk.ComboBox 11472 11473 alias c_gtk_combo_box_new gtk_combo_box_new; 11474 alias c_gtk_combo_box_new_with_entry gtk_combo_box_new_with_entry; 11475 alias c_gtk_combo_box_new_with_model gtk_combo_box_new_with_model; 11476 alias c_gtk_combo_box_new_with_model_and_entry gtk_combo_box_new_with_model_and_entry; 11477 alias c_gtk_combo_box_new_with_area gtk_combo_box_new_with_area; 11478 alias c_gtk_combo_box_new_with_area_and_entry gtk_combo_box_new_with_area_and_entry; 11479 alias c_gtk_combo_box_get_wrap_width gtk_combo_box_get_wrap_width; 11480 alias c_gtk_combo_box_set_wrap_width gtk_combo_box_set_wrap_width; 11481 alias c_gtk_combo_box_get_row_span_column gtk_combo_box_get_row_span_column; 11482 alias c_gtk_combo_box_set_row_span_column gtk_combo_box_set_row_span_column; 11483 alias c_gtk_combo_box_get_column_span_column gtk_combo_box_get_column_span_column; 11484 alias c_gtk_combo_box_set_column_span_column gtk_combo_box_set_column_span_column; 11485 alias c_gtk_combo_box_get_active gtk_combo_box_get_active; 11486 alias c_gtk_combo_box_set_active gtk_combo_box_set_active; 11487 alias c_gtk_combo_box_get_active_iter gtk_combo_box_get_active_iter; 11488 alias c_gtk_combo_box_set_active_iter gtk_combo_box_set_active_iter; 11489 alias c_gtk_combo_box_get_id_column gtk_combo_box_get_id_column; 11490 alias c_gtk_combo_box_set_id_column gtk_combo_box_set_id_column; 11491 alias c_gtk_combo_box_get_active_id gtk_combo_box_get_active_id; 11492 alias c_gtk_combo_box_set_active_id gtk_combo_box_set_active_id; 11493 alias c_gtk_combo_box_get_model gtk_combo_box_get_model; 11494 alias c_gtk_combo_box_set_model gtk_combo_box_set_model; 11495 alias c_gtk_combo_box_popup_for_device gtk_combo_box_popup_for_device; 11496 alias c_gtk_combo_box_popup gtk_combo_box_popup; 11497 alias c_gtk_combo_box_popdown gtk_combo_box_popdown; 11498 alias c_gtk_combo_box_get_popup_accessible gtk_combo_box_get_popup_accessible; 11499 alias c_gtk_combo_box_get_row_separator_func gtk_combo_box_get_row_separator_func; 11500 alias c_gtk_combo_box_set_row_separator_func gtk_combo_box_set_row_separator_func; 11501 alias c_gtk_combo_box_set_add_tearoffs gtk_combo_box_set_add_tearoffs; 11502 alias c_gtk_combo_box_get_add_tearoffs gtk_combo_box_get_add_tearoffs; 11503 alias c_gtk_combo_box_set_title gtk_combo_box_set_title; 11504 alias c_gtk_combo_box_get_title gtk_combo_box_get_title; 11505 alias c_gtk_combo_box_set_focus_on_click gtk_combo_box_set_focus_on_click; 11506 alias c_gtk_combo_box_get_focus_on_click gtk_combo_box_get_focus_on_click; 11507 alias c_gtk_combo_box_set_button_sensitivity gtk_combo_box_set_button_sensitivity; 11508 alias c_gtk_combo_box_get_button_sensitivity gtk_combo_box_get_button_sensitivity; 11509 alias c_gtk_combo_box_get_has_entry gtk_combo_box_get_has_entry; 11510 alias c_gtk_combo_box_set_entry_text_column gtk_combo_box_set_entry_text_column; 11511 alias c_gtk_combo_box_get_entry_text_column gtk_combo_box_get_entry_text_column; 11512 alias c_gtk_combo_box_set_popup_fixed_width gtk_combo_box_set_popup_fixed_width; 11513 alias c_gtk_combo_box_get_popup_fixed_width gtk_combo_box_get_popup_fixed_width; 11514 11515 // gtk.ComboBoxText 11516 11517 alias c_gtk_combo_box_text_new gtk_combo_box_text_new; 11518 alias c_gtk_combo_box_text_new_with_entry gtk_combo_box_text_new_with_entry; 11519 alias c_gtk_combo_box_text_append gtk_combo_box_text_append; 11520 alias c_gtk_combo_box_text_prepend gtk_combo_box_text_prepend; 11521 alias c_gtk_combo_box_text_insert gtk_combo_box_text_insert; 11522 alias c_gtk_combo_box_text_append_text gtk_combo_box_text_append_text; 11523 alias c_gtk_combo_box_text_prepend_text gtk_combo_box_text_prepend_text; 11524 alias c_gtk_combo_box_text_insert_text gtk_combo_box_text_insert_text; 11525 alias c_gtk_combo_box_text_remove gtk_combo_box_text_remove; 11526 alias c_gtk_combo_box_text_remove_all gtk_combo_box_text_remove_all; 11527 alias c_gtk_combo_box_text_get_active_text gtk_combo_box_text_get_active_text; 11528 11529 // gtk.Menu 11530 11531 alias c_gtk_menu_new gtk_menu_new; 11532 alias c_gtk_menu_new_from_model gtk_menu_new_from_model; 11533 alias c_gtk_menu_set_screen gtk_menu_set_screen; 11534 alias c_gtk_menu_reorder_child gtk_menu_reorder_child; 11535 alias c_gtk_menu_attach gtk_menu_attach; 11536 alias c_gtk_menu_popup_for_device gtk_menu_popup_for_device; 11537 alias c_gtk_menu_popup gtk_menu_popup; 11538 alias c_gtk_menu_set_accel_group gtk_menu_set_accel_group; 11539 alias c_gtk_menu_get_accel_group gtk_menu_get_accel_group; 11540 alias c_gtk_menu_set_accel_path gtk_menu_set_accel_path; 11541 alias c_gtk_menu_get_accel_path gtk_menu_get_accel_path; 11542 alias c_gtk_menu_set_title gtk_menu_set_title; 11543 alias c_gtk_menu_get_title gtk_menu_get_title; 11544 alias c_gtk_menu_set_monitor gtk_menu_set_monitor; 11545 alias c_gtk_menu_get_monitor gtk_menu_get_monitor; 11546 alias c_gtk_menu_get_tearoff_state gtk_menu_get_tearoff_state; 11547 alias c_gtk_menu_set_reserve_toggle_size gtk_menu_set_reserve_toggle_size; 11548 alias c_gtk_menu_get_reserve_toggle_size gtk_menu_get_reserve_toggle_size; 11549 alias c_gtk_menu_popdown gtk_menu_popdown; 11550 alias c_gtk_menu_reposition gtk_menu_reposition; 11551 alias c_gtk_menu_get_active gtk_menu_get_active; 11552 alias c_gtk_menu_set_active gtk_menu_set_active; 11553 alias c_gtk_menu_set_tearoff_state gtk_menu_set_tearoff_state; 11554 alias c_gtk_menu_attach_to_widget gtk_menu_attach_to_widget; 11555 alias c_gtk_menu_detach gtk_menu_detach; 11556 alias c_gtk_menu_get_attach_widget gtk_menu_get_attach_widget; 11557 alias c_gtk_menu_get_for_attach_widget gtk_menu_get_for_attach_widget; 11558 11559 // gtk.MenuBar 11560 11561 alias c_gtk_menu_bar_new gtk_menu_bar_new; 11562 alias c_gtk_menu_bar_new_from_model gtk_menu_bar_new_from_model; 11563 alias c_gtk_menu_bar_set_pack_direction gtk_menu_bar_set_pack_direction; 11564 alias c_gtk_menu_bar_get_pack_direction gtk_menu_bar_get_pack_direction; 11565 alias c_gtk_menu_bar_set_child_pack_direction gtk_menu_bar_set_child_pack_direction; 11566 alias c_gtk_menu_bar_get_child_pack_direction gtk_menu_bar_get_child_pack_direction; 11567 11568 // gtk.MenuItem 11569 11570 alias c_gtk_menu_item_new gtk_menu_item_new; 11571 alias c_gtk_menu_item_new_with_label gtk_menu_item_new_with_label; 11572 alias c_gtk_menu_item_new_with_mnemonic gtk_menu_item_new_with_mnemonic; 11573 alias c_gtk_menu_item_set_right_justified gtk_menu_item_set_right_justified; 11574 alias c_gtk_menu_item_get_right_justified gtk_menu_item_get_right_justified; 11575 alias c_gtk_menu_item_get_label gtk_menu_item_get_label; 11576 alias c_gtk_menu_item_set_label gtk_menu_item_set_label; 11577 alias c_gtk_menu_item_get_use_underline gtk_menu_item_get_use_underline; 11578 alias c_gtk_menu_item_set_use_underline gtk_menu_item_set_use_underline; 11579 alias c_gtk_menu_item_set_submenu gtk_menu_item_set_submenu; 11580 alias c_gtk_menu_item_get_submenu gtk_menu_item_get_submenu; 11581 alias c_gtk_menu_item_set_accel_path gtk_menu_item_set_accel_path; 11582 alias c_gtk_menu_item_get_accel_path gtk_menu_item_get_accel_path; 11583 alias c_gtk_menu_item_select gtk_menu_item_select; 11584 alias c_gtk_menu_item_deselect gtk_menu_item_deselect; 11585 alias c_gtk_menu_item_activate gtk_menu_item_activate; 11586 alias c_gtk_menu_item_toggle_size_request gtk_menu_item_toggle_size_request; 11587 alias c_gtk_menu_item_toggle_size_allocate gtk_menu_item_toggle_size_allocate; 11588 alias c_gtk_menu_item_get_reserve_indicator gtk_menu_item_get_reserve_indicator; 11589 alias c_gtk_menu_item_set_reserve_indicator gtk_menu_item_set_reserve_indicator; 11590 11591 // gtk.RadioMenuItem 11592 11593 alias c_gtk_radio_menu_item_new gtk_radio_menu_item_new; 11594 alias c_gtk_radio_menu_item_new_with_label gtk_radio_menu_item_new_with_label; 11595 alias c_gtk_radio_menu_item_new_with_mnemonic gtk_radio_menu_item_new_with_mnemonic; 11596 alias c_gtk_radio_menu_item_new_from_widget gtk_radio_menu_item_new_from_widget; 11597 alias c_gtk_radio_menu_item_new_with_label_from_widget gtk_radio_menu_item_new_with_label_from_widget; 11598 alias c_gtk_radio_menu_item_new_with_mnemonic_from_widget gtk_radio_menu_item_new_with_mnemonic_from_widget; 11599 alias c_gtk_radio_menu_item_set_group gtk_radio_menu_item_set_group; 11600 alias c_gtk_radio_menu_item_get_group gtk_radio_menu_item_get_group; 11601 11602 // gtk.CheckMenuItem 11603 11604 alias c_gtk_check_menu_item_new gtk_check_menu_item_new; 11605 alias c_gtk_check_menu_item_new_with_label gtk_check_menu_item_new_with_label; 11606 alias c_gtk_check_menu_item_new_with_mnemonic gtk_check_menu_item_new_with_mnemonic; 11607 alias c_gtk_check_menu_item_get_active gtk_check_menu_item_get_active; 11608 alias c_gtk_check_menu_item_set_active gtk_check_menu_item_set_active; 11609 alias c_gtk_check_menu_item_toggled gtk_check_menu_item_toggled; 11610 alias c_gtk_check_menu_item_get_inconsistent gtk_check_menu_item_get_inconsistent; 11611 alias c_gtk_check_menu_item_set_inconsistent gtk_check_menu_item_set_inconsistent; 11612 alias c_gtk_check_menu_item_set_draw_as_radio gtk_check_menu_item_set_draw_as_radio; 11613 alias c_gtk_check_menu_item_get_draw_as_radio gtk_check_menu_item_get_draw_as_radio; 11614 11615 // gtk.SeparatorMenuItem 11616 11617 alias c_gtk_separator_menu_item_new gtk_separator_menu_item_new; 11618 11619 // gtk.ToolShellT 11620 11621 11622 // gtk.ToolShellT 11623 11624 alias c_gtk_tool_shell_get_ellipsize_mode gtk_tool_shell_get_ellipsize_mode; 11625 alias c_gtk_tool_shell_get_icon_size gtk_tool_shell_get_icon_size; 11626 alias c_gtk_tool_shell_get_orientation gtk_tool_shell_get_orientation; 11627 alias c_gtk_tool_shell_get_relief_style gtk_tool_shell_get_relief_style; 11628 alias c_gtk_tool_shell_get_style gtk_tool_shell_get_style; 11629 alias c_gtk_tool_shell_get_text_alignment gtk_tool_shell_get_text_alignment; 11630 alias c_gtk_tool_shell_get_text_orientation gtk_tool_shell_get_text_orientation; 11631 alias c_gtk_tool_shell_rebuild_menu gtk_tool_shell_rebuild_menu; 11632 alias c_gtk_tool_shell_get_text_size_group gtk_tool_shell_get_text_size_group; 11633 11634 // gtk.Toolbar 11635 11636 alias c_gtk_toolbar_new gtk_toolbar_new; 11637 alias c_gtk_toolbar_insert gtk_toolbar_insert; 11638 alias c_gtk_toolbar_get_item_index gtk_toolbar_get_item_index; 11639 alias c_gtk_toolbar_get_n_items gtk_toolbar_get_n_items; 11640 alias c_gtk_toolbar_get_nth_item gtk_toolbar_get_nth_item; 11641 alias c_gtk_toolbar_get_drop_index gtk_toolbar_get_drop_index; 11642 alias c_gtk_toolbar_set_drop_highlight_item gtk_toolbar_set_drop_highlight_item; 11643 alias c_gtk_toolbar_set_show_arrow gtk_toolbar_set_show_arrow; 11644 alias c_gtk_toolbar_unset_icon_size gtk_toolbar_unset_icon_size; 11645 alias c_gtk_toolbar_get_show_arrow gtk_toolbar_get_show_arrow; 11646 alias c_gtk_toolbar_get_style gtk_toolbar_get_style; 11647 alias c_gtk_toolbar_get_icon_size gtk_toolbar_get_icon_size; 11648 alias c_gtk_toolbar_get_relief_style gtk_toolbar_get_relief_style; 11649 alias c_gtk_toolbar_set_style gtk_toolbar_set_style; 11650 alias c_gtk_toolbar_set_icon_size gtk_toolbar_set_icon_size; 11651 alias c_gtk_toolbar_unset_style gtk_toolbar_unset_style; 11652 11653 // gtk.ToolItem 11654 11655 alias c_gtk_tool_item_new gtk_tool_item_new; 11656 alias c_gtk_tool_item_set_homogeneous gtk_tool_item_set_homogeneous; 11657 alias c_gtk_tool_item_get_homogeneous gtk_tool_item_get_homogeneous; 11658 alias c_gtk_tool_item_set_expand gtk_tool_item_set_expand; 11659 alias c_gtk_tool_item_get_expand gtk_tool_item_get_expand; 11660 alias c_gtk_tool_item_set_tooltip_text gtk_tool_item_set_tooltip_text; 11661 alias c_gtk_tool_item_set_tooltip_markup gtk_tool_item_set_tooltip_markup; 11662 alias c_gtk_tool_item_set_use_drag_window gtk_tool_item_set_use_drag_window; 11663 alias c_gtk_tool_item_get_use_drag_window gtk_tool_item_get_use_drag_window; 11664 alias c_gtk_tool_item_set_visible_horizontal gtk_tool_item_set_visible_horizontal; 11665 alias c_gtk_tool_item_get_visible_horizontal gtk_tool_item_get_visible_horizontal; 11666 alias c_gtk_tool_item_set_visible_vertical gtk_tool_item_set_visible_vertical; 11667 alias c_gtk_tool_item_get_visible_vertical gtk_tool_item_get_visible_vertical; 11668 alias c_gtk_tool_item_set_is_important gtk_tool_item_set_is_important; 11669 alias c_gtk_tool_item_get_is_important gtk_tool_item_get_is_important; 11670 alias c_gtk_tool_item_get_ellipsize_mode gtk_tool_item_get_ellipsize_mode; 11671 alias c_gtk_tool_item_get_icon_size gtk_tool_item_get_icon_size; 11672 alias c_gtk_tool_item_get_orientation gtk_tool_item_get_orientation; 11673 alias c_gtk_tool_item_get_toolbar_style gtk_tool_item_get_toolbar_style; 11674 alias c_gtk_tool_item_get_relief_style gtk_tool_item_get_relief_style; 11675 alias c_gtk_tool_item_get_text_alignment gtk_tool_item_get_text_alignment; 11676 alias c_gtk_tool_item_get_text_orientation gtk_tool_item_get_text_orientation; 11677 alias c_gtk_tool_item_retrieve_proxy_menu_item gtk_tool_item_retrieve_proxy_menu_item; 11678 alias c_gtk_tool_item_get_proxy_menu_item gtk_tool_item_get_proxy_menu_item; 11679 alias c_gtk_tool_item_set_proxy_menu_item gtk_tool_item_set_proxy_menu_item; 11680 alias c_gtk_tool_item_rebuild_menu gtk_tool_item_rebuild_menu; 11681 alias c_gtk_tool_item_toolbar_reconfigured gtk_tool_item_toolbar_reconfigured; 11682 alias c_gtk_tool_item_get_text_size_group gtk_tool_item_get_text_size_group; 11683 11684 // gtk.ToolPalette 11685 11686 alias c_gtk_tool_palette_new gtk_tool_palette_new; 11687 alias c_gtk_tool_palette_get_exclusive gtk_tool_palette_get_exclusive; 11688 alias c_gtk_tool_palette_set_exclusive gtk_tool_palette_set_exclusive; 11689 alias c_gtk_tool_palette_get_expand gtk_tool_palette_get_expand; 11690 alias c_gtk_tool_palette_set_expand gtk_tool_palette_set_expand; 11691 alias c_gtk_tool_palette_get_group_position gtk_tool_palette_get_group_position; 11692 alias c_gtk_tool_palette_set_group_position gtk_tool_palette_set_group_position; 11693 alias c_gtk_tool_palette_get_icon_size gtk_tool_palette_get_icon_size; 11694 alias c_gtk_tool_palette_set_icon_size gtk_tool_palette_set_icon_size; 11695 alias c_gtk_tool_palette_unset_icon_size gtk_tool_palette_unset_icon_size; 11696 alias c_gtk_tool_palette_get_style gtk_tool_palette_get_style; 11697 alias c_gtk_tool_palette_set_style gtk_tool_palette_set_style; 11698 alias c_gtk_tool_palette_unset_style gtk_tool_palette_unset_style; 11699 alias c_gtk_tool_palette_add_drag_dest gtk_tool_palette_add_drag_dest; 11700 alias c_gtk_tool_palette_get_drag_item gtk_tool_palette_get_drag_item; 11701 alias c_gtk_tool_palette_get_drag_target_group gtk_tool_palette_get_drag_target_group; 11702 alias c_gtk_tool_palette_get_drag_target_item gtk_tool_palette_get_drag_target_item; 11703 alias c_gtk_tool_palette_get_drop_group gtk_tool_palette_get_drop_group; 11704 alias c_gtk_tool_palette_get_drop_item gtk_tool_palette_get_drop_item; 11705 alias c_gtk_tool_palette_set_drag_source gtk_tool_palette_set_drag_source; 11706 alias c_gtk_tool_palette_get_hadjustment gtk_tool_palette_get_hadjustment; 11707 alias c_gtk_tool_palette_get_vadjustment gtk_tool_palette_get_vadjustment; 11708 11709 // gtk.ToolItemGroup 11710 11711 alias c_gtk_tool_item_group_get_collapsed gtk_tool_item_group_get_collapsed; 11712 alias c_gtk_tool_item_group_get_drop_item gtk_tool_item_group_get_drop_item; 11713 alias c_gtk_tool_item_group_get_ellipsize gtk_tool_item_group_get_ellipsize; 11714 alias c_gtk_tool_item_group_get_item_position gtk_tool_item_group_get_item_position; 11715 alias c_gtk_tool_item_group_get_n_items gtk_tool_item_group_get_n_items; 11716 alias c_gtk_tool_item_group_get_label gtk_tool_item_group_get_label; 11717 alias c_gtk_tool_item_group_get_label_widget gtk_tool_item_group_get_label_widget; 11718 alias c_gtk_tool_item_group_get_nth_item gtk_tool_item_group_get_nth_item; 11719 alias c_gtk_tool_item_group_get_header_relief gtk_tool_item_group_get_header_relief; 11720 alias c_gtk_tool_item_group_insert gtk_tool_item_group_insert; 11721 alias c_gtk_tool_item_group_new gtk_tool_item_group_new; 11722 alias c_gtk_tool_item_group_set_collapsed gtk_tool_item_group_set_collapsed; 11723 alias c_gtk_tool_item_group_set_ellipsize gtk_tool_item_group_set_ellipsize; 11724 alias c_gtk_tool_item_group_set_item_position gtk_tool_item_group_set_item_position; 11725 alias c_gtk_tool_item_group_set_label gtk_tool_item_group_set_label; 11726 alias c_gtk_tool_item_group_set_label_widget gtk_tool_item_group_set_label_widget; 11727 alias c_gtk_tool_item_group_set_header_relief gtk_tool_item_group_set_header_relief; 11728 11729 // gtk.SeparatorToolItem 11730 11731 alias c_gtk_separator_tool_item_new gtk_separator_tool_item_new; 11732 alias c_gtk_separator_tool_item_set_draw gtk_separator_tool_item_set_draw; 11733 alias c_gtk_separator_tool_item_get_draw gtk_separator_tool_item_get_draw; 11734 11735 // gtk.ToolButton 11736 11737 alias c_gtk_tool_button_new gtk_tool_button_new; 11738 alias c_gtk_tool_button_new_from_stock gtk_tool_button_new_from_stock; 11739 alias c_gtk_tool_button_set_label gtk_tool_button_set_label; 11740 alias c_gtk_tool_button_get_label gtk_tool_button_get_label; 11741 alias c_gtk_tool_button_set_use_underline gtk_tool_button_set_use_underline; 11742 alias c_gtk_tool_button_get_use_underline gtk_tool_button_get_use_underline; 11743 alias c_gtk_tool_button_set_stock_id gtk_tool_button_set_stock_id; 11744 alias c_gtk_tool_button_get_stock_id gtk_tool_button_get_stock_id; 11745 alias c_gtk_tool_button_set_icon_name gtk_tool_button_set_icon_name; 11746 alias c_gtk_tool_button_get_icon_name gtk_tool_button_get_icon_name; 11747 alias c_gtk_tool_button_set_icon_widget gtk_tool_button_set_icon_widget; 11748 alias c_gtk_tool_button_get_icon_widget gtk_tool_button_get_icon_widget; 11749 alias c_gtk_tool_button_set_label_widget gtk_tool_button_set_label_widget; 11750 alias c_gtk_tool_button_get_label_widget gtk_tool_button_get_label_widget; 11751 11752 // gtk.MenuToolButton 11753 11754 alias c_gtk_menu_tool_button_new gtk_menu_tool_button_new; 11755 alias c_gtk_menu_tool_button_new_from_stock gtk_menu_tool_button_new_from_stock; 11756 alias c_gtk_menu_tool_button_set_menu gtk_menu_tool_button_set_menu; 11757 alias c_gtk_menu_tool_button_get_menu gtk_menu_tool_button_get_menu; 11758 alias c_gtk_menu_tool_button_set_arrow_tooltip_text gtk_menu_tool_button_set_arrow_tooltip_text; 11759 alias c_gtk_menu_tool_button_set_arrow_tooltip_markup gtk_menu_tool_button_set_arrow_tooltip_markup; 11760 11761 // gtk.ToggleToolButton 11762 11763 alias c_gtk_toggle_tool_button_new gtk_toggle_tool_button_new; 11764 alias c_gtk_toggle_tool_button_new_from_stock gtk_toggle_tool_button_new_from_stock; 11765 alias c_gtk_toggle_tool_button_set_active gtk_toggle_tool_button_set_active; 11766 alias c_gtk_toggle_tool_button_get_active gtk_toggle_tool_button_get_active; 11767 11768 // gtk.RadioToolButton 11769 11770 alias c_gtk_radio_tool_button_new gtk_radio_tool_button_new; 11771 alias c_gtk_radio_tool_button_new_from_stock gtk_radio_tool_button_new_from_stock; 11772 alias c_gtk_radio_tool_button_new_from_widget gtk_radio_tool_button_new_from_widget; 11773 alias c_gtk_radio_tool_button_new_with_stock_from_widget gtk_radio_tool_button_new_with_stock_from_widget; 11774 alias c_gtk_radio_tool_button_get_group gtk_radio_tool_button_get_group; 11775 alias c_gtk_radio_tool_button_set_group gtk_radio_tool_button_set_group; 11776 11777 // gtk.ColorChooserT 11778 11779 11780 // gtk.ColorChooserT 11781 11782 alias c_gtk_color_chooser_get_rgba gtk_color_chooser_get_rgba; 11783 alias c_gtk_color_chooser_set_rgba gtk_color_chooser_set_rgba; 11784 alias c_gtk_color_chooser_get_use_alpha gtk_color_chooser_get_use_alpha; 11785 alias c_gtk_color_chooser_set_use_alpha gtk_color_chooser_set_use_alpha; 11786 alias c_gtk_color_chooser_add_palette gtk_color_chooser_add_palette; 11787 11788 // gtk.ColorButton 11789 11790 alias c_gtk_color_button_new gtk_color_button_new; 11791 alias c_gtk_color_button_new_with_color gtk_color_button_new_with_color; 11792 alias c_gtk_color_button_new_with_rgba gtk_color_button_new_with_rgba; 11793 alias c_gtk_color_button_set_color gtk_color_button_set_color; 11794 alias c_gtk_color_button_get_color gtk_color_button_get_color; 11795 alias c_gtk_color_button_set_alpha gtk_color_button_set_alpha; 11796 alias c_gtk_color_button_get_alpha gtk_color_button_get_alpha; 11797 alias c_gtk_color_button_set_rgba gtk_color_button_set_rgba; 11798 alias c_gtk_color_button_get_rgba gtk_color_button_get_rgba; 11799 alias c_gtk_color_button_set_use_alpha gtk_color_button_set_use_alpha; 11800 alias c_gtk_color_button_get_use_alpha gtk_color_button_get_use_alpha; 11801 alias c_gtk_color_button_set_title gtk_color_button_set_title; 11802 alias c_gtk_color_button_get_title gtk_color_button_get_title; 11803 11804 // gtk.ColorChooserWidget 11805 11806 alias c_gtk_color_chooser_widget_new gtk_color_chooser_widget_new; 11807 11808 // gtk.ColorChooserDialog 11809 11810 alias c_gtk_color_chooser_dialog_new gtk_color_chooser_dialog_new; 11811 11812 // gtk.FileChooserT 11813 11814 11815 // gtk.FileChooserT 11816 11817 alias c_gtk_file_chooser_set_action gtk_file_chooser_set_action; 11818 alias c_gtk_file_chooser_get_action gtk_file_chooser_get_action; 11819 alias c_gtk_file_chooser_set_local_only gtk_file_chooser_set_local_only; 11820 alias c_gtk_file_chooser_get_local_only gtk_file_chooser_get_local_only; 11821 alias c_gtk_file_chooser_set_select_multiple gtk_file_chooser_set_select_multiple; 11822 alias c_gtk_file_chooser_get_select_multiple gtk_file_chooser_get_select_multiple; 11823 alias c_gtk_file_chooser_set_show_hidden gtk_file_chooser_set_show_hidden; 11824 alias c_gtk_file_chooser_get_show_hidden gtk_file_chooser_get_show_hidden; 11825 alias c_gtk_file_chooser_set_do_overwrite_confirmation gtk_file_chooser_set_do_overwrite_confirmation; 11826 alias c_gtk_file_chooser_get_do_overwrite_confirmation gtk_file_chooser_get_do_overwrite_confirmation; 11827 alias c_gtk_file_chooser_set_create_folders gtk_file_chooser_set_create_folders; 11828 alias c_gtk_file_chooser_get_create_folders gtk_file_chooser_get_create_folders; 11829 alias c_gtk_file_chooser_set_current_name gtk_file_chooser_set_current_name; 11830 alias c_gtk_file_chooser_get_current_name gtk_file_chooser_get_current_name; 11831 alias c_gtk_file_chooser_get_filename gtk_file_chooser_get_filename; 11832 alias c_gtk_file_chooser_set_filename gtk_file_chooser_set_filename; 11833 alias c_gtk_file_chooser_select_filename gtk_file_chooser_select_filename; 11834 alias c_gtk_file_chooser_unselect_filename gtk_file_chooser_unselect_filename; 11835 alias c_gtk_file_chooser_select_all gtk_file_chooser_select_all; 11836 alias c_gtk_file_chooser_unselect_all gtk_file_chooser_unselect_all; 11837 alias c_gtk_file_chooser_get_filenames gtk_file_chooser_get_filenames; 11838 alias c_gtk_file_chooser_set_current_folder gtk_file_chooser_set_current_folder; 11839 alias c_gtk_file_chooser_get_current_folder gtk_file_chooser_get_current_folder; 11840 alias c_gtk_file_chooser_get_uri gtk_file_chooser_get_uri; 11841 alias c_gtk_file_chooser_set_uri gtk_file_chooser_set_uri; 11842 alias c_gtk_file_chooser_select_uri gtk_file_chooser_select_uri; 11843 alias c_gtk_file_chooser_unselect_uri gtk_file_chooser_unselect_uri; 11844 alias c_gtk_file_chooser_get_uris gtk_file_chooser_get_uris; 11845 alias c_gtk_file_chooser_set_current_folder_uri gtk_file_chooser_set_current_folder_uri; 11846 alias c_gtk_file_chooser_get_current_folder_uri gtk_file_chooser_get_current_folder_uri; 11847 alias c_gtk_file_chooser_set_preview_widget gtk_file_chooser_set_preview_widget; 11848 alias c_gtk_file_chooser_get_preview_widget gtk_file_chooser_get_preview_widget; 11849 alias c_gtk_file_chooser_set_preview_widget_active gtk_file_chooser_set_preview_widget_active; 11850 alias c_gtk_file_chooser_get_preview_widget_active gtk_file_chooser_get_preview_widget_active; 11851 alias c_gtk_file_chooser_set_use_preview_label gtk_file_chooser_set_use_preview_label; 11852 alias c_gtk_file_chooser_get_use_preview_label gtk_file_chooser_get_use_preview_label; 11853 alias c_gtk_file_chooser_get_preview_filename gtk_file_chooser_get_preview_filename; 11854 alias c_gtk_file_chooser_get_preview_uri gtk_file_chooser_get_preview_uri; 11855 alias c_gtk_file_chooser_set_extra_widget gtk_file_chooser_set_extra_widget; 11856 alias c_gtk_file_chooser_get_extra_widget gtk_file_chooser_get_extra_widget; 11857 alias c_gtk_file_chooser_add_filter gtk_file_chooser_add_filter; 11858 alias c_gtk_file_chooser_remove_filter gtk_file_chooser_remove_filter; 11859 alias c_gtk_file_chooser_list_filters gtk_file_chooser_list_filters; 11860 alias c_gtk_file_chooser_set_filter gtk_file_chooser_set_filter; 11861 alias c_gtk_file_chooser_get_filter gtk_file_chooser_get_filter; 11862 alias c_gtk_file_chooser_add_shortcut_folder gtk_file_chooser_add_shortcut_folder; 11863 alias c_gtk_file_chooser_remove_shortcut_folder gtk_file_chooser_remove_shortcut_folder; 11864 alias c_gtk_file_chooser_list_shortcut_folders gtk_file_chooser_list_shortcut_folders; 11865 alias c_gtk_file_chooser_add_shortcut_folder_uri gtk_file_chooser_add_shortcut_folder_uri; 11866 alias c_gtk_file_chooser_remove_shortcut_folder_uri gtk_file_chooser_remove_shortcut_folder_uri; 11867 alias c_gtk_file_chooser_list_shortcut_folder_uris gtk_file_chooser_list_shortcut_folder_uris; 11868 alias c_gtk_file_chooser_get_current_folder_file gtk_file_chooser_get_current_folder_file; 11869 alias c_gtk_file_chooser_get_file gtk_file_chooser_get_file; 11870 alias c_gtk_file_chooser_get_files gtk_file_chooser_get_files; 11871 alias c_gtk_file_chooser_get_preview_file gtk_file_chooser_get_preview_file; 11872 alias c_gtk_file_chooser_select_file gtk_file_chooser_select_file; 11873 alias c_gtk_file_chooser_set_current_folder_file gtk_file_chooser_set_current_folder_file; 11874 alias c_gtk_file_chooser_set_file gtk_file_chooser_set_file; 11875 alias c_gtk_file_chooser_unselect_file gtk_file_chooser_unselect_file; 11876 11877 // gtk.FileChooserButton 11878 11879 alias c_gtk_file_chooser_button_new gtk_file_chooser_button_new; 11880 alias c_gtk_file_chooser_button_new_with_dialog gtk_file_chooser_button_new_with_dialog; 11881 alias c_gtk_file_chooser_button_get_title gtk_file_chooser_button_get_title; 11882 alias c_gtk_file_chooser_button_set_title gtk_file_chooser_button_set_title; 11883 alias c_gtk_file_chooser_button_get_width_chars gtk_file_chooser_button_get_width_chars; 11884 alias c_gtk_file_chooser_button_set_width_chars gtk_file_chooser_button_set_width_chars; 11885 alias c_gtk_file_chooser_button_get_focus_on_click gtk_file_chooser_button_get_focus_on_click; 11886 alias c_gtk_file_chooser_button_set_focus_on_click gtk_file_chooser_button_set_focus_on_click; 11887 11888 // gtk.FileChooserDialog 11889 11890 alias c_gtk_file_chooser_dialog_new gtk_file_chooser_dialog_new; 11891 11892 // gtk.FileChooserWidget 11893 11894 alias c_gtk_file_chooser_widget_new gtk_file_chooser_widget_new; 11895 11896 // gtk.FileFilter 11897 11898 alias c_gtk_file_filter_new gtk_file_filter_new; 11899 alias c_gtk_file_filter_set_name gtk_file_filter_set_name; 11900 alias c_gtk_file_filter_get_name gtk_file_filter_get_name; 11901 alias c_gtk_file_filter_add_mime_type gtk_file_filter_add_mime_type; 11902 alias c_gtk_file_filter_add_pattern gtk_file_filter_add_pattern; 11903 alias c_gtk_file_filter_add_pixbuf_formats gtk_file_filter_add_pixbuf_formats; 11904 alias c_gtk_file_filter_add_custom gtk_file_filter_add_custom; 11905 alias c_gtk_file_filter_get_needed gtk_file_filter_get_needed; 11906 alias c_gtk_file_filter_filter gtk_file_filter_filter; 11907 11908 // gtk.FontChooserT 11909 11910 11911 // gtk.FontChooserT 11912 11913 alias c_gtk_font_chooser_get_font_family gtk_font_chooser_get_font_family; 11914 alias c_gtk_font_chooser_get_font_face gtk_font_chooser_get_font_face; 11915 alias c_gtk_font_chooser_get_font_size gtk_font_chooser_get_font_size; 11916 alias c_gtk_font_chooser_get_font gtk_font_chooser_get_font; 11917 alias c_gtk_font_chooser_set_font gtk_font_chooser_set_font; 11918 alias c_gtk_font_chooser_get_font_desc gtk_font_chooser_get_font_desc; 11919 alias c_gtk_font_chooser_set_font_desc gtk_font_chooser_set_font_desc; 11920 alias c_gtk_font_chooser_get_preview_text gtk_font_chooser_get_preview_text; 11921 alias c_gtk_font_chooser_set_preview_text gtk_font_chooser_set_preview_text; 11922 alias c_gtk_font_chooser_get_show_preview_entry gtk_font_chooser_get_show_preview_entry; 11923 alias c_gtk_font_chooser_set_show_preview_entry gtk_font_chooser_set_show_preview_entry; 11924 alias c_gtk_font_chooser_set_filter_func gtk_font_chooser_set_filter_func; 11925 11926 // gtk.FontButton 11927 11928 alias c_gtk_font_button_new gtk_font_button_new; 11929 alias c_gtk_font_button_new_with_font gtk_font_button_new_with_font; 11930 alias c_gtk_font_button_set_font_name gtk_font_button_set_font_name; 11931 alias c_gtk_font_button_get_font_name gtk_font_button_get_font_name; 11932 alias c_gtk_font_button_set_show_style gtk_font_button_set_show_style; 11933 alias c_gtk_font_button_get_show_style gtk_font_button_get_show_style; 11934 alias c_gtk_font_button_set_show_size gtk_font_button_set_show_size; 11935 alias c_gtk_font_button_get_show_size gtk_font_button_get_show_size; 11936 alias c_gtk_font_button_set_use_font gtk_font_button_set_use_font; 11937 alias c_gtk_font_button_get_use_font gtk_font_button_get_use_font; 11938 alias c_gtk_font_button_set_use_size gtk_font_button_set_use_size; 11939 alias c_gtk_font_button_get_use_size gtk_font_button_get_use_size; 11940 alias c_gtk_font_button_set_title gtk_font_button_set_title; 11941 alias c_gtk_font_button_get_title gtk_font_button_get_title; 11942 11943 // gtk.FontChooserWidget 11944 11945 alias c_gtk_font_chooser_widget_new gtk_font_chooser_widget_new; 11946 11947 // gtk.FontChooserDialog 11948 11949 alias c_gtk_font_chooser_dialog_new gtk_font_chooser_dialog_new; 11950 11951 // gtk.PlacesSidebar 11952 11953 alias c_gtk_places_sidebar_new gtk_places_sidebar_new; 11954 alias c_gtk_places_sidebar_set_open_flags gtk_places_sidebar_set_open_flags; 11955 alias c_gtk_places_sidebar_get_open_flags gtk_places_sidebar_get_open_flags; 11956 alias c_gtk_places_sidebar_set_location gtk_places_sidebar_set_location; 11957 alias c_gtk_places_sidebar_get_location gtk_places_sidebar_get_location; 11958 alias c_gtk_places_sidebar_set_show_desktop gtk_places_sidebar_set_show_desktop; 11959 alias c_gtk_places_sidebar_get_show_desktop gtk_places_sidebar_get_show_desktop; 11960 alias c_gtk_places_sidebar_add_shortcut gtk_places_sidebar_add_shortcut; 11961 alias c_gtk_places_sidebar_remove_shortcut gtk_places_sidebar_remove_shortcut; 11962 alias c_gtk_places_sidebar_list_shortcuts gtk_places_sidebar_list_shortcuts; 11963 alias c_gtk_places_sidebar_get_nth_bookmark gtk_places_sidebar_get_nth_bookmark; 11964 alias c_gtk_places_sidebar_get_show_connect_to_server gtk_places_sidebar_get_show_connect_to_server; 11965 alias c_gtk_places_sidebar_set_show_connect_to_server gtk_places_sidebar_set_show_connect_to_server; 11966 11967 // gtk.Frame 11968 11969 alias c_gtk_frame_new gtk_frame_new; 11970 alias c_gtk_frame_set_label gtk_frame_set_label; 11971 alias c_gtk_frame_set_label_widget gtk_frame_set_label_widget; 11972 alias c_gtk_frame_set_label_align gtk_frame_set_label_align; 11973 alias c_gtk_frame_set_shadow_type gtk_frame_set_shadow_type; 11974 alias c_gtk_frame_get_label gtk_frame_get_label; 11975 alias c_gtk_frame_get_label_align gtk_frame_get_label_align; 11976 alias c_gtk_frame_get_label_widget gtk_frame_get_label_widget; 11977 alias c_gtk_frame_get_shadow_type gtk_frame_get_shadow_type; 11978 11979 // gtk.Separator 11980 11981 alias c_gtk_separator_new gtk_separator_new; 11982 11983 // gtk.Scrollbar 11984 11985 alias c_gtk_scrollbar_new gtk_scrollbar_new; 11986 11987 // gtk.ScrolledWindow 11988 11989 alias c_gtk_scrolled_window_new gtk_scrolled_window_new; 11990 alias c_gtk_scrolled_window_get_hadjustment gtk_scrolled_window_get_hadjustment; 11991 alias c_gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjustment; 11992 alias c_gtk_scrolled_window_get_hscrollbar gtk_scrolled_window_get_hscrollbar; 11993 alias c_gtk_scrolled_window_get_vscrollbar gtk_scrolled_window_get_vscrollbar; 11994 alias c_gtk_scrolled_window_set_policy gtk_scrolled_window_set_policy; 11995 alias c_gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_viewport; 11996 alias c_gtk_scrolled_window_set_placement gtk_scrolled_window_set_placement; 11997 alias c_gtk_scrolled_window_unset_placement gtk_scrolled_window_unset_placement; 11998 alias c_gtk_scrolled_window_set_shadow_type gtk_scrolled_window_set_shadow_type; 11999 alias c_gtk_scrolled_window_set_hadjustment gtk_scrolled_window_set_hadjustment; 12000 alias c_gtk_scrolled_window_set_vadjustment gtk_scrolled_window_set_vadjustment; 12001 alias c_gtk_scrolled_window_get_placement gtk_scrolled_window_get_placement; 12002 alias c_gtk_scrolled_window_get_policy gtk_scrolled_window_get_policy; 12003 alias c_gtk_scrolled_window_get_shadow_type gtk_scrolled_window_get_shadow_type; 12004 alias c_gtk_scrolled_window_get_min_content_width gtk_scrolled_window_get_min_content_width; 12005 alias c_gtk_scrolled_window_set_min_content_width gtk_scrolled_window_set_min_content_width; 12006 alias c_gtk_scrolled_window_get_min_content_height gtk_scrolled_window_get_min_content_height; 12007 alias c_gtk_scrolled_window_set_min_content_height gtk_scrolled_window_set_min_content_height; 12008 alias c_gtk_scrolled_window_set_kinetic_scrolling gtk_scrolled_window_set_kinetic_scrolling; 12009 alias c_gtk_scrolled_window_get_kinetic_scrolling gtk_scrolled_window_get_kinetic_scrolling; 12010 alias c_gtk_scrolled_window_set_capture_button_press gtk_scrolled_window_set_capture_button_press; 12011 alias c_gtk_scrolled_window_get_capture_button_press gtk_scrolled_window_get_capture_button_press; 12012 12013 // gtk.ScrollableT 12014 12015 12016 // gtk.ScrollableT 12017 12018 alias c_gtk_scrollable_get_hadjustment gtk_scrollable_get_hadjustment; 12019 alias c_gtk_scrollable_set_hadjustment gtk_scrollable_set_hadjustment; 12020 alias c_gtk_scrollable_get_vadjustment gtk_scrollable_get_vadjustment; 12021 alias c_gtk_scrollable_set_vadjustment gtk_scrollable_set_vadjustment; 12022 alias c_gtk_scrollable_get_hscroll_policy gtk_scrollable_get_hscroll_policy; 12023 alias c_gtk_scrollable_set_hscroll_policy gtk_scrollable_set_hscroll_policy; 12024 alias c_gtk_scrollable_get_vscroll_policy gtk_scrollable_get_vscroll_policy; 12025 alias c_gtk_scrollable_set_vscroll_policy gtk_scrollable_set_vscroll_policy; 12026 12027 // gtk.PrintOperation 12028 12029 alias c_gtk_print_operation_new gtk_print_operation_new; 12030 alias c_gtk_print_operation_set_allow_async gtk_print_operation_set_allow_async; 12031 alias c_gtk_print_operation_get_error gtk_print_operation_get_error; 12032 alias c_gtk_print_operation_set_default_page_setup gtk_print_operation_set_default_page_setup; 12033 alias c_gtk_print_operation_get_default_page_setup gtk_print_operation_get_default_page_setup; 12034 alias c_gtk_print_operation_set_print_settings gtk_print_operation_set_print_settings; 12035 alias c_gtk_print_operation_get_print_settings gtk_print_operation_get_print_settings; 12036 alias c_gtk_print_operation_set_job_name gtk_print_operation_set_job_name; 12037 alias c_gtk_print_operation_set_n_pages gtk_print_operation_set_n_pages; 12038 alias c_gtk_print_operation_get_n_pages_to_print gtk_print_operation_get_n_pages_to_print; 12039 alias c_gtk_print_operation_set_current_page gtk_print_operation_set_current_page; 12040 alias c_gtk_print_operation_set_use_full_page gtk_print_operation_set_use_full_page; 12041 alias c_gtk_print_operation_set_unit gtk_print_operation_set_unit; 12042 alias c_gtk_print_operation_set_export_filename gtk_print_operation_set_export_filename; 12043 alias c_gtk_print_operation_set_show_progress gtk_print_operation_set_show_progress; 12044 alias c_gtk_print_operation_set_track_print_status gtk_print_operation_set_track_print_status; 12045 alias c_gtk_print_operation_set_custom_tab_label gtk_print_operation_set_custom_tab_label; 12046 alias c_gtk_print_operation_run gtk_print_operation_run; 12047 alias c_gtk_print_operation_cancel gtk_print_operation_cancel; 12048 alias c_gtk_print_operation_draw_page_finish gtk_print_operation_draw_page_finish; 12049 alias c_gtk_print_operation_set_defer_drawing gtk_print_operation_set_defer_drawing; 12050 alias c_gtk_print_operation_get_status gtk_print_operation_get_status; 12051 alias c_gtk_print_operation_get_status_string gtk_print_operation_get_status_string; 12052 alias c_gtk_print_operation_is_finished gtk_print_operation_is_finished; 12053 alias c_gtk_print_operation_set_support_selection gtk_print_operation_set_support_selection; 12054 alias c_gtk_print_operation_get_support_selection gtk_print_operation_get_support_selection; 12055 alias c_gtk_print_operation_set_has_selection gtk_print_operation_set_has_selection; 12056 alias c_gtk_print_operation_get_has_selection gtk_print_operation_get_has_selection; 12057 alias c_gtk_print_operation_set_embed_page_setup gtk_print_operation_set_embed_page_setup; 12058 alias c_gtk_print_operation_get_embed_page_setup gtk_print_operation_get_embed_page_setup; 12059 alias c_gtk_print_run_page_setup_dialog gtk_print_run_page_setup_dialog; 12060 alias c_gtk_print_run_page_setup_dialog_async gtk_print_run_page_setup_dialog_async; 12061 12062 // gtk.PrintOperationPreviewT 12063 12064 12065 // gtk.PrintOperationPreviewT 12066 12067 alias c_gtk_print_operation_preview_end_preview gtk_print_operation_preview_end_preview; 12068 alias c_gtk_print_operation_preview_is_selected gtk_print_operation_preview_is_selected; 12069 alias c_gtk_print_operation_preview_render_page gtk_print_operation_preview_render_page; 12070 12071 // gtk.PrintContext 12072 12073 alias c_gtk_print_context_get_cairo_context gtk_print_context_get_cairo_context; 12074 alias c_gtk_print_context_set_cairo_context gtk_print_context_set_cairo_context; 12075 alias c_gtk_print_context_get_page_setup gtk_print_context_get_page_setup; 12076 alias c_gtk_print_context_get_width gtk_print_context_get_width; 12077 alias c_gtk_print_context_get_height gtk_print_context_get_height; 12078 alias c_gtk_print_context_get_dpi_x gtk_print_context_get_dpi_x; 12079 alias c_gtk_print_context_get_dpi_y gtk_print_context_get_dpi_y; 12080 alias c_gtk_print_context_get_pango_fontmap gtk_print_context_get_pango_fontmap; 12081 alias c_gtk_print_context_create_pango_context gtk_print_context_create_pango_context; 12082 alias c_gtk_print_context_create_pango_layout gtk_print_context_create_pango_layout; 12083 alias c_gtk_print_context_get_hard_margins gtk_print_context_get_hard_margins; 12084 12085 // gtk.PrintSettings 12086 12087 alias c_gtk_print_settings_new gtk_print_settings_new; 12088 alias c_gtk_print_settings_copy gtk_print_settings_copy; 12089 alias c_gtk_print_settings_has_key gtk_print_settings_has_key; 12090 alias c_gtk_print_settings_get gtk_print_settings_get; 12091 alias c_gtk_print_settings_set gtk_print_settings_set; 12092 alias c_gtk_print_settings_unset gtk_print_settings_unset; 12093 alias c_gtk_print_settings_foreach gtk_print_settings_foreach; 12094 alias c_gtk_print_settings_get_bool gtk_print_settings_get_bool; 12095 alias c_gtk_print_settings_set_bool gtk_print_settings_set_bool; 12096 alias c_gtk_print_settings_get_double gtk_print_settings_get_double; 12097 alias c_gtk_print_settings_get_double_with_default gtk_print_settings_get_double_with_default; 12098 alias c_gtk_print_settings_set_double gtk_print_settings_set_double; 12099 alias c_gtk_print_settings_get_length gtk_print_settings_get_length; 12100 alias c_gtk_print_settings_set_length gtk_print_settings_set_length; 12101 alias c_gtk_print_settings_get_int gtk_print_settings_get_int; 12102 alias c_gtk_print_settings_get_int_with_default gtk_print_settings_get_int_with_default; 12103 alias c_gtk_print_settings_set_int gtk_print_settings_set_int; 12104 alias c_gtk_print_settings_get_printer gtk_print_settings_get_printer; 12105 alias c_gtk_print_settings_set_printer gtk_print_settings_set_printer; 12106 alias c_gtk_print_settings_get_orientation gtk_print_settings_get_orientation; 12107 alias c_gtk_print_settings_set_orientation gtk_print_settings_set_orientation; 12108 alias c_gtk_print_settings_get_paper_size gtk_print_settings_get_paper_size; 12109 alias c_gtk_print_settings_set_paper_size gtk_print_settings_set_paper_size; 12110 alias c_gtk_print_settings_get_paper_width gtk_print_settings_get_paper_width; 12111 alias c_gtk_print_settings_set_paper_width gtk_print_settings_set_paper_width; 12112 alias c_gtk_print_settings_get_paper_height gtk_print_settings_get_paper_height; 12113 alias c_gtk_print_settings_set_paper_height gtk_print_settings_set_paper_height; 12114 alias c_gtk_print_settings_get_use_color gtk_print_settings_get_use_color; 12115 alias c_gtk_print_settings_set_use_color gtk_print_settings_set_use_color; 12116 alias c_gtk_print_settings_get_collate gtk_print_settings_get_collate; 12117 alias c_gtk_print_settings_set_collate gtk_print_settings_set_collate; 12118 alias c_gtk_print_settings_get_reverse gtk_print_settings_get_reverse; 12119 alias c_gtk_print_settings_set_reverse gtk_print_settings_set_reverse; 12120 alias c_gtk_print_settings_get_duplex gtk_print_settings_get_duplex; 12121 alias c_gtk_print_settings_set_duplex gtk_print_settings_set_duplex; 12122 alias c_gtk_print_settings_get_quality gtk_print_settings_get_quality; 12123 alias c_gtk_print_settings_set_quality gtk_print_settings_set_quality; 12124 alias c_gtk_print_settings_get_n_copies gtk_print_settings_get_n_copies; 12125 alias c_gtk_print_settings_set_n_copies gtk_print_settings_set_n_copies; 12126 alias c_gtk_print_settings_get_number_up gtk_print_settings_get_number_up; 12127 alias c_gtk_print_settings_set_number_up gtk_print_settings_set_number_up; 12128 alias c_gtk_print_settings_get_number_up_layout gtk_print_settings_get_number_up_layout; 12129 alias c_gtk_print_settings_set_number_up_layout gtk_print_settings_set_number_up_layout; 12130 alias c_gtk_print_settings_get_resolution gtk_print_settings_get_resolution; 12131 alias c_gtk_print_settings_set_resolution gtk_print_settings_set_resolution; 12132 alias c_gtk_print_settings_set_resolution_xy gtk_print_settings_set_resolution_xy; 12133 alias c_gtk_print_settings_get_resolution_x gtk_print_settings_get_resolution_x; 12134 alias c_gtk_print_settings_get_resolution_y gtk_print_settings_get_resolution_y; 12135 alias c_gtk_print_settings_get_printer_lpi gtk_print_settings_get_printer_lpi; 12136 alias c_gtk_print_settings_set_printer_lpi gtk_print_settings_set_printer_lpi; 12137 alias c_gtk_print_settings_get_scale gtk_print_settings_get_scale; 12138 alias c_gtk_print_settings_set_scale gtk_print_settings_set_scale; 12139 alias c_gtk_print_settings_get_print_pages gtk_print_settings_get_print_pages; 12140 alias c_gtk_print_settings_set_print_pages gtk_print_settings_set_print_pages; 12141 alias c_gtk_print_settings_get_page_ranges gtk_print_settings_get_page_ranges; 12142 alias c_gtk_print_settings_set_page_ranges gtk_print_settings_set_page_ranges; 12143 alias c_gtk_print_settings_get_page_set gtk_print_settings_get_page_set; 12144 alias c_gtk_print_settings_set_page_set gtk_print_settings_set_page_set; 12145 alias c_gtk_print_settings_get_default_source gtk_print_settings_get_default_source; 12146 alias c_gtk_print_settings_set_default_source gtk_print_settings_set_default_source; 12147 alias c_gtk_print_settings_get_media_type gtk_print_settings_get_media_type; 12148 alias c_gtk_print_settings_set_media_type gtk_print_settings_set_media_type; 12149 alias c_gtk_print_settings_get_dither gtk_print_settings_get_dither; 12150 alias c_gtk_print_settings_set_dither gtk_print_settings_set_dither; 12151 alias c_gtk_print_settings_get_finishings gtk_print_settings_get_finishings; 12152 alias c_gtk_print_settings_set_finishings gtk_print_settings_set_finishings; 12153 alias c_gtk_print_settings_get_output_bin gtk_print_settings_get_output_bin; 12154 alias c_gtk_print_settings_set_output_bin gtk_print_settings_set_output_bin; 12155 alias c_gtk_print_settings_new_from_file gtk_print_settings_new_from_file; 12156 alias c_gtk_print_settings_new_from_key_file gtk_print_settings_new_from_key_file; 12157 alias c_gtk_print_settings_load_file gtk_print_settings_load_file; 12158 alias c_gtk_print_settings_load_key_file gtk_print_settings_load_key_file; 12159 alias c_gtk_print_settings_to_file gtk_print_settings_to_file; 12160 alias c_gtk_print_settings_to_key_file gtk_print_settings_to_key_file; 12161 12162 // gtk.PageSetup 12163 12164 alias c_gtk_page_setup_new gtk_page_setup_new; 12165 alias c_gtk_page_setup_copy gtk_page_setup_copy; 12166 alias c_gtk_page_setup_get_orientation gtk_page_setup_get_orientation; 12167 alias c_gtk_page_setup_set_orientation gtk_page_setup_set_orientation; 12168 alias c_gtk_page_setup_get_paper_size gtk_page_setup_get_paper_size; 12169 alias c_gtk_page_setup_set_paper_size gtk_page_setup_set_paper_size; 12170 alias c_gtk_page_setup_get_top_margin gtk_page_setup_get_top_margin; 12171 alias c_gtk_page_setup_set_top_margin gtk_page_setup_set_top_margin; 12172 alias c_gtk_page_setup_get_bottom_margin gtk_page_setup_get_bottom_margin; 12173 alias c_gtk_page_setup_set_bottom_margin gtk_page_setup_set_bottom_margin; 12174 alias c_gtk_page_setup_get_left_margin gtk_page_setup_get_left_margin; 12175 alias c_gtk_page_setup_set_left_margin gtk_page_setup_set_left_margin; 12176 alias c_gtk_page_setup_get_right_margin gtk_page_setup_get_right_margin; 12177 alias c_gtk_page_setup_set_right_margin gtk_page_setup_set_right_margin; 12178 alias c_gtk_page_setup_set_paper_size_and_default_margins gtk_page_setup_set_paper_size_and_default_margins; 12179 alias c_gtk_page_setup_get_paper_width gtk_page_setup_get_paper_width; 12180 alias c_gtk_page_setup_get_paper_height gtk_page_setup_get_paper_height; 12181 alias c_gtk_page_setup_get_page_width gtk_page_setup_get_page_width; 12182 alias c_gtk_page_setup_get_page_height gtk_page_setup_get_page_height; 12183 alias c_gtk_page_setup_new_from_file gtk_page_setup_new_from_file; 12184 alias c_gtk_page_setup_new_from_key_file gtk_page_setup_new_from_key_file; 12185 alias c_gtk_page_setup_load_file gtk_page_setup_load_file; 12186 alias c_gtk_page_setup_load_key_file gtk_page_setup_load_key_file; 12187 alias c_gtk_page_setup_to_file gtk_page_setup_to_file; 12188 alias c_gtk_page_setup_to_key_file gtk_page_setup_to_key_file; 12189 12190 // gtk.PaperSize 12191 12192 alias c_gtk_paper_size_new gtk_paper_size_new; 12193 alias c_gtk_paper_size_new_from_ppd gtk_paper_size_new_from_ppd; 12194 alias c_gtk_paper_size_new_custom gtk_paper_size_new_custom; 12195 alias c_gtk_paper_size_copy gtk_paper_size_copy; 12196 alias c_gtk_paper_size_free gtk_paper_size_free; 12197 alias c_gtk_paper_size_is_equal gtk_paper_size_is_equal; 12198 alias c_gtk_paper_size_get_paper_sizes gtk_paper_size_get_paper_sizes; 12199 alias c_gtk_paper_size_get_name gtk_paper_size_get_name; 12200 alias c_gtk_paper_size_get_display_name gtk_paper_size_get_display_name; 12201 alias c_gtk_paper_size_get_ppd_name gtk_paper_size_get_ppd_name; 12202 alias c_gtk_paper_size_get_width gtk_paper_size_get_width; 12203 alias c_gtk_paper_size_get_height gtk_paper_size_get_height; 12204 alias c_gtk_paper_size_is_custom gtk_paper_size_is_custom; 12205 alias c_gtk_paper_size_set_size gtk_paper_size_set_size; 12206 alias c_gtk_paper_size_get_default_top_margin gtk_paper_size_get_default_top_margin; 12207 alias c_gtk_paper_size_get_default_bottom_margin gtk_paper_size_get_default_bottom_margin; 12208 alias c_gtk_paper_size_get_default_left_margin gtk_paper_size_get_default_left_margin; 12209 alias c_gtk_paper_size_get_default_right_margin gtk_paper_size_get_default_right_margin; 12210 alias c_gtk_paper_size_get_default gtk_paper_size_get_default; 12211 alias c_gtk_paper_size_new_from_key_file gtk_paper_size_new_from_key_file; 12212 alias c_gtk_paper_size_to_key_file gtk_paper_size_to_key_file; 12213 12214 // gtk.Printer 12215 12216 alias c_gtk_printer_new gtk_printer_new; 12217 alias c_gtk_printer_get_backend gtk_printer_get_backend; 12218 alias c_gtk_printer_get_name gtk_printer_get_name; 12219 alias c_gtk_printer_get_state_message gtk_printer_get_state_message; 12220 alias c_gtk_printer_get_description gtk_printer_get_description; 12221 alias c_gtk_printer_get_location gtk_printer_get_location; 12222 alias c_gtk_printer_get_icon_name gtk_printer_get_icon_name; 12223 alias c_gtk_printer_get_job_count gtk_printer_get_job_count; 12224 alias c_gtk_printer_is_active gtk_printer_is_active; 12225 alias c_gtk_printer_is_paused gtk_printer_is_paused; 12226 alias c_gtk_printer_is_accepting_jobs gtk_printer_is_accepting_jobs; 12227 alias c_gtk_printer_is_virtual gtk_printer_is_virtual; 12228 alias c_gtk_printer_is_default gtk_printer_is_default; 12229 alias c_gtk_printer_accepts_ps gtk_printer_accepts_ps; 12230 alias c_gtk_printer_accepts_pdf gtk_printer_accepts_pdf; 12231 alias c_gtk_printer_list_papers gtk_printer_list_papers; 12232 alias c_gtk_printer_compare gtk_printer_compare; 12233 alias c_gtk_printer_has_details gtk_printer_has_details; 12234 alias c_gtk_printer_request_details gtk_printer_request_details; 12235 alias c_gtk_printer_get_capabilities gtk_printer_get_capabilities; 12236 alias c_gtk_printer_get_default_page_size gtk_printer_get_default_page_size; 12237 alias c_gtk_printer_get_hard_margins gtk_printer_get_hard_margins; 12238 alias c_gtk_enumerate_printers gtk_enumerate_printers; 12239 12240 // gtk.PrintJob 12241 12242 alias c_gtk_print_job_new gtk_print_job_new; 12243 alias c_gtk_print_job_get_settings gtk_print_job_get_settings; 12244 alias c_gtk_print_job_get_printer gtk_print_job_get_printer; 12245 alias c_gtk_print_job_get_title gtk_print_job_get_title; 12246 alias c_gtk_print_job_get_status gtk_print_job_get_status; 12247 alias c_gtk_print_job_set_source_file gtk_print_job_set_source_file; 12248 alias c_gtk_print_job_get_surface gtk_print_job_get_surface; 12249 alias c_gtk_print_job_send gtk_print_job_send; 12250 alias c_gtk_print_job_set_track_print_status gtk_print_job_set_track_print_status; 12251 alias c_gtk_print_job_get_track_print_status gtk_print_job_get_track_print_status; 12252 alias c_gtk_print_job_get_pages gtk_print_job_get_pages; 12253 alias c_gtk_print_job_set_pages gtk_print_job_set_pages; 12254 alias c_gtk_print_job_get_page_ranges gtk_print_job_get_page_ranges; 12255 alias c_gtk_print_job_set_page_ranges gtk_print_job_set_page_ranges; 12256 alias c_gtk_print_job_get_page_set gtk_print_job_get_page_set; 12257 alias c_gtk_print_job_set_page_set gtk_print_job_set_page_set; 12258 alias c_gtk_print_job_get_num_copies gtk_print_job_get_num_copies; 12259 alias c_gtk_print_job_set_num_copies gtk_print_job_set_num_copies; 12260 alias c_gtk_print_job_get_scale gtk_print_job_get_scale; 12261 alias c_gtk_print_job_set_scale gtk_print_job_set_scale; 12262 alias c_gtk_print_job_get_n_up gtk_print_job_get_n_up; 12263 alias c_gtk_print_job_set_n_up gtk_print_job_set_n_up; 12264 alias c_gtk_print_job_get_n_up_layout gtk_print_job_get_n_up_layout; 12265 alias c_gtk_print_job_set_n_up_layout gtk_print_job_set_n_up_layout; 12266 alias c_gtk_print_job_get_rotate gtk_print_job_get_rotate; 12267 alias c_gtk_print_job_set_rotate gtk_print_job_set_rotate; 12268 alias c_gtk_print_job_get_collate gtk_print_job_get_collate; 12269 alias c_gtk_print_job_set_collate gtk_print_job_set_collate; 12270 alias c_gtk_print_job_get_reverse gtk_print_job_get_reverse; 12271 alias c_gtk_print_job_set_reverse gtk_print_job_set_reverse; 12272 12273 // gtk.PrintUnixDialog 12274 12275 alias c_gtk_print_unix_dialog_new gtk_print_unix_dialog_new; 12276 alias c_gtk_print_unix_dialog_set_page_setup gtk_print_unix_dialog_set_page_setup; 12277 alias c_gtk_print_unix_dialog_get_page_setup gtk_print_unix_dialog_get_page_setup; 12278 alias c_gtk_print_unix_dialog_set_current_page gtk_print_unix_dialog_set_current_page; 12279 alias c_gtk_print_unix_dialog_get_current_page gtk_print_unix_dialog_get_current_page; 12280 alias c_gtk_print_unix_dialog_set_settings gtk_print_unix_dialog_set_settings; 12281 alias c_gtk_print_unix_dialog_get_settings gtk_print_unix_dialog_get_settings; 12282 alias c_gtk_print_unix_dialog_get_selected_printer gtk_print_unix_dialog_get_selected_printer; 12283 alias c_gtk_print_unix_dialog_add_custom_tab gtk_print_unix_dialog_add_custom_tab; 12284 alias c_gtk_print_unix_dialog_set_support_selection gtk_print_unix_dialog_set_support_selection; 12285 alias c_gtk_print_unix_dialog_get_support_selection gtk_print_unix_dialog_get_support_selection; 12286 alias c_gtk_print_unix_dialog_set_has_selection gtk_print_unix_dialog_set_has_selection; 12287 alias c_gtk_print_unix_dialog_get_has_selection gtk_print_unix_dialog_get_has_selection; 12288 alias c_gtk_print_unix_dialog_set_embed_page_setup gtk_print_unix_dialog_set_embed_page_setup; 12289 alias c_gtk_print_unix_dialog_get_embed_page_setup gtk_print_unix_dialog_get_embed_page_setup; 12290 alias c_gtk_print_unix_dialog_get_page_setup_set gtk_print_unix_dialog_get_page_setup_set; 12291 alias c_gtk_print_unix_dialog_set_manual_capabilities gtk_print_unix_dialog_set_manual_capabilities; 12292 alias c_gtk_print_unix_dialog_get_manual_capabilities gtk_print_unix_dialog_get_manual_capabilities; 12293 12294 // gtk.PageSetupUnixDialog 12295 12296 alias c_gtk_page_setup_unix_dialog_new gtk_page_setup_unix_dialog_new; 12297 alias c_gtk_page_setup_unix_dialog_set_page_setup gtk_page_setup_unix_dialog_set_page_setup; 12298 alias c_gtk_page_setup_unix_dialog_get_page_setup gtk_page_setup_unix_dialog_get_page_setup; 12299 alias c_gtk_page_setup_unix_dialog_set_print_settings gtk_page_setup_unix_dialog_set_print_settings; 12300 alias c_gtk_page_setup_unix_dialog_get_print_settings gtk_page_setup_unix_dialog_get_print_settings; 12301 12302 // gtk.Adjustment 12303 12304 alias c_gtk_adjustment_new gtk_adjustment_new; 12305 alias c_gtk_adjustment_get_value gtk_adjustment_get_value; 12306 alias c_gtk_adjustment_set_value gtk_adjustment_set_value; 12307 alias c_gtk_adjustment_clamp_page gtk_adjustment_clamp_page; 12308 alias c_gtk_adjustment_changed gtk_adjustment_changed; 12309 alias c_gtk_adjustment_value_changed gtk_adjustment_value_changed; 12310 alias c_gtk_adjustment_configure gtk_adjustment_configure; 12311 alias c_gtk_adjustment_get_lower gtk_adjustment_get_lower; 12312 alias c_gtk_adjustment_get_page_increment gtk_adjustment_get_page_increment; 12313 alias c_gtk_adjustment_get_page_size gtk_adjustment_get_page_size; 12314 alias c_gtk_adjustment_get_step_increment gtk_adjustment_get_step_increment; 12315 alias c_gtk_adjustment_get_minimum_increment gtk_adjustment_get_minimum_increment; 12316 alias c_gtk_adjustment_get_upper gtk_adjustment_get_upper; 12317 alias c_gtk_adjustment_set_lower gtk_adjustment_set_lower; 12318 alias c_gtk_adjustment_set_page_increment gtk_adjustment_set_page_increment; 12319 alias c_gtk_adjustment_set_page_size gtk_adjustment_set_page_size; 12320 alias c_gtk_adjustment_set_step_increment gtk_adjustment_set_step_increment; 12321 alias c_gtk_adjustment_set_upper gtk_adjustment_set_upper; 12322 12323 // gtk.Arrow 12324 12325 alias c_gtk_arrow_new gtk_arrow_new; 12326 alias c_gtk_arrow_set gtk_arrow_set; 12327 12328 // gtk.Calendar 12329 12330 alias c_gtk_calendar_new gtk_calendar_new; 12331 alias c_gtk_calendar_select_month gtk_calendar_select_month; 12332 alias c_gtk_calendar_select_day gtk_calendar_select_day; 12333 alias c_gtk_calendar_mark_day gtk_calendar_mark_day; 12334 alias c_gtk_calendar_unmark_day gtk_calendar_unmark_day; 12335 alias c_gtk_calendar_get_day_is_marked gtk_calendar_get_day_is_marked; 12336 alias c_gtk_calendar_clear_marks gtk_calendar_clear_marks; 12337 alias c_gtk_calendar_get_display_options gtk_calendar_get_display_options; 12338 alias c_gtk_calendar_set_display_options gtk_calendar_set_display_options; 12339 alias c_gtk_calendar_get_date gtk_calendar_get_date; 12340 alias c_gtk_calendar_set_detail_func gtk_calendar_set_detail_func; 12341 alias c_gtk_calendar_get_detail_width_chars gtk_calendar_get_detail_width_chars; 12342 alias c_gtk_calendar_set_detail_width_chars gtk_calendar_set_detail_width_chars; 12343 alias c_gtk_calendar_get_detail_height_rows gtk_calendar_get_detail_height_rows; 12344 alias c_gtk_calendar_set_detail_height_rows gtk_calendar_set_detail_height_rows; 12345 12346 // gtk.DrawingArea 12347 12348 alias c_gtk_drawing_area_new gtk_drawing_area_new; 12349 12350 // gtk.EventBox 12351 12352 alias c_gtk_event_box_new gtk_event_box_new; 12353 alias c_gtk_event_box_set_above_child gtk_event_box_set_above_child; 12354 alias c_gtk_event_box_get_above_child gtk_event_box_get_above_child; 12355 alias c_gtk_event_box_set_visible_window gtk_event_box_set_visible_window; 12356 alias c_gtk_event_box_get_visible_window gtk_event_box_get_visible_window; 12357 12358 // gtk.HandleBox 12359 12360 alias c_gtk_handle_box_new gtk_handle_box_new; 12361 alias c_gtk_handle_box_set_shadow_type gtk_handle_box_set_shadow_type; 12362 alias c_gtk_handle_box_set_handle_position gtk_handle_box_set_handle_position; 12363 alias c_gtk_handle_box_set_snap_edge gtk_handle_box_set_snap_edge; 12364 alias c_gtk_handle_box_get_handle_position gtk_handle_box_get_handle_position; 12365 alias c_gtk_handle_box_get_shadow_type gtk_handle_box_get_shadow_type; 12366 alias c_gtk_handle_box_get_snap_edge gtk_handle_box_get_snap_edge; 12367 alias c_gtk_handle_box_get_child_detached gtk_handle_box_get_child_detached; 12368 12369 // gtk.IMContextSimple 12370 12371 alias c_gtk_im_context_simple_new gtk_im_context_simple_new; 12372 alias c_gtk_im_context_simple_add_table gtk_im_context_simple_add_table; 12373 12374 // gtk.IMMulticontext 12375 12376 alias c_gtk_im_multicontext_new gtk_im_multicontext_new; 12377 alias c_gtk_im_multicontext_append_menuitems gtk_im_multicontext_append_menuitems; 12378 alias c_gtk_im_multicontext_get_context_id gtk_im_multicontext_get_context_id; 12379 alias c_gtk_im_multicontext_set_context_id gtk_im_multicontext_set_context_id; 12380 12381 // gtk.SizeGroup 12382 12383 alias c_gtk_size_group_new gtk_size_group_new; 12384 alias c_gtk_size_group_set_mode gtk_size_group_set_mode; 12385 alias c_gtk_size_group_get_mode gtk_size_group_get_mode; 12386 alias c_gtk_size_group_set_ignore_hidden gtk_size_group_set_ignore_hidden; 12387 alias c_gtk_size_group_get_ignore_hidden gtk_size_group_get_ignore_hidden; 12388 alias c_gtk_size_group_add_widget gtk_size_group_add_widget; 12389 alias c_gtk_size_group_remove_widget gtk_size_group_remove_widget; 12390 alias c_gtk_size_group_get_widgets gtk_size_group_get_widgets; 12391 12392 // gtk.Tooltip 12393 12394 alias c_gtk_tooltip_set_markup gtk_tooltip_set_markup; 12395 alias c_gtk_tooltip_set_text gtk_tooltip_set_text; 12396 alias c_gtk_tooltip_set_icon gtk_tooltip_set_icon; 12397 alias c_gtk_tooltip_set_icon_from_stock gtk_tooltip_set_icon_from_stock; 12398 alias c_gtk_tooltip_set_icon_from_icon_name gtk_tooltip_set_icon_from_icon_name; 12399 alias c_gtk_tooltip_set_icon_from_gicon gtk_tooltip_set_icon_from_gicon; 12400 alias c_gtk_tooltip_set_custom gtk_tooltip_set_custom; 12401 alias c_gtk_tooltip_trigger_tooltip_query gtk_tooltip_trigger_tooltip_query; 12402 alias c_gtk_tooltip_set_tip_area gtk_tooltip_set_tip_area; 12403 12404 // gtk.Viewport 12405 12406 alias c_gtk_viewport_new gtk_viewport_new; 12407 alias c_gtk_viewport_get_hadjustment gtk_viewport_get_hadjustment; 12408 alias c_gtk_viewport_get_vadjustment gtk_viewport_get_vadjustment; 12409 alias c_gtk_viewport_set_hadjustment gtk_viewport_set_hadjustment; 12410 alias c_gtk_viewport_set_vadjustment gtk_viewport_set_vadjustment; 12411 alias c_gtk_viewport_set_shadow_type gtk_viewport_set_shadow_type; 12412 alias c_gtk_viewport_get_shadow_type gtk_viewport_get_shadow_type; 12413 alias c_gtk_viewport_get_bin_window gtk_viewport_get_bin_window; 12414 alias c_gtk_viewport_get_view_window gtk_viewport_get_view_window; 12415 12416 // gtk.Accessible 12417 12418 alias c_gtk_accessible_connect_widget_destroyed gtk_accessible_connect_widget_destroyed; 12419 alias c_gtk_accessible_get_widget gtk_accessible_get_widget; 12420 alias c_gtk_accessible_set_widget gtk_accessible_set_widget; 12421 12422 // gtk.Widget 12423 12424 alias c_gtk_widget_new gtk_widget_new; 12425 alias c_gtk_widget_destroy gtk_widget_destroy; 12426 alias c_gtk_widget_in_destruction gtk_widget_in_destruction; 12427 alias c_gtk_widget_destroyed gtk_widget_destroyed; 12428 alias c_gtk_widget_unparent gtk_widget_unparent; 12429 alias c_gtk_widget_show gtk_widget_show; 12430 alias c_gtk_widget_show_now gtk_widget_show_now; 12431 alias c_gtk_widget_hide gtk_widget_hide; 12432 alias c_gtk_widget_show_all gtk_widget_show_all; 12433 alias c_gtk_widget_map gtk_widget_map; 12434 alias c_gtk_widget_unmap gtk_widget_unmap; 12435 alias c_gtk_widget_realize gtk_widget_realize; 12436 alias c_gtk_widget_unrealize gtk_widget_unrealize; 12437 alias c_gtk_widget_draw gtk_widget_draw; 12438 alias c_gtk_widget_queue_draw gtk_widget_queue_draw; 12439 alias c_gtk_widget_queue_resize gtk_widget_queue_resize; 12440 alias c_gtk_widget_queue_resize_no_redraw gtk_widget_queue_resize_no_redraw; 12441 alias c_gtk_widget_get_frame_clock gtk_widget_get_frame_clock; 12442 alias c_gtk_widget_get_scale_factor gtk_widget_get_scale_factor; 12443 alias c_gtk_widget_add_tick_callback gtk_widget_add_tick_callback; 12444 alias c_gtk_widget_remove_tick_callback gtk_widget_remove_tick_callback; 12445 alias c_gtk_widget_size_request gtk_widget_size_request; 12446 alias c_gtk_widget_get_child_requisition gtk_widget_get_child_requisition; 12447 alias c_gtk_widget_size_allocate gtk_widget_size_allocate; 12448 alias c_gtk_widget_size_allocate_with_baseline gtk_widget_size_allocate_with_baseline; 12449 alias c_gtk_widget_add_accelerator gtk_widget_add_accelerator; 12450 alias c_gtk_widget_remove_accelerator gtk_widget_remove_accelerator; 12451 alias c_gtk_widget_set_accel_path gtk_widget_set_accel_path; 12452 alias c_gtk_widget_list_accel_closures gtk_widget_list_accel_closures; 12453 alias c_gtk_widget_can_activate_accel gtk_widget_can_activate_accel; 12454 alias c_gtk_widget_event gtk_widget_event; 12455 alias c_gtk_widget_activate gtk_widget_activate; 12456 alias c_gtk_widget_reparent gtk_widget_reparent; 12457 alias c_gtk_widget_intersect gtk_widget_intersect; 12458 alias c_gtk_widget_is_focus gtk_widget_is_focus; 12459 alias c_gtk_widget_grab_focus gtk_widget_grab_focus; 12460 alias c_gtk_widget_grab_default gtk_widget_grab_default; 12461 alias c_gtk_widget_set_name gtk_widget_set_name; 12462 alias c_gtk_widget_get_name gtk_widget_get_name; 12463 alias c_gtk_widget_set_state gtk_widget_set_state; 12464 alias c_gtk_widget_set_sensitive gtk_widget_set_sensitive; 12465 alias c_gtk_widget_set_parent gtk_widget_set_parent; 12466 alias c_gtk_widget_set_parent_window gtk_widget_set_parent_window; 12467 alias c_gtk_widget_get_parent_window gtk_widget_get_parent_window; 12468 alias c_gtk_widget_set_events gtk_widget_set_events; 12469 alias c_gtk_widget_get_events gtk_widget_get_events; 12470 alias c_gtk_widget_add_events gtk_widget_add_events; 12471 alias c_gtk_widget_set_device_events gtk_widget_set_device_events; 12472 alias c_gtk_widget_get_device_events gtk_widget_get_device_events; 12473 alias c_gtk_widget_add_device_events gtk_widget_add_device_events; 12474 alias c_gtk_widget_set_device_enabled gtk_widget_set_device_enabled; 12475 alias c_gtk_widget_get_device_enabled gtk_widget_get_device_enabled; 12476 alias c_gtk_widget_get_toplevel gtk_widget_get_toplevel; 12477 alias c_gtk_widget_get_ancestor gtk_widget_get_ancestor; 12478 alias c_gtk_widget_get_visual gtk_widget_get_visual; 12479 alias c_gtk_widget_set_visual gtk_widget_set_visual; 12480 alias c_gtk_widget_get_pointer gtk_widget_get_pointer; 12481 alias c_gtk_widget_is_ancestor gtk_widget_is_ancestor; 12482 alias c_gtk_widget_translate_coordinates gtk_widget_translate_coordinates; 12483 alias c_gtk_widget_hide_on_delete gtk_widget_hide_on_delete; 12484 alias c_gtk_widget_set_style gtk_widget_set_style; 12485 alias c_gtk_widget_ensure_style gtk_widget_ensure_style; 12486 alias c_gtk_widget_get_style gtk_widget_get_style; 12487 alias c_gtk_widget_reset_rc_styles gtk_widget_reset_rc_styles; 12488 alias c_gtk_widget_get_default_style gtk_widget_get_default_style; 12489 alias c_gtk_widget_set_direction gtk_widget_set_direction; 12490 alias c_gtk_widget_get_direction gtk_widget_get_direction; 12491 alias c_gtk_widget_set_default_direction gtk_widget_set_default_direction; 12492 alias c_gtk_widget_get_default_direction gtk_widget_get_default_direction; 12493 alias c_gtk_widget_shape_combine_region gtk_widget_shape_combine_region; 12494 alias c_gtk_widget_input_shape_combine_region gtk_widget_input_shape_combine_region; 12495 alias c_gtk_widget_path gtk_widget_path; 12496 alias c_gtk_widget_get_composite_name gtk_widget_get_composite_name; 12497 alias c_gtk_widget_override_background_color gtk_widget_override_background_color; 12498 alias c_gtk_widget_override_color gtk_widget_override_color; 12499 alias c_gtk_widget_override_font gtk_widget_override_font; 12500 alias c_gtk_widget_override_symbolic_color gtk_widget_override_symbolic_color; 12501 alias c_gtk_widget_override_cursor gtk_widget_override_cursor; 12502 alias c_gtk_widget_modify_style gtk_widget_modify_style; 12503 alias c_gtk_widget_get_modifier_style gtk_widget_get_modifier_style; 12504 alias c_gtk_widget_modify_fg gtk_widget_modify_fg; 12505 alias c_gtk_widget_modify_bg gtk_widget_modify_bg; 12506 alias c_gtk_widget_modify_text gtk_widget_modify_text; 12507 alias c_gtk_widget_modify_base gtk_widget_modify_base; 12508 alias c_gtk_widget_modify_font gtk_widget_modify_font; 12509 alias c_gtk_widget_modify_cursor gtk_widget_modify_cursor; 12510 alias c_gtk_widget_create_pango_context gtk_widget_create_pango_context; 12511 alias c_gtk_widget_get_pango_context gtk_widget_get_pango_context; 12512 alias c_gtk_widget_create_pango_layout gtk_widget_create_pango_layout; 12513 alias c_gtk_widget_render_icon gtk_widget_render_icon; 12514 alias c_gtk_widget_render_icon_pixbuf gtk_widget_render_icon_pixbuf; 12515 alias c_gtk_widget_pop_composite_child gtk_widget_pop_composite_child; 12516 alias c_gtk_widget_push_composite_child gtk_widget_push_composite_child; 12517 alias c_gtk_widget_queue_draw_area gtk_widget_queue_draw_area; 12518 alias c_gtk_widget_queue_draw_region gtk_widget_queue_draw_region; 12519 alias c_gtk_widget_set_app_paintable gtk_widget_set_app_paintable; 12520 alias c_gtk_widget_set_double_buffered gtk_widget_set_double_buffered; 12521 alias c_gtk_widget_set_redraw_on_allocate gtk_widget_set_redraw_on_allocate; 12522 alias c_gtk_widget_set_composite_name gtk_widget_set_composite_name; 12523 alias c_gtk_widget_mnemonic_activate gtk_widget_mnemonic_activate; 12524 alias c_gtk_widget_region_intersect gtk_widget_region_intersect; 12525 alias c_gtk_widget_send_expose gtk_widget_send_expose; 12526 alias c_gtk_widget_send_focus_change gtk_widget_send_focus_change; 12527 alias c_gtk_widget_style_get gtk_widget_style_get; 12528 alias c_gtk_widget_style_get_property gtk_widget_style_get_property; 12529 alias c_gtk_widget_style_get_valist gtk_widget_style_get_valist; 12530 alias c_gtk_widget_style_attach gtk_widget_style_attach; 12531 alias c_gtk_widget_get_accessible gtk_widget_get_accessible; 12532 alias c_gtk_widget_child_focus gtk_widget_child_focus; 12533 alias c_gtk_widget_child_notify gtk_widget_child_notify; 12534 alias c_gtk_widget_freeze_child_notify gtk_widget_freeze_child_notify; 12535 alias c_gtk_widget_get_child_visible gtk_widget_get_child_visible; 12536 alias c_gtk_widget_get_parent gtk_widget_get_parent; 12537 alias c_gtk_widget_get_settings gtk_widget_get_settings; 12538 alias c_gtk_widget_get_clipboard gtk_widget_get_clipboard; 12539 alias c_gtk_widget_get_display gtk_widget_get_display; 12540 alias c_gtk_widget_get_root_window gtk_widget_get_root_window; 12541 alias c_gtk_widget_get_screen gtk_widget_get_screen; 12542 alias c_gtk_widget_has_screen gtk_widget_has_screen; 12543 alias c_gtk_widget_get_size_request gtk_widget_get_size_request; 12544 alias c_gtk_widget_set_child_visible gtk_widget_set_child_visible; 12545 alias c_gtk_widget_set_size_request gtk_widget_set_size_request; 12546 alias c_gtk_widget_thaw_child_notify gtk_widget_thaw_child_notify; 12547 alias c_gtk_widget_set_no_show_all gtk_widget_set_no_show_all; 12548 alias c_gtk_widget_get_no_show_all gtk_widget_get_no_show_all; 12549 alias c_gtk_widget_list_mnemonic_labels gtk_widget_list_mnemonic_labels; 12550 alias c_gtk_widget_add_mnemonic_label gtk_widget_add_mnemonic_label; 12551 alias c_gtk_widget_remove_mnemonic_label gtk_widget_remove_mnemonic_label; 12552 alias c_gtk_widget_is_composited gtk_widget_is_composited; 12553 alias c_gtk_widget_error_bell gtk_widget_error_bell; 12554 alias c_gtk_widget_keynav_failed gtk_widget_keynav_failed; 12555 alias c_gtk_widget_get_tooltip_markup gtk_widget_get_tooltip_markup; 12556 alias c_gtk_widget_set_tooltip_markup gtk_widget_set_tooltip_markup; 12557 alias c_gtk_widget_get_tooltip_text gtk_widget_get_tooltip_text; 12558 alias c_gtk_widget_set_tooltip_text gtk_widget_set_tooltip_text; 12559 alias c_gtk_widget_get_tooltip_window gtk_widget_get_tooltip_window; 12560 alias c_gtk_widget_set_tooltip_window gtk_widget_set_tooltip_window; 12561 alias c_gtk_widget_get_has_tooltip gtk_widget_get_has_tooltip; 12562 alias c_gtk_widget_set_has_tooltip gtk_widget_set_has_tooltip; 12563 alias c_gtk_widget_trigger_tooltip_query gtk_widget_trigger_tooltip_query; 12564 alias c_gtk_widget_get_window gtk_widget_get_window; 12565 alias c_gtk_widget_register_window gtk_widget_register_window; 12566 alias c_gtk_widget_unregister_window gtk_widget_unregister_window; 12567 alias c_gtk_cairo_should_draw_window gtk_cairo_should_draw_window; 12568 alias c_gtk_cairo_transform_to_window gtk_cairo_transform_to_window; 12569 alias c_gtk_widget_get_allocated_width gtk_widget_get_allocated_width; 12570 alias c_gtk_widget_get_allocated_height gtk_widget_get_allocated_height; 12571 alias c_gtk_widget_get_allocation gtk_widget_get_allocation; 12572 alias c_gtk_widget_set_allocation gtk_widget_set_allocation; 12573 alias c_gtk_widget_get_allocated_baseline gtk_widget_get_allocated_baseline; 12574 alias c_gtk_widget_get_app_paintable gtk_widget_get_app_paintable; 12575 alias c_gtk_widget_get_can_default gtk_widget_get_can_default; 12576 alias c_gtk_widget_set_can_default gtk_widget_set_can_default; 12577 alias c_gtk_widget_get_can_focus gtk_widget_get_can_focus; 12578 alias c_gtk_widget_set_can_focus gtk_widget_set_can_focus; 12579 alias c_gtk_widget_get_double_buffered gtk_widget_get_double_buffered; 12580 alias c_gtk_widget_get_has_window gtk_widget_get_has_window; 12581 alias c_gtk_widget_set_has_window gtk_widget_set_has_window; 12582 alias c_gtk_widget_get_sensitive gtk_widget_get_sensitive; 12583 alias c_gtk_widget_is_sensitive gtk_widget_is_sensitive; 12584 alias c_gtk_widget_get_state gtk_widget_get_state; 12585 alias c_gtk_widget_get_visible gtk_widget_get_visible; 12586 alias c_gtk_widget_is_visible gtk_widget_is_visible; 12587 alias c_gtk_widget_set_visible gtk_widget_set_visible; 12588 alias c_gtk_widget_set_state_flags gtk_widget_set_state_flags; 12589 alias c_gtk_widget_unset_state_flags gtk_widget_unset_state_flags; 12590 alias c_gtk_widget_get_state_flags gtk_widget_get_state_flags; 12591 alias c_gtk_widget_has_default gtk_widget_has_default; 12592 alias c_gtk_widget_has_focus gtk_widget_has_focus; 12593 alias c_gtk_widget_has_visible_focus gtk_widget_has_visible_focus; 12594 alias c_gtk_widget_has_grab gtk_widget_has_grab; 12595 alias c_gtk_widget_has_rc_style gtk_widget_has_rc_style; 12596 alias c_gtk_widget_is_drawable gtk_widget_is_drawable; 12597 alias c_gtk_widget_is_toplevel gtk_widget_is_toplevel; 12598 alias c_gtk_widget_set_window gtk_widget_set_window; 12599 alias c_gtk_widget_set_receives_default gtk_widget_set_receives_default; 12600 alias c_gtk_widget_get_receives_default gtk_widget_get_receives_default; 12601 alias c_gtk_widget_set_support_multidevice gtk_widget_set_support_multidevice; 12602 alias c_gtk_widget_get_support_multidevice gtk_widget_get_support_multidevice; 12603 alias c_gtk_widget_set_realized gtk_widget_set_realized; 12604 alias c_gtk_widget_get_realized gtk_widget_get_realized; 12605 alias c_gtk_widget_set_mapped gtk_widget_set_mapped; 12606 alias c_gtk_widget_get_mapped gtk_widget_get_mapped; 12607 alias c_gtk_widget_get_requisition gtk_widget_get_requisition; 12608 alias c_gtk_widget_device_is_shadowed gtk_widget_device_is_shadowed; 12609 alias c_gtk_widget_get_modifier_mask gtk_widget_get_modifier_mask; 12610 alias c_gtk_widget_insert_action_group gtk_widget_insert_action_group; 12611 alias c_gtk_widget_get_opacity gtk_widget_get_opacity; 12612 alias c_gtk_widget_set_opacity gtk_widget_set_opacity; 12613 alias c_gtk_widget_get_path gtk_widget_get_path; 12614 alias c_gtk_widget_get_style_context gtk_widget_get_style_context; 12615 alias c_gtk_widget_reset_style gtk_widget_reset_style; 12616 alias c_gtk_widget_get_preferred_height gtk_widget_get_preferred_height; 12617 alias c_gtk_widget_get_preferred_width gtk_widget_get_preferred_width; 12618 alias c_gtk_widget_get_preferred_height_for_width gtk_widget_get_preferred_height_for_width; 12619 alias c_gtk_widget_get_preferred_width_for_height gtk_widget_get_preferred_width_for_height; 12620 alias c_gtk_widget_get_preferred_height_and_baseline_for_width gtk_widget_get_preferred_height_and_baseline_for_width; 12621 alias c_gtk_widget_get_request_mode gtk_widget_get_request_mode; 12622 alias c_gtk_widget_get_preferred_size gtk_widget_get_preferred_size; 12623 alias c_gtk_distribute_natural_allocation gtk_distribute_natural_allocation; 12624 alias c_gtk_widget_get_halign gtk_widget_get_halign; 12625 alias c_gtk_widget_set_halign gtk_widget_set_halign; 12626 alias c_gtk_widget_get_valign gtk_widget_get_valign; 12627 alias c_gtk_widget_get_valign_with_baseline gtk_widget_get_valign_with_baseline; 12628 alias c_gtk_widget_set_valign gtk_widget_set_valign; 12629 alias c_gtk_widget_get_margin_left gtk_widget_get_margin_left; 12630 alias c_gtk_widget_set_margin_left gtk_widget_set_margin_left; 12631 alias c_gtk_widget_get_margin_right gtk_widget_get_margin_right; 12632 alias c_gtk_widget_set_margin_right gtk_widget_set_margin_right; 12633 alias c_gtk_widget_get_margin_top gtk_widget_get_margin_top; 12634 alias c_gtk_widget_set_margin_top gtk_widget_set_margin_top; 12635 alias c_gtk_widget_get_margin_bottom gtk_widget_get_margin_bottom; 12636 alias c_gtk_widget_set_margin_bottom gtk_widget_set_margin_bottom; 12637 alias c_gtk_widget_get_hexpand gtk_widget_get_hexpand; 12638 alias c_gtk_widget_set_hexpand gtk_widget_set_hexpand; 12639 alias c_gtk_widget_get_hexpand_set gtk_widget_get_hexpand_set; 12640 alias c_gtk_widget_set_hexpand_set gtk_widget_set_hexpand_set; 12641 alias c_gtk_widget_get_vexpand gtk_widget_get_vexpand; 12642 alias c_gtk_widget_set_vexpand gtk_widget_set_vexpand; 12643 alias c_gtk_widget_get_vexpand_set gtk_widget_get_vexpand_set; 12644 alias c_gtk_widget_set_vexpand_set gtk_widget_set_vexpand_set; 12645 alias c_gtk_widget_queue_compute_expand gtk_widget_queue_compute_expand; 12646 alias c_gtk_widget_compute_expand gtk_widget_compute_expand; 12647 alias c_gtk_widget_init_template gtk_widget_init_template; 12648 alias c_gtk_widget_get_template_child gtk_widget_get_template_child; 12649 12650 // gtk.Requisition 12651 12652 alias c_gtk_requisition_new gtk_requisition_new; 12653 alias c_gtk_requisition_copy gtk_requisition_copy; 12654 alias c_gtk_requisition_free gtk_requisition_free; 12655 12656 // gtk.WidgetClass 12657 12658 alias c_gtk_widget_class_path gtk_widget_class_path; 12659 alias c_gtk_widget_class_install_style_property gtk_widget_class_install_style_property; 12660 alias c_gtk_widget_class_install_style_property_parser gtk_widget_class_install_style_property_parser; 12661 alias c_gtk_widget_class_find_style_property gtk_widget_class_find_style_property; 12662 alias c_gtk_widget_class_list_style_properties gtk_widget_class_list_style_properties; 12663 alias c_gtk_widget_class_set_accessible_type gtk_widget_class_set_accessible_type; 12664 alias c_gtk_widget_class_set_accessible_role gtk_widget_class_set_accessible_role; 12665 alias c_gtk_widget_class_set_template gtk_widget_class_set_template; 12666 alias c_gtk_widget_class_set_template_from_resource gtk_widget_class_set_template_from_resource; 12667 alias c_gtk_widget_class_bind_template_child_full gtk_widget_class_bind_template_child_full; 12668 alias c_gtk_widget_class_bind_template_callback_full gtk_widget_class_bind_template_callback_full; 12669 alias c_gtk_widget_class_set_connect_func gtk_widget_class_set_connect_func; 12670 12671 // gtk.Container 12672 12673 alias c_gtk_container_add gtk_container_add; 12674 alias c_gtk_container_remove gtk_container_remove; 12675 alias c_gtk_container_add_with_properties gtk_container_add_with_properties; 12676 alias c_gtk_container_get_resize_mode gtk_container_get_resize_mode; 12677 alias c_gtk_container_set_resize_mode gtk_container_set_resize_mode; 12678 alias c_gtk_container_check_resize gtk_container_check_resize; 12679 alias c_gtk_container_foreach gtk_container_foreach; 12680 alias c_gtk_container_get_children gtk_container_get_children; 12681 alias c_gtk_container_get_path_for_child gtk_container_get_path_for_child; 12682 alias c_gtk_container_set_reallocate_redraws gtk_container_set_reallocate_redraws; 12683 alias c_gtk_container_get_focus_child gtk_container_get_focus_child; 12684 alias c_gtk_container_set_focus_child gtk_container_set_focus_child; 12685 alias c_gtk_container_get_focus_vadjustment gtk_container_get_focus_vadjustment; 12686 alias c_gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjustment; 12687 alias c_gtk_container_get_focus_hadjustment gtk_container_get_focus_hadjustment; 12688 alias c_gtk_container_set_focus_hadjustment gtk_container_set_focus_hadjustment; 12689 alias c_gtk_container_resize_children gtk_container_resize_children; 12690 alias c_gtk_container_child_type gtk_container_child_type; 12691 alias c_gtk_container_child_get gtk_container_child_get; 12692 alias c_gtk_container_child_set gtk_container_child_set; 12693 alias c_gtk_container_child_get_property gtk_container_child_get_property; 12694 alias c_gtk_container_child_set_property gtk_container_child_set_property; 12695 alias c_gtk_container_child_get_valist gtk_container_child_get_valist; 12696 alias c_gtk_container_child_set_valist gtk_container_child_set_valist; 12697 alias c_gtk_container_child_notify gtk_container_child_notify; 12698 alias c_gtk_container_forall gtk_container_forall; 12699 alias c_gtk_container_get_border_width gtk_container_get_border_width; 12700 alias c_gtk_container_set_border_width gtk_container_set_border_width; 12701 alias c_gtk_container_propagate_draw gtk_container_propagate_draw; 12702 alias c_gtk_container_get_focus_chain gtk_container_get_focus_chain; 12703 alias c_gtk_container_set_focus_chain gtk_container_set_focus_chain; 12704 alias c_gtk_container_unset_focus_chain gtk_container_unset_focus_chain; 12705 alias c_gtk_container_class_find_child_property gtk_container_class_find_child_property; 12706 alias c_gtk_container_class_install_child_property gtk_container_class_install_child_property; 12707 alias c_gtk_container_class_list_child_properties gtk_container_class_list_child_properties; 12708 alias c_gtk_container_class_handle_border_width gtk_container_class_handle_border_width; 12709 12710 // gtk.Bin 12711 12712 alias c_gtk_bin_get_child gtk_bin_get_child; 12713 12714 // gtk.MenuShell 12715 12716 alias c_gtk_menu_shell_append gtk_menu_shell_append; 12717 alias c_gtk_menu_shell_prepend gtk_menu_shell_prepend; 12718 alias c_gtk_menu_shell_insert gtk_menu_shell_insert; 12719 alias c_gtk_menu_shell_deactivate gtk_menu_shell_deactivate; 12720 alias c_gtk_menu_shell_select_item gtk_menu_shell_select_item; 12721 alias c_gtk_menu_shell_select_first gtk_menu_shell_select_first; 12722 alias c_gtk_menu_shell_deselect gtk_menu_shell_deselect; 12723 alias c_gtk_menu_shell_activate_item gtk_menu_shell_activate_item; 12724 alias c_gtk_menu_shell_cancel gtk_menu_shell_cancel; 12725 alias c_gtk_menu_shell_set_take_focus gtk_menu_shell_set_take_focus; 12726 alias c_gtk_menu_shell_get_take_focus gtk_menu_shell_get_take_focus; 12727 alias c_gtk_menu_shell_get_selected_item gtk_menu_shell_get_selected_item; 12728 alias c_gtk_menu_shell_get_parent_shell gtk_menu_shell_get_parent_shell; 12729 alias c_gtk_menu_shell_bind_model gtk_menu_shell_bind_model; 12730 12731 // gtk.Misc 12732 12733 alias c_gtk_misc_set_alignment gtk_misc_set_alignment; 12734 alias c_gtk_misc_set_padding gtk_misc_set_padding; 12735 alias c_gtk_misc_get_alignment gtk_misc_get_alignment; 12736 alias c_gtk_misc_get_padding gtk_misc_get_padding; 12737 12738 // gtk.Range 12739 12740 alias c_gtk_range_get_fill_level gtk_range_get_fill_level; 12741 alias c_gtk_range_get_restrict_to_fill_level gtk_range_get_restrict_to_fill_level; 12742 alias c_gtk_range_get_show_fill_level gtk_range_get_show_fill_level; 12743 alias c_gtk_range_set_fill_level gtk_range_set_fill_level; 12744 alias c_gtk_range_set_restrict_to_fill_level gtk_range_set_restrict_to_fill_level; 12745 alias c_gtk_range_set_show_fill_level gtk_range_set_show_fill_level; 12746 alias c_gtk_range_get_adjustment gtk_range_get_adjustment; 12747 alias c_gtk_range_set_adjustment gtk_range_set_adjustment; 12748 alias c_gtk_range_get_inverted gtk_range_get_inverted; 12749 alias c_gtk_range_set_inverted gtk_range_set_inverted; 12750 alias c_gtk_range_get_value gtk_range_get_value; 12751 alias c_gtk_range_set_value gtk_range_set_value; 12752 alias c_gtk_range_set_increments gtk_range_set_increments; 12753 alias c_gtk_range_set_range gtk_range_set_range; 12754 alias c_gtk_range_get_round_digits gtk_range_get_round_digits; 12755 alias c_gtk_range_set_round_digits gtk_range_set_round_digits; 12756 alias c_gtk_range_set_lower_stepper_sensitivity gtk_range_set_lower_stepper_sensitivity; 12757 alias c_gtk_range_get_lower_stepper_sensitivity gtk_range_get_lower_stepper_sensitivity; 12758 alias c_gtk_range_set_upper_stepper_sensitivity gtk_range_set_upper_stepper_sensitivity; 12759 alias c_gtk_range_get_upper_stepper_sensitivity gtk_range_get_upper_stepper_sensitivity; 12760 alias c_gtk_range_get_flippable gtk_range_get_flippable; 12761 alias c_gtk_range_set_flippable gtk_range_set_flippable; 12762 alias c_gtk_range_get_min_slider_size gtk_range_get_min_slider_size; 12763 alias c_gtk_range_get_range_rect gtk_range_get_range_rect; 12764 alias c_gtk_range_get_slider_range gtk_range_get_slider_range; 12765 alias c_gtk_range_get_slider_size_fixed gtk_range_get_slider_size_fixed; 12766 alias c_gtk_range_set_min_slider_size gtk_range_set_min_slider_size; 12767 alias c_gtk_range_set_slider_size_fixed gtk_range_set_slider_size_fixed; 12768 12769 // gtk.IMContext 12770 12771 alias c_gtk_im_context_set_client_window gtk_im_context_set_client_window; 12772 alias c_gtk_im_context_get_preedit_string gtk_im_context_get_preedit_string; 12773 alias c_gtk_im_context_filter_keypress gtk_im_context_filter_keypress; 12774 alias c_gtk_im_context_focus_in gtk_im_context_focus_in; 12775 alias c_gtk_im_context_focus_out gtk_im_context_focus_out; 12776 alias c_gtk_im_context_reset gtk_im_context_reset; 12777 alias c_gtk_im_context_set_cursor_location gtk_im_context_set_cursor_location; 12778 alias c_gtk_im_context_set_use_preedit gtk_im_context_set_use_preedit; 12779 alias c_gtk_im_context_set_surrounding gtk_im_context_set_surrounding; 12780 alias c_gtk_im_context_get_surrounding gtk_im_context_get_surrounding; 12781 alias c_gtk_im_context_delete_surrounding gtk_im_context_delete_surrounding; 12782 12783 // gtk.Plug 12784 12785 alias c_gtk_plug_construct gtk_plug_construct; 12786 alias c_gtk_plug_construct_for_display gtk_plug_construct_for_display; 12787 alias c_gtk_plug_new gtk_plug_new; 12788 alias c_gtk_plug_new_for_display gtk_plug_new_for_display; 12789 alias c_gtk_plug_get_id gtk_plug_get_id; 12790 alias c_gtk_plug_get_embedded gtk_plug_get_embedded; 12791 alias c_gtk_plug_get_socket_window gtk_plug_get_socket_window; 12792 12793 // gtk.Socket 12794 12795 alias c_gtk_socket_new gtk_socket_new; 12796 alias c_gtk_socket_add_id gtk_socket_add_id; 12797 alias c_gtk_socket_get_id gtk_socket_get_id; 12798 alias c_gtk_socket_get_plug_window gtk_socket_get_plug_window; 12799 12800 // gtk.RecentManager 12801 12802 alias c_gtk_recent_manager_new gtk_recent_manager_new; 12803 alias c_gtk_recent_manager_get_default gtk_recent_manager_get_default; 12804 alias c_gtk_recent_manager_add_item gtk_recent_manager_add_item; 12805 alias c_gtk_recent_manager_add_full gtk_recent_manager_add_full; 12806 alias c_gtk_recent_manager_remove_item gtk_recent_manager_remove_item; 12807 alias c_gtk_recent_manager_lookup_item gtk_recent_manager_lookup_item; 12808 alias c_gtk_recent_manager_has_item gtk_recent_manager_has_item; 12809 alias c_gtk_recent_manager_move_item gtk_recent_manager_move_item; 12810 alias c_gtk_recent_manager_get_items gtk_recent_manager_get_items; 12811 alias c_gtk_recent_manager_purge_items gtk_recent_manager_purge_items; 12812 12813 // gtk.RecentInfo 12814 12815 alias c_gtk_recent_info_ref gtk_recent_info_ref; 12816 alias c_gtk_recent_info_unref gtk_recent_info_unref; 12817 alias c_gtk_recent_info_get_uri gtk_recent_info_get_uri; 12818 alias c_gtk_recent_info_get_display_name gtk_recent_info_get_display_name; 12819 alias c_gtk_recent_info_get_description gtk_recent_info_get_description; 12820 alias c_gtk_recent_info_get_mime_type gtk_recent_info_get_mime_type; 12821 alias c_gtk_recent_info_get_added gtk_recent_info_get_added; 12822 alias c_gtk_recent_info_get_modified gtk_recent_info_get_modified; 12823 alias c_gtk_recent_info_get_visited gtk_recent_info_get_visited; 12824 alias c_gtk_recent_info_get_private_hint gtk_recent_info_get_private_hint; 12825 alias c_gtk_recent_info_get_application_info gtk_recent_info_get_application_info; 12826 alias c_gtk_recent_info_get_applications gtk_recent_info_get_applications; 12827 alias c_gtk_recent_info_last_application gtk_recent_info_last_application; 12828 alias c_gtk_recent_info_has_application gtk_recent_info_has_application; 12829 alias c_gtk_recent_info_create_app_info gtk_recent_info_create_app_info; 12830 alias c_gtk_recent_info_get_groups gtk_recent_info_get_groups; 12831 alias c_gtk_recent_info_has_group gtk_recent_info_has_group; 12832 alias c_gtk_recent_info_get_icon gtk_recent_info_get_icon; 12833 alias c_gtk_recent_info_get_gicon gtk_recent_info_get_gicon; 12834 alias c_gtk_recent_info_get_short_name gtk_recent_info_get_short_name; 12835 alias c_gtk_recent_info_get_uri_display gtk_recent_info_get_uri_display; 12836 alias c_gtk_recent_info_get_age gtk_recent_info_get_age; 12837 alias c_gtk_recent_info_is_local gtk_recent_info_is_local; 12838 alias c_gtk_recent_info_exists gtk_recent_info_exists; 12839 alias c_gtk_recent_info_match gtk_recent_info_match; 12840 12841 // gtk.RecentChooserT 12842 12843 12844 // gtk.RecentChooserT 12845 12846 alias c_gtk_recent_chooser_set_show_private gtk_recent_chooser_set_show_private; 12847 alias c_gtk_recent_chooser_get_show_private gtk_recent_chooser_get_show_private; 12848 alias c_gtk_recent_chooser_set_show_not_found gtk_recent_chooser_set_show_not_found; 12849 alias c_gtk_recent_chooser_get_show_not_found gtk_recent_chooser_get_show_not_found; 12850 alias c_gtk_recent_chooser_set_show_icons gtk_recent_chooser_set_show_icons; 12851 alias c_gtk_recent_chooser_get_show_icons gtk_recent_chooser_get_show_icons; 12852 alias c_gtk_recent_chooser_set_select_multiple gtk_recent_chooser_set_select_multiple; 12853 alias c_gtk_recent_chooser_get_select_multiple gtk_recent_chooser_get_select_multiple; 12854 alias c_gtk_recent_chooser_set_local_only gtk_recent_chooser_set_local_only; 12855 alias c_gtk_recent_chooser_get_local_only gtk_recent_chooser_get_local_only; 12856 alias c_gtk_recent_chooser_set_limit gtk_recent_chooser_set_limit; 12857 alias c_gtk_recent_chooser_get_limit gtk_recent_chooser_get_limit; 12858 alias c_gtk_recent_chooser_set_show_tips gtk_recent_chooser_set_show_tips; 12859 alias c_gtk_recent_chooser_get_show_tips gtk_recent_chooser_get_show_tips; 12860 alias c_gtk_recent_chooser_set_sort_type gtk_recent_chooser_set_sort_type; 12861 alias c_gtk_recent_chooser_get_sort_type gtk_recent_chooser_get_sort_type; 12862 alias c_gtk_recent_chooser_set_sort_func gtk_recent_chooser_set_sort_func; 12863 alias c_gtk_recent_chooser_set_current_uri gtk_recent_chooser_set_current_uri; 12864 alias c_gtk_recent_chooser_get_current_uri gtk_recent_chooser_get_current_uri; 12865 alias c_gtk_recent_chooser_get_current_item gtk_recent_chooser_get_current_item; 12866 alias c_gtk_recent_chooser_select_uri gtk_recent_chooser_select_uri; 12867 alias c_gtk_recent_chooser_unselect_uri gtk_recent_chooser_unselect_uri; 12868 alias c_gtk_recent_chooser_select_all gtk_recent_chooser_select_all; 12869 alias c_gtk_recent_chooser_unselect_all gtk_recent_chooser_unselect_all; 12870 alias c_gtk_recent_chooser_get_items gtk_recent_chooser_get_items; 12871 alias c_gtk_recent_chooser_get_uris gtk_recent_chooser_get_uris; 12872 alias c_gtk_recent_chooser_add_filter gtk_recent_chooser_add_filter; 12873 alias c_gtk_recent_chooser_remove_filter gtk_recent_chooser_remove_filter; 12874 alias c_gtk_recent_chooser_list_filters gtk_recent_chooser_list_filters; 12875 alias c_gtk_recent_chooser_set_filter gtk_recent_chooser_set_filter; 12876 alias c_gtk_recent_chooser_get_filter gtk_recent_chooser_get_filter; 12877 12878 // gtk.RecentChooserDialog 12879 12880 alias c_gtk_recent_chooser_dialog_new gtk_recent_chooser_dialog_new; 12881 alias c_gtk_recent_chooser_dialog_new_for_manager gtk_recent_chooser_dialog_new_for_manager; 12882 12883 // gtk.RecentChooserMenu 12884 12885 alias c_gtk_recent_chooser_menu_new gtk_recent_chooser_menu_new; 12886 alias c_gtk_recent_chooser_menu_new_for_manager gtk_recent_chooser_menu_new_for_manager; 12887 alias c_gtk_recent_chooser_menu_get_show_numbers gtk_recent_chooser_menu_get_show_numbers; 12888 alias c_gtk_recent_chooser_menu_set_show_numbers gtk_recent_chooser_menu_set_show_numbers; 12889 12890 // gtk.RecentChooserWidget 12891 12892 alias c_gtk_recent_chooser_widget_new gtk_recent_chooser_widget_new; 12893 alias c_gtk_recent_chooser_widget_new_for_manager gtk_recent_chooser_widget_new_for_manager; 12894 12895 // gtk.RecentFilter 12896 12897 alias c_gtk_recent_filter_new gtk_recent_filter_new; 12898 alias c_gtk_recent_filter_get_name gtk_recent_filter_get_name; 12899 alias c_gtk_recent_filter_set_name gtk_recent_filter_set_name; 12900 alias c_gtk_recent_filter_add_mime_type gtk_recent_filter_add_mime_type; 12901 alias c_gtk_recent_filter_add_pattern gtk_recent_filter_add_pattern; 12902 alias c_gtk_recent_filter_add_pixbuf_formats gtk_recent_filter_add_pixbuf_formats; 12903 alias c_gtk_recent_filter_add_application gtk_recent_filter_add_application; 12904 alias c_gtk_recent_filter_add_group gtk_recent_filter_add_group; 12905 alias c_gtk_recent_filter_add_age gtk_recent_filter_add_age; 12906 alias c_gtk_recent_filter_add_custom gtk_recent_filter_add_custom; 12907 alias c_gtk_recent_filter_get_needed gtk_recent_filter_get_needed; 12908 alias c_gtk_recent_filter_filter gtk_recent_filter_filter; 12909 12910 // gtk.AppChooserT 12911 12912 12913 // gtk.AppChooserT 12914 12915 alias c_gtk_app_chooser_get_app_info gtk_app_chooser_get_app_info; 12916 alias c_gtk_app_chooser_get_content_type gtk_app_chooser_get_content_type; 12917 alias c_gtk_app_chooser_refresh gtk_app_chooser_refresh; 12918 12919 // gtk.AppChooserButton 12920 12921 alias c_gtk_app_chooser_button_new gtk_app_chooser_button_new; 12922 alias c_gtk_app_chooser_button_append_custom_item gtk_app_chooser_button_append_custom_item; 12923 alias c_gtk_app_chooser_button_append_separator gtk_app_chooser_button_append_separator; 12924 alias c_gtk_app_chooser_button_set_active_custom_item gtk_app_chooser_button_set_active_custom_item; 12925 alias c_gtk_app_chooser_button_get_show_default_item gtk_app_chooser_button_get_show_default_item; 12926 alias c_gtk_app_chooser_button_set_show_default_item gtk_app_chooser_button_set_show_default_item; 12927 alias c_gtk_app_chooser_button_get_show_dialog_item gtk_app_chooser_button_get_show_dialog_item; 12928 alias c_gtk_app_chooser_button_set_show_dialog_item gtk_app_chooser_button_set_show_dialog_item; 12929 alias c_gtk_app_chooser_button_get_heading gtk_app_chooser_button_get_heading; 12930 alias c_gtk_app_chooser_button_set_heading gtk_app_chooser_button_set_heading; 12931 12932 // gtk.AppChooserDialog 12933 12934 alias c_gtk_app_chooser_dialog_new gtk_app_chooser_dialog_new; 12935 alias c_gtk_app_chooser_dialog_new_for_content_type gtk_app_chooser_dialog_new_for_content_type; 12936 alias c_gtk_app_chooser_dialog_get_widget gtk_app_chooser_dialog_get_widget; 12937 alias c_gtk_app_chooser_dialog_set_heading gtk_app_chooser_dialog_set_heading; 12938 alias c_gtk_app_chooser_dialog_get_heading gtk_app_chooser_dialog_get_heading; 12939 12940 // gtk.AppChooserWidget 12941 12942 alias c_gtk_app_chooser_widget_new gtk_app_chooser_widget_new; 12943 alias c_gtk_app_chooser_widget_set_show_default gtk_app_chooser_widget_set_show_default; 12944 alias c_gtk_app_chooser_widget_get_show_default gtk_app_chooser_widget_get_show_default; 12945 alias c_gtk_app_chooser_widget_set_show_recommended gtk_app_chooser_widget_set_show_recommended; 12946 alias c_gtk_app_chooser_widget_get_show_recommended gtk_app_chooser_widget_get_show_recommended; 12947 alias c_gtk_app_chooser_widget_set_show_fallback gtk_app_chooser_widget_set_show_fallback; 12948 alias c_gtk_app_chooser_widget_get_show_fallback gtk_app_chooser_widget_get_show_fallback; 12949 alias c_gtk_app_chooser_widget_set_show_other gtk_app_chooser_widget_set_show_other; 12950 alias c_gtk_app_chooser_widget_get_show_other gtk_app_chooser_widget_get_show_other; 12951 alias c_gtk_app_chooser_widget_set_show_all gtk_app_chooser_widget_set_show_all; 12952 alias c_gtk_app_chooser_widget_get_show_all gtk_app_chooser_widget_get_show_all; 12953 alias c_gtk_app_chooser_widget_set_default_text gtk_app_chooser_widget_set_default_text; 12954 alias c_gtk_app_chooser_widget_get_default_text gtk_app_chooser_widget_get_default_text; 12955 12956 // gtk.SymbolicColor 12957 12958 alias c_gtk_symbolic_color_new_literal gtk_symbolic_color_new_literal; 12959 alias c_gtk_symbolic_color_new_name gtk_symbolic_color_new_name; 12960 alias c_gtk_symbolic_color_new_shade gtk_symbolic_color_new_shade; 12961 alias c_gtk_symbolic_color_new_alpha gtk_symbolic_color_new_alpha; 12962 alias c_gtk_symbolic_color_new_mix gtk_symbolic_color_new_mix; 12963 alias c_gtk_symbolic_color_new_win32 gtk_symbolic_color_new_win32; 12964 alias c_gtk_symbolic_color_ref gtk_symbolic_color_ref; 12965 alias c_gtk_symbolic_color_unref gtk_symbolic_color_unref; 12966 alias c_gtk_symbolic_color_resolve gtk_symbolic_color_resolve; 12967 alias c_gtk_symbolic_color_to_string gtk_symbolic_color_to_string; 12968 12969 // gtk.Gradient 12970 12971 alias c_gtk_gradient_new_linear gtk_gradient_new_linear; 12972 alias c_gtk_gradient_new_radial gtk_gradient_new_radial; 12973 alias c_gtk_gradient_add_color_stop gtk_gradient_add_color_stop; 12974 alias c_gtk_gradient_ref gtk_gradient_ref; 12975 alias c_gtk_gradient_unref gtk_gradient_unref; 12976 alias c_gtk_gradient_resolve gtk_gradient_resolve; 12977 alias c_gtk_gradient_resolve_for_context gtk_gradient_resolve_for_context; 12978 alias c_gtk_gradient_to_string gtk_gradient_to_string; 12979 12980 // gtk.RcStyle 12981 12982 alias c_gtk_rc_scanner_new gtk_rc_scanner_new; 12983 alias c_gtk_rc_get_style gtk_rc_get_style; 12984 alias c_gtk_rc_get_style_by_paths gtk_rc_get_style_by_paths; 12985 alias c_gtk_rc_parse gtk_rc_parse; 12986 alias c_gtk_rc_parse_string gtk_rc_parse_string; 12987 alias c_gtk_rc_reparse_all gtk_rc_reparse_all; 12988 alias c_gtk_rc_reparse_all_for_settings gtk_rc_reparse_all_for_settings; 12989 alias c_gtk_rc_reset_styles gtk_rc_reset_styles; 12990 alias c_gtk_rc_add_default_file gtk_rc_add_default_file; 12991 alias c_gtk_rc_get_default_files gtk_rc_get_default_files; 12992 alias c_gtk_rc_set_default_files gtk_rc_set_default_files; 12993 alias c_gtk_rc_parse_color gtk_rc_parse_color; 12994 alias c_gtk_rc_parse_color_full gtk_rc_parse_color_full; 12995 alias c_gtk_rc_parse_state gtk_rc_parse_state; 12996 alias c_gtk_rc_parse_priority gtk_rc_parse_priority; 12997 alias c_gtk_rc_find_module_in_path gtk_rc_find_module_in_path; 12998 alias c_gtk_rc_find_pixmap_in_path gtk_rc_find_pixmap_in_path; 12999 alias c_gtk_rc_get_module_dir gtk_rc_get_module_dir; 13000 alias c_gtk_rc_get_im_module_path gtk_rc_get_im_module_path; 13001 alias c_gtk_rc_get_im_module_file gtk_rc_get_im_module_file; 13002 alias c_gtk_rc_get_theme_dir gtk_rc_get_theme_dir; 13003 alias c_gtk_rc_style_new gtk_rc_style_new; 13004 alias c_gtk_rc_style_copy gtk_rc_style_copy; 13005 13006 // gtk.Style 13007 13008 alias c_gtk_style_new gtk_style_new; 13009 alias c_gtk_style_copy gtk_style_copy; 13010 alias c_gtk_style_attach gtk_style_attach; 13011 alias c_gtk_style_detach gtk_style_detach; 13012 alias c_gtk_style_has_context gtk_style_has_context; 13013 alias c_gtk_style_set_background gtk_style_set_background; 13014 alias c_gtk_style_apply_default_background gtk_style_apply_default_background; 13015 alias c_gtk_style_lookup_color gtk_style_lookup_color; 13016 alias c_gtk_style_lookup_icon_set gtk_style_lookup_icon_set; 13017 alias c_gtk_style_render_icon gtk_style_render_icon; 13018 alias c_gtk_style_get_style_property gtk_style_get_style_property; 13019 alias c_gtk_style_get_valist gtk_style_get_valist; 13020 alias c_gtk_style_get gtk_style_get; 13021 alias c_gtk_paint_arrow gtk_paint_arrow; 13022 alias c_gtk_paint_box gtk_paint_box; 13023 alias c_gtk_paint_box_gap gtk_paint_box_gap; 13024 alias c_gtk_paint_check gtk_paint_check; 13025 alias c_gtk_paint_diamond gtk_paint_diamond; 13026 alias c_gtk_paint_extension gtk_paint_extension; 13027 alias c_gtk_paint_flat_box gtk_paint_flat_box; 13028 alias c_gtk_paint_focus gtk_paint_focus; 13029 alias c_gtk_paint_handle gtk_paint_handle; 13030 alias c_gtk_paint_hline gtk_paint_hline; 13031 alias c_gtk_paint_option gtk_paint_option; 13032 alias c_gtk_paint_shadow gtk_paint_shadow; 13033 alias c_gtk_paint_shadow_gap gtk_paint_shadow_gap; 13034 alias c_gtk_paint_slider gtk_paint_slider; 13035 alias c_gtk_paint_spinner gtk_paint_spinner; 13036 alias c_gtk_paint_tab gtk_paint_tab; 13037 alias c_gtk_paint_vline gtk_paint_vline; 13038 alias c_gtk_paint_expander gtk_paint_expander; 13039 alias c_gtk_paint_layout gtk_paint_layout; 13040 alias c_gtk_paint_resize_grip gtk_paint_resize_grip; 13041 alias c_gtk_draw_insertion_cursor gtk_draw_insertion_cursor; 13042 13043 // gtk.HScale 13044 13045 alias c_gtk_hscale_new gtk_hscale_new; 13046 alias c_gtk_hscale_new_with_range gtk_hscale_new_with_range; 13047 13048 // gtk.VScale 13049 13050 alias c_gtk_vscale_new gtk_vscale_new; 13051 alias c_gtk_vscale_new_with_range gtk_vscale_new_with_range; 13052 13053 // gtk.TearoffMenuItem 13054 13055 alias c_gtk_tearoff_menu_item_new gtk_tearoff_menu_item_new; 13056 13057 // gtk.ColorSelection 13058 13059 alias c_gtk_color_selection_new gtk_color_selection_new; 13060 alias c_gtk_color_selection_set_has_opacity_control gtk_color_selection_set_has_opacity_control; 13061 alias c_gtk_color_selection_get_has_opacity_control gtk_color_selection_get_has_opacity_control; 13062 alias c_gtk_color_selection_set_has_palette gtk_color_selection_set_has_palette; 13063 alias c_gtk_color_selection_get_has_palette gtk_color_selection_get_has_palette; 13064 alias c_gtk_color_selection_get_current_alpha gtk_color_selection_get_current_alpha; 13065 alias c_gtk_color_selection_set_current_alpha gtk_color_selection_set_current_alpha; 13066 alias c_gtk_color_selection_get_current_color gtk_color_selection_get_current_color; 13067 alias c_gtk_color_selection_set_current_color gtk_color_selection_set_current_color; 13068 alias c_gtk_color_selection_get_previous_alpha gtk_color_selection_get_previous_alpha; 13069 alias c_gtk_color_selection_set_previous_alpha gtk_color_selection_set_previous_alpha; 13070 alias c_gtk_color_selection_get_previous_color gtk_color_selection_get_previous_color; 13071 alias c_gtk_color_selection_set_previous_color gtk_color_selection_set_previous_color; 13072 alias c_gtk_color_selection_get_current_rgba gtk_color_selection_get_current_rgba; 13073 alias c_gtk_color_selection_set_current_rgba gtk_color_selection_set_current_rgba; 13074 alias c_gtk_color_selection_get_previous_rgba gtk_color_selection_get_previous_rgba; 13075 alias c_gtk_color_selection_set_previous_rgba gtk_color_selection_set_previous_rgba; 13076 alias c_gtk_color_selection_is_adjusting gtk_color_selection_is_adjusting; 13077 alias c_gtk_color_selection_palette_from_string gtk_color_selection_palette_from_string; 13078 alias c_gtk_color_selection_palette_to_string gtk_color_selection_palette_to_string; 13079 alias c_gtk_color_selection_set_change_palette_with_screen_hook gtk_color_selection_set_change_palette_with_screen_hook; 13080 13081 // gtk.ColorSelectionDialog 13082 13083 alias c_gtk_color_selection_dialog_new gtk_color_selection_dialog_new; 13084 alias c_gtk_color_selection_dialog_get_color_selection gtk_color_selection_dialog_get_color_selection; 13085 13086 // gtk.HSV 13087 13088 alias c_gtk_hsv_new gtk_hsv_new; 13089 alias c_gtk_hsv_set_color gtk_hsv_set_color; 13090 alias c_gtk_hsv_get_color gtk_hsv_get_color; 13091 alias c_gtk_hsv_set_metrics gtk_hsv_set_metrics; 13092 alias c_gtk_hsv_get_metrics gtk_hsv_get_metrics; 13093 alias c_gtk_hsv_is_adjusting gtk_hsv_is_adjusting; 13094 alias c_gtk_hsv_to_rgb gtk_hsv_to_rgb; 13095 alias c_gtk_rgb_to_hsv gtk_rgb_to_hsv; 13096 13097 // gtk.FontSelection 13098 13099 alias c_gtk_font_selection_new gtk_font_selection_new; 13100 alias c_gtk_font_selection_get_font_name gtk_font_selection_get_font_name; 13101 alias c_gtk_font_selection_set_font_name gtk_font_selection_set_font_name; 13102 alias c_gtk_font_selection_get_preview_text gtk_font_selection_get_preview_text; 13103 alias c_gtk_font_selection_set_preview_text gtk_font_selection_set_preview_text; 13104 alias c_gtk_font_selection_get_face gtk_font_selection_get_face; 13105 alias c_gtk_font_selection_get_face_list gtk_font_selection_get_face_list; 13106 alias c_gtk_font_selection_get_family gtk_font_selection_get_family; 13107 alias c_gtk_font_selection_get_size gtk_font_selection_get_size; 13108 alias c_gtk_font_selection_get_family_list gtk_font_selection_get_family_list; 13109 alias c_gtk_font_selection_get_preview_entry gtk_font_selection_get_preview_entry; 13110 alias c_gtk_font_selection_get_size_entry gtk_font_selection_get_size_entry; 13111 alias c_gtk_font_selection_get_size_list gtk_font_selection_get_size_list; 13112 13113 // gtk.FontSelectionDialog 13114 13115 alias c_gtk_font_selection_dialog_new gtk_font_selection_dialog_new; 13116 alias c_gtk_font_selection_dialog_get_font_name gtk_font_selection_dialog_get_font_name; 13117 alias c_gtk_font_selection_dialog_set_font_name gtk_font_selection_dialog_set_font_name; 13118 alias c_gtk_font_selection_dialog_get_preview_text gtk_font_selection_dialog_get_preview_text; 13119 alias c_gtk_font_selection_dialog_set_preview_text gtk_font_selection_dialog_set_preview_text; 13120 alias c_gtk_font_selection_dialog_get_cancel_button gtk_font_selection_dialog_get_cancel_button; 13121 alias c_gtk_font_selection_dialog_get_ok_button gtk_font_selection_dialog_get_ok_button; 13122 alias c_gtk_font_selection_dialog_get_font_selection gtk_font_selection_dialog_get_font_selection; 13123 13124 // gtk.HBox 13125 13126 alias c_gtk_hbox_new gtk_hbox_new; 13127 13128 // gtk.VBox 13129 13130 alias c_gtk_vbox_new gtk_vbox_new; 13131 13132 // gtk.HButtonBox 13133 13134 alias c_gtk_hbutton_box_new gtk_hbutton_box_new; 13135 13136 // gtk.VButtonBox 13137 13138 alias c_gtk_vbutton_box_new gtk_vbutton_box_new; 13139 13140 // gtk.HPaned 13141 13142 alias c_gtk_hpaned_new gtk_hpaned_new; 13143 13144 // gtk.VPaned 13145 13146 alias c_gtk_vpaned_new gtk_vpaned_new; 13147 13148 // gtk.Table 13149 13150 alias c_gtk_table_new gtk_table_new; 13151 alias c_gtk_table_resize gtk_table_resize; 13152 alias c_gtk_table_get_size gtk_table_get_size; 13153 alias c_gtk_table_attach gtk_table_attach; 13154 alias c_gtk_table_attach_defaults gtk_table_attach_defaults; 13155 alias c_gtk_table_set_row_spacing gtk_table_set_row_spacing; 13156 alias c_gtk_table_set_col_spacing gtk_table_set_col_spacing; 13157 alias c_gtk_table_set_row_spacings gtk_table_set_row_spacings; 13158 alias c_gtk_table_set_col_spacings gtk_table_set_col_spacings; 13159 alias c_gtk_table_set_homogeneous gtk_table_set_homogeneous; 13160 alias c_gtk_table_get_default_row_spacing gtk_table_get_default_row_spacing; 13161 alias c_gtk_table_get_homogeneous gtk_table_get_homogeneous; 13162 alias c_gtk_table_get_row_spacing gtk_table_get_row_spacing; 13163 alias c_gtk_table_get_col_spacing gtk_table_get_col_spacing; 13164 alias c_gtk_table_get_default_col_spacing gtk_table_get_default_col_spacing; 13165 13166 // gtk.HSeparator 13167 13168 alias c_gtk_hseparator_new gtk_hseparator_new; 13169 13170 // gtk.VSeparator 13171 13172 alias c_gtk_vseparator_new gtk_vseparator_new; 13173 13174 // gtk.HScrollbar 13175 13176 alias c_gtk_hscrollbar_new gtk_hscrollbar_new; 13177 13178 // gtk.VScrollbar 13179 13180 alias c_gtk_vscrollbar_new gtk_vscrollbar_new; 13181 13182 // gtk.UIManager 13183 13184 alias c_gtk_ui_manager_new gtk_ui_manager_new; 13185 alias c_gtk_ui_manager_set_add_tearoffs gtk_ui_manager_set_add_tearoffs; 13186 alias c_gtk_ui_manager_get_add_tearoffs gtk_ui_manager_get_add_tearoffs; 13187 alias c_gtk_ui_manager_insert_action_group gtk_ui_manager_insert_action_group; 13188 alias c_gtk_ui_manager_remove_action_group gtk_ui_manager_remove_action_group; 13189 alias c_gtk_ui_manager_get_action_groups gtk_ui_manager_get_action_groups; 13190 alias c_gtk_ui_manager_get_accel_group gtk_ui_manager_get_accel_group; 13191 alias c_gtk_ui_manager_get_widget gtk_ui_manager_get_widget; 13192 alias c_gtk_ui_manager_get_toplevels gtk_ui_manager_get_toplevels; 13193 alias c_gtk_ui_manager_get_action gtk_ui_manager_get_action; 13194 alias c_gtk_ui_manager_add_ui_from_resource gtk_ui_manager_add_ui_from_resource; 13195 alias c_gtk_ui_manager_add_ui_from_string gtk_ui_manager_add_ui_from_string; 13196 alias c_gtk_ui_manager_add_ui_from_file gtk_ui_manager_add_ui_from_file; 13197 alias c_gtk_ui_manager_new_merge_id gtk_ui_manager_new_merge_id; 13198 alias c_gtk_ui_manager_add_ui gtk_ui_manager_add_ui; 13199 alias c_gtk_ui_manager_remove_ui gtk_ui_manager_remove_ui; 13200 alias c_gtk_ui_manager_get_ui gtk_ui_manager_get_ui; 13201 alias c_gtk_ui_manager_ensure_update gtk_ui_manager_ensure_update; 13202 13203 // gtk.ActionGroup 13204 13205 alias c_gtk_action_group_new gtk_action_group_new; 13206 alias c_gtk_action_group_get_name gtk_action_group_get_name; 13207 alias c_gtk_action_group_get_sensitive gtk_action_group_get_sensitive; 13208 alias c_gtk_action_group_set_sensitive gtk_action_group_set_sensitive; 13209 alias c_gtk_action_group_get_visible gtk_action_group_get_visible; 13210 alias c_gtk_action_group_set_visible gtk_action_group_set_visible; 13211 alias c_gtk_action_group_get_accel_group gtk_action_group_get_accel_group; 13212 alias c_gtk_action_group_set_accel_group gtk_action_group_set_accel_group; 13213 alias c_gtk_action_group_get_action gtk_action_group_get_action; 13214 alias c_gtk_action_group_list_actions gtk_action_group_list_actions; 13215 alias c_gtk_action_group_add_action gtk_action_group_add_action; 13216 alias c_gtk_action_group_add_action_with_accel gtk_action_group_add_action_with_accel; 13217 alias c_gtk_action_group_remove_action gtk_action_group_remove_action; 13218 alias c_gtk_action_group_add_actions gtk_action_group_add_actions; 13219 alias c_gtk_action_group_add_actions_full gtk_action_group_add_actions_full; 13220 alias c_gtk_action_group_add_toggle_actions gtk_action_group_add_toggle_actions; 13221 alias c_gtk_action_group_add_toggle_actions_full gtk_action_group_add_toggle_actions_full; 13222 alias c_gtk_action_group_add_radio_actions gtk_action_group_add_radio_actions; 13223 alias c_gtk_action_group_add_radio_actions_full gtk_action_group_add_radio_actions_full; 13224 alias c_gtk_action_group_set_translate_func gtk_action_group_set_translate_func; 13225 alias c_gtk_action_group_set_translation_domain gtk_action_group_set_translation_domain; 13226 alias c_gtk_action_group_translate_string gtk_action_group_translate_string; 13227 13228 // gtk.Action 13229 13230 alias c_gtk_action_new gtk_action_new; 13231 alias c_gtk_action_get_name gtk_action_get_name; 13232 alias c_gtk_action_is_sensitive gtk_action_is_sensitive; 13233 alias c_gtk_action_get_sensitive gtk_action_get_sensitive; 13234 alias c_gtk_action_set_sensitive gtk_action_set_sensitive; 13235 alias c_gtk_action_is_visible gtk_action_is_visible; 13236 alias c_gtk_action_get_visible gtk_action_get_visible; 13237 alias c_gtk_action_set_visible gtk_action_set_visible; 13238 alias c_gtk_action_activate gtk_action_activate; 13239 alias c_gtk_action_create_icon gtk_action_create_icon; 13240 alias c_gtk_action_create_menu_item gtk_action_create_menu_item; 13241 alias c_gtk_action_create_tool_item gtk_action_create_tool_item; 13242 alias c_gtk_action_create_menu gtk_action_create_menu; 13243 alias c_gtk_action_get_proxies gtk_action_get_proxies; 13244 alias c_gtk_action_connect_accelerator gtk_action_connect_accelerator; 13245 alias c_gtk_action_disconnect_accelerator gtk_action_disconnect_accelerator; 13246 alias c_gtk_action_block_activate gtk_action_block_activate; 13247 alias c_gtk_action_unblock_activate gtk_action_unblock_activate; 13248 alias c_gtk_action_get_always_show_image gtk_action_get_always_show_image; 13249 alias c_gtk_action_set_always_show_image gtk_action_set_always_show_image; 13250 alias c_gtk_action_get_accel_path gtk_action_get_accel_path; 13251 alias c_gtk_action_set_accel_path gtk_action_set_accel_path; 13252 alias c_gtk_action_get_accel_closure gtk_action_get_accel_closure; 13253 alias c_gtk_action_set_accel_group gtk_action_set_accel_group; 13254 alias c_gtk_action_set_label gtk_action_set_label; 13255 alias c_gtk_action_get_label gtk_action_get_label; 13256 alias c_gtk_action_set_short_label gtk_action_set_short_label; 13257 alias c_gtk_action_get_short_label gtk_action_get_short_label; 13258 alias c_gtk_action_set_tooltip gtk_action_set_tooltip; 13259 alias c_gtk_action_get_tooltip gtk_action_get_tooltip; 13260 alias c_gtk_action_set_stock_id gtk_action_set_stock_id; 13261 alias c_gtk_action_get_stock_id gtk_action_get_stock_id; 13262 alias c_gtk_action_set_gicon gtk_action_set_gicon; 13263 alias c_gtk_action_get_gicon gtk_action_get_gicon; 13264 alias c_gtk_action_set_icon_name gtk_action_set_icon_name; 13265 alias c_gtk_action_get_icon_name gtk_action_get_icon_name; 13266 alias c_gtk_action_set_visible_horizontal gtk_action_set_visible_horizontal; 13267 alias c_gtk_action_get_visible_horizontal gtk_action_get_visible_horizontal; 13268 alias c_gtk_action_set_visible_vertical gtk_action_set_visible_vertical; 13269 alias c_gtk_action_get_visible_vertical gtk_action_get_visible_vertical; 13270 alias c_gtk_action_set_is_important gtk_action_set_is_important; 13271 alias c_gtk_action_get_is_important gtk_action_get_is_important; 13272 13273 // gtk.ToggleAction 13274 13275 alias c_gtk_toggle_action_new gtk_toggle_action_new; 13276 alias c_gtk_toggle_action_toggled gtk_toggle_action_toggled; 13277 alias c_gtk_toggle_action_set_active gtk_toggle_action_set_active; 13278 alias c_gtk_toggle_action_get_active gtk_toggle_action_get_active; 13279 alias c_gtk_toggle_action_set_draw_as_radio gtk_toggle_action_set_draw_as_radio; 13280 alias c_gtk_toggle_action_get_draw_as_radio gtk_toggle_action_get_draw_as_radio; 13281 13282 // gtk.RadioAction 13283 13284 alias c_gtk_radio_action_new gtk_radio_action_new; 13285 alias c_gtk_radio_action_get_group gtk_radio_action_get_group; 13286 alias c_gtk_radio_action_set_group gtk_radio_action_set_group; 13287 alias c_gtk_radio_action_join_group gtk_radio_action_join_group; 13288 alias c_gtk_radio_action_get_current_value gtk_radio_action_get_current_value; 13289 alias c_gtk_radio_action_set_current_value gtk_radio_action_set_current_value; 13290 13291 // gtk.RecentAction 13292 13293 alias c_gtk_recent_action_new gtk_recent_action_new; 13294 alias c_gtk_recent_action_new_for_manager gtk_recent_action_new_for_manager; 13295 alias c_gtk_recent_action_get_show_numbers gtk_recent_action_get_show_numbers; 13296 alias c_gtk_recent_action_set_show_numbers gtk_recent_action_set_show_numbers; 13297 13298 // gtk.ActivatableT 13299 13300 13301 // gtk.ActivatableT 13302 13303 alias c_gtk_activatable_do_set_related_action gtk_activatable_do_set_related_action; 13304 alias c_gtk_activatable_get_related_action gtk_activatable_get_related_action; 13305 alias c_gtk_activatable_get_use_action_appearance gtk_activatable_get_use_action_appearance; 13306 alias c_gtk_activatable_sync_action_properties gtk_activatable_sync_action_properties; 13307 alias c_gtk_activatable_set_related_action gtk_activatable_set_related_action; 13308 alias c_gtk_activatable_set_use_action_appearance gtk_activatable_set_use_action_appearance; 13309 13310 // gtk.ImageMenuItem 13311 13312 alias c_gtk_image_menu_item_set_image gtk_image_menu_item_set_image; 13313 alias c_gtk_image_menu_item_get_image gtk_image_menu_item_get_image; 13314 alias c_gtk_image_menu_item_new gtk_image_menu_item_new; 13315 alias c_gtk_image_menu_item_new_from_stock gtk_image_menu_item_new_from_stock; 13316 alias c_gtk_image_menu_item_new_with_label gtk_image_menu_item_new_with_label; 13317 alias c_gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_new_with_mnemonic; 13318 alias c_gtk_image_menu_item_get_use_stock gtk_image_menu_item_get_use_stock; 13319 alias c_gtk_image_menu_item_set_use_stock gtk_image_menu_item_set_use_stock; 13320 alias c_gtk_image_menu_item_get_always_show_image gtk_image_menu_item_get_always_show_image; 13321 alias c_gtk_image_menu_item_set_always_show_image gtk_image_menu_item_set_always_show_image; 13322 alias c_gtk_image_menu_item_set_accel_group gtk_image_menu_item_set_accel_group; 13323 13324 // gtk.StockItem 13325 13326 alias c_gtk_stock_add gtk_stock_add; 13327 alias c_gtk_stock_add_static gtk_stock_add_static; 13328 alias c_gtk_stock_item_copy gtk_stock_item_copy; 13329 alias c_gtk_stock_item_free gtk_stock_item_free; 13330 alias c_gtk_stock_list_ids gtk_stock_list_ids; 13331 alias c_gtk_stock_lookup gtk_stock_lookup; 13332 alias c_gtk_stock_set_translate_func gtk_stock_set_translate_func;