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 version(Tango) 28 private import tango.stdc.stdio; 29 else 30 private import std.stdio; 31 32 private import gtkc.gtktypes; 33 private import gtkc.Loader; 34 private import gtkc.paths; 35 36 mixin( _shared ~ "static this() 37 { 38 // gtk.Main 39 40 Linker.link(gtk_disable_setlocale, \"gtk_disable_setlocale\", LIBRARY.GTK); 41 Linker.link(gtk_get_default_language, \"gtk_get_default_language\", LIBRARY.GTK); 42 Linker.link(gtk_parse_args, \"gtk_parse_args\", LIBRARY.GTK); 43 Linker.link(gtk_init, \"gtk_init\", LIBRARY.GTK); 44 Linker.link(gtk_init_check, \"gtk_init_check\", LIBRARY.GTK); 45 Linker.link(gtk_init_with_args, \"gtk_init_with_args\", LIBRARY.GTK); 46 Linker.link(gtk_get_option_group, \"gtk_get_option_group\", LIBRARY.GTK); 47 Linker.link(gtk_events_pending, \"gtk_events_pending\", LIBRARY.GTK); 48 Linker.link(gtk_main, \"gtk_main\", LIBRARY.GTK); 49 Linker.link(gtk_main_level, \"gtk_main_level\", LIBRARY.GTK); 50 Linker.link(gtk_main_quit, \"gtk_main_quit\", LIBRARY.GTK); 51 Linker.link(gtk_main_iteration, \"gtk_main_iteration\", LIBRARY.GTK); 52 Linker.link(gtk_main_iteration_do, \"gtk_main_iteration_do\", LIBRARY.GTK); 53 Linker.link(gtk_main_do_event, \"gtk_main_do_event\", LIBRARY.GTK); 54 Linker.link(gtk_grab_add, \"gtk_grab_add\", LIBRARY.GTK); 55 Linker.link(gtk_grab_get_current, \"gtk_grab_get_current\", LIBRARY.GTK); 56 Linker.link(gtk_grab_remove, \"gtk_grab_remove\", LIBRARY.GTK); 57 Linker.link(gtk_device_grab_add, \"gtk_device_grab_add\", LIBRARY.GTK); 58 Linker.link(gtk_device_grab_remove, \"gtk_device_grab_remove\", LIBRARY.GTK); 59 Linker.link(gtk_key_snooper_install, \"gtk_key_snooper_install\", LIBRARY.GTK); 60 Linker.link(gtk_key_snooper_remove, \"gtk_key_snooper_remove\", LIBRARY.GTK); 61 Linker.link(gtk_get_current_event, \"gtk_get_current_event\", LIBRARY.GTK); 62 Linker.link(gtk_get_current_event_time, \"gtk_get_current_event_time\", LIBRARY.GTK); 63 Linker.link(gtk_get_current_event_state, \"gtk_get_current_event_state\", LIBRARY.GTK); 64 Linker.link(gtk_get_current_event_device, \"gtk_get_current_event_device\", LIBRARY.GTK); 65 Linker.link(gtk_get_event_widget, \"gtk_get_event_widget\", LIBRARY.GTK); 66 Linker.link(gtk_propagate_event, \"gtk_propagate_event\", LIBRARY.GTK); 67 68 // gtk.Version 69 70 Linker.link(gtk_get_major_version, \"gtk_get_major_version\", LIBRARY.GTK); 71 Linker.link(gtk_get_minor_version, \"gtk_get_minor_version\", LIBRARY.GTK); 72 Linker.link(gtk_get_micro_version, \"gtk_get_micro_version\", LIBRARY.GTK); 73 Linker.link(gtk_get_binary_age, \"gtk_get_binary_age\", LIBRARY.GTK); 74 Linker.link(gtk_get_interface_age, \"gtk_get_interface_age\", LIBRARY.GTK); 75 Linker.link(gtk_check_version, \"gtk_check_version\", LIBRARY.GTK); 76 77 // gtk.AccelGroup 78 79 Linker.link(gtk_accel_group_new, \"gtk_accel_group_new\", LIBRARY.GTK); 80 Linker.link(gtk_accel_group_connect, \"gtk_accel_group_connect\", LIBRARY.GTK); 81 Linker.link(gtk_accel_group_connect_by_path, \"gtk_accel_group_connect_by_path\", LIBRARY.GTK); 82 Linker.link(gtk_accel_group_disconnect, \"gtk_accel_group_disconnect\", LIBRARY.GTK); 83 Linker.link(gtk_accel_group_disconnect_key, \"gtk_accel_group_disconnect_key\", LIBRARY.GTK); 84 Linker.link(gtk_accel_group_activate, \"gtk_accel_group_activate\", LIBRARY.GTK); 85 Linker.link(gtk_accel_group_lock, \"gtk_accel_group_lock\", LIBRARY.GTK); 86 Linker.link(gtk_accel_group_unlock, \"gtk_accel_group_unlock\", LIBRARY.GTK); 87 Linker.link(gtk_accel_group_get_is_locked, \"gtk_accel_group_get_is_locked\", LIBRARY.GTK); 88 Linker.link(gtk_accel_group_from_accel_closure, \"gtk_accel_group_from_accel_closure\", LIBRARY.GTK); 89 Linker.link(gtk_accel_group_get_modifier_mask, \"gtk_accel_group_get_modifier_mask\", LIBRARY.GTK); 90 Linker.link(gtk_accel_groups_activate, \"gtk_accel_groups_activate\", LIBRARY.GTK); 91 Linker.link(gtk_accel_groups_from_object, \"gtk_accel_groups_from_object\", LIBRARY.GTK); 92 Linker.link(gtk_accel_group_find, \"gtk_accel_group_find\", LIBRARY.GTK); 93 Linker.link(gtk_accelerator_valid, \"gtk_accelerator_valid\", LIBRARY.GTK); 94 Linker.link(gtk_accelerator_parse, \"gtk_accelerator_parse\", LIBRARY.GTK); 95 Linker.link(gtk_accelerator_name, \"gtk_accelerator_name\", LIBRARY.GTK); 96 Linker.link(gtk_accelerator_get_label, \"gtk_accelerator_get_label\", LIBRARY.GTK); 97 Linker.link(gtk_accelerator_parse_with_keycode, \"gtk_accelerator_parse_with_keycode\", LIBRARY.GTK); 98 Linker.link(gtk_accelerator_name_with_keycode, \"gtk_accelerator_name_with_keycode\", LIBRARY.GTK); 99 Linker.link(gtk_accelerator_get_label_with_keycode, \"gtk_accelerator_get_label_with_keycode\", LIBRARY.GTK); 100 Linker.link(gtk_accelerator_set_default_mod_mask, \"gtk_accelerator_set_default_mod_mask\", LIBRARY.GTK); 101 Linker.link(gtk_accelerator_get_default_mod_mask, \"gtk_accelerator_get_default_mod_mask\", LIBRARY.GTK); 102 103 // gtk.AccelMap 104 105 Linker.link(gtk_accel_map_add_entry, \"gtk_accel_map_add_entry\", LIBRARY.GTK); 106 Linker.link(gtk_accel_map_lookup_entry, \"gtk_accel_map_lookup_entry\", LIBRARY.GTK); 107 Linker.link(gtk_accel_map_change_entry, \"gtk_accel_map_change_entry\", LIBRARY.GTK); 108 Linker.link(gtk_accel_map_load, \"gtk_accel_map_load\", LIBRARY.GTK); 109 Linker.link(gtk_accel_map_save, \"gtk_accel_map_save\", LIBRARY.GTK); 110 Linker.link(gtk_accel_map_foreach, \"gtk_accel_map_foreach\", LIBRARY.GTK); 111 Linker.link(gtk_accel_map_load_fd, \"gtk_accel_map_load_fd\", LIBRARY.GTK); 112 Linker.link(gtk_accel_map_save_fd, \"gtk_accel_map_save_fd\", LIBRARY.GTK); 113 Linker.link(gtk_accel_map_load_scanner, \"gtk_accel_map_load_scanner\", LIBRARY.GTK); 114 Linker.link(gtk_accel_map_add_filter, \"gtk_accel_map_add_filter\", LIBRARY.GTK); 115 Linker.link(gtk_accel_map_foreach_unfiltered, \"gtk_accel_map_foreach_unfiltered\", LIBRARY.GTK); 116 Linker.link(gtk_accel_map_get, \"gtk_accel_map_get\", LIBRARY.GTK); 117 Linker.link(gtk_accel_map_lock_path, \"gtk_accel_map_lock_path\", LIBRARY.GTK); 118 Linker.link(gtk_accel_map_unlock_path, \"gtk_accel_map_unlock_path\", LIBRARY.GTK); 119 120 // gtk.Clipboard 121 122 Linker.link(gtk_clipboard_get, \"gtk_clipboard_get\", LIBRARY.GTK); 123 Linker.link(gtk_clipboard_get_for_display, \"gtk_clipboard_get_for_display\", LIBRARY.GTK); 124 Linker.link(gtk_clipboard_get_display, \"gtk_clipboard_get_display\", LIBRARY.GTK); 125 Linker.link(gtk_clipboard_set_with_data, \"gtk_clipboard_set_with_data\", LIBRARY.GTK); 126 Linker.link(gtk_clipboard_set_with_owner, \"gtk_clipboard_set_with_owner\", LIBRARY.GTK); 127 Linker.link(gtk_clipboard_get_owner, \"gtk_clipboard_get_owner\", LIBRARY.GTK); 128 Linker.link(gtk_clipboard_clear, \"gtk_clipboard_clear\", LIBRARY.GTK); 129 Linker.link(gtk_clipboard_set_text, \"gtk_clipboard_set_text\", LIBRARY.GTK); 130 Linker.link(gtk_clipboard_set_image, \"gtk_clipboard_set_image\", LIBRARY.GTK); 131 Linker.link(gtk_clipboard_request_contents, \"gtk_clipboard_request_contents\", LIBRARY.GTK); 132 Linker.link(gtk_clipboard_request_text, \"gtk_clipboard_request_text\", LIBRARY.GTK); 133 Linker.link(gtk_clipboard_request_image, \"gtk_clipboard_request_image\", LIBRARY.GTK); 134 Linker.link(gtk_clipboard_request_targets, \"gtk_clipboard_request_targets\", LIBRARY.GTK); 135 Linker.link(gtk_clipboard_request_rich_text, \"gtk_clipboard_request_rich_text\", LIBRARY.GTK); 136 Linker.link(gtk_clipboard_request_uris, \"gtk_clipboard_request_uris\", LIBRARY.GTK); 137 Linker.link(gtk_clipboard_wait_for_contents, \"gtk_clipboard_wait_for_contents\", LIBRARY.GTK); 138 Linker.link(gtk_clipboard_wait_for_text, \"gtk_clipboard_wait_for_text\", LIBRARY.GTK); 139 Linker.link(gtk_clipboard_wait_for_image, \"gtk_clipboard_wait_for_image\", LIBRARY.GTK); 140 Linker.link(gtk_clipboard_wait_for_rich_text, \"gtk_clipboard_wait_for_rich_text\", LIBRARY.GTK); 141 Linker.link(gtk_clipboard_wait_for_uris, \"gtk_clipboard_wait_for_uris\", LIBRARY.GTK); 142 Linker.link(gtk_clipboard_wait_is_text_available, \"gtk_clipboard_wait_is_text_available\", LIBRARY.GTK); 143 Linker.link(gtk_clipboard_wait_is_image_available, \"gtk_clipboard_wait_is_image_available\", LIBRARY.GTK); 144 Linker.link(gtk_clipboard_wait_is_rich_text_available, \"gtk_clipboard_wait_is_rich_text_available\", LIBRARY.GTK); 145 Linker.link(gtk_clipboard_wait_is_uris_available, \"gtk_clipboard_wait_is_uris_available\", LIBRARY.GTK); 146 Linker.link(gtk_clipboard_wait_for_targets, \"gtk_clipboard_wait_for_targets\", LIBRARY.GTK); 147 Linker.link(gtk_clipboard_wait_is_target_available, \"gtk_clipboard_wait_is_target_available\", LIBRARY.GTK); 148 Linker.link(gtk_clipboard_set_can_store, \"gtk_clipboard_set_can_store\", LIBRARY.GTK); 149 Linker.link(gtk_clipboard_store, \"gtk_clipboard_store\", LIBRARY.GTK); 150 151 // gtk.DragAndDrop 152 153 Linker.link(gtk_drag_dest_set, \"gtk_drag_dest_set\", LIBRARY.GTK); 154 Linker.link(gtk_drag_dest_set_proxy, \"gtk_drag_dest_set_proxy\", LIBRARY.GTK); 155 Linker.link(gtk_drag_dest_unset, \"gtk_drag_dest_unset\", LIBRARY.GTK); 156 Linker.link(gtk_drag_dest_find_target, \"gtk_drag_dest_find_target\", LIBRARY.GTK); 157 Linker.link(gtk_drag_dest_get_target_list, \"gtk_drag_dest_get_target_list\", LIBRARY.GTK); 158 Linker.link(gtk_drag_dest_set_target_list, \"gtk_drag_dest_set_target_list\", LIBRARY.GTK); 159 Linker.link(gtk_drag_dest_add_text_targets, \"gtk_drag_dest_add_text_targets\", LIBRARY.GTK); 160 Linker.link(gtk_drag_dest_add_image_targets, \"gtk_drag_dest_add_image_targets\", LIBRARY.GTK); 161 Linker.link(gtk_drag_dest_add_uri_targets, \"gtk_drag_dest_add_uri_targets\", LIBRARY.GTK); 162 Linker.link(gtk_drag_dest_set_track_motion, \"gtk_drag_dest_set_track_motion\", LIBRARY.GTK); 163 Linker.link(gtk_drag_dest_get_track_motion, \"gtk_drag_dest_get_track_motion\", LIBRARY.GTK); 164 Linker.link(gtk_drag_finish, \"gtk_drag_finish\", LIBRARY.GTK); 165 Linker.link(gtk_drag_get_data, \"gtk_drag_get_data\", LIBRARY.GTK); 166 Linker.link(gtk_drag_get_source_widget, \"gtk_drag_get_source_widget\", LIBRARY.GTK); 167 Linker.link(gtk_drag_highlight, \"gtk_drag_highlight\", LIBRARY.GTK); 168 Linker.link(gtk_drag_unhighlight, \"gtk_drag_unhighlight\", LIBRARY.GTK); 169 Linker.link(gtk_drag_begin, \"gtk_drag_begin\", LIBRARY.GTK); 170 Linker.link(gtk_drag_set_icon_widget, \"gtk_drag_set_icon_widget\", LIBRARY.GTK); 171 Linker.link(gtk_drag_set_icon_pixbuf, \"gtk_drag_set_icon_pixbuf\", LIBRARY.GTK); 172 Linker.link(gtk_drag_set_icon_stock, \"gtk_drag_set_icon_stock\", LIBRARY.GTK); 173 Linker.link(gtk_drag_set_icon_surface, \"gtk_drag_set_icon_surface\", LIBRARY.GTK); 174 Linker.link(gtk_drag_set_icon_name, \"gtk_drag_set_icon_name\", LIBRARY.GTK); 175 Linker.link(gtk_drag_set_icon_gicon, \"gtk_drag_set_icon_gicon\", LIBRARY.GTK); 176 Linker.link(gtk_drag_set_icon_default, \"gtk_drag_set_icon_default\", LIBRARY.GTK); 177 Linker.link(gtk_drag_check_threshold, \"gtk_drag_check_threshold\", LIBRARY.GTK); 178 Linker.link(gtk_drag_source_set, \"gtk_drag_source_set\", LIBRARY.GTK); 179 Linker.link(gtk_drag_source_set_icon_pixbuf, \"gtk_drag_source_set_icon_pixbuf\", LIBRARY.GTK); 180 Linker.link(gtk_drag_source_set_icon_stock, \"gtk_drag_source_set_icon_stock\", LIBRARY.GTK); 181 Linker.link(gtk_drag_source_set_icon_name, \"gtk_drag_source_set_icon_name\", LIBRARY.GTK); 182 Linker.link(gtk_drag_source_set_icon_gicon, \"gtk_drag_source_set_icon_gicon\", LIBRARY.GTK); 183 Linker.link(gtk_drag_source_unset, \"gtk_drag_source_unset\", LIBRARY.GTK); 184 Linker.link(gtk_drag_source_set_target_list, \"gtk_drag_source_set_target_list\", LIBRARY.GTK); 185 Linker.link(gtk_drag_source_get_target_list, \"gtk_drag_source_get_target_list\", LIBRARY.GTK); 186 Linker.link(gtk_drag_source_add_text_targets, \"gtk_drag_source_add_text_targets\", LIBRARY.GTK); 187 Linker.link(gtk_drag_source_add_image_targets, \"gtk_drag_source_add_image_targets\", LIBRARY.GTK); 188 Linker.link(gtk_drag_source_add_uri_targets, \"gtk_drag_source_add_uri_targets\", LIBRARY.GTK); 189 190 // gtk.Settings 191 192 Linker.link(gtk_settings_get_default, \"gtk_settings_get_default\", LIBRARY.GTK); 193 Linker.link(gtk_settings_get_for_screen, \"gtk_settings_get_for_screen\", LIBRARY.GTK); 194 Linker.link(gtk_settings_install_property, \"gtk_settings_install_property\", LIBRARY.GTK); 195 Linker.link(gtk_settings_install_property_parser, \"gtk_settings_install_property_parser\", LIBRARY.GTK); 196 Linker.link(gtk_rc_property_parse_color, \"gtk_rc_property_parse_color\", LIBRARY.GTK); 197 Linker.link(gtk_rc_property_parse_enum, \"gtk_rc_property_parse_enum\", LIBRARY.GTK); 198 Linker.link(gtk_rc_property_parse_flags, \"gtk_rc_property_parse_flags\", LIBRARY.GTK); 199 Linker.link(gtk_rc_property_parse_requisition, \"gtk_rc_property_parse_requisition\", LIBRARY.GTK); 200 Linker.link(gtk_rc_property_parse_border, \"gtk_rc_property_parse_border\", LIBRARY.GTK); 201 Linker.link(gtk_settings_set_property_value, \"gtk_settings_set_property_value\", LIBRARY.GTK); 202 Linker.link(gtk_settings_set_string_property, \"gtk_settings_set_string_property\", LIBRARY.GTK); 203 Linker.link(gtk_settings_set_long_property, \"gtk_settings_set_long_property\", LIBRARY.GTK); 204 Linker.link(gtk_settings_set_double_property, \"gtk_settings_set_double_property\", LIBRARY.GTK); 205 206 // gtk.BindingSet 207 208 Linker.link(gtk_binding_entry_add_signall, \"gtk_binding_entry_add_signall\", LIBRARY.GTK); 209 Linker.link(gtk_binding_set_new, \"gtk_binding_set_new\", LIBRARY.GTK); 210 Linker.link(gtk_binding_set_by_class, \"gtk_binding_set_by_class\", LIBRARY.GTK); 211 Linker.link(gtk_binding_set_find, \"gtk_binding_set_find\", LIBRARY.GTK); 212 Linker.link(gtk_bindings_activate, \"gtk_bindings_activate\", LIBRARY.GTK); 213 Linker.link(gtk_bindings_activate_event, \"gtk_bindings_activate_event\", LIBRARY.GTK); 214 Linker.link(gtk_binding_set_activate, \"gtk_binding_set_activate\", LIBRARY.GTK); 215 Linker.link(gtk_binding_entry_add_signal, \"gtk_binding_entry_add_signal\", LIBRARY.GTK); 216 Linker.link(gtk_binding_entry_add_signal_from_string, \"gtk_binding_entry_add_signal_from_string\", LIBRARY.GTK); 217 Linker.link(gtk_binding_entry_skip, \"gtk_binding_entry_skip\", LIBRARY.GTK); 218 Linker.link(gtk_binding_entry_remove, \"gtk_binding_entry_remove\", LIBRARY.GTK); 219 Linker.link(gtk_binding_set_add_path, \"gtk_binding_set_add_path\", LIBRARY.GTK); 220 221 // gtk.TargetEntry 222 223 Linker.link(gtk_target_entry_new, \"gtk_target_entry_new\", LIBRARY.GTK); 224 Linker.link(gtk_target_entry_copy, \"gtk_target_entry_copy\", LIBRARY.GTK); 225 Linker.link(gtk_target_entry_free, \"gtk_target_entry_free\", LIBRARY.GTK); 226 227 // gtk.TargetList 228 229 Linker.link(gtk_target_list_new, \"gtk_target_list_new\", LIBRARY.GTK); 230 Linker.link(gtk_target_list_ref, \"gtk_target_list_ref\", LIBRARY.GTK); 231 Linker.link(gtk_target_list_unref, \"gtk_target_list_unref\", LIBRARY.GTK); 232 Linker.link(gtk_target_list_add, \"gtk_target_list_add\", LIBRARY.GTK); 233 Linker.link(gtk_target_list_add_table, \"gtk_target_list_add_table\", LIBRARY.GTK); 234 Linker.link(gtk_target_list_add_text_targets, \"gtk_target_list_add_text_targets\", LIBRARY.GTK); 235 Linker.link(gtk_target_list_add_image_targets, \"gtk_target_list_add_image_targets\", LIBRARY.GTK); 236 Linker.link(gtk_target_list_add_uri_targets, \"gtk_target_list_add_uri_targets\", LIBRARY.GTK); 237 Linker.link(gtk_target_list_add_rich_text_targets, \"gtk_target_list_add_rich_text_targets\", LIBRARY.GTK); 238 Linker.link(gtk_target_list_remove, \"gtk_target_list_remove\", LIBRARY.GTK); 239 Linker.link(gtk_target_list_find, \"gtk_target_list_find\", LIBRARY.GTK); 240 Linker.link(gtk_target_table_free, \"gtk_target_table_free\", LIBRARY.GTK); 241 Linker.link(gtk_target_table_new_from_list, \"gtk_target_table_new_from_list\", LIBRARY.GTK); 242 Linker.link(gtk_targets_include_image, \"gtk_targets_include_image\", LIBRARY.GTK); 243 Linker.link(gtk_targets_include_text, \"gtk_targets_include_text\", LIBRARY.GTK); 244 Linker.link(gtk_targets_include_uri, \"gtk_targets_include_uri\", LIBRARY.GTK); 245 Linker.link(gtk_targets_include_rich_text, \"gtk_targets_include_rich_text\", LIBRARY.GTK); 246 247 // gtk.SelectionData 248 249 Linker.link(gtk_selection_owner_set, \"gtk_selection_owner_set\", LIBRARY.GTK); 250 Linker.link(gtk_selection_owner_set_for_display, \"gtk_selection_owner_set_for_display\", LIBRARY.GTK); 251 Linker.link(gtk_selection_add_target, \"gtk_selection_add_target\", LIBRARY.GTK); 252 Linker.link(gtk_selection_add_targets, \"gtk_selection_add_targets\", LIBRARY.GTK); 253 Linker.link(gtk_selection_clear_targets, \"gtk_selection_clear_targets\", LIBRARY.GTK); 254 Linker.link(gtk_selection_convert, \"gtk_selection_convert\", LIBRARY.GTK); 255 Linker.link(gtk_selection_data_set, \"gtk_selection_data_set\", LIBRARY.GTK); 256 Linker.link(gtk_selection_data_set_text, \"gtk_selection_data_set_text\", LIBRARY.GTK); 257 Linker.link(gtk_selection_data_get_text, \"gtk_selection_data_get_text\", LIBRARY.GTK); 258 Linker.link(gtk_selection_data_set_pixbuf, \"gtk_selection_data_set_pixbuf\", LIBRARY.GTK); 259 Linker.link(gtk_selection_data_get_pixbuf, \"gtk_selection_data_get_pixbuf\", LIBRARY.GTK); 260 Linker.link(gtk_selection_data_set_uris, \"gtk_selection_data_set_uris\", LIBRARY.GTK); 261 Linker.link(gtk_selection_data_get_uris, \"gtk_selection_data_get_uris\", LIBRARY.GTK); 262 Linker.link(gtk_selection_data_get_targets, \"gtk_selection_data_get_targets\", LIBRARY.GTK); 263 Linker.link(gtk_selection_data_targets_include_image, \"gtk_selection_data_targets_include_image\", LIBRARY.GTK); 264 Linker.link(gtk_selection_data_targets_include_text, \"gtk_selection_data_targets_include_text\", LIBRARY.GTK); 265 Linker.link(gtk_selection_data_targets_include_uri, \"gtk_selection_data_targets_include_uri\", LIBRARY.GTK); 266 Linker.link(gtk_selection_data_targets_include_rich_text, \"gtk_selection_data_targets_include_rich_text\", LIBRARY.GTK); 267 Linker.link(gtk_selection_data_get_selection, \"gtk_selection_data_get_selection\", LIBRARY.GTK); 268 Linker.link(gtk_selection_data_get_data, \"gtk_selection_data_get_data\", LIBRARY.GTK); 269 Linker.link(gtk_selection_data_get_length, \"gtk_selection_data_get_length\", LIBRARY.GTK); 270 Linker.link(gtk_selection_data_get_data_with_length, \"gtk_selection_data_get_data_with_length\", LIBRARY.GTK); 271 Linker.link(gtk_selection_data_get_data_type, \"gtk_selection_data_get_data_type\", LIBRARY.GTK); 272 Linker.link(gtk_selection_data_get_display, \"gtk_selection_data_get_display\", LIBRARY.GTK); 273 Linker.link(gtk_selection_data_get_format, \"gtk_selection_data_get_format\", LIBRARY.GTK); 274 Linker.link(gtk_selection_data_get_target, \"gtk_selection_data_get_target\", LIBRARY.GTK); 275 Linker.link(gtk_selection_remove_all, \"gtk_selection_remove_all\", LIBRARY.GTK); 276 Linker.link(gtk_selection_data_copy, \"gtk_selection_data_copy\", LIBRARY.GTK); 277 Linker.link(gtk_selection_data_free, \"gtk_selection_data_free\", LIBRARY.GTK); 278 279 // gtk.Testing 280 281 Linker.link(gtk_test_create_simple_window, \"gtk_test_create_simple_window\", LIBRARY.GTK); 282 Linker.link(gtk_test_create_widget, \"gtk_test_create_widget\", LIBRARY.GTK); 283 Linker.link(gtk_test_display_button_window, \"gtk_test_display_button_window\", LIBRARY.GTK); 284 Linker.link(gtk_test_find_label, \"gtk_test_find_label\", LIBRARY.GTK); 285 Linker.link(gtk_test_find_sibling, \"gtk_test_find_sibling\", LIBRARY.GTK); 286 Linker.link(gtk_test_find_widget, \"gtk_test_find_widget\", LIBRARY.GTK); 287 Linker.link(gtk_test_init, \"gtk_test_init\", LIBRARY.GTK); 288 Linker.link(gtk_test_list_all_types, \"gtk_test_list_all_types\", LIBRARY.GTK); 289 Linker.link(gtk_test_register_all_types, \"gtk_test_register_all_types\", LIBRARY.GTK); 290 Linker.link(gtk_test_slider_get_value, \"gtk_test_slider_get_value\", LIBRARY.GTK); 291 Linker.link(gtk_test_slider_set_perc, \"gtk_test_slider_set_perc\", LIBRARY.GTK); 292 Linker.link(gtk_test_spin_button_click, \"gtk_test_spin_button_click\", LIBRARY.GTK); 293 Linker.link(gtk_test_text_get, \"gtk_test_text_get\", LIBRARY.GTK); 294 Linker.link(gtk_test_text_set, \"gtk_test_text_set\", LIBRARY.GTK); 295 Linker.link(gtk_test_widget_click, \"gtk_test_widget_click\", LIBRARY.GTK); 296 Linker.link(gtk_test_widget_send_key, \"gtk_test_widget_send_key\", LIBRARY.GTK); 297 Linker.link(gtk_test_widget_wait_for_draw, \"gtk_test_widget_wait_for_draw\", LIBRARY.GTK); 298 299 // gtk.MountOperation 300 301 Linker.link(gtk_mount_operation_new, \"gtk_mount_operation_new\", LIBRARY.GTK); 302 Linker.link(gtk_mount_operation_is_showing, \"gtk_mount_operation_is_showing\", LIBRARY.GTK); 303 Linker.link(gtk_mount_operation_set_parent, \"gtk_mount_operation_set_parent\", LIBRARY.GTK); 304 Linker.link(gtk_mount_operation_get_parent, \"gtk_mount_operation_get_parent\", LIBRARY.GTK); 305 Linker.link(gtk_mount_operation_set_screen, \"gtk_mount_operation_set_screen\", LIBRARY.GTK); 306 Linker.link(gtk_mount_operation_get_screen, \"gtk_mount_operation_get_screen\", LIBRARY.GTK); 307 Linker.link(gtk_show_uri, \"gtk_show_uri\", LIBRARY.GTK); 308 309 // gtk.StyleContext 310 311 Linker.link(gtk_style_context_new, \"gtk_style_context_new\", LIBRARY.GTK); 312 Linker.link(gtk_style_context_add_provider, \"gtk_style_context_add_provider\", LIBRARY.GTK); 313 Linker.link(gtk_style_context_add_provider_for_screen, \"gtk_style_context_add_provider_for_screen\", LIBRARY.GTK); 314 Linker.link(gtk_style_context_get, \"gtk_style_context_get\", LIBRARY.GTK); 315 Linker.link(gtk_style_context_get_direction, \"gtk_style_context_get_direction\", LIBRARY.GTK); 316 Linker.link(gtk_style_context_get_junction_sides, \"gtk_style_context_get_junction_sides\", LIBRARY.GTK); 317 Linker.link(gtk_style_context_get_parent, \"gtk_style_context_get_parent\", LIBRARY.GTK); 318 Linker.link(gtk_style_context_get_path, \"gtk_style_context_get_path\", LIBRARY.GTK); 319 Linker.link(gtk_style_context_get_property, \"gtk_style_context_get_property\", LIBRARY.GTK); 320 Linker.link(gtk_style_context_get_screen, \"gtk_style_context_get_screen\", LIBRARY.GTK); 321 Linker.link(gtk_style_context_get_frame_clock, \"gtk_style_context_get_frame_clock\", LIBRARY.GTK); 322 Linker.link(gtk_style_context_get_state, \"gtk_style_context_get_state\", LIBRARY.GTK); 323 Linker.link(gtk_style_context_get_style, \"gtk_style_context_get_style\", LIBRARY.GTK); 324 Linker.link(gtk_style_context_get_style_property, \"gtk_style_context_get_style_property\", LIBRARY.GTK); 325 Linker.link(gtk_style_context_get_style_valist, \"gtk_style_context_get_style_valist\", LIBRARY.GTK); 326 Linker.link(gtk_style_context_get_valist, \"gtk_style_context_get_valist\", LIBRARY.GTK); 327 Linker.link(gtk_style_context_get_section, \"gtk_style_context_get_section\", LIBRARY.GTK); 328 Linker.link(gtk_style_context_get_color, \"gtk_style_context_get_color\", LIBRARY.GTK); 329 Linker.link(gtk_style_context_get_background_color, \"gtk_style_context_get_background_color\", LIBRARY.GTK); 330 Linker.link(gtk_style_context_get_border_color, \"gtk_style_context_get_border_color\", LIBRARY.GTK); 331 Linker.link(gtk_style_context_get_border, \"gtk_style_context_get_border\", LIBRARY.GTK); 332 Linker.link(gtk_style_context_get_padding, \"gtk_style_context_get_padding\", LIBRARY.GTK); 333 Linker.link(gtk_style_context_get_margin, \"gtk_style_context_get_margin\", LIBRARY.GTK); 334 Linker.link(gtk_style_context_get_font, \"gtk_style_context_get_font\", LIBRARY.GTK); 335 Linker.link(gtk_style_context_invalidate, \"gtk_style_context_invalidate\", LIBRARY.GTK); 336 Linker.link(gtk_style_context_state_is_running, \"gtk_style_context_state_is_running\", LIBRARY.GTK); 337 Linker.link(gtk_style_context_lookup_color, \"gtk_style_context_lookup_color\", LIBRARY.GTK); 338 Linker.link(gtk_style_context_lookup_icon_set, \"gtk_style_context_lookup_icon_set\", LIBRARY.GTK); 339 Linker.link(gtk_style_context_notify_state_change, \"gtk_style_context_notify_state_change\", LIBRARY.GTK); 340 Linker.link(gtk_style_context_pop_animatable_region, \"gtk_style_context_pop_animatable_region\", LIBRARY.GTK); 341 Linker.link(gtk_style_context_push_animatable_region, \"gtk_style_context_push_animatable_region\", LIBRARY.GTK); 342 Linker.link(gtk_style_context_cancel_animations, \"gtk_style_context_cancel_animations\", LIBRARY.GTK); 343 Linker.link(gtk_style_context_scroll_animations, \"gtk_style_context_scroll_animations\", LIBRARY.GTK); 344 Linker.link(gtk_style_context_remove_provider, \"gtk_style_context_remove_provider\", LIBRARY.GTK); 345 Linker.link(gtk_style_context_remove_provider_for_screen, \"gtk_style_context_remove_provider_for_screen\", LIBRARY.GTK); 346 Linker.link(gtk_style_context_reset_widgets, \"gtk_style_context_reset_widgets\", LIBRARY.GTK); 347 Linker.link(gtk_style_context_set_background, \"gtk_style_context_set_background\", LIBRARY.GTK); 348 Linker.link(gtk_style_context_restore, \"gtk_style_context_restore\", LIBRARY.GTK); 349 Linker.link(gtk_style_context_save, \"gtk_style_context_save\", LIBRARY.GTK); 350 Linker.link(gtk_style_context_set_direction, \"gtk_style_context_set_direction\", LIBRARY.GTK); 351 Linker.link(gtk_style_context_set_junction_sides, \"gtk_style_context_set_junction_sides\", LIBRARY.GTK); 352 Linker.link(gtk_style_context_set_parent, \"gtk_style_context_set_parent\", LIBRARY.GTK); 353 Linker.link(gtk_style_context_set_path, \"gtk_style_context_set_path\", LIBRARY.GTK); 354 Linker.link(gtk_style_context_add_class, \"gtk_style_context_add_class\", LIBRARY.GTK); 355 Linker.link(gtk_style_context_remove_class, \"gtk_style_context_remove_class\", LIBRARY.GTK); 356 Linker.link(gtk_style_context_has_class, \"gtk_style_context_has_class\", LIBRARY.GTK); 357 Linker.link(gtk_style_context_list_classes, \"gtk_style_context_list_classes\", LIBRARY.GTK); 358 Linker.link(gtk_style_context_add_region, \"gtk_style_context_add_region\", LIBRARY.GTK); 359 Linker.link(gtk_style_context_remove_region, \"gtk_style_context_remove_region\", LIBRARY.GTK); 360 Linker.link(gtk_style_context_has_region, \"gtk_style_context_has_region\", LIBRARY.GTK); 361 Linker.link(gtk_style_context_list_regions, \"gtk_style_context_list_regions\", LIBRARY.GTK); 362 Linker.link(gtk_style_context_set_screen, \"gtk_style_context_set_screen\", LIBRARY.GTK); 363 Linker.link(gtk_style_context_set_frame_clock, \"gtk_style_context_set_frame_clock\", LIBRARY.GTK); 364 Linker.link(gtk_style_context_set_state, \"gtk_style_context_set_state\", LIBRARY.GTK); 365 Linker.link(gtk_style_context_set_scale, \"gtk_style_context_set_scale\", LIBRARY.GTK); 366 Linker.link(gtk_style_context_get_scale, \"gtk_style_context_get_scale\", LIBRARY.GTK); 367 Linker.link(gtk_render_arrow, \"gtk_render_arrow\", LIBRARY.GTK); 368 Linker.link(gtk_render_background, \"gtk_render_background\", LIBRARY.GTK); 369 Linker.link(gtk_render_check, \"gtk_render_check\", LIBRARY.GTK); 370 Linker.link(gtk_render_expander, \"gtk_render_expander\", LIBRARY.GTK); 371 Linker.link(gtk_render_extension, \"gtk_render_extension\", LIBRARY.GTK); 372 Linker.link(gtk_render_focus, \"gtk_render_focus\", LIBRARY.GTK); 373 Linker.link(gtk_render_frame, \"gtk_render_frame\", LIBRARY.GTK); 374 Linker.link(gtk_render_frame_gap, \"gtk_render_frame_gap\", LIBRARY.GTK); 375 Linker.link(gtk_render_handle, \"gtk_render_handle\", LIBRARY.GTK); 376 Linker.link(gtk_render_layout, \"gtk_render_layout\", LIBRARY.GTK); 377 Linker.link(gtk_render_line, \"gtk_render_line\", LIBRARY.GTK); 378 Linker.link(gtk_render_option, \"gtk_render_option\", LIBRARY.GTK); 379 Linker.link(gtk_render_slider, \"gtk_render_slider\", LIBRARY.GTK); 380 Linker.link(gtk_render_activity, \"gtk_render_activity\", LIBRARY.GTK); 381 Linker.link(gtk_render_icon_pixbuf, \"gtk_render_icon_pixbuf\", LIBRARY.GTK); 382 Linker.link(gtk_render_icon_surface, \"gtk_render_icon_surface\", LIBRARY.GTK); 383 Linker.link(gtk_render_icon, \"gtk_render_icon\", LIBRARY.GTK); 384 Linker.link(gtk_render_insertion_cursor, \"gtk_render_insertion_cursor\", LIBRARY.GTK); 385 386 // gtk.Border 387 388 Linker.link(gtk_border_new, \"gtk_border_new\", LIBRARY.GTK); 389 Linker.link(gtk_border_copy, \"gtk_border_copy\", LIBRARY.GTK); 390 Linker.link(gtk_border_free, \"gtk_border_free\", LIBRARY.GTK); 391 392 // gtk.CssProvider 393 394 Linker.link(gtk_css_provider_get_default, \"gtk_css_provider_get_default\", LIBRARY.GTK); 395 Linker.link(gtk_css_provider_get_named, \"gtk_css_provider_get_named\", LIBRARY.GTK); 396 Linker.link(gtk_css_provider_load_from_data, \"gtk_css_provider_load_from_data\", LIBRARY.GTK); 397 Linker.link(gtk_css_provider_load_from_file, \"gtk_css_provider_load_from_file\", LIBRARY.GTK); 398 Linker.link(gtk_css_provider_load_from_path, \"gtk_css_provider_load_from_path\", LIBRARY.GTK); 399 Linker.link(gtk_css_provider_new, \"gtk_css_provider_new\", LIBRARY.GTK); 400 Linker.link(gtk_css_provider_to_string, \"gtk_css_provider_to_string\", LIBRARY.GTK); 401 402 // gtk.CssSection 403 404 Linker.link(gtk_css_section_get_end_line, \"gtk_css_section_get_end_line\", LIBRARY.GTK); 405 Linker.link(gtk_css_section_get_end_position, \"gtk_css_section_get_end_position\", LIBRARY.GTK); 406 Linker.link(gtk_css_section_get_file, \"gtk_css_section_get_file\", LIBRARY.GTK); 407 Linker.link(gtk_css_section_get_parent, \"gtk_css_section_get_parent\", LIBRARY.GTK); 408 Linker.link(gtk_css_section_get_section_type, \"gtk_css_section_get_section_type\", LIBRARY.GTK); 409 Linker.link(gtk_css_section_get_start_line, \"gtk_css_section_get_start_line\", LIBRARY.GTK); 410 Linker.link(gtk_css_section_get_start_position, \"gtk_css_section_get_start_position\", LIBRARY.GTK); 411 Linker.link(gtk_css_section_ref, \"gtk_css_section_ref\", LIBRARY.GTK); 412 Linker.link(gtk_css_section_unref, \"gtk_css_section_unref\", LIBRARY.GTK); 413 414 // gtk.StyleProviderT 415 416 417 // gtk.StyleProviderT 418 419 Linker.link(gtk_style_provider_get_icon_factory, \"gtk_style_provider_get_icon_factory\", LIBRARY.GTK); 420 Linker.link(gtk_style_provider_get_style, \"gtk_style_provider_get_style\", LIBRARY.GTK); 421 Linker.link(gtk_style_provider_get_style_property, \"gtk_style_provider_get_style_property\", LIBRARY.GTK); 422 423 // gtk.StyleProperties 424 425 Linker.link(gtk_style_properties_clear, \"gtk_style_properties_clear\", LIBRARY.GTK); 426 Linker.link(gtk_style_properties_get, \"gtk_style_properties_get\", LIBRARY.GTK); 427 Linker.link(gtk_style_properties_get_property, \"gtk_style_properties_get_property\", LIBRARY.GTK); 428 Linker.link(gtk_style_properties_get_valist, \"gtk_style_properties_get_valist\", LIBRARY.GTK); 429 Linker.link(gtk_style_properties_lookup_color, \"gtk_style_properties_lookup_color\", LIBRARY.GTK); 430 Linker.link(gtk_style_properties_lookup_property, \"gtk_style_properties_lookup_property\", LIBRARY.GTK); 431 Linker.link(gtk_style_properties_map_color, \"gtk_style_properties_map_color\", LIBRARY.GTK); 432 Linker.link(gtk_style_properties_merge, \"gtk_style_properties_merge\", LIBRARY.GTK); 433 Linker.link(gtk_style_properties_new, \"gtk_style_properties_new\", LIBRARY.GTK); 434 Linker.link(gtk_style_properties_register_property, \"gtk_style_properties_register_property\", LIBRARY.GTK); 435 Linker.link(gtk_style_properties_set, \"gtk_style_properties_set\", LIBRARY.GTK); 436 Linker.link(gtk_style_properties_set_property, \"gtk_style_properties_set_property\", LIBRARY.GTK); 437 Linker.link(gtk_style_properties_set_valist, \"gtk_style_properties_set_valist\", LIBRARY.GTK); 438 Linker.link(gtk_style_properties_unset_property, \"gtk_style_properties_unset_property\", LIBRARY.GTK); 439 440 // gtk.ThemingEngine 441 442 Linker.link(gtk_theming_engine_get, \"gtk_theming_engine_get\", LIBRARY.GTK); 443 Linker.link(gtk_theming_engine_get_direction, \"gtk_theming_engine_get_direction\", LIBRARY.GTK); 444 Linker.link(gtk_theming_engine_get_junction_sides, \"gtk_theming_engine_get_junction_sides\", LIBRARY.GTK); 445 Linker.link(gtk_theming_engine_get_path, \"gtk_theming_engine_get_path\", LIBRARY.GTK); 446 Linker.link(gtk_theming_engine_get_property, \"gtk_theming_engine_get_property\", LIBRARY.GTK); 447 Linker.link(gtk_theming_engine_get_screen, \"gtk_theming_engine_get_screen\", LIBRARY.GTK); 448 Linker.link(gtk_theming_engine_get_state, \"gtk_theming_engine_get_state\", LIBRARY.GTK); 449 Linker.link(gtk_theming_engine_get_style, \"gtk_theming_engine_get_style\", LIBRARY.GTK); 450 Linker.link(gtk_theming_engine_get_style_property, \"gtk_theming_engine_get_style_property\", LIBRARY.GTK); 451 Linker.link(gtk_theming_engine_get_style_valist, \"gtk_theming_engine_get_style_valist\", LIBRARY.GTK); 452 Linker.link(gtk_theming_engine_get_valist, \"gtk_theming_engine_get_valist\", LIBRARY.GTK); 453 Linker.link(gtk_theming_engine_get_color, \"gtk_theming_engine_get_color\", LIBRARY.GTK); 454 Linker.link(gtk_theming_engine_get_background_color, \"gtk_theming_engine_get_background_color\", LIBRARY.GTK); 455 Linker.link(gtk_theming_engine_get_border_color, \"gtk_theming_engine_get_border_color\", LIBRARY.GTK); 456 Linker.link(gtk_theming_engine_get_border, \"gtk_theming_engine_get_border\", LIBRARY.GTK); 457 Linker.link(gtk_theming_engine_get_padding, \"gtk_theming_engine_get_padding\", LIBRARY.GTK); 458 Linker.link(gtk_theming_engine_get_margin, \"gtk_theming_engine_get_margin\", LIBRARY.GTK); 459 Linker.link(gtk_theming_engine_get_font, \"gtk_theming_engine_get_font\", LIBRARY.GTK); 460 Linker.link(gtk_theming_engine_has_class, \"gtk_theming_engine_has_class\", LIBRARY.GTK); 461 Linker.link(gtk_theming_engine_has_region, \"gtk_theming_engine_has_region\", LIBRARY.GTK); 462 Linker.link(gtk_theming_engine_lookup_color, \"gtk_theming_engine_lookup_color\", LIBRARY.GTK); 463 Linker.link(gtk_theming_engine_state_is_running, \"gtk_theming_engine_state_is_running\", LIBRARY.GTK); 464 Linker.link(gtk_theming_engine_load, \"gtk_theming_engine_load\", LIBRARY.GTK); 465 Linker.link(gtk_theming_engine_register_property, \"gtk_theming_engine_register_property\", LIBRARY.GTK); 466 467 // gtk.WidgetPath 468 469 Linker.link(gtk_widget_path_append_type, \"gtk_widget_path_append_type\", LIBRARY.GTK); 470 Linker.link(gtk_widget_path_append_with_siblings, \"gtk_widget_path_append_with_siblings\", LIBRARY.GTK); 471 Linker.link(gtk_widget_path_append_for_widget, \"gtk_widget_path_append_for_widget\", LIBRARY.GTK); 472 Linker.link(gtk_widget_path_copy, \"gtk_widget_path_copy\", LIBRARY.GTK); 473 Linker.link(gtk_widget_path_ref, \"gtk_widget_path_ref\", LIBRARY.GTK); 474 Linker.link(gtk_widget_path_unref, \"gtk_widget_path_unref\", LIBRARY.GTK); 475 Linker.link(gtk_widget_path_free, \"gtk_widget_path_free\", LIBRARY.GTK); 476 Linker.link(gtk_widget_path_get_object_type, \"gtk_widget_path_get_object_type\", LIBRARY.GTK); 477 Linker.link(gtk_widget_path_has_parent, \"gtk_widget_path_has_parent\", LIBRARY.GTK); 478 Linker.link(gtk_widget_path_is_type, \"gtk_widget_path_is_type\", LIBRARY.GTK); 479 Linker.link(gtk_widget_path_iter_add_class, \"gtk_widget_path_iter_add_class\", LIBRARY.GTK); 480 Linker.link(gtk_widget_path_iter_add_region, \"gtk_widget_path_iter_add_region\", LIBRARY.GTK); 481 Linker.link(gtk_widget_path_iter_clear_classes, \"gtk_widget_path_iter_clear_classes\", LIBRARY.GTK); 482 Linker.link(gtk_widget_path_iter_clear_regions, \"gtk_widget_path_iter_clear_regions\", LIBRARY.GTK); 483 Linker.link(gtk_widget_path_iter_get_name, \"gtk_widget_path_iter_get_name\", LIBRARY.GTK); 484 Linker.link(gtk_widget_path_iter_get_object_type, \"gtk_widget_path_iter_get_object_type\", LIBRARY.GTK); 485 Linker.link(gtk_widget_path_iter_get_siblings, \"gtk_widget_path_iter_get_siblings\", LIBRARY.GTK); 486 Linker.link(gtk_widget_path_iter_get_sibling_index, \"gtk_widget_path_iter_get_sibling_index\", LIBRARY.GTK); 487 Linker.link(gtk_widget_path_iter_has_class, \"gtk_widget_path_iter_has_class\", LIBRARY.GTK); 488 Linker.link(gtk_widget_path_iter_has_name, \"gtk_widget_path_iter_has_name\", LIBRARY.GTK); 489 Linker.link(gtk_widget_path_iter_has_qclass, \"gtk_widget_path_iter_has_qclass\", LIBRARY.GTK); 490 Linker.link(gtk_widget_path_iter_has_qname, \"gtk_widget_path_iter_has_qname\", LIBRARY.GTK); 491 Linker.link(gtk_widget_path_iter_has_qregion, \"gtk_widget_path_iter_has_qregion\", LIBRARY.GTK); 492 Linker.link(gtk_widget_path_iter_has_region, \"gtk_widget_path_iter_has_region\", LIBRARY.GTK); 493 Linker.link(gtk_widget_path_iter_list_classes, \"gtk_widget_path_iter_list_classes\", LIBRARY.GTK); 494 Linker.link(gtk_widget_path_iter_list_regions, \"gtk_widget_path_iter_list_regions\", LIBRARY.GTK); 495 Linker.link(gtk_widget_path_iter_remove_class, \"gtk_widget_path_iter_remove_class\", LIBRARY.GTK); 496 Linker.link(gtk_widget_path_iter_remove_region, \"gtk_widget_path_iter_remove_region\", LIBRARY.GTK); 497 Linker.link(gtk_widget_path_iter_set_name, \"gtk_widget_path_iter_set_name\", LIBRARY.GTK); 498 Linker.link(gtk_widget_path_iter_set_object_type, \"gtk_widget_path_iter_set_object_type\", LIBRARY.GTK); 499 Linker.link(gtk_widget_path_length, \"gtk_widget_path_length\", LIBRARY.GTK); 500 Linker.link(gtk_widget_path_new, \"gtk_widget_path_new\", LIBRARY.GTK); 501 Linker.link(gtk_widget_path_prepend_type, \"gtk_widget_path_prepend_type\", LIBRARY.GTK); 502 Linker.link(gtk_widget_path_to_string, \"gtk_widget_path_to_string\", LIBRARY.GTK); 503 504 // gtk.IconTheme 505 506 Linker.link(gtk_icon_theme_new, \"gtk_icon_theme_new\", LIBRARY.GTK); 507 Linker.link(gtk_icon_theme_get_default, \"gtk_icon_theme_get_default\", LIBRARY.GTK); 508 Linker.link(gtk_icon_theme_get_for_screen, \"gtk_icon_theme_get_for_screen\", LIBRARY.GTK); 509 Linker.link(gtk_icon_theme_set_screen, \"gtk_icon_theme_set_screen\", LIBRARY.GTK); 510 Linker.link(gtk_icon_theme_set_search_path, \"gtk_icon_theme_set_search_path\", LIBRARY.GTK); 511 Linker.link(gtk_icon_theme_get_search_path, \"gtk_icon_theme_get_search_path\", LIBRARY.GTK); 512 Linker.link(gtk_icon_theme_append_search_path, \"gtk_icon_theme_append_search_path\", LIBRARY.GTK); 513 Linker.link(gtk_icon_theme_prepend_search_path, \"gtk_icon_theme_prepend_search_path\", LIBRARY.GTK); 514 Linker.link(gtk_icon_theme_set_custom_theme, \"gtk_icon_theme_set_custom_theme\", LIBRARY.GTK); 515 Linker.link(gtk_icon_theme_has_icon, \"gtk_icon_theme_has_icon\", LIBRARY.GTK); 516 Linker.link(gtk_icon_theme_lookup_icon, \"gtk_icon_theme_lookup_icon\", LIBRARY.GTK); 517 Linker.link(gtk_icon_theme_lookup_icon_for_scale, \"gtk_icon_theme_lookup_icon_for_scale\", LIBRARY.GTK); 518 Linker.link(gtk_icon_theme_choose_icon, \"gtk_icon_theme_choose_icon\", LIBRARY.GTK); 519 Linker.link(gtk_icon_theme_choose_icon_for_scale, \"gtk_icon_theme_choose_icon_for_scale\", LIBRARY.GTK); 520 Linker.link(gtk_icon_theme_lookup_by_gicon, \"gtk_icon_theme_lookup_by_gicon\", LIBRARY.GTK); 521 Linker.link(gtk_icon_theme_lookup_by_gicon_for_scale, \"gtk_icon_theme_lookup_by_gicon_for_scale\", LIBRARY.GTK); 522 Linker.link(gtk_icon_theme_load_icon, \"gtk_icon_theme_load_icon\", LIBRARY.GTK); 523 Linker.link(gtk_icon_theme_load_icon_for_scale, \"gtk_icon_theme_load_icon_for_scale\", LIBRARY.GTK); 524 Linker.link(gtk_icon_theme_load_surface, \"gtk_icon_theme_load_surface\", LIBRARY.GTK); 525 Linker.link(gtk_icon_theme_list_contexts, \"gtk_icon_theme_list_contexts\", LIBRARY.GTK); 526 Linker.link(gtk_icon_theme_list_icons, \"gtk_icon_theme_list_icons\", LIBRARY.GTK); 527 Linker.link(gtk_icon_theme_get_icon_sizes, \"gtk_icon_theme_get_icon_sizes\", LIBRARY.GTK); 528 Linker.link(gtk_icon_theme_get_example_icon_name, \"gtk_icon_theme_get_example_icon_name\", LIBRARY.GTK); 529 Linker.link(gtk_icon_theme_rescan_if_needed, \"gtk_icon_theme_rescan_if_needed\", LIBRARY.GTK); 530 Linker.link(gtk_icon_theme_add_builtin_icon, \"gtk_icon_theme_add_builtin_icon\", LIBRARY.GTK); 531 532 // gtk.IconInfo 533 534 Linker.link(gtk_icon_info_copy, \"gtk_icon_info_copy\", LIBRARY.GTK); 535 Linker.link(gtk_icon_info_free, \"gtk_icon_info_free\", LIBRARY.GTK); 536 Linker.link(gtk_icon_info_new_for_pixbuf, \"gtk_icon_info_new_for_pixbuf\", LIBRARY.GTK); 537 Linker.link(gtk_icon_info_get_base_size, \"gtk_icon_info_get_base_size\", LIBRARY.GTK); 538 Linker.link(gtk_icon_info_get_base_scale, \"gtk_icon_info_get_base_scale\", LIBRARY.GTK); 539 Linker.link(gtk_icon_info_get_filename, \"gtk_icon_info_get_filename\", LIBRARY.GTK); 540 Linker.link(gtk_icon_info_get_builtin_pixbuf, \"gtk_icon_info_get_builtin_pixbuf\", LIBRARY.GTK); 541 Linker.link(gtk_icon_info_load_icon, \"gtk_icon_info_load_icon\", LIBRARY.GTK); 542 Linker.link(gtk_icon_info_load_surface, \"gtk_icon_info_load_surface\", LIBRARY.GTK); 543 Linker.link(gtk_icon_info_load_icon_async, \"gtk_icon_info_load_icon_async\", LIBRARY.GTK); 544 Linker.link(gtk_icon_info_load_icon_finish, \"gtk_icon_info_load_icon_finish\", LIBRARY.GTK); 545 Linker.link(gtk_icon_info_load_symbolic, \"gtk_icon_info_load_symbolic\", LIBRARY.GTK); 546 Linker.link(gtk_icon_info_load_symbolic_async, \"gtk_icon_info_load_symbolic_async\", LIBRARY.GTK); 547 Linker.link(gtk_icon_info_load_symbolic_finish, \"gtk_icon_info_load_symbolic_finish\", LIBRARY.GTK); 548 Linker.link(gtk_icon_info_load_symbolic_for_style, \"gtk_icon_info_load_symbolic_for_style\", LIBRARY.GTK); 549 Linker.link(gtk_icon_info_load_symbolic_for_context, \"gtk_icon_info_load_symbolic_for_context\", LIBRARY.GTK); 550 Linker.link(gtk_icon_info_load_symbolic_for_context_async, \"gtk_icon_info_load_symbolic_for_context_async\", LIBRARY.GTK); 551 Linker.link(gtk_icon_info_load_symbolic_for_context_finish, \"gtk_icon_info_load_symbolic_for_context_finish\", LIBRARY.GTK); 552 Linker.link(gtk_icon_info_set_raw_coordinates, \"gtk_icon_info_set_raw_coordinates\", LIBRARY.GTK); 553 Linker.link(gtk_icon_info_get_embedded_rect, \"gtk_icon_info_get_embedded_rect\", LIBRARY.GTK); 554 Linker.link(gtk_icon_info_get_attach_points, \"gtk_icon_info_get_attach_points\", LIBRARY.GTK); 555 Linker.link(gtk_icon_info_get_display_name, \"gtk_icon_info_get_display_name\", LIBRARY.GTK); 556 557 // gtk.IconSource 558 559 Linker.link(gtk_icon_source_copy, \"gtk_icon_source_copy\", LIBRARY.GTK); 560 Linker.link(gtk_icon_source_free, \"gtk_icon_source_free\", LIBRARY.GTK); 561 Linker.link(gtk_icon_source_get_direction, \"gtk_icon_source_get_direction\", LIBRARY.GTK); 562 Linker.link(gtk_icon_source_get_direction_wildcarded, \"gtk_icon_source_get_direction_wildcarded\", LIBRARY.GTK); 563 Linker.link(gtk_icon_source_get_filename, \"gtk_icon_source_get_filename\", LIBRARY.GTK); 564 Linker.link(gtk_icon_source_get_pixbuf, \"gtk_icon_source_get_pixbuf\", LIBRARY.GTK); 565 Linker.link(gtk_icon_source_get_icon_name, \"gtk_icon_source_get_icon_name\", LIBRARY.GTK); 566 Linker.link(gtk_icon_source_get_size, \"gtk_icon_source_get_size\", LIBRARY.GTK); 567 Linker.link(gtk_icon_source_get_size_wildcarded, \"gtk_icon_source_get_size_wildcarded\", LIBRARY.GTK); 568 Linker.link(gtk_icon_source_get_state, \"gtk_icon_source_get_state\", LIBRARY.GTK); 569 Linker.link(gtk_icon_source_get_state_wildcarded, \"gtk_icon_source_get_state_wildcarded\", LIBRARY.GTK); 570 Linker.link(gtk_icon_source_new, \"gtk_icon_source_new\", LIBRARY.GTK); 571 Linker.link(gtk_icon_source_set_direction, \"gtk_icon_source_set_direction\", LIBRARY.GTK); 572 Linker.link(gtk_icon_source_set_direction_wildcarded, \"gtk_icon_source_set_direction_wildcarded\", LIBRARY.GTK); 573 Linker.link(gtk_icon_source_set_filename, \"gtk_icon_source_set_filename\", LIBRARY.GTK); 574 Linker.link(gtk_icon_source_set_pixbuf, \"gtk_icon_source_set_pixbuf\", LIBRARY.GTK); 575 Linker.link(gtk_icon_source_set_icon_name, \"gtk_icon_source_set_icon_name\", LIBRARY.GTK); 576 Linker.link(gtk_icon_source_set_size, \"gtk_icon_source_set_size\", LIBRARY.GTK); 577 Linker.link(gtk_icon_source_set_size_wildcarded, \"gtk_icon_source_set_size_wildcarded\", LIBRARY.GTK); 578 Linker.link(gtk_icon_source_set_state, \"gtk_icon_source_set_state\", LIBRARY.GTK); 579 Linker.link(gtk_icon_source_set_state_wildcarded, \"gtk_icon_source_set_state_wildcarded\", LIBRARY.GTK); 580 581 // gtk.IconFactory 582 583 Linker.link(gtk_icon_factory_add, \"gtk_icon_factory_add\", LIBRARY.GTK); 584 Linker.link(gtk_icon_factory_add_default, \"gtk_icon_factory_add_default\", LIBRARY.GTK); 585 Linker.link(gtk_icon_factory_lookup, \"gtk_icon_factory_lookup\", LIBRARY.GTK); 586 Linker.link(gtk_icon_factory_lookup_default, \"gtk_icon_factory_lookup_default\", LIBRARY.GTK); 587 Linker.link(gtk_icon_factory_new, \"gtk_icon_factory_new\", LIBRARY.GTK); 588 Linker.link(gtk_icon_factory_remove_default, \"gtk_icon_factory_remove_default\", LIBRARY.GTK); 589 590 // gtk.IconSet 591 592 Linker.link(gtk_icon_set_add_source, \"gtk_icon_set_add_source\", LIBRARY.GTK); 593 Linker.link(gtk_icon_set_copy, \"gtk_icon_set_copy\", LIBRARY.GTK); 594 Linker.link(gtk_icon_set_new, \"gtk_icon_set_new\", LIBRARY.GTK); 595 Linker.link(gtk_icon_set_new_from_pixbuf, \"gtk_icon_set_new_from_pixbuf\", LIBRARY.GTK); 596 Linker.link(gtk_icon_set_ref, \"gtk_icon_set_ref\", LIBRARY.GTK); 597 Linker.link(gtk_icon_set_render_icon, \"gtk_icon_set_render_icon\", LIBRARY.GTK); 598 Linker.link(gtk_icon_set_render_icon_pixbuf, \"gtk_icon_set_render_icon_pixbuf\", LIBRARY.GTK); 599 Linker.link(gtk_icon_set_render_icon_surface, \"gtk_icon_set_render_icon_surface\", LIBRARY.GTK); 600 Linker.link(gtk_icon_set_unref, \"gtk_icon_set_unref\", LIBRARY.GTK); 601 Linker.link(gtk_icon_set_get_sizes, \"gtk_icon_set_get_sizes\", LIBRARY.GTK); 602 603 // gtk.IconSize 604 605 Linker.link(gtk_icon_size_lookup, \"gtk_icon_size_lookup\", LIBRARY.GTK); 606 Linker.link(gtk_icon_size_lookup_for_settings, \"gtk_icon_size_lookup_for_settings\", LIBRARY.GTK); 607 Linker.link(gtk_icon_size_register, \"gtk_icon_size_register\", LIBRARY.GTK); 608 Linker.link(gtk_icon_size_register_alias, \"gtk_icon_size_register_alias\", LIBRARY.GTK); 609 Linker.link(gtk_icon_size_from_name, \"gtk_icon_size_from_name\", LIBRARY.GTK); 610 Linker.link(gtk_icon_size_get_name, \"gtk_icon_size_get_name\", LIBRARY.GTK); 611 612 // gtk.NumerableIcon 613 614 Linker.link(gtk_numerable_icon_new, \"gtk_numerable_icon_new\", LIBRARY.GTK); 615 Linker.link(gtk_numerable_icon_new_with_style_context, \"gtk_numerable_icon_new_with_style_context\", LIBRARY.GTK); 616 Linker.link(gtk_numerable_icon_get_background_gicon, \"gtk_numerable_icon_get_background_gicon\", LIBRARY.GTK); 617 Linker.link(gtk_numerable_icon_set_background_gicon, \"gtk_numerable_icon_set_background_gicon\", LIBRARY.GTK); 618 Linker.link(gtk_numerable_icon_get_background_icon_name, \"gtk_numerable_icon_get_background_icon_name\", LIBRARY.GTK); 619 Linker.link(gtk_numerable_icon_set_background_icon_name, \"gtk_numerable_icon_set_background_icon_name\", LIBRARY.GTK); 620 Linker.link(gtk_numerable_icon_get_count, \"gtk_numerable_icon_get_count\", LIBRARY.GTK); 621 Linker.link(gtk_numerable_icon_set_count, \"gtk_numerable_icon_set_count\", LIBRARY.GTK); 622 Linker.link(gtk_numerable_icon_get_label, \"gtk_numerable_icon_get_label\", LIBRARY.GTK); 623 Linker.link(gtk_numerable_icon_set_label, \"gtk_numerable_icon_set_label\", LIBRARY.GTK); 624 Linker.link(gtk_numerable_icon_get_style_context, \"gtk_numerable_icon_get_style_context\", LIBRARY.GTK); 625 Linker.link(gtk_numerable_icon_set_style_context, \"gtk_numerable_icon_set_style_context\", LIBRARY.GTK); 626 627 // gtk.Application 628 629 Linker.link(gtk_application_new, \"gtk_application_new\", LIBRARY.GTK); 630 Linker.link(gtk_application_add_window, \"gtk_application_add_window\", LIBRARY.GTK); 631 Linker.link(gtk_application_remove_window, \"gtk_application_remove_window\", LIBRARY.GTK); 632 Linker.link(gtk_application_get_windows, \"gtk_application_get_windows\", LIBRARY.GTK); 633 Linker.link(gtk_application_get_window_by_id, \"gtk_application_get_window_by_id\", LIBRARY.GTK); 634 Linker.link(gtk_application_get_active_window, \"gtk_application_get_active_window\", LIBRARY.GTK); 635 Linker.link(gtk_application_inhibit, \"gtk_application_inhibit\", LIBRARY.GTK); 636 Linker.link(gtk_application_uninhibit, \"gtk_application_uninhibit\", LIBRARY.GTK); 637 Linker.link(gtk_application_is_inhibited, \"gtk_application_is_inhibited\", LIBRARY.GTK); 638 Linker.link(gtk_application_get_app_menu, \"gtk_application_get_app_menu\", LIBRARY.GTK); 639 Linker.link(gtk_application_set_app_menu, \"gtk_application_set_app_menu\", LIBRARY.GTK); 640 Linker.link(gtk_application_get_menubar, \"gtk_application_get_menubar\", LIBRARY.GTK); 641 Linker.link(gtk_application_set_menubar, \"gtk_application_set_menubar\", LIBRARY.GTK); 642 Linker.link(gtk_application_add_accelerator, \"gtk_application_add_accelerator\", LIBRARY.GTK); 643 Linker.link(gtk_application_remove_accelerator, \"gtk_application_remove_accelerator\", LIBRARY.GTK); 644 645 // gtk.ApplicationWindow 646 647 Linker.link(gtk_application_window_new, \"gtk_application_window_new\", LIBRARY.GTK); 648 Linker.link(gtk_application_window_set_show_menubar, \"gtk_application_window_set_show_menubar\", LIBRARY.GTK); 649 Linker.link(gtk_application_window_get_show_menubar, \"gtk_application_window_get_show_menubar\", LIBRARY.GTK); 650 Linker.link(gtk_application_window_get_id, \"gtk_application_window_get_id\", LIBRARY.GTK); 651 652 // gtk.ActionableT 653 654 655 // gtk.ActionableT 656 657 Linker.link(gtk_actionable_get_action_name, \"gtk_actionable_get_action_name\", LIBRARY.GTK); 658 Linker.link(gtk_actionable_set_action_name, \"gtk_actionable_set_action_name\", LIBRARY.GTK); 659 Linker.link(gtk_actionable_get_action_target_value, \"gtk_actionable_get_action_target_value\", LIBRARY.GTK); 660 Linker.link(gtk_actionable_set_action_target_value, \"gtk_actionable_set_action_target_value\", LIBRARY.GTK); 661 Linker.link(gtk_actionable_set_action_target, \"gtk_actionable_set_action_target\", LIBRARY.GTK); 662 Linker.link(gtk_actionable_set_detailed_action_name, \"gtk_actionable_set_detailed_action_name\", LIBRARY.GTK); 663 664 // gtk.BuildableT 665 666 667 // gtk.BuildableT 668 669 Linker.link(gtk_buildable_set_name, \"gtk_buildable_set_name\", LIBRARY.GTK); 670 Linker.link(gtk_buildable_get_name, \"gtk_buildable_get_name\", LIBRARY.GTK); 671 Linker.link(gtk_buildable_add_child, \"gtk_buildable_add_child\", LIBRARY.GTK); 672 Linker.link(gtk_buildable_set_buildable_property, \"gtk_buildable_set_buildable_property\", LIBRARY.GTK); 673 Linker.link(gtk_buildable_construct_child, \"gtk_buildable_construct_child\", LIBRARY.GTK); 674 Linker.link(gtk_buildable_custom_tag_start, \"gtk_buildable_custom_tag_start\", LIBRARY.GTK); 675 Linker.link(gtk_buildable_custom_tag_end, \"gtk_buildable_custom_tag_end\", LIBRARY.GTK); 676 Linker.link(gtk_buildable_custom_finished, \"gtk_buildable_custom_finished\", LIBRARY.GTK); 677 Linker.link(gtk_buildable_parser_finished, \"gtk_buildable_parser_finished\", LIBRARY.GTK); 678 Linker.link(gtk_buildable_get_internal_child, \"gtk_buildable_get_internal_child\", LIBRARY.GTK); 679 680 // gtk.Builder 681 682 Linker.link(gtk_builder_new, \"gtk_builder_new\", LIBRARY.GTK); 683 Linker.link(gtk_builder_new_from_file, \"gtk_builder_new_from_file\", LIBRARY.GTK); 684 Linker.link(gtk_builder_new_from_resource, \"gtk_builder_new_from_resource\", LIBRARY.GTK); 685 Linker.link(gtk_builder_new_from_string, \"gtk_builder_new_from_string\", LIBRARY.GTK); 686 Linker.link(gtk_builder_add_callback_symbol, \"gtk_builder_add_callback_symbol\", LIBRARY.GTK); 687 Linker.link(gtk_builder_add_callback_symbols, \"gtk_builder_add_callback_symbols\", LIBRARY.GTK); 688 Linker.link(gtk_builder_lookup_callback_symbol, \"gtk_builder_lookup_callback_symbol\", LIBRARY.GTK); 689 Linker.link(gtk_builder_add_from_file, \"gtk_builder_add_from_file\", LIBRARY.GTK); 690 Linker.link(gtk_builder_add_from_resource, \"gtk_builder_add_from_resource\", LIBRARY.GTK); 691 Linker.link(gtk_builder_add_from_string, \"gtk_builder_add_from_string\", LIBRARY.GTK); 692 Linker.link(gtk_builder_add_objects_from_file, \"gtk_builder_add_objects_from_file\", LIBRARY.GTK); 693 Linker.link(gtk_builder_add_objects_from_string, \"gtk_builder_add_objects_from_string\", LIBRARY.GTK); 694 Linker.link(gtk_builder_add_objects_from_resource, \"gtk_builder_add_objects_from_resource\", LIBRARY.GTK); 695 Linker.link(gtk_builder_get_object, \"gtk_builder_get_object\", LIBRARY.GTK); 696 Linker.link(gtk_builder_get_objects, \"gtk_builder_get_objects\", LIBRARY.GTK); 697 Linker.link(gtk_builder_expose_object, \"gtk_builder_expose_object\", LIBRARY.GTK); 698 Linker.link(gtk_builder_connect_signals, \"gtk_builder_connect_signals\", LIBRARY.GTK); 699 Linker.link(gtk_builder_connect_signals_full, \"gtk_builder_connect_signals_full\", LIBRARY.GTK); 700 Linker.link(gtk_builder_set_translation_domain, \"gtk_builder_set_translation_domain\", LIBRARY.GTK); 701 Linker.link(gtk_builder_get_translation_domain, \"gtk_builder_get_translation_domain\", LIBRARY.GTK); 702 Linker.link(gtk_builder_get_type_from_name, \"gtk_builder_get_type_from_name\", LIBRARY.GTK); 703 Linker.link(gtk_builder_value_from_string, \"gtk_builder_value_from_string\", LIBRARY.GTK); 704 Linker.link(gtk_builder_value_from_string_type, \"gtk_builder_value_from_string_type\", LIBRARY.GTK); 705 706 // gtk.Dialog 707 708 Linker.link(gtk_dialog_new, \"gtk_dialog_new\", LIBRARY.GTK); 709 Linker.link(gtk_dialog_new_with_buttons, \"gtk_dialog_new_with_buttons\", LIBRARY.GTK); 710 Linker.link(gtk_dialog_run, \"gtk_dialog_run\", LIBRARY.GTK); 711 Linker.link(gtk_dialog_response, \"gtk_dialog_response\", LIBRARY.GTK); 712 Linker.link(gtk_dialog_add_button, \"gtk_dialog_add_button\", LIBRARY.GTK); 713 Linker.link(gtk_dialog_add_buttons, \"gtk_dialog_add_buttons\", LIBRARY.GTK); 714 Linker.link(gtk_dialog_add_action_widget, \"gtk_dialog_add_action_widget\", LIBRARY.GTK); 715 Linker.link(gtk_dialog_set_default_response, \"gtk_dialog_set_default_response\", LIBRARY.GTK); 716 Linker.link(gtk_dialog_set_response_sensitive, \"gtk_dialog_set_response_sensitive\", LIBRARY.GTK); 717 Linker.link(gtk_dialog_get_response_for_widget, \"gtk_dialog_get_response_for_widget\", LIBRARY.GTK); 718 Linker.link(gtk_dialog_get_widget_for_response, \"gtk_dialog_get_widget_for_response\", LIBRARY.GTK); 719 Linker.link(gtk_dialog_get_action_area, \"gtk_dialog_get_action_area\", LIBRARY.GTK); 720 Linker.link(gtk_dialog_get_content_area, \"gtk_dialog_get_content_area\", LIBRARY.GTK); 721 Linker.link(gtk_alternative_dialog_button_order, \"gtk_alternative_dialog_button_order\", LIBRARY.GTK); 722 Linker.link(gtk_dialog_set_alternative_button_order, \"gtk_dialog_set_alternative_button_order\", LIBRARY.GTK); 723 Linker.link(gtk_dialog_set_alternative_button_order_from_array, \"gtk_dialog_set_alternative_button_order_from_array\", LIBRARY.GTK); 724 725 // gtk.MessageDialog 726 727 Linker.link(gtk_message_dialog_new, \"gtk_message_dialog_new\", LIBRARY.GTK); 728 Linker.link(gtk_message_dialog_new_with_markup, \"gtk_message_dialog_new_with_markup\", LIBRARY.GTK); 729 Linker.link(gtk_message_dialog_set_markup, \"gtk_message_dialog_set_markup\", LIBRARY.GTK); 730 Linker.link(gtk_message_dialog_set_image, \"gtk_message_dialog_set_image\", LIBRARY.GTK); 731 Linker.link(gtk_message_dialog_get_image, \"gtk_message_dialog_get_image\", LIBRARY.GTK); 732 Linker.link(gtk_message_dialog_format_secondary_text, \"gtk_message_dialog_format_secondary_text\", LIBRARY.GTK); 733 Linker.link(gtk_message_dialog_format_secondary_markup, \"gtk_message_dialog_format_secondary_markup\", LIBRARY.GTK); 734 Linker.link(gtk_message_dialog_get_message_area, \"gtk_message_dialog_get_message_area\", LIBRARY.GTK); 735 736 // gtk.PopupBox 737 738 739 // gtk.AboutDialog 740 741 Linker.link(gtk_about_dialog_new, \"gtk_about_dialog_new\", LIBRARY.GTK); 742 Linker.link(gtk_about_dialog_get_program_name, \"gtk_about_dialog_get_program_name\", LIBRARY.GTK); 743 Linker.link(gtk_about_dialog_set_program_name, \"gtk_about_dialog_set_program_name\", LIBRARY.GTK); 744 Linker.link(gtk_about_dialog_get_version, \"gtk_about_dialog_get_version\", LIBRARY.GTK); 745 Linker.link(gtk_about_dialog_set_version, \"gtk_about_dialog_set_version\", LIBRARY.GTK); 746 Linker.link(gtk_about_dialog_get_copyright, \"gtk_about_dialog_get_copyright\", LIBRARY.GTK); 747 Linker.link(gtk_about_dialog_set_copyright, \"gtk_about_dialog_set_copyright\", LIBRARY.GTK); 748 Linker.link(gtk_about_dialog_get_comments, \"gtk_about_dialog_get_comments\", LIBRARY.GTK); 749 Linker.link(gtk_about_dialog_set_comments, \"gtk_about_dialog_set_comments\", LIBRARY.GTK); 750 Linker.link(gtk_about_dialog_get_license, \"gtk_about_dialog_get_license\", LIBRARY.GTK); 751 Linker.link(gtk_about_dialog_set_license, \"gtk_about_dialog_set_license\", LIBRARY.GTK); 752 Linker.link(gtk_about_dialog_get_wrap_license, \"gtk_about_dialog_get_wrap_license\", LIBRARY.GTK); 753 Linker.link(gtk_about_dialog_set_wrap_license, \"gtk_about_dialog_set_wrap_license\", LIBRARY.GTK); 754 Linker.link(gtk_about_dialog_get_license_type, \"gtk_about_dialog_get_license_type\", LIBRARY.GTK); 755 Linker.link(gtk_about_dialog_set_license_type, \"gtk_about_dialog_set_license_type\", LIBRARY.GTK); 756 Linker.link(gtk_about_dialog_get_website, \"gtk_about_dialog_get_website\", LIBRARY.GTK); 757 Linker.link(gtk_about_dialog_set_website, \"gtk_about_dialog_set_website\", LIBRARY.GTK); 758 Linker.link(gtk_about_dialog_get_website_label, \"gtk_about_dialog_get_website_label\", LIBRARY.GTK); 759 Linker.link(gtk_about_dialog_set_website_label, \"gtk_about_dialog_set_website_label\", LIBRARY.GTK); 760 Linker.link(gtk_about_dialog_get_authors, \"gtk_about_dialog_get_authors\", LIBRARY.GTK); 761 Linker.link(gtk_about_dialog_set_authors, \"gtk_about_dialog_set_authors\", LIBRARY.GTK); 762 Linker.link(gtk_about_dialog_get_artists, \"gtk_about_dialog_get_artists\", LIBRARY.GTK); 763 Linker.link(gtk_about_dialog_set_artists, \"gtk_about_dialog_set_artists\", LIBRARY.GTK); 764 Linker.link(gtk_about_dialog_get_documenters, \"gtk_about_dialog_get_documenters\", LIBRARY.GTK); 765 Linker.link(gtk_about_dialog_set_documenters, \"gtk_about_dialog_set_documenters\", LIBRARY.GTK); 766 Linker.link(gtk_about_dialog_get_translator_credits, \"gtk_about_dialog_get_translator_credits\", LIBRARY.GTK); 767 Linker.link(gtk_about_dialog_set_translator_credits, \"gtk_about_dialog_set_translator_credits\", LIBRARY.GTK); 768 Linker.link(gtk_about_dialog_get_logo, \"gtk_about_dialog_get_logo\", LIBRARY.GTK); 769 Linker.link(gtk_about_dialog_set_logo, \"gtk_about_dialog_set_logo\", LIBRARY.GTK); 770 Linker.link(gtk_about_dialog_get_logo_icon_name, \"gtk_about_dialog_get_logo_icon_name\", LIBRARY.GTK); 771 Linker.link(gtk_about_dialog_set_logo_icon_name, \"gtk_about_dialog_set_logo_icon_name\", LIBRARY.GTK); 772 Linker.link(gtk_about_dialog_add_credit_section, \"gtk_about_dialog_add_credit_section\", LIBRARY.GTK); 773 Linker.link(gtk_show_about_dialog, \"gtk_show_about_dialog\", LIBRARY.GTK); 774 775 // gtk.Assistant 776 777 Linker.link(gtk_assistant_new, \"gtk_assistant_new\", LIBRARY.GTK); 778 Linker.link(gtk_assistant_get_current_page, \"gtk_assistant_get_current_page\", LIBRARY.GTK); 779 Linker.link(gtk_assistant_set_current_page, \"gtk_assistant_set_current_page\", LIBRARY.GTK); 780 Linker.link(gtk_assistant_get_n_pages, \"gtk_assistant_get_n_pages\", LIBRARY.GTK); 781 Linker.link(gtk_assistant_get_nth_page, \"gtk_assistant_get_nth_page\", LIBRARY.GTK); 782 Linker.link(gtk_assistant_prepend_page, \"gtk_assistant_prepend_page\", LIBRARY.GTK); 783 Linker.link(gtk_assistant_append_page, \"gtk_assistant_append_page\", LIBRARY.GTK); 784 Linker.link(gtk_assistant_insert_page, \"gtk_assistant_insert_page\", LIBRARY.GTK); 785 Linker.link(gtk_assistant_remove_page, \"gtk_assistant_remove_page\", LIBRARY.GTK); 786 Linker.link(gtk_assistant_set_forward_page_func, \"gtk_assistant_set_forward_page_func\", LIBRARY.GTK); 787 Linker.link(gtk_assistant_set_page_type, \"gtk_assistant_set_page_type\", LIBRARY.GTK); 788 Linker.link(gtk_assistant_get_page_type, \"gtk_assistant_get_page_type\", LIBRARY.GTK); 789 Linker.link(gtk_assistant_set_page_title, \"gtk_assistant_set_page_title\", LIBRARY.GTK); 790 Linker.link(gtk_assistant_get_page_title, \"gtk_assistant_get_page_title\", LIBRARY.GTK); 791 Linker.link(gtk_assistant_set_page_header_image, \"gtk_assistant_set_page_header_image\", LIBRARY.GTK); 792 Linker.link(gtk_assistant_get_page_header_image, \"gtk_assistant_get_page_header_image\", LIBRARY.GTK); 793 Linker.link(gtk_assistant_set_page_side_image, \"gtk_assistant_set_page_side_image\", LIBRARY.GTK); 794 Linker.link(gtk_assistant_get_page_side_image, \"gtk_assistant_get_page_side_image\", LIBRARY.GTK); 795 Linker.link(gtk_assistant_set_page_complete, \"gtk_assistant_set_page_complete\", LIBRARY.GTK); 796 Linker.link(gtk_assistant_get_page_complete, \"gtk_assistant_get_page_complete\", LIBRARY.GTK); 797 Linker.link(gtk_assistant_add_action_widget, \"gtk_assistant_add_action_widget\", LIBRARY.GTK); 798 Linker.link(gtk_assistant_remove_action_widget, \"gtk_assistant_remove_action_widget\", LIBRARY.GTK); 799 Linker.link(gtk_assistant_update_buttons_state, \"gtk_assistant_update_buttons_state\", LIBRARY.GTK); 800 Linker.link(gtk_assistant_commit, \"gtk_assistant_commit\", LIBRARY.GTK); 801 Linker.link(gtk_assistant_next_page, \"gtk_assistant_next_page\", LIBRARY.GTK); 802 Linker.link(gtk_assistant_previous_page, \"gtk_assistant_previous_page\", LIBRARY.GTK); 803 804 // gtk.Window 805 806 Linker.link(gtk_window_new, \"gtk_window_new\", LIBRARY.GTK); 807 Linker.link(gtk_window_set_title, \"gtk_window_set_title\", LIBRARY.GTK); 808 Linker.link(gtk_window_set_wmclass, \"gtk_window_set_wmclass\", LIBRARY.GTK); 809 Linker.link(gtk_window_set_resizable, \"gtk_window_set_resizable\", LIBRARY.GTK); 810 Linker.link(gtk_window_get_resizable, \"gtk_window_get_resizable\", LIBRARY.GTK); 811 Linker.link(gtk_window_add_accel_group, \"gtk_window_add_accel_group\", LIBRARY.GTK); 812 Linker.link(gtk_window_remove_accel_group, \"gtk_window_remove_accel_group\", LIBRARY.GTK); 813 Linker.link(gtk_window_activate_focus, \"gtk_window_activate_focus\", LIBRARY.GTK); 814 Linker.link(gtk_window_activate_default, \"gtk_window_activate_default\", LIBRARY.GTK); 815 Linker.link(gtk_window_set_modal, \"gtk_window_set_modal\", LIBRARY.GTK); 816 Linker.link(gtk_window_set_default_size, \"gtk_window_set_default_size\", LIBRARY.GTK); 817 Linker.link(gtk_window_set_default_geometry, \"gtk_window_set_default_geometry\", LIBRARY.GTK); 818 Linker.link(gtk_window_set_geometry_hints, \"gtk_window_set_geometry_hints\", LIBRARY.GTK); 819 Linker.link(gtk_window_set_gravity, \"gtk_window_set_gravity\", LIBRARY.GTK); 820 Linker.link(gtk_window_get_gravity, \"gtk_window_get_gravity\", LIBRARY.GTK); 821 Linker.link(gtk_window_set_position, \"gtk_window_set_position\", LIBRARY.GTK); 822 Linker.link(gtk_window_set_transient_for, \"gtk_window_set_transient_for\", LIBRARY.GTK); 823 Linker.link(gtk_window_set_attached_to, \"gtk_window_set_attached_to\", LIBRARY.GTK); 824 Linker.link(gtk_window_set_destroy_with_parent, \"gtk_window_set_destroy_with_parent\", LIBRARY.GTK); 825 Linker.link(gtk_window_set_hide_titlebar_when_maximized, \"gtk_window_set_hide_titlebar_when_maximized\", LIBRARY.GTK); 826 Linker.link(gtk_window_set_screen, \"gtk_window_set_screen\", LIBRARY.GTK); 827 Linker.link(gtk_window_get_screen, \"gtk_window_get_screen\", LIBRARY.GTK); 828 Linker.link(gtk_window_is_active, \"gtk_window_is_active\", LIBRARY.GTK); 829 Linker.link(gtk_window_has_toplevel_focus, \"gtk_window_has_toplevel_focus\", LIBRARY.GTK); 830 Linker.link(gtk_window_list_toplevels, \"gtk_window_list_toplevels\", LIBRARY.GTK); 831 Linker.link(gtk_window_add_mnemonic, \"gtk_window_add_mnemonic\", LIBRARY.GTK); 832 Linker.link(gtk_window_remove_mnemonic, \"gtk_window_remove_mnemonic\", LIBRARY.GTK); 833 Linker.link(gtk_window_mnemonic_activate, \"gtk_window_mnemonic_activate\", LIBRARY.GTK); 834 Linker.link(gtk_window_activate_key, \"gtk_window_activate_key\", LIBRARY.GTK); 835 Linker.link(gtk_window_propagate_key_event, \"gtk_window_propagate_key_event\", LIBRARY.GTK); 836 Linker.link(gtk_window_get_focus, \"gtk_window_get_focus\", LIBRARY.GTK); 837 Linker.link(gtk_window_set_focus, \"gtk_window_set_focus\", LIBRARY.GTK); 838 Linker.link(gtk_window_get_default_widget, \"gtk_window_get_default_widget\", LIBRARY.GTK); 839 Linker.link(gtk_window_set_default, \"gtk_window_set_default\", LIBRARY.GTK); 840 Linker.link(gtk_window_present, \"gtk_window_present\", LIBRARY.GTK); 841 Linker.link(gtk_window_present_with_time, \"gtk_window_present_with_time\", LIBRARY.GTK); 842 Linker.link(gtk_window_close, \"gtk_window_close\", LIBRARY.GTK); 843 Linker.link(gtk_window_iconify, \"gtk_window_iconify\", LIBRARY.GTK); 844 Linker.link(gtk_window_deiconify, \"gtk_window_deiconify\", LIBRARY.GTK); 845 Linker.link(gtk_window_stick, \"gtk_window_stick\", LIBRARY.GTK); 846 Linker.link(gtk_window_unstick, \"gtk_window_unstick\", LIBRARY.GTK); 847 Linker.link(gtk_window_maximize, \"gtk_window_maximize\", LIBRARY.GTK); 848 Linker.link(gtk_window_unmaximize, \"gtk_window_unmaximize\", LIBRARY.GTK); 849 Linker.link(gtk_window_fullscreen, \"gtk_window_fullscreen\", LIBRARY.GTK); 850 Linker.link(gtk_window_unfullscreen, \"gtk_window_unfullscreen\", LIBRARY.GTK); 851 Linker.link(gtk_window_set_keep_above, \"gtk_window_set_keep_above\", LIBRARY.GTK); 852 Linker.link(gtk_window_set_keep_below, \"gtk_window_set_keep_below\", LIBRARY.GTK); 853 Linker.link(gtk_window_begin_resize_drag, \"gtk_window_begin_resize_drag\", LIBRARY.GTK); 854 Linker.link(gtk_window_begin_move_drag, \"gtk_window_begin_move_drag\", LIBRARY.GTK); 855 Linker.link(gtk_window_set_decorated, \"gtk_window_set_decorated\", LIBRARY.GTK); 856 Linker.link(gtk_window_set_deletable, \"gtk_window_set_deletable\", LIBRARY.GTK); 857 Linker.link(gtk_window_set_mnemonic_modifier, \"gtk_window_set_mnemonic_modifier\", LIBRARY.GTK); 858 Linker.link(gtk_window_set_type_hint, \"gtk_window_set_type_hint\", LIBRARY.GTK); 859 Linker.link(gtk_window_set_skip_taskbar_hint, \"gtk_window_set_skip_taskbar_hint\", LIBRARY.GTK); 860 Linker.link(gtk_window_set_skip_pager_hint, \"gtk_window_set_skip_pager_hint\", LIBRARY.GTK); 861 Linker.link(gtk_window_set_urgency_hint, \"gtk_window_set_urgency_hint\", LIBRARY.GTK); 862 Linker.link(gtk_window_set_accept_focus, \"gtk_window_set_accept_focus\", LIBRARY.GTK); 863 Linker.link(gtk_window_set_focus_on_map, \"gtk_window_set_focus_on_map\", LIBRARY.GTK); 864 Linker.link(gtk_window_set_startup_id, \"gtk_window_set_startup_id\", LIBRARY.GTK); 865 Linker.link(gtk_window_set_role, \"gtk_window_set_role\", LIBRARY.GTK); 866 Linker.link(gtk_window_get_decorated, \"gtk_window_get_decorated\", LIBRARY.GTK); 867 Linker.link(gtk_window_get_deletable, \"gtk_window_get_deletable\", LIBRARY.GTK); 868 Linker.link(gtk_window_get_default_icon_list, \"gtk_window_get_default_icon_list\", LIBRARY.GTK); 869 Linker.link(gtk_window_get_default_icon_name, \"gtk_window_get_default_icon_name\", LIBRARY.GTK); 870 Linker.link(gtk_window_get_default_size, \"gtk_window_get_default_size\", LIBRARY.GTK); 871 Linker.link(gtk_window_get_destroy_with_parent, \"gtk_window_get_destroy_with_parent\", LIBRARY.GTK); 872 Linker.link(gtk_window_get_hide_titlebar_when_maximized, \"gtk_window_get_hide_titlebar_when_maximized\", LIBRARY.GTK); 873 Linker.link(gtk_window_get_icon, \"gtk_window_get_icon\", LIBRARY.GTK); 874 Linker.link(gtk_window_get_icon_list, \"gtk_window_get_icon_list\", LIBRARY.GTK); 875 Linker.link(gtk_window_get_icon_name, \"gtk_window_get_icon_name\", LIBRARY.GTK); 876 Linker.link(gtk_window_get_mnemonic_modifier, \"gtk_window_get_mnemonic_modifier\", LIBRARY.GTK); 877 Linker.link(gtk_window_get_modal, \"gtk_window_get_modal\", LIBRARY.GTK); 878 Linker.link(gtk_window_get_position, \"gtk_window_get_position\", LIBRARY.GTK); 879 Linker.link(gtk_window_get_role, \"gtk_window_get_role\", LIBRARY.GTK); 880 Linker.link(gtk_window_get_size, \"gtk_window_get_size\", LIBRARY.GTK); 881 Linker.link(gtk_window_get_title, \"gtk_window_get_title\", LIBRARY.GTK); 882 Linker.link(gtk_window_get_transient_for, \"gtk_window_get_transient_for\", LIBRARY.GTK); 883 Linker.link(gtk_window_get_attached_to, \"gtk_window_get_attached_to\", LIBRARY.GTK); 884 Linker.link(gtk_window_get_type_hint, \"gtk_window_get_type_hint\", LIBRARY.GTK); 885 Linker.link(gtk_window_get_skip_taskbar_hint, \"gtk_window_get_skip_taskbar_hint\", LIBRARY.GTK); 886 Linker.link(gtk_window_get_skip_pager_hint, \"gtk_window_get_skip_pager_hint\", LIBRARY.GTK); 887 Linker.link(gtk_window_get_urgency_hint, \"gtk_window_get_urgency_hint\", LIBRARY.GTK); 888 Linker.link(gtk_window_get_accept_focus, \"gtk_window_get_accept_focus\", LIBRARY.GTK); 889 Linker.link(gtk_window_get_focus_on_map, \"gtk_window_get_focus_on_map\", LIBRARY.GTK); 890 Linker.link(gtk_window_get_group, \"gtk_window_get_group\", LIBRARY.GTK); 891 Linker.link(gtk_window_has_group, \"gtk_window_has_group\", LIBRARY.GTK); 892 Linker.link(gtk_window_get_window_type, \"gtk_window_get_window_type\", LIBRARY.GTK); 893 Linker.link(gtk_window_move, \"gtk_window_move\", LIBRARY.GTK); 894 Linker.link(gtk_window_parse_geometry, \"gtk_window_parse_geometry\", LIBRARY.GTK); 895 Linker.link(gtk_window_reshow_with_initial_size, \"gtk_window_reshow_with_initial_size\", LIBRARY.GTK); 896 Linker.link(gtk_window_resize, \"gtk_window_resize\", LIBRARY.GTK); 897 Linker.link(gtk_window_resize_to_geometry, \"gtk_window_resize_to_geometry\", LIBRARY.GTK); 898 Linker.link(gtk_window_set_default_icon_list, \"gtk_window_set_default_icon_list\", LIBRARY.GTK); 899 Linker.link(gtk_window_set_default_icon, \"gtk_window_set_default_icon\", LIBRARY.GTK); 900 Linker.link(gtk_window_set_default_icon_from_file, \"gtk_window_set_default_icon_from_file\", LIBRARY.GTK); 901 Linker.link(gtk_window_set_default_icon_name, \"gtk_window_set_default_icon_name\", LIBRARY.GTK); 902 Linker.link(gtk_window_set_icon, \"gtk_window_set_icon\", LIBRARY.GTK); 903 Linker.link(gtk_window_set_icon_list, \"gtk_window_set_icon_list\", LIBRARY.GTK); 904 Linker.link(gtk_window_set_icon_from_file, \"gtk_window_set_icon_from_file\", LIBRARY.GTK); 905 Linker.link(gtk_window_set_icon_name, \"gtk_window_set_icon_name\", LIBRARY.GTK); 906 Linker.link(gtk_window_set_auto_startup_notification, \"gtk_window_set_auto_startup_notification\", LIBRARY.GTK); 907 Linker.link(gtk_window_get_opacity, \"gtk_window_get_opacity\", LIBRARY.GTK); 908 Linker.link(gtk_window_set_opacity, \"gtk_window_set_opacity\", LIBRARY.GTK); 909 Linker.link(gtk_window_get_mnemonics_visible, \"gtk_window_get_mnemonics_visible\", LIBRARY.GTK); 910 Linker.link(gtk_window_set_mnemonics_visible, \"gtk_window_set_mnemonics_visible\", LIBRARY.GTK); 911 Linker.link(gtk_window_get_focus_visible, \"gtk_window_get_focus_visible\", LIBRARY.GTK); 912 Linker.link(gtk_window_set_focus_visible, \"gtk_window_set_focus_visible\", LIBRARY.GTK); 913 Linker.link(gtk_window_set_has_resize_grip, \"gtk_window_set_has_resize_grip\", LIBRARY.GTK); 914 Linker.link(gtk_window_get_has_resize_grip, \"gtk_window_get_has_resize_grip\", LIBRARY.GTK); 915 Linker.link(gtk_window_resize_grip_is_visible, \"gtk_window_resize_grip_is_visible\", LIBRARY.GTK); 916 Linker.link(gtk_window_get_resize_grip_area, \"gtk_window_get_resize_grip_area\", LIBRARY.GTK); 917 Linker.link(gtk_window_get_application, \"gtk_window_get_application\", LIBRARY.GTK); 918 Linker.link(gtk_window_set_application, \"gtk_window_set_application\", LIBRARY.GTK); 919 Linker.link(gtk_window_set_has_user_ref_count, \"gtk_window_set_has_user_ref_count\", LIBRARY.GTK); 920 Linker.link(gtk_window_set_titlebar, \"gtk_window_set_titlebar\", LIBRARY.GTK); 921 922 // gtk. 923 924 925 // gtk.WindowGroup 926 927 Linker.link(gtk_window_group_new, \"gtk_window_group_new\", LIBRARY.GTK); 928 Linker.link(gtk_window_group_add_window, \"gtk_window_group_add_window\", LIBRARY.GTK); 929 Linker.link(gtk_window_group_remove_window, \"gtk_window_group_remove_window\", LIBRARY.GTK); 930 Linker.link(gtk_window_group_list_windows, \"gtk_window_group_list_windows\", LIBRARY.GTK); 931 Linker.link(gtk_window_group_get_current_grab, \"gtk_window_group_get_current_grab\", LIBRARY.GTK); 932 Linker.link(gtk_window_group_get_current_device_grab, \"gtk_window_group_get_current_device_grab\", LIBRARY.GTK); 933 934 // gtk.Invisible 935 936 Linker.link(gtk_invisible_new, \"gtk_invisible_new\", LIBRARY.GTK); 937 Linker.link(gtk_invisible_new_for_screen, \"gtk_invisible_new_for_screen\", LIBRARY.GTK); 938 Linker.link(gtk_invisible_set_screen, \"gtk_invisible_set_screen\", LIBRARY.GTK); 939 Linker.link(gtk_invisible_get_screen, \"gtk_invisible_get_screen\", LIBRARY.GTK); 940 941 // gtk.OffscreenWindow 942 943 Linker.link(gtk_offscreen_window_new, \"gtk_offscreen_window_new\", LIBRARY.GTK); 944 Linker.link(gtk_offscreen_window_get_surface, \"gtk_offscreen_window_get_surface\", LIBRARY.GTK); 945 Linker.link(gtk_offscreen_window_get_pixbuf, \"gtk_offscreen_window_get_pixbuf\", LIBRARY.GTK); 946 947 // gtk.Box 948 949 Linker.link(gtk_box_new, \"gtk_box_new\", LIBRARY.GTK); 950 Linker.link(gtk_box_pack_start, \"gtk_box_pack_start\", LIBRARY.GTK); 951 Linker.link(gtk_box_pack_end, \"gtk_box_pack_end\", LIBRARY.GTK); 952 Linker.link(gtk_box_get_homogeneous, \"gtk_box_get_homogeneous\", LIBRARY.GTK); 953 Linker.link(gtk_box_set_homogeneous, \"gtk_box_set_homogeneous\", LIBRARY.GTK); 954 Linker.link(gtk_box_get_spacing, \"gtk_box_get_spacing\", LIBRARY.GTK); 955 Linker.link(gtk_box_set_spacing, \"gtk_box_set_spacing\", LIBRARY.GTK); 956 Linker.link(gtk_box_reorder_child, \"gtk_box_reorder_child\", LIBRARY.GTK); 957 Linker.link(gtk_box_query_child_packing, \"gtk_box_query_child_packing\", LIBRARY.GTK); 958 Linker.link(gtk_box_set_child_packing, \"gtk_box_set_child_packing\", LIBRARY.GTK); 959 Linker.link(gtk_box_get_baseline_position, \"gtk_box_get_baseline_position\", LIBRARY.GTK); 960 Linker.link(gtk_box_set_baseline_position, \"gtk_box_set_baseline_position\", LIBRARY.GTK); 961 962 // gtk.Grid 963 964 Linker.link(gtk_grid_new, \"gtk_grid_new\", LIBRARY.GTK); 965 Linker.link(gtk_grid_attach, \"gtk_grid_attach\", LIBRARY.GTK); 966 Linker.link(gtk_grid_attach_next_to, \"gtk_grid_attach_next_to\", LIBRARY.GTK); 967 Linker.link(gtk_grid_get_child_at, \"gtk_grid_get_child_at\", LIBRARY.GTK); 968 Linker.link(gtk_grid_insert_row, \"gtk_grid_insert_row\", LIBRARY.GTK); 969 Linker.link(gtk_grid_insert_column, \"gtk_grid_insert_column\", LIBRARY.GTK); 970 Linker.link(gtk_grid_remove_row, \"gtk_grid_remove_row\", LIBRARY.GTK); 971 Linker.link(gtk_grid_remove_column, \"gtk_grid_remove_column\", LIBRARY.GTK); 972 Linker.link(gtk_grid_insert_next_to, \"gtk_grid_insert_next_to\", LIBRARY.GTK); 973 Linker.link(gtk_grid_set_row_homogeneous, \"gtk_grid_set_row_homogeneous\", LIBRARY.GTK); 974 Linker.link(gtk_grid_get_row_homogeneous, \"gtk_grid_get_row_homogeneous\", LIBRARY.GTK); 975 Linker.link(gtk_grid_set_row_spacing, \"gtk_grid_set_row_spacing\", LIBRARY.GTK); 976 Linker.link(gtk_grid_get_row_spacing, \"gtk_grid_get_row_spacing\", LIBRARY.GTK); 977 Linker.link(gtk_grid_set_column_homogeneous, \"gtk_grid_set_column_homogeneous\", LIBRARY.GTK); 978 Linker.link(gtk_grid_get_column_homogeneous, \"gtk_grid_get_column_homogeneous\", LIBRARY.GTK); 979 Linker.link(gtk_grid_set_column_spacing, \"gtk_grid_set_column_spacing\", LIBRARY.GTK); 980 Linker.link(gtk_grid_get_column_spacing, \"gtk_grid_get_column_spacing\", LIBRARY.GTK); 981 Linker.link(gtk_grid_get_baseline_row, \"gtk_grid_get_baseline_row\", LIBRARY.GTK); 982 Linker.link(gtk_grid_set_baseline_row, \"gtk_grid_set_baseline_row\", LIBRARY.GTK); 983 Linker.link(gtk_grid_get_row_baseline_position, \"gtk_grid_get_row_baseline_position\", LIBRARY.GTK); 984 Linker.link(gtk_grid_set_row_baseline_position, \"gtk_grid_set_row_baseline_position\", LIBRARY.GTK); 985 986 // gtk.Revealer 987 988 Linker.link(gtk_revealer_new, \"gtk_revealer_new\", LIBRARY.GTK); 989 Linker.link(gtk_revealer_get_reveal_child, \"gtk_revealer_get_reveal_child\", LIBRARY.GTK); 990 Linker.link(gtk_revealer_set_reveal_child, \"gtk_revealer_set_reveal_child\", LIBRARY.GTK); 991 Linker.link(gtk_revealer_get_child_revealed, \"gtk_revealer_get_child_revealed\", LIBRARY.GTK); 992 Linker.link(gtk_revealer_get_transition_duration, \"gtk_revealer_get_transition_duration\", LIBRARY.GTK); 993 Linker.link(gtk_revealer_set_transition_duration, \"gtk_revealer_set_transition_duration\", LIBRARY.GTK); 994 Linker.link(gtk_revealer_get_transition_type, \"gtk_revealer_get_transition_type\", LIBRARY.GTK); 995 Linker.link(gtk_revealer_set_transition_type, \"gtk_revealer_set_transition_type\", LIBRARY.GTK); 996 997 // gtk.ListBox 998 999 Linker.link(gtk_list_box_new, \"gtk_list_box_new\", LIBRARY.GTK); 1000 Linker.link(gtk_list_box_prepend, \"gtk_list_box_prepend\", LIBRARY.GTK); 1001 Linker.link(gtk_list_box_insert, \"gtk_list_box_insert\", LIBRARY.GTK); 1002 Linker.link(gtk_list_box_select_row, \"gtk_list_box_select_row\", LIBRARY.GTK); 1003 Linker.link(gtk_list_box_get_selected_row, \"gtk_list_box_get_selected_row\", LIBRARY.GTK); 1004 Linker.link(gtk_list_box_set_selection_mode, \"gtk_list_box_set_selection_mode\", LIBRARY.GTK); 1005 Linker.link(gtk_list_box_get_selection_mode, \"gtk_list_box_get_selection_mode\", LIBRARY.GTK); 1006 Linker.link(gtk_list_box_set_activate_on_single_click, \"gtk_list_box_set_activate_on_single_click\", LIBRARY.GTK); 1007 Linker.link(gtk_list_box_get_activate_on_single_click, \"gtk_list_box_get_activate_on_single_click\", LIBRARY.GTK); 1008 Linker.link(gtk_list_box_get_adjustment, \"gtk_list_box_get_adjustment\", LIBRARY.GTK); 1009 Linker.link(gtk_list_box_set_adjustment, \"gtk_list_box_set_adjustment\", LIBRARY.GTK); 1010 Linker.link(gtk_list_box_set_placeholder, \"gtk_list_box_set_placeholder\", LIBRARY.GTK); 1011 Linker.link(gtk_list_box_get_row_at_index, \"gtk_list_box_get_row_at_index\", LIBRARY.GTK); 1012 Linker.link(gtk_list_box_get_row_at_y, \"gtk_list_box_get_row_at_y\", LIBRARY.GTK); 1013 Linker.link(gtk_list_box_invalidate_filter, \"gtk_list_box_invalidate_filter\", LIBRARY.GTK); 1014 Linker.link(gtk_list_box_invalidate_headers, \"gtk_list_box_invalidate_headers\", LIBRARY.GTK); 1015 Linker.link(gtk_list_box_invalidate_sort, \"gtk_list_box_invalidate_sort\", LIBRARY.GTK); 1016 Linker.link(gtk_list_box_set_filter_func, \"gtk_list_box_set_filter_func\", LIBRARY.GTK); 1017 Linker.link(gtk_list_box_set_header_func, \"gtk_list_box_set_header_func\", LIBRARY.GTK); 1018 Linker.link(gtk_list_box_set_sort_func, \"gtk_list_box_set_sort_func\", LIBRARY.GTK); 1019 Linker.link(gtk_list_box_drag_highlight_row, \"gtk_list_box_drag_highlight_row\", LIBRARY.GTK); 1020 Linker.link(gtk_list_box_drag_unhighlight_row, \"gtk_list_box_drag_unhighlight_row\", LIBRARY.GTK); 1021 1022 // gtk.ListBoxRow 1023 1024 Linker.link(gtk_list_box_row_new, \"gtk_list_box_row_new\", LIBRARY.GTK); 1025 Linker.link(gtk_list_box_row_changed, \"gtk_list_box_row_changed\", LIBRARY.GTK); 1026 Linker.link(gtk_list_box_row_get_header, \"gtk_list_box_row_get_header\", LIBRARY.GTK); 1027 Linker.link(gtk_list_box_row_get_type, \"gtk_list_box_row_get_type\", LIBRARY.GTK); 1028 Linker.link(gtk_list_box_row_set_header, \"gtk_list_box_row_set_header\", LIBRARY.GTK); 1029 Linker.link(gtk_list_box_row_get_index, \"gtk_list_box_row_get_index\", LIBRARY.GTK); 1030 1031 // gtk.Stack 1032 1033 Linker.link(gtk_stack_new, \"gtk_stack_new\", LIBRARY.GTK); 1034 Linker.link(gtk_stack_add_named, \"gtk_stack_add_named\", LIBRARY.GTK); 1035 Linker.link(gtk_stack_add_titled, \"gtk_stack_add_titled\", LIBRARY.GTK); 1036 Linker.link(gtk_stack_set_visible_child, \"gtk_stack_set_visible_child\", LIBRARY.GTK); 1037 Linker.link(gtk_stack_get_visible_child, \"gtk_stack_get_visible_child\", LIBRARY.GTK); 1038 Linker.link(gtk_stack_set_visible_child_name, \"gtk_stack_set_visible_child_name\", LIBRARY.GTK); 1039 Linker.link(gtk_stack_get_visible_child_name, \"gtk_stack_get_visible_child_name\", LIBRARY.GTK); 1040 Linker.link(gtk_stack_set_visible_child_full, \"gtk_stack_set_visible_child_full\", LIBRARY.GTK); 1041 Linker.link(gtk_stack_set_homogeneous, \"gtk_stack_set_homogeneous\", LIBRARY.GTK); 1042 Linker.link(gtk_stack_get_homogeneous, \"gtk_stack_get_homogeneous\", LIBRARY.GTK); 1043 Linker.link(gtk_stack_set_transition_duration, \"gtk_stack_set_transition_duration\", LIBRARY.GTK); 1044 Linker.link(gtk_stack_get_transition_duration, \"gtk_stack_get_transition_duration\", LIBRARY.GTK); 1045 Linker.link(gtk_stack_set_transition_type, \"gtk_stack_set_transition_type\", LIBRARY.GTK); 1046 Linker.link(gtk_stack_get_transition_type, \"gtk_stack_get_transition_type\", LIBRARY.GTK); 1047 1048 // gtk.StackSwitcher 1049 1050 Linker.link(gtk_stack_switcher_new, \"gtk_stack_switcher_new\", LIBRARY.GTK); 1051 Linker.link(gtk_stack_switcher_set_stack, \"gtk_stack_switcher_set_stack\", LIBRARY.GTK); 1052 Linker.link(gtk_stack_switcher_get_stack, \"gtk_stack_switcher_get_stack\", LIBRARY.GTK); 1053 1054 // gtk.HeaderBar 1055 1056 Linker.link(gtk_header_bar_new, \"gtk_header_bar_new\", LIBRARY.GTK); 1057 Linker.link(gtk_header_bar_set_title, \"gtk_header_bar_set_title\", LIBRARY.GTK); 1058 Linker.link(gtk_header_bar_get_title, \"gtk_header_bar_get_title\", LIBRARY.GTK); 1059 Linker.link(gtk_header_bar_set_subtitle, \"gtk_header_bar_set_subtitle\", LIBRARY.GTK); 1060 Linker.link(gtk_header_bar_get_subtitle, \"gtk_header_bar_get_subtitle\", LIBRARY.GTK); 1061 Linker.link(gtk_header_bar_set_custom_title, \"gtk_header_bar_set_custom_title\", LIBRARY.GTK); 1062 Linker.link(gtk_header_bar_get_custom_title, \"gtk_header_bar_get_custom_title\", LIBRARY.GTK); 1063 Linker.link(gtk_header_bar_pack_start, \"gtk_header_bar_pack_start\", LIBRARY.GTK); 1064 Linker.link(gtk_header_bar_pack_end, \"gtk_header_bar_pack_end\", LIBRARY.GTK); 1065 Linker.link(gtk_header_bar_set_show_close_button, \"gtk_header_bar_set_show_close_button\", LIBRARY.GTK); 1066 Linker.link(gtk_header_bar_get_show_close_button, \"gtk_header_bar_get_show_close_button\", LIBRARY.GTK); 1067 1068 // gtk.Overlay 1069 1070 Linker.link(gtk_overlay_new, \"gtk_overlay_new\", LIBRARY.GTK); 1071 Linker.link(gtk_overlay_add_overlay, \"gtk_overlay_add_overlay\", LIBRARY.GTK); 1072 1073 // gtk.Alignment 1074 1075 Linker.link(gtk_alignment_new, \"gtk_alignment_new\", LIBRARY.GTK); 1076 Linker.link(gtk_alignment_set, \"gtk_alignment_set\", LIBRARY.GTK); 1077 Linker.link(gtk_alignment_get_padding, \"gtk_alignment_get_padding\", LIBRARY.GTK); 1078 Linker.link(gtk_alignment_set_padding, \"gtk_alignment_set_padding\", LIBRARY.GTK); 1079 1080 // gtk.ButtonBox 1081 1082 Linker.link(gtk_button_box_new, \"gtk_button_box_new\", LIBRARY.GTK); 1083 Linker.link(gtk_button_box_get_layout, \"gtk_button_box_get_layout\", LIBRARY.GTK); 1084 Linker.link(gtk_button_box_get_child_secondary, \"gtk_button_box_get_child_secondary\", LIBRARY.GTK); 1085 Linker.link(gtk_button_box_get_child_non_homogeneous, \"gtk_button_box_get_child_non_homogeneous\", LIBRARY.GTK); 1086 Linker.link(gtk_button_box_set_layout, \"gtk_button_box_set_layout\", LIBRARY.GTK); 1087 Linker.link(gtk_button_box_set_child_secondary, \"gtk_button_box_set_child_secondary\", LIBRARY.GTK); 1088 Linker.link(gtk_button_box_set_child_non_homogeneous, \"gtk_button_box_set_child_non_homogeneous\", LIBRARY.GTK); 1089 1090 // gtk.Paned 1091 1092 Linker.link(gtk_paned_new, \"gtk_paned_new\", LIBRARY.GTK); 1093 Linker.link(gtk_paned_add1, \"gtk_paned_add1\", LIBRARY.GTK); 1094 Linker.link(gtk_paned_add2, \"gtk_paned_add2\", LIBRARY.GTK); 1095 Linker.link(gtk_paned_pack1, \"gtk_paned_pack1\", LIBRARY.GTK); 1096 Linker.link(gtk_paned_pack2, \"gtk_paned_pack2\", LIBRARY.GTK); 1097 Linker.link(gtk_paned_get_child1, \"gtk_paned_get_child1\", LIBRARY.GTK); 1098 Linker.link(gtk_paned_get_child2, \"gtk_paned_get_child2\", LIBRARY.GTK); 1099 Linker.link(gtk_paned_set_position, \"gtk_paned_set_position\", LIBRARY.GTK); 1100 Linker.link(gtk_paned_get_position, \"gtk_paned_get_position\", LIBRARY.GTK); 1101 Linker.link(gtk_paned_get_handle_window, \"gtk_paned_get_handle_window\", LIBRARY.GTK); 1102 1103 // gtk.Layout 1104 1105 Linker.link(gtk_layout_new, \"gtk_layout_new\", LIBRARY.GTK); 1106 Linker.link(gtk_layout_put, \"gtk_layout_put\", LIBRARY.GTK); 1107 Linker.link(gtk_layout_move, \"gtk_layout_move\", LIBRARY.GTK); 1108 Linker.link(gtk_layout_set_size, \"gtk_layout_set_size\", LIBRARY.GTK); 1109 Linker.link(gtk_layout_get_size, \"gtk_layout_get_size\", LIBRARY.GTK); 1110 Linker.link(gtk_layout_get_hadjustment, \"gtk_layout_get_hadjustment\", LIBRARY.GTK); 1111 Linker.link(gtk_layout_get_vadjustment, \"gtk_layout_get_vadjustment\", LIBRARY.GTK); 1112 Linker.link(gtk_layout_set_hadjustment, \"gtk_layout_set_hadjustment\", LIBRARY.GTK); 1113 Linker.link(gtk_layout_set_vadjustment, \"gtk_layout_set_vadjustment\", LIBRARY.GTK); 1114 Linker.link(gtk_layout_get_bin_window, \"gtk_layout_get_bin_window\", LIBRARY.GTK); 1115 1116 // gtk.Notebook 1117 1118 Linker.link(gtk_notebook_new, \"gtk_notebook_new\", LIBRARY.GTK); 1119 Linker.link(gtk_notebook_append_page, \"gtk_notebook_append_page\", LIBRARY.GTK); 1120 Linker.link(gtk_notebook_append_page_menu, \"gtk_notebook_append_page_menu\", LIBRARY.GTK); 1121 Linker.link(gtk_notebook_prepend_page, \"gtk_notebook_prepend_page\", LIBRARY.GTK); 1122 Linker.link(gtk_notebook_prepend_page_menu, \"gtk_notebook_prepend_page_menu\", LIBRARY.GTK); 1123 Linker.link(gtk_notebook_insert_page, \"gtk_notebook_insert_page\", LIBRARY.GTK); 1124 Linker.link(gtk_notebook_insert_page_menu, \"gtk_notebook_insert_page_menu\", LIBRARY.GTK); 1125 Linker.link(gtk_notebook_remove_page, \"gtk_notebook_remove_page\", LIBRARY.GTK); 1126 Linker.link(gtk_notebook_page_num, \"gtk_notebook_page_num\", LIBRARY.GTK); 1127 Linker.link(gtk_notebook_next_page, \"gtk_notebook_next_page\", LIBRARY.GTK); 1128 Linker.link(gtk_notebook_prev_page, \"gtk_notebook_prev_page\", LIBRARY.GTK); 1129 Linker.link(gtk_notebook_reorder_child, \"gtk_notebook_reorder_child\", LIBRARY.GTK); 1130 Linker.link(gtk_notebook_set_tab_pos, \"gtk_notebook_set_tab_pos\", LIBRARY.GTK); 1131 Linker.link(gtk_notebook_set_show_tabs, \"gtk_notebook_set_show_tabs\", LIBRARY.GTK); 1132 Linker.link(gtk_notebook_set_show_border, \"gtk_notebook_set_show_border\", LIBRARY.GTK); 1133 Linker.link(gtk_notebook_set_scrollable, \"gtk_notebook_set_scrollable\", LIBRARY.GTK); 1134 Linker.link(gtk_notebook_popup_enable, \"gtk_notebook_popup_enable\", LIBRARY.GTK); 1135 Linker.link(gtk_notebook_popup_disable, \"gtk_notebook_popup_disable\", LIBRARY.GTK); 1136 Linker.link(gtk_notebook_get_current_page, \"gtk_notebook_get_current_page\", LIBRARY.GTK); 1137 Linker.link(gtk_notebook_get_menu_label, \"gtk_notebook_get_menu_label\", LIBRARY.GTK); 1138 Linker.link(gtk_notebook_get_nth_page, \"gtk_notebook_get_nth_page\", LIBRARY.GTK); 1139 Linker.link(gtk_notebook_get_n_pages, \"gtk_notebook_get_n_pages\", LIBRARY.GTK); 1140 Linker.link(gtk_notebook_get_tab_label, \"gtk_notebook_get_tab_label\", LIBRARY.GTK); 1141 Linker.link(gtk_notebook_set_menu_label, \"gtk_notebook_set_menu_label\", LIBRARY.GTK); 1142 Linker.link(gtk_notebook_set_menu_label_text, \"gtk_notebook_set_menu_label_text\", LIBRARY.GTK); 1143 Linker.link(gtk_notebook_set_tab_label, \"gtk_notebook_set_tab_label\", LIBRARY.GTK); 1144 Linker.link(gtk_notebook_set_tab_label_text, \"gtk_notebook_set_tab_label_text\", LIBRARY.GTK); 1145 Linker.link(gtk_notebook_set_tab_reorderable, \"gtk_notebook_set_tab_reorderable\", LIBRARY.GTK); 1146 Linker.link(gtk_notebook_set_tab_detachable, \"gtk_notebook_set_tab_detachable\", LIBRARY.GTK); 1147 Linker.link(gtk_notebook_get_menu_label_text, \"gtk_notebook_get_menu_label_text\", LIBRARY.GTK); 1148 Linker.link(gtk_notebook_get_scrollable, \"gtk_notebook_get_scrollable\", LIBRARY.GTK); 1149 Linker.link(gtk_notebook_get_show_border, \"gtk_notebook_get_show_border\", LIBRARY.GTK); 1150 Linker.link(gtk_notebook_get_show_tabs, \"gtk_notebook_get_show_tabs\", LIBRARY.GTK); 1151 Linker.link(gtk_notebook_get_tab_label_text, \"gtk_notebook_get_tab_label_text\", LIBRARY.GTK); 1152 Linker.link(gtk_notebook_get_tab_pos, \"gtk_notebook_get_tab_pos\", LIBRARY.GTK); 1153 Linker.link(gtk_notebook_get_tab_reorderable, \"gtk_notebook_get_tab_reorderable\", LIBRARY.GTK); 1154 Linker.link(gtk_notebook_get_tab_detachable, \"gtk_notebook_get_tab_detachable\", LIBRARY.GTK); 1155 Linker.link(gtk_notebook_get_tab_hborder, \"gtk_notebook_get_tab_hborder\", LIBRARY.GTK); 1156 Linker.link(gtk_notebook_get_tab_vborder, \"gtk_notebook_get_tab_vborder\", LIBRARY.GTK); 1157 Linker.link(gtk_notebook_set_current_page, \"gtk_notebook_set_current_page\", LIBRARY.GTK); 1158 Linker.link(gtk_notebook_set_group_name, \"gtk_notebook_set_group_name\", LIBRARY.GTK); 1159 Linker.link(gtk_notebook_get_group_name, \"gtk_notebook_get_group_name\", LIBRARY.GTK); 1160 Linker.link(gtk_notebook_set_action_widget, \"gtk_notebook_set_action_widget\", LIBRARY.GTK); 1161 Linker.link(gtk_notebook_get_action_widget, \"gtk_notebook_get_action_widget\", LIBRARY.GTK); 1162 1163 // gtk.Expander 1164 1165 Linker.link(gtk_expander_new, \"gtk_expander_new\", LIBRARY.GTK); 1166 Linker.link(gtk_expander_new_with_mnemonic, \"gtk_expander_new_with_mnemonic\", LIBRARY.GTK); 1167 Linker.link(gtk_expander_set_expanded, \"gtk_expander_set_expanded\", LIBRARY.GTK); 1168 Linker.link(gtk_expander_get_expanded, \"gtk_expander_get_expanded\", LIBRARY.GTK); 1169 Linker.link(gtk_expander_set_spacing, \"gtk_expander_set_spacing\", LIBRARY.GTK); 1170 Linker.link(gtk_expander_get_spacing, \"gtk_expander_get_spacing\", LIBRARY.GTK); 1171 Linker.link(gtk_expander_set_label, \"gtk_expander_set_label\", LIBRARY.GTK); 1172 Linker.link(gtk_expander_get_label, \"gtk_expander_get_label\", LIBRARY.GTK); 1173 Linker.link(gtk_expander_set_use_underline, \"gtk_expander_set_use_underline\", LIBRARY.GTK); 1174 Linker.link(gtk_expander_get_use_underline, \"gtk_expander_get_use_underline\", LIBRARY.GTK); 1175 Linker.link(gtk_expander_set_use_markup, \"gtk_expander_set_use_markup\", LIBRARY.GTK); 1176 Linker.link(gtk_expander_get_use_markup, \"gtk_expander_get_use_markup\", LIBRARY.GTK); 1177 Linker.link(gtk_expander_set_label_widget, \"gtk_expander_set_label_widget\", LIBRARY.GTK); 1178 Linker.link(gtk_expander_get_label_widget, \"gtk_expander_get_label_widget\", LIBRARY.GTK); 1179 Linker.link(gtk_expander_set_label_fill, \"gtk_expander_set_label_fill\", LIBRARY.GTK); 1180 Linker.link(gtk_expander_get_label_fill, \"gtk_expander_get_label_fill\", LIBRARY.GTK); 1181 Linker.link(gtk_expander_set_resize_toplevel, \"gtk_expander_set_resize_toplevel\", LIBRARY.GTK); 1182 Linker.link(gtk_expander_get_resize_toplevel, \"gtk_expander_get_resize_toplevel\", LIBRARY.GTK); 1183 1184 // gtk.OrientableT 1185 1186 1187 // gtk.OrientableT 1188 1189 Linker.link(gtk_orientable_get_orientation, \"gtk_orientable_get_orientation\", LIBRARY.GTK); 1190 Linker.link(gtk_orientable_set_orientation, \"gtk_orientable_set_orientation\", LIBRARY.GTK); 1191 1192 // gtk.AspectFrame 1193 1194 Linker.link(gtk_aspect_frame_new, \"gtk_aspect_frame_new\", LIBRARY.GTK); 1195 Linker.link(gtk_aspect_frame_set, \"gtk_aspect_frame_set\", LIBRARY.GTK); 1196 1197 // gtk.Fixed 1198 1199 Linker.link(gtk_fixed_new, \"gtk_fixed_new\", LIBRARY.GTK); 1200 Linker.link(gtk_fixed_put, \"gtk_fixed_put\", LIBRARY.GTK); 1201 Linker.link(gtk_fixed_move, \"gtk_fixed_move\", LIBRARY.GTK); 1202 1203 // gtk.Label 1204 1205 Linker.link(gtk_label_new, \"gtk_label_new\", LIBRARY.GTK); 1206 Linker.link(gtk_label_set_text, \"gtk_label_set_text\", LIBRARY.GTK); 1207 Linker.link(gtk_label_set_attributes, \"gtk_label_set_attributes\", LIBRARY.GTK); 1208 Linker.link(gtk_label_set_markup, \"gtk_label_set_markup\", LIBRARY.GTK); 1209 Linker.link(gtk_label_set_markup_with_mnemonic, \"gtk_label_set_markup_with_mnemonic\", LIBRARY.GTK); 1210 Linker.link(gtk_label_set_pattern, \"gtk_label_set_pattern\", LIBRARY.GTK); 1211 Linker.link(gtk_label_set_justify, \"gtk_label_set_justify\", LIBRARY.GTK); 1212 Linker.link(gtk_label_set_ellipsize, \"gtk_label_set_ellipsize\", LIBRARY.GTK); 1213 Linker.link(gtk_label_set_width_chars, \"gtk_label_set_width_chars\", LIBRARY.GTK); 1214 Linker.link(gtk_label_set_max_width_chars, \"gtk_label_set_max_width_chars\", LIBRARY.GTK); 1215 Linker.link(gtk_label_set_line_wrap, \"gtk_label_set_line_wrap\", LIBRARY.GTK); 1216 Linker.link(gtk_label_set_line_wrap_mode, \"gtk_label_set_line_wrap_mode\", LIBRARY.GTK); 1217 Linker.link(gtk_label_set_lines, \"gtk_label_set_lines\", LIBRARY.GTK); 1218 Linker.link(gtk_label_get_layout_offsets, \"gtk_label_get_layout_offsets\", LIBRARY.GTK); 1219 Linker.link(gtk_label_get_mnemonic_keyval, \"gtk_label_get_mnemonic_keyval\", LIBRARY.GTK); 1220 Linker.link(gtk_label_get_selectable, \"gtk_label_get_selectable\", LIBRARY.GTK); 1221 Linker.link(gtk_label_get_text, \"gtk_label_get_text\", LIBRARY.GTK); 1222 Linker.link(gtk_label_new_with_mnemonic, \"gtk_label_new_with_mnemonic\", LIBRARY.GTK); 1223 Linker.link(gtk_label_select_region, \"gtk_label_select_region\", LIBRARY.GTK); 1224 Linker.link(gtk_label_set_mnemonic_widget, \"gtk_label_set_mnemonic_widget\", LIBRARY.GTK); 1225 Linker.link(gtk_label_set_selectable, \"gtk_label_set_selectable\", LIBRARY.GTK); 1226 Linker.link(gtk_label_set_text_with_mnemonic, \"gtk_label_set_text_with_mnemonic\", LIBRARY.GTK); 1227 Linker.link(gtk_label_get_attributes, \"gtk_label_get_attributes\", LIBRARY.GTK); 1228 Linker.link(gtk_label_get_justify, \"gtk_label_get_justify\", LIBRARY.GTK); 1229 Linker.link(gtk_label_get_ellipsize, \"gtk_label_get_ellipsize\", LIBRARY.GTK); 1230 Linker.link(gtk_label_get_width_chars, \"gtk_label_get_width_chars\", LIBRARY.GTK); 1231 Linker.link(gtk_label_get_max_width_chars, \"gtk_label_get_max_width_chars\", LIBRARY.GTK); 1232 Linker.link(gtk_label_get_label, \"gtk_label_get_label\", LIBRARY.GTK); 1233 Linker.link(gtk_label_get_layout, \"gtk_label_get_layout\", LIBRARY.GTK); 1234 Linker.link(gtk_label_get_line_wrap, \"gtk_label_get_line_wrap\", LIBRARY.GTK); 1235 Linker.link(gtk_label_get_line_wrap_mode, \"gtk_label_get_line_wrap_mode\", LIBRARY.GTK); 1236 Linker.link(gtk_label_get_lines, \"gtk_label_get_lines\", LIBRARY.GTK); 1237 Linker.link(gtk_label_get_mnemonic_widget, \"gtk_label_get_mnemonic_widget\", LIBRARY.GTK); 1238 Linker.link(gtk_label_get_selection_bounds, \"gtk_label_get_selection_bounds\", LIBRARY.GTK); 1239 Linker.link(gtk_label_get_use_markup, \"gtk_label_get_use_markup\", LIBRARY.GTK); 1240 Linker.link(gtk_label_get_use_underline, \"gtk_label_get_use_underline\", LIBRARY.GTK); 1241 Linker.link(gtk_label_get_single_line_mode, \"gtk_label_get_single_line_mode\", LIBRARY.GTK); 1242 Linker.link(gtk_label_get_angle, \"gtk_label_get_angle\", LIBRARY.GTK); 1243 Linker.link(gtk_label_set_label, \"gtk_label_set_label\", LIBRARY.GTK); 1244 Linker.link(gtk_label_set_use_markup, \"gtk_label_set_use_markup\", LIBRARY.GTK); 1245 Linker.link(gtk_label_set_use_underline, \"gtk_label_set_use_underline\", LIBRARY.GTK); 1246 Linker.link(gtk_label_set_single_line_mode, \"gtk_label_set_single_line_mode\", LIBRARY.GTK); 1247 Linker.link(gtk_label_set_angle, \"gtk_label_set_angle\", LIBRARY.GTK); 1248 Linker.link(gtk_label_get_current_uri, \"gtk_label_get_current_uri\", LIBRARY.GTK); 1249 Linker.link(gtk_label_set_track_visited_links, \"gtk_label_set_track_visited_links\", LIBRARY.GTK); 1250 Linker.link(gtk_label_get_track_visited_links, \"gtk_label_get_track_visited_links\", LIBRARY.GTK); 1251 1252 // gtk.Image 1253 1254 Linker.link(gtk_image_get_icon_set, \"gtk_image_get_icon_set\", LIBRARY.GTK); 1255 Linker.link(gtk_image_get_pixbuf, \"gtk_image_get_pixbuf\", LIBRARY.GTK); 1256 Linker.link(gtk_image_get_stock, \"gtk_image_get_stock\", LIBRARY.GTK); 1257 Linker.link(gtk_image_get_animation, \"gtk_image_get_animation\", LIBRARY.GTK); 1258 Linker.link(gtk_image_get_icon_name, \"gtk_image_get_icon_name\", LIBRARY.GTK); 1259 Linker.link(gtk_image_get_gicon, \"gtk_image_get_gicon\", LIBRARY.GTK); 1260 Linker.link(gtk_image_get_storage_type, \"gtk_image_get_storage_type\", LIBRARY.GTK); 1261 Linker.link(gtk_image_new_from_file, \"gtk_image_new_from_file\", LIBRARY.GTK); 1262 Linker.link(gtk_image_new_from_icon_set, \"gtk_image_new_from_icon_set\", LIBRARY.GTK); 1263 Linker.link(gtk_image_new_from_pixbuf, \"gtk_image_new_from_pixbuf\", LIBRARY.GTK); 1264 Linker.link(gtk_image_new_from_stock, \"gtk_image_new_from_stock\", LIBRARY.GTK); 1265 Linker.link(gtk_image_new_from_animation, \"gtk_image_new_from_animation\", LIBRARY.GTK); 1266 Linker.link(gtk_image_new_from_icon_name, \"gtk_image_new_from_icon_name\", LIBRARY.GTK); 1267 Linker.link(gtk_image_new_from_gicon, \"gtk_image_new_from_gicon\", LIBRARY.GTK); 1268 Linker.link(gtk_image_new_from_resource, \"gtk_image_new_from_resource\", LIBRARY.GTK); 1269 Linker.link(gtk_image_set_from_file, \"gtk_image_set_from_file\", LIBRARY.GTK); 1270 Linker.link(gtk_image_set_from_icon_set, \"gtk_image_set_from_icon_set\", LIBRARY.GTK); 1271 Linker.link(gtk_image_set_from_pixbuf, \"gtk_image_set_from_pixbuf\", LIBRARY.GTK); 1272 Linker.link(gtk_image_set_from_stock, \"gtk_image_set_from_stock\", LIBRARY.GTK); 1273 Linker.link(gtk_image_set_from_animation, \"gtk_image_set_from_animation\", LIBRARY.GTK); 1274 Linker.link(gtk_image_set_from_icon_name, \"gtk_image_set_from_icon_name\", LIBRARY.GTK); 1275 Linker.link(gtk_image_set_from_gicon, \"gtk_image_set_from_gicon\", LIBRARY.GTK); 1276 Linker.link(gtk_image_set_from_resource, \"gtk_image_set_from_resource\", LIBRARY.GTK); 1277 Linker.link(gtk_image_clear, \"gtk_image_clear\", LIBRARY.GTK); 1278 Linker.link(gtk_image_new, \"gtk_image_new\", LIBRARY.GTK); 1279 Linker.link(gtk_image_set_pixel_size, \"gtk_image_set_pixel_size\", LIBRARY.GTK); 1280 Linker.link(gtk_image_get_pixel_size, \"gtk_image_get_pixel_size\", LIBRARY.GTK); 1281 1282 // gtk.Spinner 1283 1284 Linker.link(gtk_spinner_new, \"gtk_spinner_new\", LIBRARY.GTK); 1285 Linker.link(gtk_spinner_start, \"gtk_spinner_start\", LIBRARY.GTK); 1286 Linker.link(gtk_spinner_stop, \"gtk_spinner_stop\", LIBRARY.GTK); 1287 1288 // gtk.InfoBar 1289 1290 Linker.link(gtk_info_bar_new, \"gtk_info_bar_new\", LIBRARY.GTK); 1291 Linker.link(gtk_info_bar_new_with_buttons, \"gtk_info_bar_new_with_buttons\", LIBRARY.GTK); 1292 Linker.link(gtk_info_bar_add_action_widget, \"gtk_info_bar_add_action_widget\", LIBRARY.GTK); 1293 Linker.link(gtk_info_bar_add_button, \"gtk_info_bar_add_button\", LIBRARY.GTK); 1294 Linker.link(gtk_info_bar_add_buttons, \"gtk_info_bar_add_buttons\", LIBRARY.GTK); 1295 Linker.link(gtk_info_bar_set_response_sensitive, \"gtk_info_bar_set_response_sensitive\", LIBRARY.GTK); 1296 Linker.link(gtk_info_bar_set_default_response, \"gtk_info_bar_set_default_response\", LIBRARY.GTK); 1297 Linker.link(gtk_info_bar_response, \"gtk_info_bar_response\", LIBRARY.GTK); 1298 Linker.link(gtk_info_bar_set_message_type, \"gtk_info_bar_set_message_type\", LIBRARY.GTK); 1299 Linker.link(gtk_info_bar_get_message_type, \"gtk_info_bar_get_message_type\", LIBRARY.GTK); 1300 Linker.link(gtk_info_bar_get_action_area, \"gtk_info_bar_get_action_area\", LIBRARY.GTK); 1301 Linker.link(gtk_info_bar_get_content_area, \"gtk_info_bar_get_content_area\", LIBRARY.GTK); 1302 Linker.link(gtk_info_bar_get_show_close_button, \"gtk_info_bar_get_show_close_button\", LIBRARY.GTK); 1303 Linker.link(gtk_info_bar_set_show_close_button, \"gtk_info_bar_set_show_close_button\", LIBRARY.GTK); 1304 1305 // gtk.ProgressBar 1306 1307 Linker.link(gtk_progress_bar_new, \"gtk_progress_bar_new\", LIBRARY.GTK); 1308 Linker.link(gtk_progress_bar_pulse, \"gtk_progress_bar_pulse\", LIBRARY.GTK); 1309 Linker.link(gtk_progress_bar_set_fraction, \"gtk_progress_bar_set_fraction\", LIBRARY.GTK); 1310 Linker.link(gtk_progress_bar_get_fraction, \"gtk_progress_bar_get_fraction\", LIBRARY.GTK); 1311 Linker.link(gtk_progress_bar_set_inverted, \"gtk_progress_bar_set_inverted\", LIBRARY.GTK); 1312 Linker.link(gtk_progress_bar_get_inverted, \"gtk_progress_bar_get_inverted\", LIBRARY.GTK); 1313 Linker.link(gtk_progress_bar_set_show_text, \"gtk_progress_bar_set_show_text\", LIBRARY.GTK); 1314 Linker.link(gtk_progress_bar_get_show_text, \"gtk_progress_bar_get_show_text\", LIBRARY.GTK); 1315 Linker.link(gtk_progress_bar_set_text, \"gtk_progress_bar_set_text\", LIBRARY.GTK); 1316 Linker.link(gtk_progress_bar_get_text, \"gtk_progress_bar_get_text\", LIBRARY.GTK); 1317 Linker.link(gtk_progress_bar_set_ellipsize, \"gtk_progress_bar_set_ellipsize\", LIBRARY.GTK); 1318 Linker.link(gtk_progress_bar_get_ellipsize, \"gtk_progress_bar_get_ellipsize\", LIBRARY.GTK); 1319 Linker.link(gtk_progress_bar_set_pulse_step, \"gtk_progress_bar_set_pulse_step\", LIBRARY.GTK); 1320 Linker.link(gtk_progress_bar_get_pulse_step, \"gtk_progress_bar_get_pulse_step\", LIBRARY.GTK); 1321 1322 // gtk.LevelBar 1323 1324 Linker.link(gtk_level_bar_new, \"gtk_level_bar_new\", LIBRARY.GTK); 1325 Linker.link(gtk_level_bar_new_for_interval, \"gtk_level_bar_new_for_interval\", LIBRARY.GTK); 1326 Linker.link(gtk_level_bar_set_mode, \"gtk_level_bar_set_mode\", LIBRARY.GTK); 1327 Linker.link(gtk_level_bar_get_mode, \"gtk_level_bar_get_mode\", LIBRARY.GTK); 1328 Linker.link(gtk_level_bar_set_value, \"gtk_level_bar_set_value\", LIBRARY.GTK); 1329 Linker.link(gtk_level_bar_get_value, \"gtk_level_bar_get_value\", LIBRARY.GTK); 1330 Linker.link(gtk_level_bar_set_min_value, \"gtk_level_bar_set_min_value\", LIBRARY.GTK); 1331 Linker.link(gtk_level_bar_get_min_value, \"gtk_level_bar_get_min_value\", LIBRARY.GTK); 1332 Linker.link(gtk_level_bar_set_max_value, \"gtk_level_bar_set_max_value\", LIBRARY.GTK); 1333 Linker.link(gtk_level_bar_get_max_value, \"gtk_level_bar_get_max_value\", LIBRARY.GTK); 1334 Linker.link(gtk_level_bar_set_inverted, \"gtk_level_bar_set_inverted\", LIBRARY.GTK); 1335 Linker.link(gtk_level_bar_get_inverted, \"gtk_level_bar_get_inverted\", LIBRARY.GTK); 1336 Linker.link(gtk_level_bar_add_offset_value, \"gtk_level_bar_add_offset_value\", LIBRARY.GTK); 1337 Linker.link(gtk_level_bar_remove_offset_value, \"gtk_level_bar_remove_offset_value\", LIBRARY.GTK); 1338 Linker.link(gtk_level_bar_get_offset_value, \"gtk_level_bar_get_offset_value\", LIBRARY.GTK); 1339 1340 // gtk.Statusbar 1341 1342 Linker.link(gtk_statusbar_new, \"gtk_statusbar_new\", LIBRARY.GTK); 1343 Linker.link(gtk_statusbar_get_context_id, \"gtk_statusbar_get_context_id\", LIBRARY.GTK); 1344 Linker.link(gtk_statusbar_push, \"gtk_statusbar_push\", LIBRARY.GTK); 1345 Linker.link(gtk_statusbar_pop, \"gtk_statusbar_pop\", LIBRARY.GTK); 1346 Linker.link(gtk_statusbar_remove, \"gtk_statusbar_remove\", LIBRARY.GTK); 1347 Linker.link(gtk_statusbar_remove_all, \"gtk_statusbar_remove_all\", LIBRARY.GTK); 1348 Linker.link(gtk_statusbar_get_message_area, \"gtk_statusbar_get_message_area\", LIBRARY.GTK); 1349 1350 // gtk.AccelLabel 1351 1352 Linker.link(gtk_accel_label_new, \"gtk_accel_label_new\", LIBRARY.GTK); 1353 Linker.link(gtk_accel_label_set_accel_closure, \"gtk_accel_label_set_accel_closure\", LIBRARY.GTK); 1354 Linker.link(gtk_accel_label_get_accel_widget, \"gtk_accel_label_get_accel_widget\", LIBRARY.GTK); 1355 Linker.link(gtk_accel_label_set_accel_widget, \"gtk_accel_label_set_accel_widget\", LIBRARY.GTK); 1356 Linker.link(gtk_accel_label_get_accel_width, \"gtk_accel_label_get_accel_width\", LIBRARY.GTK); 1357 Linker.link(gtk_accel_label_set_accel, \"gtk_accel_label_set_accel\", LIBRARY.GTK); 1358 Linker.link(gtk_accel_label_refetch, \"gtk_accel_label_refetch\", LIBRARY.GTK); 1359 1360 // gtk.StatusIcon 1361 1362 Linker.link(gtk_status_icon_new, \"gtk_status_icon_new\", LIBRARY.GTK); 1363 Linker.link(gtk_status_icon_new_from_pixbuf, \"gtk_status_icon_new_from_pixbuf\", LIBRARY.GTK); 1364 Linker.link(gtk_status_icon_new_from_file, \"gtk_status_icon_new_from_file\", LIBRARY.GTK); 1365 Linker.link(gtk_status_icon_new_from_stock, \"gtk_status_icon_new_from_stock\", LIBRARY.GTK); 1366 Linker.link(gtk_status_icon_new_from_icon_name, \"gtk_status_icon_new_from_icon_name\", LIBRARY.GTK); 1367 Linker.link(gtk_status_icon_new_from_gicon, \"gtk_status_icon_new_from_gicon\", LIBRARY.GTK); 1368 Linker.link(gtk_status_icon_set_from_pixbuf, \"gtk_status_icon_set_from_pixbuf\", LIBRARY.GTK); 1369 Linker.link(gtk_status_icon_set_from_file, \"gtk_status_icon_set_from_file\", LIBRARY.GTK); 1370 Linker.link(gtk_status_icon_set_from_stock, \"gtk_status_icon_set_from_stock\", LIBRARY.GTK); 1371 Linker.link(gtk_status_icon_set_from_icon_name, \"gtk_status_icon_set_from_icon_name\", LIBRARY.GTK); 1372 Linker.link(gtk_status_icon_set_from_gicon, \"gtk_status_icon_set_from_gicon\", LIBRARY.GTK); 1373 Linker.link(gtk_status_icon_get_storage_type, \"gtk_status_icon_get_storage_type\", LIBRARY.GTK); 1374 Linker.link(gtk_status_icon_get_pixbuf, \"gtk_status_icon_get_pixbuf\", LIBRARY.GTK); 1375 Linker.link(gtk_status_icon_get_stock, \"gtk_status_icon_get_stock\", LIBRARY.GTK); 1376 Linker.link(gtk_status_icon_get_icon_name, \"gtk_status_icon_get_icon_name\", LIBRARY.GTK); 1377 Linker.link(gtk_status_icon_get_gicon, \"gtk_status_icon_get_gicon\", LIBRARY.GTK); 1378 Linker.link(gtk_status_icon_get_size, \"gtk_status_icon_get_size\", LIBRARY.GTK); 1379 Linker.link(gtk_status_icon_set_screen, \"gtk_status_icon_set_screen\", LIBRARY.GTK); 1380 Linker.link(gtk_status_icon_get_screen, \"gtk_status_icon_get_screen\", LIBRARY.GTK); 1381 Linker.link(gtk_status_icon_set_tooltip_text, \"gtk_status_icon_set_tooltip_text\", LIBRARY.GTK); 1382 Linker.link(gtk_status_icon_get_tooltip_text, \"gtk_status_icon_get_tooltip_text\", LIBRARY.GTK); 1383 Linker.link(gtk_status_icon_set_tooltip_markup, \"gtk_status_icon_set_tooltip_markup\", LIBRARY.GTK); 1384 Linker.link(gtk_status_icon_get_tooltip_markup, \"gtk_status_icon_get_tooltip_markup\", LIBRARY.GTK); 1385 Linker.link(gtk_status_icon_set_has_tooltip, \"gtk_status_icon_set_has_tooltip\", LIBRARY.GTK); 1386 Linker.link(gtk_status_icon_get_has_tooltip, \"gtk_status_icon_get_has_tooltip\", LIBRARY.GTK); 1387 Linker.link(gtk_status_icon_set_title, \"gtk_status_icon_set_title\", LIBRARY.GTK); 1388 Linker.link(gtk_status_icon_get_title, \"gtk_status_icon_get_title\", LIBRARY.GTK); 1389 Linker.link(gtk_status_icon_set_name, \"gtk_status_icon_set_name\", LIBRARY.GTK); 1390 Linker.link(gtk_status_icon_set_visible, \"gtk_status_icon_set_visible\", LIBRARY.GTK); 1391 Linker.link(gtk_status_icon_get_visible, \"gtk_status_icon_get_visible\", LIBRARY.GTK); 1392 Linker.link(gtk_status_icon_is_embedded, \"gtk_status_icon_is_embedded\", LIBRARY.GTK); 1393 Linker.link(gtk_status_icon_position_menu, \"gtk_status_icon_position_menu\", LIBRARY.GTK); 1394 Linker.link(gtk_status_icon_get_geometry, \"gtk_status_icon_get_geometry\", LIBRARY.GTK); 1395 Linker.link(gtk_status_icon_get_x11_window_id, \"gtk_status_icon_get_x11_window_id\", LIBRARY.GTK); 1396 1397 // gtk.Button 1398 1399 Linker.link(gtk_button_new, \"gtk_button_new\", LIBRARY.GTK); 1400 Linker.link(gtk_button_new_with_label, \"gtk_button_new_with_label\", LIBRARY.GTK); 1401 Linker.link(gtk_button_new_with_mnemonic, \"gtk_button_new_with_mnemonic\", LIBRARY.GTK); 1402 Linker.link(gtk_button_new_from_icon_name, \"gtk_button_new_from_icon_name\", LIBRARY.GTK); 1403 Linker.link(gtk_button_new_from_stock, \"gtk_button_new_from_stock\", LIBRARY.GTK); 1404 Linker.link(gtk_button_pressed, \"gtk_button_pressed\", LIBRARY.GTK); 1405 Linker.link(gtk_button_released, \"gtk_button_released\", LIBRARY.GTK); 1406 Linker.link(gtk_button_clicked, \"gtk_button_clicked\", LIBRARY.GTK); 1407 Linker.link(gtk_button_enter, \"gtk_button_enter\", LIBRARY.GTK); 1408 Linker.link(gtk_button_leave, \"gtk_button_leave\", LIBRARY.GTK); 1409 Linker.link(gtk_button_set_relief, \"gtk_button_set_relief\", LIBRARY.GTK); 1410 Linker.link(gtk_button_get_relief, \"gtk_button_get_relief\", LIBRARY.GTK); 1411 Linker.link(gtk_button_get_label, \"gtk_button_get_label\", LIBRARY.GTK); 1412 Linker.link(gtk_button_set_label, \"gtk_button_set_label\", LIBRARY.GTK); 1413 Linker.link(gtk_button_get_use_stock, \"gtk_button_get_use_stock\", LIBRARY.GTK); 1414 Linker.link(gtk_button_set_use_stock, \"gtk_button_set_use_stock\", LIBRARY.GTK); 1415 Linker.link(gtk_button_get_use_underline, \"gtk_button_get_use_underline\", LIBRARY.GTK); 1416 Linker.link(gtk_button_set_use_underline, \"gtk_button_set_use_underline\", LIBRARY.GTK); 1417 Linker.link(gtk_button_set_focus_on_click, \"gtk_button_set_focus_on_click\", LIBRARY.GTK); 1418 Linker.link(gtk_button_get_focus_on_click, \"gtk_button_get_focus_on_click\", LIBRARY.GTK); 1419 Linker.link(gtk_button_set_alignment, \"gtk_button_set_alignment\", LIBRARY.GTK); 1420 Linker.link(gtk_button_get_alignment, \"gtk_button_get_alignment\", LIBRARY.GTK); 1421 Linker.link(gtk_button_set_image, \"gtk_button_set_image\", LIBRARY.GTK); 1422 Linker.link(gtk_button_get_image, \"gtk_button_get_image\", LIBRARY.GTK); 1423 Linker.link(gtk_button_set_image_position, \"gtk_button_set_image_position\", LIBRARY.GTK); 1424 Linker.link(gtk_button_get_image_position, \"gtk_button_get_image_position\", LIBRARY.GTK); 1425 Linker.link(gtk_button_set_always_show_image, \"gtk_button_set_always_show_image\", LIBRARY.GTK); 1426 Linker.link(gtk_button_get_always_show_image, \"gtk_button_get_always_show_image\", LIBRARY.GTK); 1427 Linker.link(gtk_button_get_event_window, \"gtk_button_get_event_window\", LIBRARY.GTK); 1428 1429 // gtk.CheckButton 1430 1431 Linker.link(gtk_check_button_new, \"gtk_check_button_new\", LIBRARY.GTK); 1432 Linker.link(gtk_check_button_new_with_label, \"gtk_check_button_new_with_label\", LIBRARY.GTK); 1433 Linker.link(gtk_check_button_new_with_mnemonic, \"gtk_check_button_new_with_mnemonic\", LIBRARY.GTK); 1434 1435 // gtk.RadioButton 1436 1437 Linker.link(gtk_radio_button_new, \"gtk_radio_button_new\", LIBRARY.GTK); 1438 Linker.link(gtk_radio_button_new_from_widget, \"gtk_radio_button_new_from_widget\", LIBRARY.GTK); 1439 Linker.link(gtk_radio_button_new_with_label, \"gtk_radio_button_new_with_label\", LIBRARY.GTK); 1440 Linker.link(gtk_radio_button_new_with_label_from_widget, \"gtk_radio_button_new_with_label_from_widget\", LIBRARY.GTK); 1441 Linker.link(gtk_radio_button_new_with_mnemonic, \"gtk_radio_button_new_with_mnemonic\", LIBRARY.GTK); 1442 Linker.link(gtk_radio_button_new_with_mnemonic_from_widget, \"gtk_radio_button_new_with_mnemonic_from_widget\", LIBRARY.GTK); 1443 Linker.link(gtk_radio_button_set_group, \"gtk_radio_button_set_group\", LIBRARY.GTK); 1444 Linker.link(gtk_radio_button_get_group, \"gtk_radio_button_get_group\", LIBRARY.GTK); 1445 Linker.link(gtk_radio_button_join_group, \"gtk_radio_button_join_group\", LIBRARY.GTK); 1446 1447 // gtk.ToggleButton 1448 1449 Linker.link(gtk_toggle_button_new, \"gtk_toggle_button_new\", LIBRARY.GTK); 1450 Linker.link(gtk_toggle_button_new_with_label, \"gtk_toggle_button_new_with_label\", LIBRARY.GTK); 1451 Linker.link(gtk_toggle_button_new_with_mnemonic, \"gtk_toggle_button_new_with_mnemonic\", LIBRARY.GTK); 1452 Linker.link(gtk_toggle_button_set_mode, \"gtk_toggle_button_set_mode\", LIBRARY.GTK); 1453 Linker.link(gtk_toggle_button_get_mode, \"gtk_toggle_button_get_mode\", LIBRARY.GTK); 1454 Linker.link(gtk_toggle_button_toggled, \"gtk_toggle_button_toggled\", LIBRARY.GTK); 1455 Linker.link(gtk_toggle_button_get_active, \"gtk_toggle_button_get_active\", LIBRARY.GTK); 1456 Linker.link(gtk_toggle_button_set_active, \"gtk_toggle_button_set_active\", LIBRARY.GTK); 1457 Linker.link(gtk_toggle_button_get_inconsistent, \"gtk_toggle_button_get_inconsistent\", LIBRARY.GTK); 1458 Linker.link(gtk_toggle_button_set_inconsistent, \"gtk_toggle_button_set_inconsistent\", LIBRARY.GTK); 1459 1460 // gtk.LinkButton 1461 1462 Linker.link(gtk_link_button_new, \"gtk_link_button_new\", LIBRARY.GTK); 1463 Linker.link(gtk_link_button_new_with_label, \"gtk_link_button_new_with_label\", LIBRARY.GTK); 1464 Linker.link(gtk_link_button_get_uri, \"gtk_link_button_get_uri\", LIBRARY.GTK); 1465 Linker.link(gtk_link_button_set_uri, \"gtk_link_button_set_uri\", LIBRARY.GTK); 1466 Linker.link(gtk_link_button_get_visited, \"gtk_link_button_get_visited\", LIBRARY.GTK); 1467 Linker.link(gtk_link_button_set_visited, \"gtk_link_button_set_visited\", LIBRARY.GTK); 1468 1469 // gtk.MenuButton 1470 1471 Linker.link(gtk_menu_button_new, \"gtk_menu_button_new\", LIBRARY.GTK); 1472 Linker.link(gtk_menu_button_set_popup, \"gtk_menu_button_set_popup\", LIBRARY.GTK); 1473 Linker.link(gtk_menu_button_get_popup, \"gtk_menu_button_get_popup\", LIBRARY.GTK); 1474 Linker.link(gtk_menu_button_set_menu_model, \"gtk_menu_button_set_menu_model\", LIBRARY.GTK); 1475 Linker.link(gtk_menu_button_get_menu_model, \"gtk_menu_button_get_menu_model\", LIBRARY.GTK); 1476 Linker.link(gtk_menu_button_set_direction, \"gtk_menu_button_set_direction\", LIBRARY.GTK); 1477 Linker.link(gtk_menu_button_get_direction, \"gtk_menu_button_get_direction\", LIBRARY.GTK); 1478 Linker.link(gtk_menu_button_set_align_widget, \"gtk_menu_button_set_align_widget\", LIBRARY.GTK); 1479 Linker.link(gtk_menu_button_get_align_widget, \"gtk_menu_button_get_align_widget\", LIBRARY.GTK); 1480 1481 // gtk.Switch 1482 1483 Linker.link(gtk_switch_new, \"gtk_switch_new\", LIBRARY.GTK); 1484 Linker.link(gtk_switch_set_active, \"gtk_switch_set_active\", LIBRARY.GTK); 1485 Linker.link(gtk_switch_get_active, \"gtk_switch_get_active\", LIBRARY.GTK); 1486 1487 // gtk.ScaleButton 1488 1489 Linker.link(gtk_scale_button_new, \"gtk_scale_button_new\", LIBRARY.GTK); 1490 Linker.link(gtk_scale_button_set_adjustment, \"gtk_scale_button_set_adjustment\", LIBRARY.GTK); 1491 Linker.link(gtk_scale_button_set_icons, \"gtk_scale_button_set_icons\", LIBRARY.GTK); 1492 Linker.link(gtk_scale_button_set_value, \"gtk_scale_button_set_value\", LIBRARY.GTK); 1493 Linker.link(gtk_scale_button_get_adjustment, \"gtk_scale_button_get_adjustment\", LIBRARY.GTK); 1494 Linker.link(gtk_scale_button_get_value, \"gtk_scale_button_get_value\", LIBRARY.GTK); 1495 Linker.link(gtk_scale_button_get_popup, \"gtk_scale_button_get_popup\", LIBRARY.GTK); 1496 Linker.link(gtk_scale_button_get_plus_button, \"gtk_scale_button_get_plus_button\", LIBRARY.GTK); 1497 Linker.link(gtk_scale_button_get_minus_button, \"gtk_scale_button_get_minus_button\", LIBRARY.GTK); 1498 1499 // gtk.VolumeButton 1500 1501 Linker.link(gtk_volume_button_new, \"gtk_volume_button_new\", LIBRARY.GTK); 1502 1503 // gtk.LockButton 1504 1505 Linker.link(gtk_lock_button_new, \"gtk_lock_button_new\", LIBRARY.GTK); 1506 Linker.link(gtk_lock_button_get_permission, \"gtk_lock_button_get_permission\", LIBRARY.GTK); 1507 Linker.link(gtk_lock_button_set_permission, \"gtk_lock_button_set_permission\", LIBRARY.GTK); 1508 1509 // gtk.Entry 1510 1511 Linker.link(gtk_entry_new, \"gtk_entry_new\", LIBRARY.GTK); 1512 Linker.link(gtk_entry_new_with_buffer, \"gtk_entry_new_with_buffer\", LIBRARY.GTK); 1513 Linker.link(gtk_entry_get_buffer, \"gtk_entry_get_buffer\", LIBRARY.GTK); 1514 Linker.link(gtk_entry_set_buffer, \"gtk_entry_set_buffer\", LIBRARY.GTK); 1515 Linker.link(gtk_entry_set_text, \"gtk_entry_set_text\", LIBRARY.GTK); 1516 Linker.link(gtk_entry_get_text, \"gtk_entry_get_text\", LIBRARY.GTK); 1517 Linker.link(gtk_entry_get_text_length, \"gtk_entry_get_text_length\", LIBRARY.GTK); 1518 Linker.link(gtk_entry_get_text_area, \"gtk_entry_get_text_area\", LIBRARY.GTK); 1519 Linker.link(gtk_entry_set_visibility, \"gtk_entry_set_visibility\", LIBRARY.GTK); 1520 Linker.link(gtk_entry_set_invisible_char, \"gtk_entry_set_invisible_char\", LIBRARY.GTK); 1521 Linker.link(gtk_entry_unset_invisible_char, \"gtk_entry_unset_invisible_char\", LIBRARY.GTK); 1522 Linker.link(gtk_entry_set_max_length, \"gtk_entry_set_max_length\", LIBRARY.GTK); 1523 Linker.link(gtk_entry_get_activates_default, \"gtk_entry_get_activates_default\", LIBRARY.GTK); 1524 Linker.link(gtk_entry_get_has_frame, \"gtk_entry_get_has_frame\", LIBRARY.GTK); 1525 Linker.link(gtk_entry_get_inner_border, \"gtk_entry_get_inner_border\", LIBRARY.GTK); 1526 Linker.link(gtk_entry_get_width_chars, \"gtk_entry_get_width_chars\", LIBRARY.GTK); 1527 Linker.link(gtk_entry_set_activates_default, \"gtk_entry_set_activates_default\", LIBRARY.GTK); 1528 Linker.link(gtk_entry_set_has_frame, \"gtk_entry_set_has_frame\", LIBRARY.GTK); 1529 Linker.link(gtk_entry_set_inner_border, \"gtk_entry_set_inner_border\", LIBRARY.GTK); 1530 Linker.link(gtk_entry_set_width_chars, \"gtk_entry_set_width_chars\", LIBRARY.GTK); 1531 Linker.link(gtk_entry_get_invisible_char, \"gtk_entry_get_invisible_char\", LIBRARY.GTK); 1532 Linker.link(gtk_entry_set_alignment, \"gtk_entry_set_alignment\", LIBRARY.GTK); 1533 Linker.link(gtk_entry_get_alignment, \"gtk_entry_get_alignment\", LIBRARY.GTK); 1534 Linker.link(gtk_entry_set_placeholder_text, \"gtk_entry_set_placeholder_text\", LIBRARY.GTK); 1535 Linker.link(gtk_entry_get_placeholder_text, \"gtk_entry_get_placeholder_text\", LIBRARY.GTK); 1536 Linker.link(gtk_entry_set_overwrite_mode, \"gtk_entry_set_overwrite_mode\", LIBRARY.GTK); 1537 Linker.link(gtk_entry_get_overwrite_mode, \"gtk_entry_get_overwrite_mode\", LIBRARY.GTK); 1538 Linker.link(gtk_entry_get_layout, \"gtk_entry_get_layout\", LIBRARY.GTK); 1539 Linker.link(gtk_entry_get_layout_offsets, \"gtk_entry_get_layout_offsets\", LIBRARY.GTK); 1540 Linker.link(gtk_entry_layout_index_to_text_index, \"gtk_entry_layout_index_to_text_index\", LIBRARY.GTK); 1541 Linker.link(gtk_entry_text_index_to_layout_index, \"gtk_entry_text_index_to_layout_index\", LIBRARY.GTK); 1542 Linker.link(gtk_entry_set_attributes, \"gtk_entry_set_attributes\", LIBRARY.GTK); 1543 Linker.link(gtk_entry_get_attributes, \"gtk_entry_get_attributes\", LIBRARY.GTK); 1544 Linker.link(gtk_entry_get_max_length, \"gtk_entry_get_max_length\", LIBRARY.GTK); 1545 Linker.link(gtk_entry_get_visibility, \"gtk_entry_get_visibility\", LIBRARY.GTK); 1546 Linker.link(gtk_entry_set_completion, \"gtk_entry_set_completion\", LIBRARY.GTK); 1547 Linker.link(gtk_entry_get_completion, \"gtk_entry_get_completion\", LIBRARY.GTK); 1548 Linker.link(gtk_entry_set_cursor_hadjustment, \"gtk_entry_set_cursor_hadjustment\", LIBRARY.GTK); 1549 Linker.link(gtk_entry_get_cursor_hadjustment, \"gtk_entry_get_cursor_hadjustment\", LIBRARY.GTK); 1550 Linker.link(gtk_entry_set_progress_fraction, \"gtk_entry_set_progress_fraction\", LIBRARY.GTK); 1551 Linker.link(gtk_entry_get_progress_fraction, \"gtk_entry_get_progress_fraction\", LIBRARY.GTK); 1552 Linker.link(gtk_entry_set_progress_pulse_step, \"gtk_entry_set_progress_pulse_step\", LIBRARY.GTK); 1553 Linker.link(gtk_entry_get_progress_pulse_step, \"gtk_entry_get_progress_pulse_step\", LIBRARY.GTK); 1554 Linker.link(gtk_entry_progress_pulse, \"gtk_entry_progress_pulse\", LIBRARY.GTK); 1555 Linker.link(gtk_entry_im_context_filter_keypress, \"gtk_entry_im_context_filter_keypress\", LIBRARY.GTK); 1556 Linker.link(gtk_entry_reset_im_context, \"gtk_entry_reset_im_context\", LIBRARY.GTK); 1557 Linker.link(gtk_entry_get_tabs, \"gtk_entry_get_tabs\", LIBRARY.GTK); 1558 Linker.link(gtk_entry_set_tabs, \"gtk_entry_set_tabs\", LIBRARY.GTK); 1559 Linker.link(gtk_entry_set_icon_from_pixbuf, \"gtk_entry_set_icon_from_pixbuf\", LIBRARY.GTK); 1560 Linker.link(gtk_entry_set_icon_from_stock, \"gtk_entry_set_icon_from_stock\", LIBRARY.GTK); 1561 Linker.link(gtk_entry_set_icon_from_icon_name, \"gtk_entry_set_icon_from_icon_name\", LIBRARY.GTK); 1562 Linker.link(gtk_entry_set_icon_from_gicon, \"gtk_entry_set_icon_from_gicon\", LIBRARY.GTK); 1563 Linker.link(gtk_entry_get_icon_storage_type, \"gtk_entry_get_icon_storage_type\", LIBRARY.GTK); 1564 Linker.link(gtk_entry_get_icon_pixbuf, \"gtk_entry_get_icon_pixbuf\", LIBRARY.GTK); 1565 Linker.link(gtk_entry_get_icon_stock, \"gtk_entry_get_icon_stock\", LIBRARY.GTK); 1566 Linker.link(gtk_entry_get_icon_name, \"gtk_entry_get_icon_name\", LIBRARY.GTK); 1567 Linker.link(gtk_entry_get_icon_gicon, \"gtk_entry_get_icon_gicon\", LIBRARY.GTK); 1568 Linker.link(gtk_entry_set_icon_activatable, \"gtk_entry_set_icon_activatable\", LIBRARY.GTK); 1569 Linker.link(gtk_entry_get_icon_activatable, \"gtk_entry_get_icon_activatable\", LIBRARY.GTK); 1570 Linker.link(gtk_entry_set_icon_sensitive, \"gtk_entry_set_icon_sensitive\", LIBRARY.GTK); 1571 Linker.link(gtk_entry_get_icon_sensitive, \"gtk_entry_get_icon_sensitive\", LIBRARY.GTK); 1572 Linker.link(gtk_entry_get_icon_at_pos, \"gtk_entry_get_icon_at_pos\", LIBRARY.GTK); 1573 Linker.link(gtk_entry_set_icon_tooltip_text, \"gtk_entry_set_icon_tooltip_text\", LIBRARY.GTK); 1574 Linker.link(gtk_entry_get_icon_tooltip_text, \"gtk_entry_get_icon_tooltip_text\", LIBRARY.GTK); 1575 Linker.link(gtk_entry_set_icon_tooltip_markup, \"gtk_entry_set_icon_tooltip_markup\", LIBRARY.GTK); 1576 Linker.link(gtk_entry_get_icon_tooltip_markup, \"gtk_entry_get_icon_tooltip_markup\", LIBRARY.GTK); 1577 Linker.link(gtk_entry_set_icon_drag_source, \"gtk_entry_set_icon_drag_source\", LIBRARY.GTK); 1578 Linker.link(gtk_entry_get_current_icon_drag_source, \"gtk_entry_get_current_icon_drag_source\", LIBRARY.GTK); 1579 Linker.link(gtk_entry_get_icon_area, \"gtk_entry_get_icon_area\", LIBRARY.GTK); 1580 Linker.link(gtk_entry_set_input_purpose, \"gtk_entry_set_input_purpose\", LIBRARY.GTK); 1581 Linker.link(gtk_entry_get_input_purpose, \"gtk_entry_get_input_purpose\", LIBRARY.GTK); 1582 Linker.link(gtk_entry_set_input_hints, \"gtk_entry_set_input_hints\", LIBRARY.GTK); 1583 Linker.link(gtk_entry_get_input_hints, \"gtk_entry_get_input_hints\", LIBRARY.GTK); 1584 1585 // gtk.EntryBuffer 1586 1587 Linker.link(gtk_entry_buffer_new, \"gtk_entry_buffer_new\", LIBRARY.GTK); 1588 Linker.link(gtk_entry_buffer_get_text, \"gtk_entry_buffer_get_text\", LIBRARY.GTK); 1589 Linker.link(gtk_entry_buffer_set_text, \"gtk_entry_buffer_set_text\", LIBRARY.GTK); 1590 Linker.link(gtk_entry_buffer_get_bytes, \"gtk_entry_buffer_get_bytes\", LIBRARY.GTK); 1591 Linker.link(gtk_entry_buffer_get_length, \"gtk_entry_buffer_get_length\", LIBRARY.GTK); 1592 Linker.link(gtk_entry_buffer_get_max_length, \"gtk_entry_buffer_get_max_length\", LIBRARY.GTK); 1593 Linker.link(gtk_entry_buffer_set_max_length, \"gtk_entry_buffer_set_max_length\", LIBRARY.GTK); 1594 Linker.link(gtk_entry_buffer_insert_text, \"gtk_entry_buffer_insert_text\", LIBRARY.GTK); 1595 Linker.link(gtk_entry_buffer_delete_text, \"gtk_entry_buffer_delete_text\", LIBRARY.GTK); 1596 Linker.link(gtk_entry_buffer_emit_deleted_text, \"gtk_entry_buffer_emit_deleted_text\", LIBRARY.GTK); 1597 Linker.link(gtk_entry_buffer_emit_inserted_text, \"gtk_entry_buffer_emit_inserted_text\", LIBRARY.GTK); 1598 1599 // gtk.EntryCompletion 1600 1601 Linker.link(gtk_entry_completion_new, \"gtk_entry_completion_new\", LIBRARY.GTK); 1602 Linker.link(gtk_entry_completion_new_with_area, \"gtk_entry_completion_new_with_area\", LIBRARY.GTK); 1603 Linker.link(gtk_entry_completion_get_entry, \"gtk_entry_completion_get_entry\", LIBRARY.GTK); 1604 Linker.link(gtk_entry_completion_set_model, \"gtk_entry_completion_set_model\", LIBRARY.GTK); 1605 Linker.link(gtk_entry_completion_get_model, \"gtk_entry_completion_get_model\", LIBRARY.GTK); 1606 Linker.link(gtk_entry_completion_set_match_func, \"gtk_entry_completion_set_match_func\", LIBRARY.GTK); 1607 Linker.link(gtk_entry_completion_set_minimum_key_length, \"gtk_entry_completion_set_minimum_key_length\", LIBRARY.GTK); 1608 Linker.link(gtk_entry_completion_get_minimum_key_length, \"gtk_entry_completion_get_minimum_key_length\", LIBRARY.GTK); 1609 Linker.link(gtk_entry_completion_compute_prefix, \"gtk_entry_completion_compute_prefix\", LIBRARY.GTK); 1610 Linker.link(gtk_entry_completion_complete, \"gtk_entry_completion_complete\", LIBRARY.GTK); 1611 Linker.link(gtk_entry_completion_get_completion_prefix, \"gtk_entry_completion_get_completion_prefix\", LIBRARY.GTK); 1612 Linker.link(gtk_entry_completion_insert_prefix, \"gtk_entry_completion_insert_prefix\", LIBRARY.GTK); 1613 Linker.link(gtk_entry_completion_insert_action_text, \"gtk_entry_completion_insert_action_text\", LIBRARY.GTK); 1614 Linker.link(gtk_entry_completion_insert_action_markup, \"gtk_entry_completion_insert_action_markup\", LIBRARY.GTK); 1615 Linker.link(gtk_entry_completion_delete_action, \"gtk_entry_completion_delete_action\", LIBRARY.GTK); 1616 Linker.link(gtk_entry_completion_set_text_column, \"gtk_entry_completion_set_text_column\", LIBRARY.GTK); 1617 Linker.link(gtk_entry_completion_get_text_column, \"gtk_entry_completion_get_text_column\", LIBRARY.GTK); 1618 Linker.link(gtk_entry_completion_set_inline_completion, \"gtk_entry_completion_set_inline_completion\", LIBRARY.GTK); 1619 Linker.link(gtk_entry_completion_get_inline_completion, \"gtk_entry_completion_get_inline_completion\", LIBRARY.GTK); 1620 Linker.link(gtk_entry_completion_set_inline_selection, \"gtk_entry_completion_set_inline_selection\", LIBRARY.GTK); 1621 Linker.link(gtk_entry_completion_get_inline_selection, \"gtk_entry_completion_get_inline_selection\", LIBRARY.GTK); 1622 Linker.link(gtk_entry_completion_set_popup_completion, \"gtk_entry_completion_set_popup_completion\", LIBRARY.GTK); 1623 Linker.link(gtk_entry_completion_get_popup_completion, \"gtk_entry_completion_get_popup_completion\", LIBRARY.GTK); 1624 Linker.link(gtk_entry_completion_set_popup_set_width, \"gtk_entry_completion_set_popup_set_width\", LIBRARY.GTK); 1625 Linker.link(gtk_entry_completion_get_popup_set_width, \"gtk_entry_completion_get_popup_set_width\", LIBRARY.GTK); 1626 Linker.link(gtk_entry_completion_set_popup_single_match, \"gtk_entry_completion_set_popup_single_match\", LIBRARY.GTK); 1627 Linker.link(gtk_entry_completion_get_popup_single_match, \"gtk_entry_completion_get_popup_single_match\", LIBRARY.GTK); 1628 1629 // gtk.Scale 1630 1631 Linker.link(gtk_scale_new, \"gtk_scale_new\", LIBRARY.GTK); 1632 Linker.link(gtk_scale_new_with_range, \"gtk_scale_new_with_range\", LIBRARY.GTK); 1633 Linker.link(gtk_scale_set_digits, \"gtk_scale_set_digits\", LIBRARY.GTK); 1634 Linker.link(gtk_scale_set_draw_value, \"gtk_scale_set_draw_value\", LIBRARY.GTK); 1635 Linker.link(gtk_scale_set_has_origin, \"gtk_scale_set_has_origin\", LIBRARY.GTK); 1636 Linker.link(gtk_scale_set_value_pos, \"gtk_scale_set_value_pos\", LIBRARY.GTK); 1637 Linker.link(gtk_scale_get_digits, \"gtk_scale_get_digits\", LIBRARY.GTK); 1638 Linker.link(gtk_scale_get_draw_value, \"gtk_scale_get_draw_value\", LIBRARY.GTK); 1639 Linker.link(gtk_scale_get_has_origin, \"gtk_scale_get_has_origin\", LIBRARY.GTK); 1640 Linker.link(gtk_scale_get_value_pos, \"gtk_scale_get_value_pos\", LIBRARY.GTK); 1641 Linker.link(gtk_scale_get_layout, \"gtk_scale_get_layout\", LIBRARY.GTK); 1642 Linker.link(gtk_scale_get_layout_offsets, \"gtk_scale_get_layout_offsets\", LIBRARY.GTK); 1643 Linker.link(gtk_scale_add_mark, \"gtk_scale_add_mark\", LIBRARY.GTK); 1644 Linker.link(gtk_scale_clear_marks, \"gtk_scale_clear_marks\", LIBRARY.GTK); 1645 1646 // gtk.SpinButton 1647 1648 Linker.link(gtk_spin_button_configure, \"gtk_spin_button_configure\", LIBRARY.GTK); 1649 Linker.link(gtk_spin_button_new, \"gtk_spin_button_new\", LIBRARY.GTK); 1650 Linker.link(gtk_spin_button_new_with_range, \"gtk_spin_button_new_with_range\", LIBRARY.GTK); 1651 Linker.link(gtk_spin_button_set_adjustment, \"gtk_spin_button_set_adjustment\", LIBRARY.GTK); 1652 Linker.link(gtk_spin_button_get_adjustment, \"gtk_spin_button_get_adjustment\", LIBRARY.GTK); 1653 Linker.link(gtk_spin_button_set_digits, \"gtk_spin_button_set_digits\", LIBRARY.GTK); 1654 Linker.link(gtk_spin_button_set_increments, \"gtk_spin_button_set_increments\", LIBRARY.GTK); 1655 Linker.link(gtk_spin_button_set_range, \"gtk_spin_button_set_range\", LIBRARY.GTK); 1656 Linker.link(gtk_spin_button_get_value_as_int, \"gtk_spin_button_get_value_as_int\", LIBRARY.GTK); 1657 Linker.link(gtk_spin_button_set_value, \"gtk_spin_button_set_value\", LIBRARY.GTK); 1658 Linker.link(gtk_spin_button_set_update_policy, \"gtk_spin_button_set_update_policy\", LIBRARY.GTK); 1659 Linker.link(gtk_spin_button_set_numeric, \"gtk_spin_button_set_numeric\", LIBRARY.GTK); 1660 Linker.link(gtk_spin_button_spin, \"gtk_spin_button_spin\", LIBRARY.GTK); 1661 Linker.link(gtk_spin_button_set_wrap, \"gtk_spin_button_set_wrap\", LIBRARY.GTK); 1662 Linker.link(gtk_spin_button_set_snap_to_ticks, \"gtk_spin_button_set_snap_to_ticks\", LIBRARY.GTK); 1663 Linker.link(gtk_spin_button_update, \"gtk_spin_button_update\", LIBRARY.GTK); 1664 Linker.link(gtk_spin_button_get_digits, \"gtk_spin_button_get_digits\", LIBRARY.GTK); 1665 Linker.link(gtk_spin_button_get_increments, \"gtk_spin_button_get_increments\", LIBRARY.GTK); 1666 Linker.link(gtk_spin_button_get_numeric, \"gtk_spin_button_get_numeric\", LIBRARY.GTK); 1667 Linker.link(gtk_spin_button_get_range, \"gtk_spin_button_get_range\", LIBRARY.GTK); 1668 Linker.link(gtk_spin_button_get_snap_to_ticks, \"gtk_spin_button_get_snap_to_ticks\", LIBRARY.GTK); 1669 Linker.link(gtk_spin_button_get_update_policy, \"gtk_spin_button_get_update_policy\", LIBRARY.GTK); 1670 Linker.link(gtk_spin_button_get_value, \"gtk_spin_button_get_value\", LIBRARY.GTK); 1671 Linker.link(gtk_spin_button_get_wrap, \"gtk_spin_button_get_wrap\", LIBRARY.GTK); 1672 1673 // gtk.SearchEntry 1674 1675 Linker.link(gtk_search_entry_new, \"gtk_search_entry_new\", LIBRARY.GTK); 1676 1677 // gtk.SearchBar 1678 1679 Linker.link(gtk_search_bar_new, \"gtk_search_bar_new\", LIBRARY.GTK); 1680 Linker.link(gtk_search_bar_connect_entry, \"gtk_search_bar_connect_entry\", LIBRARY.GTK); 1681 Linker.link(gtk_search_bar_get_search_mode, \"gtk_search_bar_get_search_mode\", LIBRARY.GTK); 1682 Linker.link(gtk_search_bar_set_search_mode, \"gtk_search_bar_set_search_mode\", LIBRARY.GTK); 1683 Linker.link(gtk_search_bar_get_show_close_button, \"gtk_search_bar_get_show_close_button\", LIBRARY.GTK); 1684 Linker.link(gtk_search_bar_set_show_close_button, \"gtk_search_bar_set_show_close_button\", LIBRARY.GTK); 1685 Linker.link(gtk_search_bar_handle_event, \"gtk_search_bar_handle_event\", LIBRARY.GTK); 1686 1687 // gtk.EditableT 1688 1689 1690 // gtk.EditableT 1691 1692 Linker.link(gtk_editable_select_region, \"gtk_editable_select_region\", LIBRARY.GTK); 1693 Linker.link(gtk_editable_get_selection_bounds, \"gtk_editable_get_selection_bounds\", LIBRARY.GTK); 1694 Linker.link(gtk_editable_insert_text, \"gtk_editable_insert_text\", LIBRARY.GTK); 1695 Linker.link(gtk_editable_delete_text, \"gtk_editable_delete_text\", LIBRARY.GTK); 1696 Linker.link(gtk_editable_get_chars, \"gtk_editable_get_chars\", LIBRARY.GTK); 1697 Linker.link(gtk_editable_cut_clipboard, \"gtk_editable_cut_clipboard\", LIBRARY.GTK); 1698 Linker.link(gtk_editable_copy_clipboard, \"gtk_editable_copy_clipboard\", LIBRARY.GTK); 1699 Linker.link(gtk_editable_paste_clipboard, \"gtk_editable_paste_clipboard\", LIBRARY.GTK); 1700 Linker.link(gtk_editable_delete_selection, \"gtk_editable_delete_selection\", LIBRARY.GTK); 1701 Linker.link(gtk_editable_set_position, \"gtk_editable_set_position\", LIBRARY.GTK); 1702 Linker.link(gtk_editable_get_position, \"gtk_editable_get_position\", LIBRARY.GTK); 1703 Linker.link(gtk_editable_set_editable, \"gtk_editable_set_editable\", LIBRARY.GTK); 1704 Linker.link(gtk_editable_get_editable, \"gtk_editable_get_editable\", LIBRARY.GTK); 1705 1706 // gtk.TextIter 1707 1708 Linker.link(gtk_text_iter_get_buffer, \"gtk_text_iter_get_buffer\", LIBRARY.GTK); 1709 Linker.link(gtk_text_iter_copy, \"gtk_text_iter_copy\", LIBRARY.GTK); 1710 Linker.link(gtk_text_iter_assign, \"gtk_text_iter_assign\", LIBRARY.GTK); 1711 Linker.link(gtk_text_iter_free, \"gtk_text_iter_free\", LIBRARY.GTK); 1712 Linker.link(gtk_text_iter_get_offset, \"gtk_text_iter_get_offset\", LIBRARY.GTK); 1713 Linker.link(gtk_text_iter_get_line, \"gtk_text_iter_get_line\", LIBRARY.GTK); 1714 Linker.link(gtk_text_iter_get_line_offset, \"gtk_text_iter_get_line_offset\", LIBRARY.GTK); 1715 Linker.link(gtk_text_iter_get_line_index, \"gtk_text_iter_get_line_index\", LIBRARY.GTK); 1716 Linker.link(gtk_text_iter_get_visible_line_index, \"gtk_text_iter_get_visible_line_index\", LIBRARY.GTK); 1717 Linker.link(gtk_text_iter_get_visible_line_offset, \"gtk_text_iter_get_visible_line_offset\", LIBRARY.GTK); 1718 Linker.link(gtk_text_iter_get_char, \"gtk_text_iter_get_char\", LIBRARY.GTK); 1719 Linker.link(gtk_text_iter_get_slice, \"gtk_text_iter_get_slice\", LIBRARY.GTK); 1720 Linker.link(gtk_text_iter_get_text, \"gtk_text_iter_get_text\", LIBRARY.GTK); 1721 Linker.link(gtk_text_iter_get_visible_slice, \"gtk_text_iter_get_visible_slice\", LIBRARY.GTK); 1722 Linker.link(gtk_text_iter_get_visible_text, \"gtk_text_iter_get_visible_text\", LIBRARY.GTK); 1723 Linker.link(gtk_text_iter_get_pixbuf, \"gtk_text_iter_get_pixbuf\", LIBRARY.GTK); 1724 Linker.link(gtk_text_iter_get_marks, \"gtk_text_iter_get_marks\", LIBRARY.GTK); 1725 Linker.link(gtk_text_iter_get_toggled_tags, \"gtk_text_iter_get_toggled_tags\", LIBRARY.GTK); 1726 Linker.link(gtk_text_iter_get_child_anchor, \"gtk_text_iter_get_child_anchor\", LIBRARY.GTK); 1727 Linker.link(gtk_text_iter_begins_tag, \"gtk_text_iter_begins_tag\", LIBRARY.GTK); 1728 Linker.link(gtk_text_iter_ends_tag, \"gtk_text_iter_ends_tag\", LIBRARY.GTK); 1729 Linker.link(gtk_text_iter_toggles_tag, \"gtk_text_iter_toggles_tag\", LIBRARY.GTK); 1730 Linker.link(gtk_text_iter_has_tag, \"gtk_text_iter_has_tag\", LIBRARY.GTK); 1731 Linker.link(gtk_text_iter_get_tags, \"gtk_text_iter_get_tags\", LIBRARY.GTK); 1732 Linker.link(gtk_text_iter_editable, \"gtk_text_iter_editable\", LIBRARY.GTK); 1733 Linker.link(gtk_text_iter_can_insert, \"gtk_text_iter_can_insert\", LIBRARY.GTK); 1734 Linker.link(gtk_text_iter_starts_word, \"gtk_text_iter_starts_word\", LIBRARY.GTK); 1735 Linker.link(gtk_text_iter_ends_word, \"gtk_text_iter_ends_word\", LIBRARY.GTK); 1736 Linker.link(gtk_text_iter_inside_word, \"gtk_text_iter_inside_word\", LIBRARY.GTK); 1737 Linker.link(gtk_text_iter_starts_line, \"gtk_text_iter_starts_line\", LIBRARY.GTK); 1738 Linker.link(gtk_text_iter_ends_line, \"gtk_text_iter_ends_line\", LIBRARY.GTK); 1739 Linker.link(gtk_text_iter_starts_sentence, \"gtk_text_iter_starts_sentence\", LIBRARY.GTK); 1740 Linker.link(gtk_text_iter_ends_sentence, \"gtk_text_iter_ends_sentence\", LIBRARY.GTK); 1741 Linker.link(gtk_text_iter_inside_sentence, \"gtk_text_iter_inside_sentence\", LIBRARY.GTK); 1742 Linker.link(gtk_text_iter_is_cursor_position, \"gtk_text_iter_is_cursor_position\", LIBRARY.GTK); 1743 Linker.link(gtk_text_iter_get_chars_in_line, \"gtk_text_iter_get_chars_in_line\", LIBRARY.GTK); 1744 Linker.link(gtk_text_iter_get_bytes_in_line, \"gtk_text_iter_get_bytes_in_line\", LIBRARY.GTK); 1745 Linker.link(gtk_text_iter_get_attributes, \"gtk_text_iter_get_attributes\", LIBRARY.GTK); 1746 Linker.link(gtk_text_iter_get_language, \"gtk_text_iter_get_language\", LIBRARY.GTK); 1747 Linker.link(gtk_text_iter_is_end, \"gtk_text_iter_is_end\", LIBRARY.GTK); 1748 Linker.link(gtk_text_iter_is_start, \"gtk_text_iter_is_start\", LIBRARY.GTK); 1749 Linker.link(gtk_text_iter_forward_char, \"gtk_text_iter_forward_char\", LIBRARY.GTK); 1750 Linker.link(gtk_text_iter_backward_char, \"gtk_text_iter_backward_char\", LIBRARY.GTK); 1751 Linker.link(gtk_text_iter_forward_chars, \"gtk_text_iter_forward_chars\", LIBRARY.GTK); 1752 Linker.link(gtk_text_iter_backward_chars, \"gtk_text_iter_backward_chars\", LIBRARY.GTK); 1753 Linker.link(gtk_text_iter_forward_line, \"gtk_text_iter_forward_line\", LIBRARY.GTK); 1754 Linker.link(gtk_text_iter_backward_line, \"gtk_text_iter_backward_line\", LIBRARY.GTK); 1755 Linker.link(gtk_text_iter_forward_lines, \"gtk_text_iter_forward_lines\", LIBRARY.GTK); 1756 Linker.link(gtk_text_iter_backward_lines, \"gtk_text_iter_backward_lines\", LIBRARY.GTK); 1757 Linker.link(gtk_text_iter_forward_word_ends, \"gtk_text_iter_forward_word_ends\", LIBRARY.GTK); 1758 Linker.link(gtk_text_iter_backward_word_starts, \"gtk_text_iter_backward_word_starts\", LIBRARY.GTK); 1759 Linker.link(gtk_text_iter_forward_word_end, \"gtk_text_iter_forward_word_end\", LIBRARY.GTK); 1760 Linker.link(gtk_text_iter_backward_word_start, \"gtk_text_iter_backward_word_start\", LIBRARY.GTK); 1761 Linker.link(gtk_text_iter_forward_cursor_position, \"gtk_text_iter_forward_cursor_position\", LIBRARY.GTK); 1762 Linker.link(gtk_text_iter_backward_cursor_position, \"gtk_text_iter_backward_cursor_position\", LIBRARY.GTK); 1763 Linker.link(gtk_text_iter_forward_cursor_positions, \"gtk_text_iter_forward_cursor_positions\", LIBRARY.GTK); 1764 Linker.link(gtk_text_iter_backward_cursor_positions, \"gtk_text_iter_backward_cursor_positions\", LIBRARY.GTK); 1765 Linker.link(gtk_text_iter_backward_sentence_start, \"gtk_text_iter_backward_sentence_start\", LIBRARY.GTK); 1766 Linker.link(gtk_text_iter_backward_sentence_starts, \"gtk_text_iter_backward_sentence_starts\", LIBRARY.GTK); 1767 Linker.link(gtk_text_iter_forward_sentence_end, \"gtk_text_iter_forward_sentence_end\", LIBRARY.GTK); 1768 Linker.link(gtk_text_iter_forward_sentence_ends, \"gtk_text_iter_forward_sentence_ends\", LIBRARY.GTK); 1769 Linker.link(gtk_text_iter_forward_visible_word_ends, \"gtk_text_iter_forward_visible_word_ends\", LIBRARY.GTK); 1770 Linker.link(gtk_text_iter_backward_visible_word_starts, \"gtk_text_iter_backward_visible_word_starts\", LIBRARY.GTK); 1771 Linker.link(gtk_text_iter_forward_visible_word_end, \"gtk_text_iter_forward_visible_word_end\", LIBRARY.GTK); 1772 Linker.link(gtk_text_iter_backward_visible_word_start, \"gtk_text_iter_backward_visible_word_start\", LIBRARY.GTK); 1773 Linker.link(gtk_text_iter_forward_visible_cursor_position, \"gtk_text_iter_forward_visible_cursor_position\", LIBRARY.GTK); 1774 Linker.link(gtk_text_iter_backward_visible_cursor_position, \"gtk_text_iter_backward_visible_cursor_position\", LIBRARY.GTK); 1775 Linker.link(gtk_text_iter_forward_visible_cursor_positions, \"gtk_text_iter_forward_visible_cursor_positions\", LIBRARY.GTK); 1776 Linker.link(gtk_text_iter_backward_visible_cursor_positions, \"gtk_text_iter_backward_visible_cursor_positions\", LIBRARY.GTK); 1777 Linker.link(gtk_text_iter_forward_visible_line, \"gtk_text_iter_forward_visible_line\", LIBRARY.GTK); 1778 Linker.link(gtk_text_iter_backward_visible_line, \"gtk_text_iter_backward_visible_line\", LIBRARY.GTK); 1779 Linker.link(gtk_text_iter_forward_visible_lines, \"gtk_text_iter_forward_visible_lines\", LIBRARY.GTK); 1780 Linker.link(gtk_text_iter_backward_visible_lines, \"gtk_text_iter_backward_visible_lines\", LIBRARY.GTK); 1781 Linker.link(gtk_text_iter_set_offset, \"gtk_text_iter_set_offset\", LIBRARY.GTK); 1782 Linker.link(gtk_text_iter_set_line, \"gtk_text_iter_set_line\", LIBRARY.GTK); 1783 Linker.link(gtk_text_iter_set_line_offset, \"gtk_text_iter_set_line_offset\", LIBRARY.GTK); 1784 Linker.link(gtk_text_iter_set_line_index, \"gtk_text_iter_set_line_index\", LIBRARY.GTK); 1785 Linker.link(gtk_text_iter_set_visible_line_index, \"gtk_text_iter_set_visible_line_index\", LIBRARY.GTK); 1786 Linker.link(gtk_text_iter_set_visible_line_offset, \"gtk_text_iter_set_visible_line_offset\", LIBRARY.GTK); 1787 Linker.link(gtk_text_iter_forward_to_end, \"gtk_text_iter_forward_to_end\", LIBRARY.GTK); 1788 Linker.link(gtk_text_iter_forward_to_line_end, \"gtk_text_iter_forward_to_line_end\", LIBRARY.GTK); 1789 Linker.link(gtk_text_iter_forward_to_tag_toggle, \"gtk_text_iter_forward_to_tag_toggle\", LIBRARY.GTK); 1790 Linker.link(gtk_text_iter_backward_to_tag_toggle, \"gtk_text_iter_backward_to_tag_toggle\", LIBRARY.GTK); 1791 Linker.link(gtk_text_iter_forward_find_char, \"gtk_text_iter_forward_find_char\", LIBRARY.GTK); 1792 Linker.link(gtk_text_iter_backward_find_char, \"gtk_text_iter_backward_find_char\", LIBRARY.GTK); 1793 Linker.link(gtk_text_iter_forward_search, \"gtk_text_iter_forward_search\", LIBRARY.GTK); 1794 Linker.link(gtk_text_iter_backward_search, \"gtk_text_iter_backward_search\", LIBRARY.GTK); 1795 Linker.link(gtk_text_iter_equal, \"gtk_text_iter_equal\", LIBRARY.GTK); 1796 Linker.link(gtk_text_iter_compare, \"gtk_text_iter_compare\", LIBRARY.GTK); 1797 Linker.link(gtk_text_iter_in_range, \"gtk_text_iter_in_range\", LIBRARY.GTK); 1798 Linker.link(gtk_text_iter_order, \"gtk_text_iter_order\", LIBRARY.GTK); 1799 1800 // gtk.TextMark 1801 1802 Linker.link(gtk_text_mark_new, \"gtk_text_mark_new\", LIBRARY.GTK); 1803 Linker.link(gtk_text_mark_set_visible, \"gtk_text_mark_set_visible\", LIBRARY.GTK); 1804 Linker.link(gtk_text_mark_get_visible, \"gtk_text_mark_get_visible\", LIBRARY.GTK); 1805 Linker.link(gtk_text_mark_get_deleted, \"gtk_text_mark_get_deleted\", LIBRARY.GTK); 1806 Linker.link(gtk_text_mark_get_name, \"gtk_text_mark_get_name\", LIBRARY.GTK); 1807 Linker.link(gtk_text_mark_get_buffer, \"gtk_text_mark_get_buffer\", LIBRARY.GTK); 1808 Linker.link(gtk_text_mark_get_left_gravity, \"gtk_text_mark_get_left_gravity\", LIBRARY.GTK); 1809 1810 // gtk.TextBuffer 1811 1812 Linker.link(gtk_text_buffer_new, \"gtk_text_buffer_new\", LIBRARY.GTK); 1813 Linker.link(gtk_text_buffer_get_line_count, \"gtk_text_buffer_get_line_count\", LIBRARY.GTK); 1814 Linker.link(gtk_text_buffer_get_char_count, \"gtk_text_buffer_get_char_count\", LIBRARY.GTK); 1815 Linker.link(gtk_text_buffer_get_tag_table, \"gtk_text_buffer_get_tag_table\", LIBRARY.GTK); 1816 Linker.link(gtk_text_buffer_insert, \"gtk_text_buffer_insert\", LIBRARY.GTK); 1817 Linker.link(gtk_text_buffer_insert_at_cursor, \"gtk_text_buffer_insert_at_cursor\", LIBRARY.GTK); 1818 Linker.link(gtk_text_buffer_insert_interactive, \"gtk_text_buffer_insert_interactive\", LIBRARY.GTK); 1819 Linker.link(gtk_text_buffer_insert_interactive_at_cursor, \"gtk_text_buffer_insert_interactive_at_cursor\", LIBRARY.GTK); 1820 Linker.link(gtk_text_buffer_insert_range, \"gtk_text_buffer_insert_range\", LIBRARY.GTK); 1821 Linker.link(gtk_text_buffer_insert_range_interactive, \"gtk_text_buffer_insert_range_interactive\", LIBRARY.GTK); 1822 Linker.link(gtk_text_buffer_insert_with_tags, \"gtk_text_buffer_insert_with_tags\", LIBRARY.GTK); 1823 Linker.link(gtk_text_buffer_insert_with_tags_by_name, \"gtk_text_buffer_insert_with_tags_by_name\", LIBRARY.GTK); 1824 Linker.link(gtk_text_buffer_delete, \"gtk_text_buffer_delete\", LIBRARY.GTK); 1825 Linker.link(gtk_text_buffer_delete_interactive, \"gtk_text_buffer_delete_interactive\", LIBRARY.GTK); 1826 Linker.link(gtk_text_buffer_backspace, \"gtk_text_buffer_backspace\", LIBRARY.GTK); 1827 Linker.link(gtk_text_buffer_set_text, \"gtk_text_buffer_set_text\", LIBRARY.GTK); 1828 Linker.link(gtk_text_buffer_get_text, \"gtk_text_buffer_get_text\", LIBRARY.GTK); 1829 Linker.link(gtk_text_buffer_get_slice, \"gtk_text_buffer_get_slice\", LIBRARY.GTK); 1830 Linker.link(gtk_text_buffer_insert_pixbuf, \"gtk_text_buffer_insert_pixbuf\", LIBRARY.GTK); 1831 Linker.link(gtk_text_buffer_insert_child_anchor, \"gtk_text_buffer_insert_child_anchor\", LIBRARY.GTK); 1832 Linker.link(gtk_text_buffer_create_child_anchor, \"gtk_text_buffer_create_child_anchor\", LIBRARY.GTK); 1833 Linker.link(gtk_text_buffer_create_mark, \"gtk_text_buffer_create_mark\", LIBRARY.GTK); 1834 Linker.link(gtk_text_buffer_move_mark, \"gtk_text_buffer_move_mark\", LIBRARY.GTK); 1835 Linker.link(gtk_text_buffer_move_mark_by_name, \"gtk_text_buffer_move_mark_by_name\", LIBRARY.GTK); 1836 Linker.link(gtk_text_buffer_add_mark, \"gtk_text_buffer_add_mark\", LIBRARY.GTK); 1837 Linker.link(gtk_text_buffer_delete_mark, \"gtk_text_buffer_delete_mark\", LIBRARY.GTK); 1838 Linker.link(gtk_text_buffer_delete_mark_by_name, \"gtk_text_buffer_delete_mark_by_name\", LIBRARY.GTK); 1839 Linker.link(gtk_text_buffer_get_mark, \"gtk_text_buffer_get_mark\", LIBRARY.GTK); 1840 Linker.link(gtk_text_buffer_get_insert, \"gtk_text_buffer_get_insert\", LIBRARY.GTK); 1841 Linker.link(gtk_text_buffer_get_selection_bound, \"gtk_text_buffer_get_selection_bound\", LIBRARY.GTK); 1842 Linker.link(gtk_text_buffer_get_has_selection, \"gtk_text_buffer_get_has_selection\", LIBRARY.GTK); 1843 Linker.link(gtk_text_buffer_place_cursor, \"gtk_text_buffer_place_cursor\", LIBRARY.GTK); 1844 Linker.link(gtk_text_buffer_select_range, \"gtk_text_buffer_select_range\", LIBRARY.GTK); 1845 Linker.link(gtk_text_buffer_apply_tag, \"gtk_text_buffer_apply_tag\", LIBRARY.GTK); 1846 Linker.link(gtk_text_buffer_remove_tag, \"gtk_text_buffer_remove_tag\", LIBRARY.GTK); 1847 Linker.link(gtk_text_buffer_apply_tag_by_name, \"gtk_text_buffer_apply_tag_by_name\", LIBRARY.GTK); 1848 Linker.link(gtk_text_buffer_remove_tag_by_name, \"gtk_text_buffer_remove_tag_by_name\", LIBRARY.GTK); 1849 Linker.link(gtk_text_buffer_remove_all_tags, \"gtk_text_buffer_remove_all_tags\", LIBRARY.GTK); 1850 Linker.link(gtk_text_buffer_create_tag, \"gtk_text_buffer_create_tag\", LIBRARY.GTK); 1851 Linker.link(gtk_text_buffer_get_iter_at_line_offset, \"gtk_text_buffer_get_iter_at_line_offset\", LIBRARY.GTK); 1852 Linker.link(gtk_text_buffer_get_iter_at_offset, \"gtk_text_buffer_get_iter_at_offset\", LIBRARY.GTK); 1853 Linker.link(gtk_text_buffer_get_iter_at_line, \"gtk_text_buffer_get_iter_at_line\", LIBRARY.GTK); 1854 Linker.link(gtk_text_buffer_get_iter_at_line_index, \"gtk_text_buffer_get_iter_at_line_index\", LIBRARY.GTK); 1855 Linker.link(gtk_text_buffer_get_iter_at_mark, \"gtk_text_buffer_get_iter_at_mark\", LIBRARY.GTK); 1856 Linker.link(gtk_text_buffer_get_iter_at_child_anchor, \"gtk_text_buffer_get_iter_at_child_anchor\", LIBRARY.GTK); 1857 Linker.link(gtk_text_buffer_get_start_iter, \"gtk_text_buffer_get_start_iter\", LIBRARY.GTK); 1858 Linker.link(gtk_text_buffer_get_end_iter, \"gtk_text_buffer_get_end_iter\", LIBRARY.GTK); 1859 Linker.link(gtk_text_buffer_get_bounds, \"gtk_text_buffer_get_bounds\", LIBRARY.GTK); 1860 Linker.link(gtk_text_buffer_get_modified, \"gtk_text_buffer_get_modified\", LIBRARY.GTK); 1861 Linker.link(gtk_text_buffer_set_modified, \"gtk_text_buffer_set_modified\", LIBRARY.GTK); 1862 Linker.link(gtk_text_buffer_delete_selection, \"gtk_text_buffer_delete_selection\", LIBRARY.GTK); 1863 Linker.link(gtk_text_buffer_paste_clipboard, \"gtk_text_buffer_paste_clipboard\", LIBRARY.GTK); 1864 Linker.link(gtk_text_buffer_copy_clipboard, \"gtk_text_buffer_copy_clipboard\", LIBRARY.GTK); 1865 Linker.link(gtk_text_buffer_cut_clipboard, \"gtk_text_buffer_cut_clipboard\", LIBRARY.GTK); 1866 Linker.link(gtk_text_buffer_get_selection_bounds, \"gtk_text_buffer_get_selection_bounds\", LIBRARY.GTK); 1867 Linker.link(gtk_text_buffer_begin_user_action, \"gtk_text_buffer_begin_user_action\", LIBRARY.GTK); 1868 Linker.link(gtk_text_buffer_end_user_action, \"gtk_text_buffer_end_user_action\", LIBRARY.GTK); 1869 Linker.link(gtk_text_buffer_add_selection_clipboard, \"gtk_text_buffer_add_selection_clipboard\", LIBRARY.GTK); 1870 Linker.link(gtk_text_buffer_remove_selection_clipboard, \"gtk_text_buffer_remove_selection_clipboard\", LIBRARY.GTK); 1871 Linker.link(gtk_text_buffer_deserialize, \"gtk_text_buffer_deserialize\", LIBRARY.GTK); 1872 Linker.link(gtk_text_buffer_deserialize_get_can_create_tags, \"gtk_text_buffer_deserialize_get_can_create_tags\", LIBRARY.GTK); 1873 Linker.link(gtk_text_buffer_deserialize_set_can_create_tags, \"gtk_text_buffer_deserialize_set_can_create_tags\", LIBRARY.GTK); 1874 Linker.link(gtk_text_buffer_get_copy_target_list, \"gtk_text_buffer_get_copy_target_list\", LIBRARY.GTK); 1875 Linker.link(gtk_text_buffer_get_deserialize_formats, \"gtk_text_buffer_get_deserialize_formats\", LIBRARY.GTK); 1876 Linker.link(gtk_text_buffer_get_paste_target_list, \"gtk_text_buffer_get_paste_target_list\", LIBRARY.GTK); 1877 Linker.link(gtk_text_buffer_get_serialize_formats, \"gtk_text_buffer_get_serialize_formats\", LIBRARY.GTK); 1878 Linker.link(gtk_text_buffer_register_deserialize_format, \"gtk_text_buffer_register_deserialize_format\", LIBRARY.GTK); 1879 Linker.link(gtk_text_buffer_register_deserialize_tagset, \"gtk_text_buffer_register_deserialize_tagset\", LIBRARY.GTK); 1880 Linker.link(gtk_text_buffer_register_serialize_format, \"gtk_text_buffer_register_serialize_format\", LIBRARY.GTK); 1881 Linker.link(gtk_text_buffer_register_serialize_tagset, \"gtk_text_buffer_register_serialize_tagset\", LIBRARY.GTK); 1882 Linker.link(gtk_text_buffer_serialize, \"gtk_text_buffer_serialize\", LIBRARY.GTK); 1883 Linker.link(gtk_text_buffer_unregister_deserialize_format, \"gtk_text_buffer_unregister_deserialize_format\", LIBRARY.GTK); 1884 Linker.link(gtk_text_buffer_unregister_serialize_format, \"gtk_text_buffer_unregister_serialize_format\", LIBRARY.GTK); 1885 1886 // gtk.TextTag 1887 1888 Linker.link(gtk_text_tag_new, \"gtk_text_tag_new\", LIBRARY.GTK); 1889 Linker.link(gtk_text_tag_get_priority, \"gtk_text_tag_get_priority\", LIBRARY.GTK); 1890 Linker.link(gtk_text_tag_set_priority, \"gtk_text_tag_set_priority\", LIBRARY.GTK); 1891 Linker.link(gtk_text_tag_event, \"gtk_text_tag_event\", LIBRARY.GTK); 1892 1893 // gtk.TextAttributes 1894 1895 Linker.link(gtk_text_attributes_new, \"gtk_text_attributes_new\", LIBRARY.GTK); 1896 Linker.link(gtk_text_attributes_copy, \"gtk_text_attributes_copy\", LIBRARY.GTK); 1897 Linker.link(gtk_text_attributes_copy_values, \"gtk_text_attributes_copy_values\", LIBRARY.GTK); 1898 Linker.link(gtk_text_attributes_unref, \"gtk_text_attributes_unref\", LIBRARY.GTK); 1899 Linker.link(gtk_text_attributes_ref, \"gtk_text_attributes_ref\", LIBRARY.GTK); 1900 1901 // gtk.TextTagTable 1902 1903 Linker.link(gtk_text_tag_table_new, \"gtk_text_tag_table_new\", LIBRARY.GTK); 1904 Linker.link(gtk_text_tag_table_add, \"gtk_text_tag_table_add\", LIBRARY.GTK); 1905 Linker.link(gtk_text_tag_table_remove, \"gtk_text_tag_table_remove\", LIBRARY.GTK); 1906 Linker.link(gtk_text_tag_table_lookup, \"gtk_text_tag_table_lookup\", LIBRARY.GTK); 1907 Linker.link(gtk_text_tag_table_foreach, \"gtk_text_tag_table_foreach\", LIBRARY.GTK); 1908 Linker.link(gtk_text_tag_table_get_size, \"gtk_text_tag_table_get_size\", LIBRARY.GTK); 1909 1910 // gtk.TextView 1911 1912 Linker.link(gtk_text_view_new, \"gtk_text_view_new\", LIBRARY.GTK); 1913 Linker.link(gtk_text_view_new_with_buffer, \"gtk_text_view_new_with_buffer\", LIBRARY.GTK); 1914 Linker.link(gtk_text_view_set_buffer, \"gtk_text_view_set_buffer\", LIBRARY.GTK); 1915 Linker.link(gtk_text_view_get_buffer, \"gtk_text_view_get_buffer\", LIBRARY.GTK); 1916 Linker.link(gtk_text_view_get_hadjustment, \"gtk_text_view_get_hadjustment\", LIBRARY.GTK); 1917 Linker.link(gtk_text_view_get_vadjustment, \"gtk_text_view_get_vadjustment\", LIBRARY.GTK); 1918 Linker.link(gtk_text_view_scroll_to_mark, \"gtk_text_view_scroll_to_mark\", LIBRARY.GTK); 1919 Linker.link(gtk_text_view_scroll_to_iter, \"gtk_text_view_scroll_to_iter\", LIBRARY.GTK); 1920 Linker.link(gtk_text_view_scroll_mark_onscreen, \"gtk_text_view_scroll_mark_onscreen\", LIBRARY.GTK); 1921 Linker.link(gtk_text_view_move_mark_onscreen, \"gtk_text_view_move_mark_onscreen\", LIBRARY.GTK); 1922 Linker.link(gtk_text_view_place_cursor_onscreen, \"gtk_text_view_place_cursor_onscreen\", LIBRARY.GTK); 1923 Linker.link(gtk_text_view_get_visible_rect, \"gtk_text_view_get_visible_rect\", LIBRARY.GTK); 1924 Linker.link(gtk_text_view_get_iter_location, \"gtk_text_view_get_iter_location\", LIBRARY.GTK); 1925 Linker.link(gtk_text_view_get_cursor_locations, \"gtk_text_view_get_cursor_locations\", LIBRARY.GTK); 1926 Linker.link(gtk_text_view_get_line_at_y, \"gtk_text_view_get_line_at_y\", LIBRARY.GTK); 1927 Linker.link(gtk_text_view_get_line_yrange, \"gtk_text_view_get_line_yrange\", LIBRARY.GTK); 1928 Linker.link(gtk_text_view_get_iter_at_location, \"gtk_text_view_get_iter_at_location\", LIBRARY.GTK); 1929 Linker.link(gtk_text_view_get_iter_at_position, \"gtk_text_view_get_iter_at_position\", LIBRARY.GTK); 1930 Linker.link(gtk_text_view_buffer_to_window_coords, \"gtk_text_view_buffer_to_window_coords\", LIBRARY.GTK); 1931 Linker.link(gtk_text_view_window_to_buffer_coords, \"gtk_text_view_window_to_buffer_coords\", LIBRARY.GTK); 1932 Linker.link(gtk_text_view_get_window, \"gtk_text_view_get_window\", LIBRARY.GTK); 1933 Linker.link(gtk_text_view_get_window_type, \"gtk_text_view_get_window_type\", LIBRARY.GTK); 1934 Linker.link(gtk_text_view_set_border_window_size, \"gtk_text_view_set_border_window_size\", LIBRARY.GTK); 1935 Linker.link(gtk_text_view_get_border_window_size, \"gtk_text_view_get_border_window_size\", LIBRARY.GTK); 1936 Linker.link(gtk_text_view_forward_display_line, \"gtk_text_view_forward_display_line\", LIBRARY.GTK); 1937 Linker.link(gtk_text_view_backward_display_line, \"gtk_text_view_backward_display_line\", LIBRARY.GTK); 1938 Linker.link(gtk_text_view_forward_display_line_end, \"gtk_text_view_forward_display_line_end\", LIBRARY.GTK); 1939 Linker.link(gtk_text_view_backward_display_line_start, \"gtk_text_view_backward_display_line_start\", LIBRARY.GTK); 1940 Linker.link(gtk_text_view_starts_display_line, \"gtk_text_view_starts_display_line\", LIBRARY.GTK); 1941 Linker.link(gtk_text_view_move_visually, \"gtk_text_view_move_visually\", LIBRARY.GTK); 1942 Linker.link(gtk_text_view_add_child_at_anchor, \"gtk_text_view_add_child_at_anchor\", LIBRARY.GTK); 1943 Linker.link(gtk_text_view_add_child_in_window, \"gtk_text_view_add_child_in_window\", LIBRARY.GTK); 1944 Linker.link(gtk_text_view_move_child, \"gtk_text_view_move_child\", LIBRARY.GTK); 1945 Linker.link(gtk_text_view_set_wrap_mode, \"gtk_text_view_set_wrap_mode\", LIBRARY.GTK); 1946 Linker.link(gtk_text_view_get_wrap_mode, \"gtk_text_view_get_wrap_mode\", LIBRARY.GTK); 1947 Linker.link(gtk_text_view_set_editable, \"gtk_text_view_set_editable\", LIBRARY.GTK); 1948 Linker.link(gtk_text_view_get_editable, \"gtk_text_view_get_editable\", LIBRARY.GTK); 1949 Linker.link(gtk_text_view_set_cursor_visible, \"gtk_text_view_set_cursor_visible\", LIBRARY.GTK); 1950 Linker.link(gtk_text_view_get_cursor_visible, \"gtk_text_view_get_cursor_visible\", LIBRARY.GTK); 1951 Linker.link(gtk_text_view_set_overwrite, \"gtk_text_view_set_overwrite\", LIBRARY.GTK); 1952 Linker.link(gtk_text_view_get_overwrite, \"gtk_text_view_get_overwrite\", LIBRARY.GTK); 1953 Linker.link(gtk_text_view_set_pixels_above_lines, \"gtk_text_view_set_pixels_above_lines\", LIBRARY.GTK); 1954 Linker.link(gtk_text_view_get_pixels_above_lines, \"gtk_text_view_get_pixels_above_lines\", LIBRARY.GTK); 1955 Linker.link(gtk_text_view_set_pixels_below_lines, \"gtk_text_view_set_pixels_below_lines\", LIBRARY.GTK); 1956 Linker.link(gtk_text_view_get_pixels_below_lines, \"gtk_text_view_get_pixels_below_lines\", LIBRARY.GTK); 1957 Linker.link(gtk_text_view_set_pixels_inside_wrap, \"gtk_text_view_set_pixels_inside_wrap\", LIBRARY.GTK); 1958 Linker.link(gtk_text_view_get_pixels_inside_wrap, \"gtk_text_view_get_pixels_inside_wrap\", LIBRARY.GTK); 1959 Linker.link(gtk_text_view_set_justification, \"gtk_text_view_set_justification\", LIBRARY.GTK); 1960 Linker.link(gtk_text_view_get_justification, \"gtk_text_view_get_justification\", LIBRARY.GTK); 1961 Linker.link(gtk_text_view_set_left_margin, \"gtk_text_view_set_left_margin\", LIBRARY.GTK); 1962 Linker.link(gtk_text_view_get_left_margin, \"gtk_text_view_get_left_margin\", LIBRARY.GTK); 1963 Linker.link(gtk_text_view_set_right_margin, \"gtk_text_view_set_right_margin\", LIBRARY.GTK); 1964 Linker.link(gtk_text_view_get_right_margin, \"gtk_text_view_get_right_margin\", LIBRARY.GTK); 1965 Linker.link(gtk_text_view_set_indent, \"gtk_text_view_set_indent\", LIBRARY.GTK); 1966 Linker.link(gtk_text_view_get_indent, \"gtk_text_view_get_indent\", LIBRARY.GTK); 1967 Linker.link(gtk_text_view_set_tabs, \"gtk_text_view_set_tabs\", LIBRARY.GTK); 1968 Linker.link(gtk_text_view_get_tabs, \"gtk_text_view_get_tabs\", LIBRARY.GTK); 1969 Linker.link(gtk_text_view_set_accepts_tab, \"gtk_text_view_set_accepts_tab\", LIBRARY.GTK); 1970 Linker.link(gtk_text_view_get_accepts_tab, \"gtk_text_view_get_accepts_tab\", LIBRARY.GTK); 1971 Linker.link(gtk_text_view_get_default_attributes, \"gtk_text_view_get_default_attributes\", LIBRARY.GTK); 1972 Linker.link(gtk_text_view_im_context_filter_keypress, \"gtk_text_view_im_context_filter_keypress\", LIBRARY.GTK); 1973 Linker.link(gtk_text_view_reset_im_context, \"gtk_text_view_reset_im_context\", LIBRARY.GTK); 1974 Linker.link(gtk_text_view_set_input_purpose, \"gtk_text_view_set_input_purpose\", LIBRARY.GTK); 1975 Linker.link(gtk_text_view_get_input_purpose, \"gtk_text_view_get_input_purpose\", LIBRARY.GTK); 1976 Linker.link(gtk_text_view_set_input_hints, \"gtk_text_view_set_input_hints\", LIBRARY.GTK); 1977 Linker.link(gtk_text_view_get_input_hints, \"gtk_text_view_get_input_hints\", LIBRARY.GTK); 1978 1979 // gtk.TextChildAnchor 1980 1981 Linker.link(gtk_text_child_anchor_new, \"gtk_text_child_anchor_new\", LIBRARY.GTK); 1982 Linker.link(gtk_text_child_anchor_get_widgets, \"gtk_text_child_anchor_get_widgets\", LIBRARY.GTK); 1983 Linker.link(gtk_text_child_anchor_get_deleted, \"gtk_text_child_anchor_get_deleted\", LIBRARY.GTK); 1984 1985 // gtk.TreePath 1986 1987 Linker.link(gtk_tree_path_new, \"gtk_tree_path_new\", LIBRARY.GTK); 1988 Linker.link(gtk_tree_path_new_from_string, \"gtk_tree_path_new_from_string\", LIBRARY.GTK); 1989 Linker.link(gtk_tree_path_new_from_indices, \"gtk_tree_path_new_from_indices\", LIBRARY.GTK); 1990 Linker.link(gtk_tree_path_to_string, \"gtk_tree_path_to_string\", LIBRARY.GTK); 1991 Linker.link(gtk_tree_path_new_first, \"gtk_tree_path_new_first\", LIBRARY.GTK); 1992 Linker.link(gtk_tree_path_append_index, \"gtk_tree_path_append_index\", LIBRARY.GTK); 1993 Linker.link(gtk_tree_path_prepend_index, \"gtk_tree_path_prepend_index\", LIBRARY.GTK); 1994 Linker.link(gtk_tree_path_get_depth, \"gtk_tree_path_get_depth\", LIBRARY.GTK); 1995 Linker.link(gtk_tree_path_get_indices, \"gtk_tree_path_get_indices\", LIBRARY.GTK); 1996 Linker.link(gtk_tree_path_get_indices_with_depth, \"gtk_tree_path_get_indices_with_depth\", LIBRARY.GTK); 1997 Linker.link(gtk_tree_path_free, \"gtk_tree_path_free\", LIBRARY.GTK); 1998 Linker.link(gtk_tree_path_copy, \"gtk_tree_path_copy\", LIBRARY.GTK); 1999 Linker.link(gtk_tree_path_compare, \"gtk_tree_path_compare\", LIBRARY.GTK); 2000 Linker.link(gtk_tree_path_next, \"gtk_tree_path_next\", LIBRARY.GTK); 2001 Linker.link(gtk_tree_path_prev, \"gtk_tree_path_prev\", LIBRARY.GTK); 2002 Linker.link(gtk_tree_path_up, \"gtk_tree_path_up\", LIBRARY.GTK); 2003 Linker.link(gtk_tree_path_down, \"gtk_tree_path_down\", LIBRARY.GTK); 2004 Linker.link(gtk_tree_path_is_ancestor, \"gtk_tree_path_is_ancestor\", LIBRARY.GTK); 2005 Linker.link(gtk_tree_path_is_descendant, \"gtk_tree_path_is_descendant\", LIBRARY.GTK); 2006 2007 // gtk.TreeModelT 2008 2009 2010 // gtk.TreeModelT 2011 2012 Linker.link(gtk_tree_model_get_flags, \"gtk_tree_model_get_flags\", LIBRARY.GTK); 2013 Linker.link(gtk_tree_model_get_n_columns, \"gtk_tree_model_get_n_columns\", LIBRARY.GTK); 2014 Linker.link(gtk_tree_model_get_column_type, \"gtk_tree_model_get_column_type\", LIBRARY.GTK); 2015 Linker.link(gtk_tree_model_get_iter, \"gtk_tree_model_get_iter\", LIBRARY.GTK); 2016 Linker.link(gtk_tree_model_get_iter_from_string, \"gtk_tree_model_get_iter_from_string\", LIBRARY.GTK); 2017 Linker.link(gtk_tree_model_get_iter_first, \"gtk_tree_model_get_iter_first\", LIBRARY.GTK); 2018 Linker.link(gtk_tree_model_get_path, \"gtk_tree_model_get_path\", LIBRARY.GTK); 2019 Linker.link(gtk_tree_model_get_value, \"gtk_tree_model_get_value\", LIBRARY.GTK); 2020 Linker.link(gtk_tree_model_iter_next, \"gtk_tree_model_iter_next\", LIBRARY.GTK); 2021 Linker.link(gtk_tree_model_iter_previous, \"gtk_tree_model_iter_previous\", LIBRARY.GTK); 2022 Linker.link(gtk_tree_model_iter_children, \"gtk_tree_model_iter_children\", LIBRARY.GTK); 2023 Linker.link(gtk_tree_model_iter_has_child, \"gtk_tree_model_iter_has_child\", LIBRARY.GTK); 2024 Linker.link(gtk_tree_model_iter_n_children, \"gtk_tree_model_iter_n_children\", LIBRARY.GTK); 2025 Linker.link(gtk_tree_model_iter_nth_child, \"gtk_tree_model_iter_nth_child\", LIBRARY.GTK); 2026 Linker.link(gtk_tree_model_iter_parent, \"gtk_tree_model_iter_parent\", LIBRARY.GTK); 2027 Linker.link(gtk_tree_model_get_string_from_iter, \"gtk_tree_model_get_string_from_iter\", LIBRARY.GTK); 2028 Linker.link(gtk_tree_model_ref_node, \"gtk_tree_model_ref_node\", LIBRARY.GTK); 2029 Linker.link(gtk_tree_model_unref_node, \"gtk_tree_model_unref_node\", LIBRARY.GTK); 2030 Linker.link(gtk_tree_model_get, \"gtk_tree_model_get\", LIBRARY.GTK); 2031 Linker.link(gtk_tree_model_get_valist, \"gtk_tree_model_get_valist\", LIBRARY.GTK); 2032 Linker.link(gtk_tree_model_foreach, \"gtk_tree_model_foreach\", LIBRARY.GTK); 2033 Linker.link(gtk_tree_model_row_changed, \"gtk_tree_model_row_changed\", LIBRARY.GTK); 2034 Linker.link(gtk_tree_model_row_inserted, \"gtk_tree_model_row_inserted\", LIBRARY.GTK); 2035 Linker.link(gtk_tree_model_row_has_child_toggled, \"gtk_tree_model_row_has_child_toggled\", LIBRARY.GTK); 2036 Linker.link(gtk_tree_model_row_deleted, \"gtk_tree_model_row_deleted\", LIBRARY.GTK); 2037 Linker.link(gtk_tree_model_rows_reordered, \"gtk_tree_model_rows_reordered\", LIBRARY.GTK); 2038 2039 // gtk.TreeIter 2040 2041 Linker.link(gtk_tree_iter_copy, \"gtk_tree_iter_copy\", LIBRARY.GTK); 2042 Linker.link(gtk_tree_iter_free, \"gtk_tree_iter_free\", LIBRARY.GTK); 2043 2044 // gtk.TreeRowReference 2045 2046 Linker.link(gtk_tree_row_reference_new, \"gtk_tree_row_reference_new\", LIBRARY.GTK); 2047 Linker.link(gtk_tree_row_reference_new_proxy, \"gtk_tree_row_reference_new_proxy\", LIBRARY.GTK); 2048 Linker.link(gtk_tree_row_reference_get_model, \"gtk_tree_row_reference_get_model\", LIBRARY.GTK); 2049 Linker.link(gtk_tree_row_reference_get_path, \"gtk_tree_row_reference_get_path\", LIBRARY.GTK); 2050 Linker.link(gtk_tree_row_reference_valid, \"gtk_tree_row_reference_valid\", LIBRARY.GTK); 2051 Linker.link(gtk_tree_row_reference_free, \"gtk_tree_row_reference_free\", LIBRARY.GTK); 2052 Linker.link(gtk_tree_row_reference_copy, \"gtk_tree_row_reference_copy\", LIBRARY.GTK); 2053 Linker.link(gtk_tree_row_reference_inserted, \"gtk_tree_row_reference_inserted\", LIBRARY.GTK); 2054 Linker.link(gtk_tree_row_reference_deleted, \"gtk_tree_row_reference_deleted\", LIBRARY.GTK); 2055 Linker.link(gtk_tree_row_reference_reordered, \"gtk_tree_row_reference_reordered\", LIBRARY.GTK); 2056 2057 // gtk.TreeIterError 2058 2059 2060 // gtk. 2061 2062 2063 // gtk.TreeSelection 2064 2065 Linker.link(gtk_tree_selection_set_mode, \"gtk_tree_selection_set_mode\", LIBRARY.GTK); 2066 Linker.link(gtk_tree_selection_get_mode, \"gtk_tree_selection_get_mode\", LIBRARY.GTK); 2067 Linker.link(gtk_tree_selection_set_select_function, \"gtk_tree_selection_set_select_function\", LIBRARY.GTK); 2068 Linker.link(gtk_tree_selection_get_select_function, \"gtk_tree_selection_get_select_function\", LIBRARY.GTK); 2069 Linker.link(gtk_tree_selection_get_user_data, \"gtk_tree_selection_get_user_data\", LIBRARY.GTK); 2070 Linker.link(gtk_tree_selection_get_tree_view, \"gtk_tree_selection_get_tree_view\", LIBRARY.GTK); 2071 Linker.link(gtk_tree_selection_get_selected, \"gtk_tree_selection_get_selected\", LIBRARY.GTK); 2072 Linker.link(gtk_tree_selection_selected_foreach, \"gtk_tree_selection_selected_foreach\", LIBRARY.GTK); 2073 Linker.link(gtk_tree_selection_get_selected_rows, \"gtk_tree_selection_get_selected_rows\", LIBRARY.GTK); 2074 Linker.link(gtk_tree_selection_count_selected_rows, \"gtk_tree_selection_count_selected_rows\", LIBRARY.GTK); 2075 Linker.link(gtk_tree_selection_select_path, \"gtk_tree_selection_select_path\", LIBRARY.GTK); 2076 Linker.link(gtk_tree_selection_unselect_path, \"gtk_tree_selection_unselect_path\", LIBRARY.GTK); 2077 Linker.link(gtk_tree_selection_path_is_selected, \"gtk_tree_selection_path_is_selected\", LIBRARY.GTK); 2078 Linker.link(gtk_tree_selection_select_iter, \"gtk_tree_selection_select_iter\", LIBRARY.GTK); 2079 Linker.link(gtk_tree_selection_unselect_iter, \"gtk_tree_selection_unselect_iter\", LIBRARY.GTK); 2080 Linker.link(gtk_tree_selection_iter_is_selected, \"gtk_tree_selection_iter_is_selected\", LIBRARY.GTK); 2081 Linker.link(gtk_tree_selection_select_all, \"gtk_tree_selection_select_all\", LIBRARY.GTK); 2082 Linker.link(gtk_tree_selection_unselect_all, \"gtk_tree_selection_unselect_all\", LIBRARY.GTK); 2083 Linker.link(gtk_tree_selection_select_range, \"gtk_tree_selection_select_range\", LIBRARY.GTK); 2084 Linker.link(gtk_tree_selection_unselect_range, \"gtk_tree_selection_unselect_range\", LIBRARY.GTK); 2085 2086 // gtk.TreeViewColumn 2087 2088 Linker.link(gtk_tree_view_column_new, \"gtk_tree_view_column_new\", LIBRARY.GTK); 2089 Linker.link(gtk_tree_view_column_new_with_area, \"gtk_tree_view_column_new_with_area\", LIBRARY.GTK); 2090 Linker.link(gtk_tree_view_column_new_with_attributes, \"gtk_tree_view_column_new_with_attributes\", LIBRARY.GTK); 2091 Linker.link(gtk_tree_view_column_pack_start, \"gtk_tree_view_column_pack_start\", LIBRARY.GTK); 2092 Linker.link(gtk_tree_view_column_pack_end, \"gtk_tree_view_column_pack_end\", LIBRARY.GTK); 2093 Linker.link(gtk_tree_view_column_clear, \"gtk_tree_view_column_clear\", LIBRARY.GTK); 2094 Linker.link(gtk_tree_view_column_add_attribute, \"gtk_tree_view_column_add_attribute\", LIBRARY.GTK); 2095 Linker.link(gtk_tree_view_column_set_attributes, \"gtk_tree_view_column_set_attributes\", LIBRARY.GTK); 2096 Linker.link(gtk_tree_view_column_set_cell_data_func, \"gtk_tree_view_column_set_cell_data_func\", LIBRARY.GTK); 2097 Linker.link(gtk_tree_view_column_clear_attributes, \"gtk_tree_view_column_clear_attributes\", LIBRARY.GTK); 2098 Linker.link(gtk_tree_view_column_set_spacing, \"gtk_tree_view_column_set_spacing\", LIBRARY.GTK); 2099 Linker.link(gtk_tree_view_column_get_spacing, \"gtk_tree_view_column_get_spacing\", LIBRARY.GTK); 2100 Linker.link(gtk_tree_view_column_set_visible, \"gtk_tree_view_column_set_visible\", LIBRARY.GTK); 2101 Linker.link(gtk_tree_view_column_get_visible, \"gtk_tree_view_column_get_visible\", LIBRARY.GTK); 2102 Linker.link(gtk_tree_view_column_set_resizable, \"gtk_tree_view_column_set_resizable\", LIBRARY.GTK); 2103 Linker.link(gtk_tree_view_column_get_resizable, \"gtk_tree_view_column_get_resizable\", LIBRARY.GTK); 2104 Linker.link(gtk_tree_view_column_set_sizing, \"gtk_tree_view_column_set_sizing\", LIBRARY.GTK); 2105 Linker.link(gtk_tree_view_column_get_sizing, \"gtk_tree_view_column_get_sizing\", LIBRARY.GTK); 2106 Linker.link(gtk_tree_view_column_get_width, \"gtk_tree_view_column_get_width\", LIBRARY.GTK); 2107 Linker.link(gtk_tree_view_column_get_fixed_width, \"gtk_tree_view_column_get_fixed_width\", LIBRARY.GTK); 2108 Linker.link(gtk_tree_view_column_set_fixed_width, \"gtk_tree_view_column_set_fixed_width\", LIBRARY.GTK); 2109 Linker.link(gtk_tree_view_column_set_min_width, \"gtk_tree_view_column_set_min_width\", LIBRARY.GTK); 2110 Linker.link(gtk_tree_view_column_get_min_width, \"gtk_tree_view_column_get_min_width\", LIBRARY.GTK); 2111 Linker.link(gtk_tree_view_column_set_max_width, \"gtk_tree_view_column_set_max_width\", LIBRARY.GTK); 2112 Linker.link(gtk_tree_view_column_get_max_width, \"gtk_tree_view_column_get_max_width\", LIBRARY.GTK); 2113 Linker.link(gtk_tree_view_column_clicked, \"gtk_tree_view_column_clicked\", LIBRARY.GTK); 2114 Linker.link(gtk_tree_view_column_set_title, \"gtk_tree_view_column_set_title\", LIBRARY.GTK); 2115 Linker.link(gtk_tree_view_column_get_title, \"gtk_tree_view_column_get_title\", LIBRARY.GTK); 2116 Linker.link(gtk_tree_view_column_set_expand, \"gtk_tree_view_column_set_expand\", LIBRARY.GTK); 2117 Linker.link(gtk_tree_view_column_get_expand, \"gtk_tree_view_column_get_expand\", LIBRARY.GTK); 2118 Linker.link(gtk_tree_view_column_set_clickable, \"gtk_tree_view_column_set_clickable\", LIBRARY.GTK); 2119 Linker.link(gtk_tree_view_column_get_clickable, \"gtk_tree_view_column_get_clickable\", LIBRARY.GTK); 2120 Linker.link(gtk_tree_view_column_set_widget, \"gtk_tree_view_column_set_widget\", LIBRARY.GTK); 2121 Linker.link(gtk_tree_view_column_get_widget, \"gtk_tree_view_column_get_widget\", LIBRARY.GTK); 2122 Linker.link(gtk_tree_view_column_get_button, \"gtk_tree_view_column_get_button\", LIBRARY.GTK); 2123 Linker.link(gtk_tree_view_column_set_alignment, \"gtk_tree_view_column_set_alignment\", LIBRARY.GTK); 2124 Linker.link(gtk_tree_view_column_get_alignment, \"gtk_tree_view_column_get_alignment\", LIBRARY.GTK); 2125 Linker.link(gtk_tree_view_column_set_reorderable, \"gtk_tree_view_column_set_reorderable\", LIBRARY.GTK); 2126 Linker.link(gtk_tree_view_column_get_reorderable, \"gtk_tree_view_column_get_reorderable\", LIBRARY.GTK); 2127 Linker.link(gtk_tree_view_column_set_sort_column_id, \"gtk_tree_view_column_set_sort_column_id\", LIBRARY.GTK); 2128 Linker.link(gtk_tree_view_column_get_sort_column_id, \"gtk_tree_view_column_get_sort_column_id\", LIBRARY.GTK); 2129 Linker.link(gtk_tree_view_column_set_sort_indicator, \"gtk_tree_view_column_set_sort_indicator\", LIBRARY.GTK); 2130 Linker.link(gtk_tree_view_column_get_sort_indicator, \"gtk_tree_view_column_get_sort_indicator\", LIBRARY.GTK); 2131 Linker.link(gtk_tree_view_column_set_sort_order, \"gtk_tree_view_column_set_sort_order\", LIBRARY.GTK); 2132 Linker.link(gtk_tree_view_column_get_sort_order, \"gtk_tree_view_column_get_sort_order\", LIBRARY.GTK); 2133 Linker.link(gtk_tree_view_column_cell_set_cell_data, \"gtk_tree_view_column_cell_set_cell_data\", LIBRARY.GTK); 2134 Linker.link(gtk_tree_view_column_cell_get_size, \"gtk_tree_view_column_cell_get_size\", LIBRARY.GTK); 2135 Linker.link(gtk_tree_view_column_cell_get_position, \"gtk_tree_view_column_cell_get_position\", LIBRARY.GTK); 2136 Linker.link(gtk_tree_view_column_cell_is_visible, \"gtk_tree_view_column_cell_is_visible\", LIBRARY.GTK); 2137 Linker.link(gtk_tree_view_column_focus_cell, \"gtk_tree_view_column_focus_cell\", LIBRARY.GTK); 2138 Linker.link(gtk_tree_view_column_queue_resize, \"gtk_tree_view_column_queue_resize\", LIBRARY.GTK); 2139 Linker.link(gtk_tree_view_column_get_tree_view, \"gtk_tree_view_column_get_tree_view\", LIBRARY.GTK); 2140 Linker.link(gtk_tree_view_column_get_x_offset, \"gtk_tree_view_column_get_x_offset\", LIBRARY.GTK); 2141 2142 // gtk.TreeView 2143 2144 Linker.link(gtk_tree_view_new, \"gtk_tree_view_new\", LIBRARY.GTK); 2145 Linker.link(gtk_tree_view_get_level_indentation, \"gtk_tree_view_get_level_indentation\", LIBRARY.GTK); 2146 Linker.link(gtk_tree_view_get_show_expanders, \"gtk_tree_view_get_show_expanders\", LIBRARY.GTK); 2147 Linker.link(gtk_tree_view_set_level_indentation, \"gtk_tree_view_set_level_indentation\", LIBRARY.GTK); 2148 Linker.link(gtk_tree_view_set_show_expanders, \"gtk_tree_view_set_show_expanders\", LIBRARY.GTK); 2149 Linker.link(gtk_tree_view_new_with_model, \"gtk_tree_view_new_with_model\", LIBRARY.GTK); 2150 Linker.link(gtk_tree_view_get_model, \"gtk_tree_view_get_model\", LIBRARY.GTK); 2151 Linker.link(gtk_tree_view_set_model, \"gtk_tree_view_set_model\", LIBRARY.GTK); 2152 Linker.link(gtk_tree_view_get_selection, \"gtk_tree_view_get_selection\", LIBRARY.GTK); 2153 Linker.link(gtk_tree_view_get_hadjustment, \"gtk_tree_view_get_hadjustment\", LIBRARY.GTK); 2154 Linker.link(gtk_tree_view_set_hadjustment, \"gtk_tree_view_set_hadjustment\", LIBRARY.GTK); 2155 Linker.link(gtk_tree_view_get_vadjustment, \"gtk_tree_view_get_vadjustment\", LIBRARY.GTK); 2156 Linker.link(gtk_tree_view_set_vadjustment, \"gtk_tree_view_set_vadjustment\", LIBRARY.GTK); 2157 Linker.link(gtk_tree_view_get_headers_visible, \"gtk_tree_view_get_headers_visible\", LIBRARY.GTK); 2158 Linker.link(gtk_tree_view_set_headers_visible, \"gtk_tree_view_set_headers_visible\", LIBRARY.GTK); 2159 Linker.link(gtk_tree_view_columns_autosize, \"gtk_tree_view_columns_autosize\", LIBRARY.GTK); 2160 Linker.link(gtk_tree_view_get_headers_clickable, \"gtk_tree_view_get_headers_clickable\", LIBRARY.GTK); 2161 Linker.link(gtk_tree_view_set_headers_clickable, \"gtk_tree_view_set_headers_clickable\", LIBRARY.GTK); 2162 Linker.link(gtk_tree_view_set_rules_hint, \"gtk_tree_view_set_rules_hint\", LIBRARY.GTK); 2163 Linker.link(gtk_tree_view_get_rules_hint, \"gtk_tree_view_get_rules_hint\", LIBRARY.GTK); 2164 Linker.link(gtk_tree_view_set_activate_on_single_click, \"gtk_tree_view_set_activate_on_single_click\", LIBRARY.GTK); 2165 Linker.link(gtk_tree_view_get_activate_on_single_click, \"gtk_tree_view_get_activate_on_single_click\", LIBRARY.GTK); 2166 Linker.link(gtk_tree_view_append_column, \"gtk_tree_view_append_column\", LIBRARY.GTK); 2167 Linker.link(gtk_tree_view_remove_column, \"gtk_tree_view_remove_column\", LIBRARY.GTK); 2168 Linker.link(gtk_tree_view_insert_column, \"gtk_tree_view_insert_column\", LIBRARY.GTK); 2169 Linker.link(gtk_tree_view_insert_column_with_attributes, \"gtk_tree_view_insert_column_with_attributes\", LIBRARY.GTK); 2170 Linker.link(gtk_tree_view_insert_column_with_data_func, \"gtk_tree_view_insert_column_with_data_func\", LIBRARY.GTK); 2171 Linker.link(gtk_tree_view_get_n_columns, \"gtk_tree_view_get_n_columns\", LIBRARY.GTK); 2172 Linker.link(gtk_tree_view_get_column, \"gtk_tree_view_get_column\", LIBRARY.GTK); 2173 Linker.link(gtk_tree_view_get_columns, \"gtk_tree_view_get_columns\", LIBRARY.GTK); 2174 Linker.link(gtk_tree_view_move_column_after, \"gtk_tree_view_move_column_after\", LIBRARY.GTK); 2175 Linker.link(gtk_tree_view_set_expander_column, \"gtk_tree_view_set_expander_column\", LIBRARY.GTK); 2176 Linker.link(gtk_tree_view_get_expander_column, \"gtk_tree_view_get_expander_column\", LIBRARY.GTK); 2177 Linker.link(gtk_tree_view_set_column_drag_function, \"gtk_tree_view_set_column_drag_function\", LIBRARY.GTK); 2178 Linker.link(gtk_tree_view_scroll_to_point, \"gtk_tree_view_scroll_to_point\", LIBRARY.GTK); 2179 Linker.link(gtk_tree_view_scroll_to_cell, \"gtk_tree_view_scroll_to_cell\", LIBRARY.GTK); 2180 Linker.link(gtk_tree_view_set_cursor, \"gtk_tree_view_set_cursor\", LIBRARY.GTK); 2181 Linker.link(gtk_tree_view_set_cursor_on_cell, \"gtk_tree_view_set_cursor_on_cell\", LIBRARY.GTK); 2182 Linker.link(gtk_tree_view_get_cursor, \"gtk_tree_view_get_cursor\", LIBRARY.GTK); 2183 Linker.link(gtk_tree_view_row_activated, \"gtk_tree_view_row_activated\", LIBRARY.GTK); 2184 Linker.link(gtk_tree_view_expand_all, \"gtk_tree_view_expand_all\", LIBRARY.GTK); 2185 Linker.link(gtk_tree_view_collapse_all, \"gtk_tree_view_collapse_all\", LIBRARY.GTK); 2186 Linker.link(gtk_tree_view_expand_to_path, \"gtk_tree_view_expand_to_path\", LIBRARY.GTK); 2187 Linker.link(gtk_tree_view_expand_row, \"gtk_tree_view_expand_row\", LIBRARY.GTK); 2188 Linker.link(gtk_tree_view_collapse_row, \"gtk_tree_view_collapse_row\", LIBRARY.GTK); 2189 Linker.link(gtk_tree_view_map_expanded_rows, \"gtk_tree_view_map_expanded_rows\", LIBRARY.GTK); 2190 Linker.link(gtk_tree_view_row_expanded, \"gtk_tree_view_row_expanded\", LIBRARY.GTK); 2191 Linker.link(gtk_tree_view_set_reorderable, \"gtk_tree_view_set_reorderable\", LIBRARY.GTK); 2192 Linker.link(gtk_tree_view_get_reorderable, \"gtk_tree_view_get_reorderable\", LIBRARY.GTK); 2193 Linker.link(gtk_tree_view_get_path_at_pos, \"gtk_tree_view_get_path_at_pos\", LIBRARY.GTK); 2194 Linker.link(gtk_tree_view_is_blank_at_pos, \"gtk_tree_view_is_blank_at_pos\", LIBRARY.GTK); 2195 Linker.link(gtk_tree_view_get_cell_area, \"gtk_tree_view_get_cell_area\", LIBRARY.GTK); 2196 Linker.link(gtk_tree_view_get_background_area, \"gtk_tree_view_get_background_area\", LIBRARY.GTK); 2197 Linker.link(gtk_tree_view_get_visible_rect, \"gtk_tree_view_get_visible_rect\", LIBRARY.GTK); 2198 Linker.link(gtk_tree_view_get_visible_range, \"gtk_tree_view_get_visible_range\", LIBRARY.GTK); 2199 Linker.link(gtk_tree_view_get_bin_window, \"gtk_tree_view_get_bin_window\", LIBRARY.GTK); 2200 Linker.link(gtk_tree_view_convert_bin_window_to_tree_coords, \"gtk_tree_view_convert_bin_window_to_tree_coords\", LIBRARY.GTK); 2201 Linker.link(gtk_tree_view_convert_bin_window_to_widget_coords, \"gtk_tree_view_convert_bin_window_to_widget_coords\", LIBRARY.GTK); 2202 Linker.link(gtk_tree_view_convert_tree_to_bin_window_coords, \"gtk_tree_view_convert_tree_to_bin_window_coords\", LIBRARY.GTK); 2203 Linker.link(gtk_tree_view_convert_tree_to_widget_coords, \"gtk_tree_view_convert_tree_to_widget_coords\", LIBRARY.GTK); 2204 Linker.link(gtk_tree_view_convert_widget_to_bin_window_coords, \"gtk_tree_view_convert_widget_to_bin_window_coords\", LIBRARY.GTK); 2205 Linker.link(gtk_tree_view_convert_widget_to_tree_coords, \"gtk_tree_view_convert_widget_to_tree_coords\", LIBRARY.GTK); 2206 Linker.link(gtk_tree_view_enable_model_drag_dest, \"gtk_tree_view_enable_model_drag_dest\", LIBRARY.GTK); 2207 Linker.link(gtk_tree_view_enable_model_drag_source, \"gtk_tree_view_enable_model_drag_source\", LIBRARY.GTK); 2208 Linker.link(gtk_tree_view_unset_rows_drag_source, \"gtk_tree_view_unset_rows_drag_source\", LIBRARY.GTK); 2209 Linker.link(gtk_tree_view_unset_rows_drag_dest, \"gtk_tree_view_unset_rows_drag_dest\", LIBRARY.GTK); 2210 Linker.link(gtk_tree_view_set_drag_dest_row, \"gtk_tree_view_set_drag_dest_row\", LIBRARY.GTK); 2211 Linker.link(gtk_tree_view_get_drag_dest_row, \"gtk_tree_view_get_drag_dest_row\", LIBRARY.GTK); 2212 Linker.link(gtk_tree_view_get_dest_row_at_pos, \"gtk_tree_view_get_dest_row_at_pos\", LIBRARY.GTK); 2213 Linker.link(gtk_tree_view_create_row_drag_icon, \"gtk_tree_view_create_row_drag_icon\", LIBRARY.GTK); 2214 Linker.link(gtk_tree_view_set_enable_search, \"gtk_tree_view_set_enable_search\", LIBRARY.GTK); 2215 Linker.link(gtk_tree_view_get_enable_search, \"gtk_tree_view_get_enable_search\", LIBRARY.GTK); 2216 Linker.link(gtk_tree_view_get_search_column, \"gtk_tree_view_get_search_column\", LIBRARY.GTK); 2217 Linker.link(gtk_tree_view_set_search_column, \"gtk_tree_view_set_search_column\", LIBRARY.GTK); 2218 Linker.link(gtk_tree_view_get_search_equal_func, \"gtk_tree_view_get_search_equal_func\", LIBRARY.GTK); 2219 Linker.link(gtk_tree_view_set_search_equal_func, \"gtk_tree_view_set_search_equal_func\", LIBRARY.GTK); 2220 Linker.link(gtk_tree_view_get_search_entry, \"gtk_tree_view_get_search_entry\", LIBRARY.GTK); 2221 Linker.link(gtk_tree_view_set_search_entry, \"gtk_tree_view_set_search_entry\", LIBRARY.GTK); 2222 Linker.link(gtk_tree_view_get_search_position_func, \"gtk_tree_view_get_search_position_func\", LIBRARY.GTK); 2223 Linker.link(gtk_tree_view_set_search_position_func, \"gtk_tree_view_set_search_position_func\", LIBRARY.GTK); 2224 Linker.link(gtk_tree_view_get_fixed_height_mode, \"gtk_tree_view_get_fixed_height_mode\", LIBRARY.GTK); 2225 Linker.link(gtk_tree_view_set_fixed_height_mode, \"gtk_tree_view_set_fixed_height_mode\", LIBRARY.GTK); 2226 Linker.link(gtk_tree_view_get_hover_selection, \"gtk_tree_view_get_hover_selection\", LIBRARY.GTK); 2227 Linker.link(gtk_tree_view_set_hover_selection, \"gtk_tree_view_set_hover_selection\", LIBRARY.GTK); 2228 Linker.link(gtk_tree_view_get_hover_expand, \"gtk_tree_view_get_hover_expand\", LIBRARY.GTK); 2229 Linker.link(gtk_tree_view_set_hover_expand, \"gtk_tree_view_set_hover_expand\", LIBRARY.GTK); 2230 Linker.link(gtk_tree_view_set_destroy_count_func, \"gtk_tree_view_set_destroy_count_func\", LIBRARY.GTK); 2231 Linker.link(gtk_tree_view_get_row_separator_func, \"gtk_tree_view_get_row_separator_func\", LIBRARY.GTK); 2232 Linker.link(gtk_tree_view_set_row_separator_func, \"gtk_tree_view_set_row_separator_func\", LIBRARY.GTK); 2233 Linker.link(gtk_tree_view_get_rubber_banding, \"gtk_tree_view_get_rubber_banding\", LIBRARY.GTK); 2234 Linker.link(gtk_tree_view_set_rubber_banding, \"gtk_tree_view_set_rubber_banding\", LIBRARY.GTK); 2235 Linker.link(gtk_tree_view_is_rubber_banding_active, \"gtk_tree_view_is_rubber_banding_active\", LIBRARY.GTK); 2236 Linker.link(gtk_tree_view_get_enable_tree_lines, \"gtk_tree_view_get_enable_tree_lines\", LIBRARY.GTK); 2237 Linker.link(gtk_tree_view_set_enable_tree_lines, \"gtk_tree_view_set_enable_tree_lines\", LIBRARY.GTK); 2238 Linker.link(gtk_tree_view_get_grid_lines, \"gtk_tree_view_get_grid_lines\", LIBRARY.GTK); 2239 Linker.link(gtk_tree_view_set_grid_lines, \"gtk_tree_view_set_grid_lines\", LIBRARY.GTK); 2240 Linker.link(gtk_tree_view_set_tooltip_row, \"gtk_tree_view_set_tooltip_row\", LIBRARY.GTK); 2241 Linker.link(gtk_tree_view_set_tooltip_cell, \"gtk_tree_view_set_tooltip_cell\", LIBRARY.GTK); 2242 Linker.link(gtk_tree_view_get_tooltip_context, \"gtk_tree_view_get_tooltip_context\", LIBRARY.GTK); 2243 Linker.link(gtk_tree_view_get_tooltip_column, \"gtk_tree_view_get_tooltip_column\", LIBRARY.GTK); 2244 Linker.link(gtk_tree_view_set_tooltip_column, \"gtk_tree_view_set_tooltip_column\", LIBRARY.GTK); 2245 2246 // gtk.TreeDragSourceT 2247 2248 2249 // gtk.TreeDragSourceT 2250 2251 Linker.link(gtk_tree_drag_source_drag_data_delete, \"gtk_tree_drag_source_drag_data_delete\", LIBRARY.GTK); 2252 Linker.link(gtk_tree_drag_source_drag_data_get, \"gtk_tree_drag_source_drag_data_get\", LIBRARY.GTK); 2253 Linker.link(gtk_tree_drag_source_row_draggable, \"gtk_tree_drag_source_row_draggable\", LIBRARY.GTK); 2254 Linker.link(gtk_tree_set_row_drag_data, \"gtk_tree_set_row_drag_data\", LIBRARY.GTK); 2255 Linker.link(gtk_tree_get_row_drag_data, \"gtk_tree_get_row_drag_data\", LIBRARY.GTK); 2256 2257 // gtk.TreeDragDestT 2258 2259 2260 // gtk.TreeDragDestT 2261 2262 Linker.link(gtk_tree_drag_dest_drag_data_received, \"gtk_tree_drag_dest_drag_data_received\", LIBRARY.GTK); 2263 Linker.link(gtk_tree_drag_dest_row_drop_possible, \"gtk_tree_drag_dest_row_drop_possible\", LIBRARY.GTK); 2264 2265 // gtk.CellView 2266 2267 Linker.link(gtk_cell_view_new, \"gtk_cell_view_new\", LIBRARY.GTK); 2268 Linker.link(gtk_cell_view_new_with_context, \"gtk_cell_view_new_with_context\", LIBRARY.GTK); 2269 Linker.link(gtk_cell_view_new_with_text, \"gtk_cell_view_new_with_text\", LIBRARY.GTK); 2270 Linker.link(gtk_cell_view_new_with_markup, \"gtk_cell_view_new_with_markup\", LIBRARY.GTK); 2271 Linker.link(gtk_cell_view_new_with_pixbuf, \"gtk_cell_view_new_with_pixbuf\", LIBRARY.GTK); 2272 Linker.link(gtk_cell_view_set_model, \"gtk_cell_view_set_model\", LIBRARY.GTK); 2273 Linker.link(gtk_cell_view_get_model, \"gtk_cell_view_get_model\", LIBRARY.GTK); 2274 Linker.link(gtk_cell_view_set_displayed_row, \"gtk_cell_view_set_displayed_row\", LIBRARY.GTK); 2275 Linker.link(gtk_cell_view_get_displayed_row, \"gtk_cell_view_get_displayed_row\", LIBRARY.GTK); 2276 Linker.link(gtk_cell_view_get_size_of_row, \"gtk_cell_view_get_size_of_row\", LIBRARY.GTK); 2277 Linker.link(gtk_cell_view_set_background_color, \"gtk_cell_view_set_background_color\", LIBRARY.GTK); 2278 Linker.link(gtk_cell_view_set_background_rgba, \"gtk_cell_view_set_background_rgba\", LIBRARY.GTK); 2279 Linker.link(gtk_cell_view_set_draw_sensitive, \"gtk_cell_view_set_draw_sensitive\", LIBRARY.GTK); 2280 Linker.link(gtk_cell_view_get_draw_sensitive, \"gtk_cell_view_get_draw_sensitive\", LIBRARY.GTK); 2281 Linker.link(gtk_cell_view_set_fit_model, \"gtk_cell_view_set_fit_model\", LIBRARY.GTK); 2282 Linker.link(gtk_cell_view_get_fit_model, \"gtk_cell_view_get_fit_model\", LIBRARY.GTK); 2283 2284 // gtk.IconView 2285 2286 Linker.link(gtk_icon_view_new, \"gtk_icon_view_new\", LIBRARY.GTK); 2287 Linker.link(gtk_icon_view_new_with_area, \"gtk_icon_view_new_with_area\", LIBRARY.GTK); 2288 Linker.link(gtk_icon_view_new_with_model, \"gtk_icon_view_new_with_model\", LIBRARY.GTK); 2289 Linker.link(gtk_icon_view_set_model, \"gtk_icon_view_set_model\", LIBRARY.GTK); 2290 Linker.link(gtk_icon_view_get_model, \"gtk_icon_view_get_model\", LIBRARY.GTK); 2291 Linker.link(gtk_icon_view_set_text_column, \"gtk_icon_view_set_text_column\", LIBRARY.GTK); 2292 Linker.link(gtk_icon_view_get_text_column, \"gtk_icon_view_get_text_column\", LIBRARY.GTK); 2293 Linker.link(gtk_icon_view_set_markup_column, \"gtk_icon_view_set_markup_column\", LIBRARY.GTK); 2294 Linker.link(gtk_icon_view_get_markup_column, \"gtk_icon_view_get_markup_column\", LIBRARY.GTK); 2295 Linker.link(gtk_icon_view_set_pixbuf_column, \"gtk_icon_view_set_pixbuf_column\", LIBRARY.GTK); 2296 Linker.link(gtk_icon_view_get_pixbuf_column, \"gtk_icon_view_get_pixbuf_column\", LIBRARY.GTK); 2297 Linker.link(gtk_icon_view_get_path_at_pos, \"gtk_icon_view_get_path_at_pos\", LIBRARY.GTK); 2298 Linker.link(gtk_icon_view_get_item_at_pos, \"gtk_icon_view_get_item_at_pos\", LIBRARY.GTK); 2299 Linker.link(gtk_icon_view_convert_widget_to_bin_window_coords, \"gtk_icon_view_convert_widget_to_bin_window_coords\", LIBRARY.GTK); 2300 Linker.link(gtk_icon_view_set_cursor, \"gtk_icon_view_set_cursor\", LIBRARY.GTK); 2301 Linker.link(gtk_icon_view_get_cursor, \"gtk_icon_view_get_cursor\", LIBRARY.GTK); 2302 Linker.link(gtk_icon_view_selected_foreach, \"gtk_icon_view_selected_foreach\", LIBRARY.GTK); 2303 Linker.link(gtk_icon_view_set_selection_mode, \"gtk_icon_view_set_selection_mode\", LIBRARY.GTK); 2304 Linker.link(gtk_icon_view_get_selection_mode, \"gtk_icon_view_get_selection_mode\", LIBRARY.GTK); 2305 Linker.link(gtk_icon_view_set_item_orientation, \"gtk_icon_view_set_item_orientation\", LIBRARY.GTK); 2306 Linker.link(gtk_icon_view_get_item_orientation, \"gtk_icon_view_get_item_orientation\", LIBRARY.GTK); 2307 Linker.link(gtk_icon_view_set_columns, \"gtk_icon_view_set_columns\", LIBRARY.GTK); 2308 Linker.link(gtk_icon_view_get_columns, \"gtk_icon_view_get_columns\", LIBRARY.GTK); 2309 Linker.link(gtk_icon_view_set_item_width, \"gtk_icon_view_set_item_width\", LIBRARY.GTK); 2310 Linker.link(gtk_icon_view_get_item_width, \"gtk_icon_view_get_item_width\", LIBRARY.GTK); 2311 Linker.link(gtk_icon_view_set_spacing, \"gtk_icon_view_set_spacing\", LIBRARY.GTK); 2312 Linker.link(gtk_icon_view_get_spacing, \"gtk_icon_view_get_spacing\", LIBRARY.GTK); 2313 Linker.link(gtk_icon_view_set_row_spacing, \"gtk_icon_view_set_row_spacing\", LIBRARY.GTK); 2314 Linker.link(gtk_icon_view_get_row_spacing, \"gtk_icon_view_get_row_spacing\", LIBRARY.GTK); 2315 Linker.link(gtk_icon_view_set_column_spacing, \"gtk_icon_view_set_column_spacing\", LIBRARY.GTK); 2316 Linker.link(gtk_icon_view_get_column_spacing, \"gtk_icon_view_get_column_spacing\", LIBRARY.GTK); 2317 Linker.link(gtk_icon_view_set_margin, \"gtk_icon_view_set_margin\", LIBRARY.GTK); 2318 Linker.link(gtk_icon_view_get_margin, \"gtk_icon_view_get_margin\", LIBRARY.GTK); 2319 Linker.link(gtk_icon_view_set_item_padding, \"gtk_icon_view_set_item_padding\", LIBRARY.GTK); 2320 Linker.link(gtk_icon_view_get_item_padding, \"gtk_icon_view_get_item_padding\", LIBRARY.GTK); 2321 Linker.link(gtk_icon_view_set_activate_on_single_click, \"gtk_icon_view_set_activate_on_single_click\", LIBRARY.GTK); 2322 Linker.link(gtk_icon_view_get_activate_on_single_click, \"gtk_icon_view_get_activate_on_single_click\", LIBRARY.GTK); 2323 Linker.link(gtk_icon_view_get_cell_rect, \"gtk_icon_view_get_cell_rect\", LIBRARY.GTK); 2324 Linker.link(gtk_icon_view_select_path, \"gtk_icon_view_select_path\", LIBRARY.GTK); 2325 Linker.link(gtk_icon_view_unselect_path, \"gtk_icon_view_unselect_path\", LIBRARY.GTK); 2326 Linker.link(gtk_icon_view_path_is_selected, \"gtk_icon_view_path_is_selected\", LIBRARY.GTK); 2327 Linker.link(gtk_icon_view_get_selected_items, \"gtk_icon_view_get_selected_items\", LIBRARY.GTK); 2328 Linker.link(gtk_icon_view_select_all, \"gtk_icon_view_select_all\", LIBRARY.GTK); 2329 Linker.link(gtk_icon_view_unselect_all, \"gtk_icon_view_unselect_all\", LIBRARY.GTK); 2330 Linker.link(gtk_icon_view_item_activated, \"gtk_icon_view_item_activated\", LIBRARY.GTK); 2331 Linker.link(gtk_icon_view_scroll_to_path, \"gtk_icon_view_scroll_to_path\", LIBRARY.GTK); 2332 Linker.link(gtk_icon_view_get_visible_range, \"gtk_icon_view_get_visible_range\", LIBRARY.GTK); 2333 Linker.link(gtk_icon_view_set_tooltip_item, \"gtk_icon_view_set_tooltip_item\", LIBRARY.GTK); 2334 Linker.link(gtk_icon_view_set_tooltip_cell, \"gtk_icon_view_set_tooltip_cell\", LIBRARY.GTK); 2335 Linker.link(gtk_icon_view_get_tooltip_context, \"gtk_icon_view_get_tooltip_context\", LIBRARY.GTK); 2336 Linker.link(gtk_icon_view_set_tooltip_column, \"gtk_icon_view_set_tooltip_column\", LIBRARY.GTK); 2337 Linker.link(gtk_icon_view_get_tooltip_column, \"gtk_icon_view_get_tooltip_column\", LIBRARY.GTK); 2338 Linker.link(gtk_icon_view_get_item_row, \"gtk_icon_view_get_item_row\", LIBRARY.GTK); 2339 Linker.link(gtk_icon_view_get_item_column, \"gtk_icon_view_get_item_column\", LIBRARY.GTK); 2340 Linker.link(gtk_icon_view_enable_model_drag_source, \"gtk_icon_view_enable_model_drag_source\", LIBRARY.GTK); 2341 Linker.link(gtk_icon_view_enable_model_drag_dest, \"gtk_icon_view_enable_model_drag_dest\", LIBRARY.GTK); 2342 Linker.link(gtk_icon_view_unset_model_drag_source, \"gtk_icon_view_unset_model_drag_source\", LIBRARY.GTK); 2343 Linker.link(gtk_icon_view_unset_model_drag_dest, \"gtk_icon_view_unset_model_drag_dest\", LIBRARY.GTK); 2344 Linker.link(gtk_icon_view_set_reorderable, \"gtk_icon_view_set_reorderable\", LIBRARY.GTK); 2345 Linker.link(gtk_icon_view_get_reorderable, \"gtk_icon_view_get_reorderable\", LIBRARY.GTK); 2346 Linker.link(gtk_icon_view_set_drag_dest_item, \"gtk_icon_view_set_drag_dest_item\", LIBRARY.GTK); 2347 Linker.link(gtk_icon_view_get_drag_dest_item, \"gtk_icon_view_get_drag_dest_item\", LIBRARY.GTK); 2348 Linker.link(gtk_icon_view_get_dest_item_at_pos, \"gtk_icon_view_get_dest_item_at_pos\", LIBRARY.GTK); 2349 Linker.link(gtk_icon_view_create_drag_icon, \"gtk_icon_view_create_drag_icon\", LIBRARY.GTK); 2350 2351 // gtk.TreeSortableT 2352 2353 2354 // gtk.TreeSortableT 2355 2356 Linker.link(gtk_tree_sortable_sort_column_changed, \"gtk_tree_sortable_sort_column_changed\", LIBRARY.GTK); 2357 Linker.link(gtk_tree_sortable_get_sort_column_id, \"gtk_tree_sortable_get_sort_column_id\", LIBRARY.GTK); 2358 Linker.link(gtk_tree_sortable_set_sort_column_id, \"gtk_tree_sortable_set_sort_column_id\", LIBRARY.GTK); 2359 Linker.link(gtk_tree_sortable_set_sort_func, \"gtk_tree_sortable_set_sort_func\", LIBRARY.GTK); 2360 Linker.link(gtk_tree_sortable_set_default_sort_func, \"gtk_tree_sortable_set_default_sort_func\", LIBRARY.GTK); 2361 Linker.link(gtk_tree_sortable_has_default_sort_func, \"gtk_tree_sortable_has_default_sort_func\", LIBRARY.GTK); 2362 2363 // gtk.TreeModelSort 2364 2365 Linker.link(gtk_tree_model_sort_new_with_model, \"gtk_tree_model_sort_new_with_model\", LIBRARY.GTK); 2366 Linker.link(gtk_tree_model_sort_get_model, \"gtk_tree_model_sort_get_model\", LIBRARY.GTK); 2367 Linker.link(gtk_tree_model_sort_convert_child_path_to_path, \"gtk_tree_model_sort_convert_child_path_to_path\", LIBRARY.GTK); 2368 Linker.link(gtk_tree_model_sort_convert_child_iter_to_iter, \"gtk_tree_model_sort_convert_child_iter_to_iter\", LIBRARY.GTK); 2369 Linker.link(gtk_tree_model_sort_convert_path_to_child_path, \"gtk_tree_model_sort_convert_path_to_child_path\", LIBRARY.GTK); 2370 Linker.link(gtk_tree_model_sort_convert_iter_to_child_iter, \"gtk_tree_model_sort_convert_iter_to_child_iter\", LIBRARY.GTK); 2371 Linker.link(gtk_tree_model_sort_reset_default_sort_func, \"gtk_tree_model_sort_reset_default_sort_func\", LIBRARY.GTK); 2372 Linker.link(gtk_tree_model_sort_clear_cache, \"gtk_tree_model_sort_clear_cache\", LIBRARY.GTK); 2373 Linker.link(gtk_tree_model_sort_iter_is_valid, \"gtk_tree_model_sort_iter_is_valid\", LIBRARY.GTK); 2374 2375 // gtk.TreeModelFilter 2376 2377 Linker.link(gtk_tree_model_filter_new, \"gtk_tree_model_filter_new\", LIBRARY.GTK); 2378 Linker.link(gtk_tree_model_filter_set_visible_func, \"gtk_tree_model_filter_set_visible_func\", LIBRARY.GTK); 2379 Linker.link(gtk_tree_model_filter_set_modify_func, \"gtk_tree_model_filter_set_modify_func\", LIBRARY.GTK); 2380 Linker.link(gtk_tree_model_filter_set_visible_column, \"gtk_tree_model_filter_set_visible_column\", LIBRARY.GTK); 2381 Linker.link(gtk_tree_model_filter_get_model, \"gtk_tree_model_filter_get_model\", LIBRARY.GTK); 2382 Linker.link(gtk_tree_model_filter_convert_child_iter_to_iter, \"gtk_tree_model_filter_convert_child_iter_to_iter\", LIBRARY.GTK); 2383 Linker.link(gtk_tree_model_filter_convert_iter_to_child_iter, \"gtk_tree_model_filter_convert_iter_to_child_iter\", LIBRARY.GTK); 2384 Linker.link(gtk_tree_model_filter_convert_child_path_to_path, \"gtk_tree_model_filter_convert_child_path_to_path\", LIBRARY.GTK); 2385 Linker.link(gtk_tree_model_filter_convert_path_to_child_path, \"gtk_tree_model_filter_convert_path_to_child_path\", LIBRARY.GTK); 2386 Linker.link(gtk_tree_model_filter_refilter, \"gtk_tree_model_filter_refilter\", LIBRARY.GTK); 2387 Linker.link(gtk_tree_model_filter_clear_cache, \"gtk_tree_model_filter_clear_cache\", LIBRARY.GTK); 2388 2389 // gtk.CellLayoutT 2390 2391 2392 // gtk.CellLayoutT 2393 2394 Linker.link(gtk_cell_layout_pack_start, \"gtk_cell_layout_pack_start\", LIBRARY.GTK); 2395 Linker.link(gtk_cell_layout_pack_end, \"gtk_cell_layout_pack_end\", LIBRARY.GTK); 2396 Linker.link(gtk_cell_layout_get_area, \"gtk_cell_layout_get_area\", LIBRARY.GTK); 2397 Linker.link(gtk_cell_layout_get_cells, \"gtk_cell_layout_get_cells\", LIBRARY.GTK); 2398 Linker.link(gtk_cell_layout_reorder, \"gtk_cell_layout_reorder\", LIBRARY.GTK); 2399 Linker.link(gtk_cell_layout_clear, \"gtk_cell_layout_clear\", LIBRARY.GTK); 2400 Linker.link(gtk_cell_layout_set_attributes, \"gtk_cell_layout_set_attributes\", LIBRARY.GTK); 2401 Linker.link(gtk_cell_layout_add_attribute, \"gtk_cell_layout_add_attribute\", LIBRARY.GTK); 2402 Linker.link(gtk_cell_layout_set_cell_data_func, \"gtk_cell_layout_set_cell_data_func\", LIBRARY.GTK); 2403 Linker.link(gtk_cell_layout_clear_attributes, \"gtk_cell_layout_clear_attributes\", LIBRARY.GTK); 2404 2405 // gtk.CellArea 2406 2407 Linker.link(gtk_cell_area_add, \"gtk_cell_area_add\", LIBRARY.GTK); 2408 Linker.link(gtk_cell_area_remove, \"gtk_cell_area_remove\", LIBRARY.GTK); 2409 Linker.link(gtk_cell_area_has_renderer, \"gtk_cell_area_has_renderer\", LIBRARY.GTK); 2410 Linker.link(gtk_cell_area_foreach, \"gtk_cell_area_foreach\", LIBRARY.GTK); 2411 Linker.link(gtk_cell_area_foreach_alloc, \"gtk_cell_area_foreach_alloc\", LIBRARY.GTK); 2412 Linker.link(gtk_cell_area_event, \"gtk_cell_area_event\", LIBRARY.GTK); 2413 Linker.link(gtk_cell_area_render, \"gtk_cell_area_render\", LIBRARY.GTK); 2414 Linker.link(gtk_cell_area_get_cell_allocation, \"gtk_cell_area_get_cell_allocation\", LIBRARY.GTK); 2415 Linker.link(gtk_cell_area_get_cell_at_position, \"gtk_cell_area_get_cell_at_position\", LIBRARY.GTK); 2416 Linker.link(gtk_cell_area_create_context, \"gtk_cell_area_create_context\", LIBRARY.GTK); 2417 Linker.link(gtk_cell_area_copy_context, \"gtk_cell_area_copy_context\", LIBRARY.GTK); 2418 Linker.link(gtk_cell_area_get_request_mode, \"gtk_cell_area_get_request_mode\", LIBRARY.GTK); 2419 Linker.link(gtk_cell_area_get_preferred_width, \"gtk_cell_area_get_preferred_width\", LIBRARY.GTK); 2420 Linker.link(gtk_cell_area_get_preferred_height_for_width, \"gtk_cell_area_get_preferred_height_for_width\", LIBRARY.GTK); 2421 Linker.link(gtk_cell_area_get_preferred_height, \"gtk_cell_area_get_preferred_height\", LIBRARY.GTK); 2422 Linker.link(gtk_cell_area_get_preferred_width_for_height, \"gtk_cell_area_get_preferred_width_for_height\", LIBRARY.GTK); 2423 Linker.link(gtk_cell_area_get_current_path_string, \"gtk_cell_area_get_current_path_string\", LIBRARY.GTK); 2424 Linker.link(gtk_cell_area_apply_attributes, \"gtk_cell_area_apply_attributes\", LIBRARY.GTK); 2425 Linker.link(gtk_cell_area_attribute_connect, \"gtk_cell_area_attribute_connect\", LIBRARY.GTK); 2426 Linker.link(gtk_cell_area_attribute_disconnect, \"gtk_cell_area_attribute_disconnect\", LIBRARY.GTK); 2427 Linker.link(gtk_cell_area_class_install_cell_property, \"gtk_cell_area_class_install_cell_property\", LIBRARY.GTK); 2428 Linker.link(gtk_cell_area_class_find_cell_property, \"gtk_cell_area_class_find_cell_property\", LIBRARY.GTK); 2429 Linker.link(gtk_cell_area_class_list_cell_properties, \"gtk_cell_area_class_list_cell_properties\", LIBRARY.GTK); 2430 Linker.link(gtk_cell_area_add_with_properties, \"gtk_cell_area_add_with_properties\", LIBRARY.GTK); 2431 Linker.link(gtk_cell_area_cell_set, \"gtk_cell_area_cell_set\", LIBRARY.GTK); 2432 Linker.link(gtk_cell_area_cell_get, \"gtk_cell_area_cell_get\", LIBRARY.GTK); 2433 Linker.link(gtk_cell_area_cell_set_valist, \"gtk_cell_area_cell_set_valist\", LIBRARY.GTK); 2434 Linker.link(gtk_cell_area_cell_get_valist, \"gtk_cell_area_cell_get_valist\", LIBRARY.GTK); 2435 Linker.link(gtk_cell_area_cell_set_property, \"gtk_cell_area_cell_set_property\", LIBRARY.GTK); 2436 Linker.link(gtk_cell_area_cell_get_property, \"gtk_cell_area_cell_get_property\", LIBRARY.GTK); 2437 Linker.link(gtk_cell_area_is_activatable, \"gtk_cell_area_is_activatable\", LIBRARY.GTK); 2438 Linker.link(gtk_cell_area_activate, \"gtk_cell_area_activate\", LIBRARY.GTK); 2439 Linker.link(gtk_cell_area_focus, \"gtk_cell_area_focus\", LIBRARY.GTK); 2440 Linker.link(gtk_cell_area_set_focus_cell, \"gtk_cell_area_set_focus_cell\", LIBRARY.GTK); 2441 Linker.link(gtk_cell_area_get_focus_cell, \"gtk_cell_area_get_focus_cell\", LIBRARY.GTK); 2442 Linker.link(gtk_cell_area_add_focus_sibling, \"gtk_cell_area_add_focus_sibling\", LIBRARY.GTK); 2443 Linker.link(gtk_cell_area_remove_focus_sibling, \"gtk_cell_area_remove_focus_sibling\", LIBRARY.GTK); 2444 Linker.link(gtk_cell_area_is_focus_sibling, \"gtk_cell_area_is_focus_sibling\", LIBRARY.GTK); 2445 Linker.link(gtk_cell_area_get_focus_siblings, \"gtk_cell_area_get_focus_siblings\", LIBRARY.GTK); 2446 Linker.link(gtk_cell_area_get_focus_from_sibling, \"gtk_cell_area_get_focus_from_sibling\", LIBRARY.GTK); 2447 Linker.link(gtk_cell_area_get_edited_cell, \"gtk_cell_area_get_edited_cell\", LIBRARY.GTK); 2448 Linker.link(gtk_cell_area_get_edit_widget, \"gtk_cell_area_get_edit_widget\", LIBRARY.GTK); 2449 Linker.link(gtk_cell_area_activate_cell, \"gtk_cell_area_activate_cell\", LIBRARY.GTK); 2450 Linker.link(gtk_cell_area_stop_editing, \"gtk_cell_area_stop_editing\", LIBRARY.GTK); 2451 Linker.link(gtk_cell_area_inner_cell_area, \"gtk_cell_area_inner_cell_area\", LIBRARY.GTK); 2452 Linker.link(gtk_cell_area_request_renderer, \"gtk_cell_area_request_renderer\", LIBRARY.GTK); 2453 2454 // gtk.CellAreaBox 2455 2456 Linker.link(gtk_cell_area_box_new, \"gtk_cell_area_box_new\", LIBRARY.GTK); 2457 Linker.link(gtk_cell_area_box_pack_start, \"gtk_cell_area_box_pack_start\", LIBRARY.GTK); 2458 Linker.link(gtk_cell_area_box_pack_end, \"gtk_cell_area_box_pack_end\", LIBRARY.GTK); 2459 Linker.link(gtk_cell_area_box_get_spacing, \"gtk_cell_area_box_get_spacing\", LIBRARY.GTK); 2460 Linker.link(gtk_cell_area_box_set_spacing, \"gtk_cell_area_box_set_spacing\", LIBRARY.GTK); 2461 2462 // gtk.CellAreaContext 2463 2464 Linker.link(gtk_cell_area_context_get_area, \"gtk_cell_area_context_get_area\", LIBRARY.GTK); 2465 Linker.link(gtk_cell_area_context_allocate, \"gtk_cell_area_context_allocate\", LIBRARY.GTK); 2466 Linker.link(gtk_cell_area_context_reset, \"gtk_cell_area_context_reset\", LIBRARY.GTK); 2467 Linker.link(gtk_cell_area_context_get_preferred_width, \"gtk_cell_area_context_get_preferred_width\", LIBRARY.GTK); 2468 Linker.link(gtk_cell_area_context_get_preferred_height, \"gtk_cell_area_context_get_preferred_height\", LIBRARY.GTK); 2469 Linker.link(gtk_cell_area_context_get_preferred_height_for_width, \"gtk_cell_area_context_get_preferred_height_for_width\", LIBRARY.GTK); 2470 Linker.link(gtk_cell_area_context_get_preferred_width_for_height, \"gtk_cell_area_context_get_preferred_width_for_height\", LIBRARY.GTK); 2471 Linker.link(gtk_cell_area_context_get_allocation, \"gtk_cell_area_context_get_allocation\", LIBRARY.GTK); 2472 Linker.link(gtk_cell_area_context_push_preferred_width, \"gtk_cell_area_context_push_preferred_width\", LIBRARY.GTK); 2473 Linker.link(gtk_cell_area_context_push_preferred_height, \"gtk_cell_area_context_push_preferred_height\", LIBRARY.GTK); 2474 2475 // gtk.CellRenderer 2476 2477 Linker.link(gtk_cell_renderer_class_set_accessible_type, \"gtk_cell_renderer_class_set_accessible_type\", LIBRARY.GTK); 2478 Linker.link(gtk_cell_renderer_get_aligned_area, \"gtk_cell_renderer_get_aligned_area\", LIBRARY.GTK); 2479 Linker.link(gtk_cell_renderer_get_size, \"gtk_cell_renderer_get_size\", LIBRARY.GTK); 2480 Linker.link(gtk_cell_renderer_render, \"gtk_cell_renderer_render\", LIBRARY.GTK); 2481 Linker.link(gtk_cell_renderer_activate, \"gtk_cell_renderer_activate\", LIBRARY.GTK); 2482 Linker.link(gtk_cell_renderer_start_editing, \"gtk_cell_renderer_start_editing\", LIBRARY.GTK); 2483 Linker.link(gtk_cell_renderer_stop_editing, \"gtk_cell_renderer_stop_editing\", LIBRARY.GTK); 2484 Linker.link(gtk_cell_renderer_get_fixed_size, \"gtk_cell_renderer_get_fixed_size\", LIBRARY.GTK); 2485 Linker.link(gtk_cell_renderer_set_fixed_size, \"gtk_cell_renderer_set_fixed_size\", LIBRARY.GTK); 2486 Linker.link(gtk_cell_renderer_get_visible, \"gtk_cell_renderer_get_visible\", LIBRARY.GTK); 2487 Linker.link(gtk_cell_renderer_set_visible, \"gtk_cell_renderer_set_visible\", LIBRARY.GTK); 2488 Linker.link(gtk_cell_renderer_get_sensitive, \"gtk_cell_renderer_get_sensitive\", LIBRARY.GTK); 2489 Linker.link(gtk_cell_renderer_set_sensitive, \"gtk_cell_renderer_set_sensitive\", LIBRARY.GTK); 2490 Linker.link(gtk_cell_renderer_get_alignment, \"gtk_cell_renderer_get_alignment\", LIBRARY.GTK); 2491 Linker.link(gtk_cell_renderer_set_alignment, \"gtk_cell_renderer_set_alignment\", LIBRARY.GTK); 2492 Linker.link(gtk_cell_renderer_get_padding, \"gtk_cell_renderer_get_padding\", LIBRARY.GTK); 2493 Linker.link(gtk_cell_renderer_set_padding, \"gtk_cell_renderer_set_padding\", LIBRARY.GTK); 2494 Linker.link(gtk_cell_renderer_get_state, \"gtk_cell_renderer_get_state\", LIBRARY.GTK); 2495 Linker.link(gtk_cell_renderer_is_activatable, \"gtk_cell_renderer_is_activatable\", LIBRARY.GTK); 2496 Linker.link(gtk_cell_renderer_get_preferred_height, \"gtk_cell_renderer_get_preferred_height\", LIBRARY.GTK); 2497 Linker.link(gtk_cell_renderer_get_preferred_height_for_width, \"gtk_cell_renderer_get_preferred_height_for_width\", LIBRARY.GTK); 2498 Linker.link(gtk_cell_renderer_get_preferred_size, \"gtk_cell_renderer_get_preferred_size\", LIBRARY.GTK); 2499 Linker.link(gtk_cell_renderer_get_preferred_width, \"gtk_cell_renderer_get_preferred_width\", LIBRARY.GTK); 2500 Linker.link(gtk_cell_renderer_get_preferred_width_for_height, \"gtk_cell_renderer_get_preferred_width_for_height\", LIBRARY.GTK); 2501 Linker.link(gtk_cell_renderer_get_request_mode, \"gtk_cell_renderer_get_request_mode\", LIBRARY.GTK); 2502 2503 // gtk.CellEditableT 2504 2505 2506 // gtk.CellEditableT 2507 2508 Linker.link(gtk_cell_editable_start_editing, \"gtk_cell_editable_start_editing\", LIBRARY.GTK); 2509 Linker.link(gtk_cell_editable_editing_done, \"gtk_cell_editable_editing_done\", LIBRARY.GTK); 2510 Linker.link(gtk_cell_editable_remove_widget, \"gtk_cell_editable_remove_widget\", LIBRARY.GTK); 2511 2512 // gtk.CellEditable 2513 2514 2515 // gtk.CellRendererAccel 2516 2517 Linker.link(gtk_cell_renderer_accel_new, \"gtk_cell_renderer_accel_new\", LIBRARY.GTK); 2518 2519 // gtk.CellRendererCombo 2520 2521 Linker.link(gtk_cell_renderer_combo_new, \"gtk_cell_renderer_combo_new\", LIBRARY.GTK); 2522 2523 // gtk.CellRendererPixbuf 2524 2525 Linker.link(gtk_cell_renderer_pixbuf_new, \"gtk_cell_renderer_pixbuf_new\", LIBRARY.GTK); 2526 2527 // gtk.CellRendererProgress 2528 2529 Linker.link(gtk_cell_renderer_progress_new, \"gtk_cell_renderer_progress_new\", LIBRARY.GTK); 2530 2531 // gtk.CellRendererSpin 2532 2533 Linker.link(gtk_cell_renderer_spin_new, \"gtk_cell_renderer_spin_new\", LIBRARY.GTK); 2534 2535 // gtk.CellRendererText 2536 2537 Linker.link(gtk_cell_renderer_text_new, \"gtk_cell_renderer_text_new\", LIBRARY.GTK); 2538 Linker.link(gtk_cell_renderer_text_set_fixed_height_from_font, \"gtk_cell_renderer_text_set_fixed_height_from_font\", LIBRARY.GTK); 2539 2540 // gtk.CellRendererToggle 2541 2542 Linker.link(gtk_cell_renderer_toggle_new, \"gtk_cell_renderer_toggle_new\", LIBRARY.GTK); 2543 Linker.link(gtk_cell_renderer_toggle_get_radio, \"gtk_cell_renderer_toggle_get_radio\", LIBRARY.GTK); 2544 Linker.link(gtk_cell_renderer_toggle_set_radio, \"gtk_cell_renderer_toggle_set_radio\", LIBRARY.GTK); 2545 Linker.link(gtk_cell_renderer_toggle_get_active, \"gtk_cell_renderer_toggle_get_active\", LIBRARY.GTK); 2546 Linker.link(gtk_cell_renderer_toggle_set_active, \"gtk_cell_renderer_toggle_set_active\", LIBRARY.GTK); 2547 Linker.link(gtk_cell_renderer_toggle_get_activatable, \"gtk_cell_renderer_toggle_get_activatable\", LIBRARY.GTK); 2548 Linker.link(gtk_cell_renderer_toggle_set_activatable, \"gtk_cell_renderer_toggle_set_activatable\", LIBRARY.GTK); 2549 2550 // gtk.CellRendererSpinner 2551 2552 Linker.link(gtk_cell_renderer_spinner_new, \"gtk_cell_renderer_spinner_new\", LIBRARY.GTK); 2553 2554 // gtk. 2555 2556 2557 // gtk.ListStore 2558 2559 Linker.link(gtk_list_store_new, \"gtk_list_store_new\", LIBRARY.GTK); 2560 Linker.link(gtk_list_store_newv, \"gtk_list_store_newv\", LIBRARY.GTK); 2561 Linker.link(gtk_list_store_set_column_types, \"gtk_list_store_set_column_types\", LIBRARY.GTK); 2562 Linker.link(gtk_list_store_set, \"gtk_list_store_set\", LIBRARY.GTK); 2563 Linker.link(gtk_list_store_set_valist, \"gtk_list_store_set_valist\", LIBRARY.GTK); 2564 Linker.link(gtk_list_store_set_value, \"gtk_list_store_set_value\", LIBRARY.GTK); 2565 Linker.link(gtk_list_store_set_valuesv, \"gtk_list_store_set_valuesv\", LIBRARY.GTK); 2566 Linker.link(gtk_list_store_remove, \"gtk_list_store_remove\", LIBRARY.GTK); 2567 Linker.link(gtk_list_store_insert, \"gtk_list_store_insert\", LIBRARY.GTK); 2568 Linker.link(gtk_list_store_insert_before, \"gtk_list_store_insert_before\", LIBRARY.GTK); 2569 Linker.link(gtk_list_store_insert_after, \"gtk_list_store_insert_after\", LIBRARY.GTK); 2570 Linker.link(gtk_list_store_insert_with_values, \"gtk_list_store_insert_with_values\", LIBRARY.GTK); 2571 Linker.link(gtk_list_store_insert_with_valuesv, \"gtk_list_store_insert_with_valuesv\", LIBRARY.GTK); 2572 Linker.link(gtk_list_store_prepend, \"gtk_list_store_prepend\", LIBRARY.GTK); 2573 Linker.link(gtk_list_store_append, \"gtk_list_store_append\", LIBRARY.GTK); 2574 Linker.link(gtk_list_store_clear, \"gtk_list_store_clear\", LIBRARY.GTK); 2575 Linker.link(gtk_list_store_iter_is_valid, \"gtk_list_store_iter_is_valid\", LIBRARY.GTK); 2576 Linker.link(gtk_list_store_reorder, \"gtk_list_store_reorder\", LIBRARY.GTK); 2577 Linker.link(gtk_list_store_swap, \"gtk_list_store_swap\", LIBRARY.GTK); 2578 Linker.link(gtk_list_store_move_before, \"gtk_list_store_move_before\", LIBRARY.GTK); 2579 Linker.link(gtk_list_store_move_after, \"gtk_list_store_move_after\", LIBRARY.GTK); 2580 2581 // gtk.TreeStore 2582 2583 Linker.link(gtk_tree_store_new, \"gtk_tree_store_new\", LIBRARY.GTK); 2584 Linker.link(gtk_tree_store_newv, \"gtk_tree_store_newv\", LIBRARY.GTK); 2585 Linker.link(gtk_tree_store_set_column_types, \"gtk_tree_store_set_column_types\", LIBRARY.GTK); 2586 Linker.link(gtk_tree_store_set_value, \"gtk_tree_store_set_value\", LIBRARY.GTK); 2587 Linker.link(gtk_tree_store_set, \"gtk_tree_store_set\", LIBRARY.GTK); 2588 Linker.link(gtk_tree_store_set_valist, \"gtk_tree_store_set_valist\", LIBRARY.GTK); 2589 Linker.link(gtk_tree_store_set_valuesv, \"gtk_tree_store_set_valuesv\", LIBRARY.GTK); 2590 Linker.link(gtk_tree_store_remove, \"gtk_tree_store_remove\", LIBRARY.GTK); 2591 Linker.link(gtk_tree_store_insert, \"gtk_tree_store_insert\", LIBRARY.GTK); 2592 Linker.link(gtk_tree_store_insert_before, \"gtk_tree_store_insert_before\", LIBRARY.GTK); 2593 Linker.link(gtk_tree_store_insert_after, \"gtk_tree_store_insert_after\", LIBRARY.GTK); 2594 Linker.link(gtk_tree_store_insert_with_values, \"gtk_tree_store_insert_with_values\", LIBRARY.GTK); 2595 Linker.link(gtk_tree_store_insert_with_valuesv, \"gtk_tree_store_insert_with_valuesv\", LIBRARY.GTK); 2596 Linker.link(gtk_tree_store_prepend, \"gtk_tree_store_prepend\", LIBRARY.GTK); 2597 Linker.link(gtk_tree_store_append, \"gtk_tree_store_append\", LIBRARY.GTK); 2598 Linker.link(gtk_tree_store_is_ancestor, \"gtk_tree_store_is_ancestor\", LIBRARY.GTK); 2599 Linker.link(gtk_tree_store_iter_depth, \"gtk_tree_store_iter_depth\", LIBRARY.GTK); 2600 Linker.link(gtk_tree_store_clear, \"gtk_tree_store_clear\", LIBRARY.GTK); 2601 Linker.link(gtk_tree_store_iter_is_valid, \"gtk_tree_store_iter_is_valid\", LIBRARY.GTK); 2602 Linker.link(gtk_tree_store_reorder, \"gtk_tree_store_reorder\", LIBRARY.GTK); 2603 Linker.link(gtk_tree_store_swap, \"gtk_tree_store_swap\", LIBRARY.GTK); 2604 Linker.link(gtk_tree_store_move_before, \"gtk_tree_store_move_before\", LIBRARY.GTK); 2605 Linker.link(gtk_tree_store_move_after, \"gtk_tree_store_move_after\", LIBRARY.GTK); 2606 2607 // gtk.ComboBox 2608 2609 Linker.link(gtk_combo_box_new, \"gtk_combo_box_new\", LIBRARY.GTK); 2610 Linker.link(gtk_combo_box_new_with_entry, \"gtk_combo_box_new_with_entry\", LIBRARY.GTK); 2611 Linker.link(gtk_combo_box_new_with_model, \"gtk_combo_box_new_with_model\", LIBRARY.GTK); 2612 Linker.link(gtk_combo_box_new_with_model_and_entry, \"gtk_combo_box_new_with_model_and_entry\", LIBRARY.GTK); 2613 Linker.link(gtk_combo_box_new_with_area, \"gtk_combo_box_new_with_area\", LIBRARY.GTK); 2614 Linker.link(gtk_combo_box_new_with_area_and_entry, \"gtk_combo_box_new_with_area_and_entry\", LIBRARY.GTK); 2615 Linker.link(gtk_combo_box_get_wrap_width, \"gtk_combo_box_get_wrap_width\", LIBRARY.GTK); 2616 Linker.link(gtk_combo_box_set_wrap_width, \"gtk_combo_box_set_wrap_width\", LIBRARY.GTK); 2617 Linker.link(gtk_combo_box_get_row_span_column, \"gtk_combo_box_get_row_span_column\", LIBRARY.GTK); 2618 Linker.link(gtk_combo_box_set_row_span_column, \"gtk_combo_box_set_row_span_column\", LIBRARY.GTK); 2619 Linker.link(gtk_combo_box_get_column_span_column, \"gtk_combo_box_get_column_span_column\", LIBRARY.GTK); 2620 Linker.link(gtk_combo_box_set_column_span_column, \"gtk_combo_box_set_column_span_column\", LIBRARY.GTK); 2621 Linker.link(gtk_combo_box_get_active, \"gtk_combo_box_get_active\", LIBRARY.GTK); 2622 Linker.link(gtk_combo_box_set_active, \"gtk_combo_box_set_active\", LIBRARY.GTK); 2623 Linker.link(gtk_combo_box_get_active_iter, \"gtk_combo_box_get_active_iter\", LIBRARY.GTK); 2624 Linker.link(gtk_combo_box_set_active_iter, \"gtk_combo_box_set_active_iter\", LIBRARY.GTK); 2625 Linker.link(gtk_combo_box_get_id_column, \"gtk_combo_box_get_id_column\", LIBRARY.GTK); 2626 Linker.link(gtk_combo_box_set_id_column, \"gtk_combo_box_set_id_column\", LIBRARY.GTK); 2627 Linker.link(gtk_combo_box_get_active_id, \"gtk_combo_box_get_active_id\", LIBRARY.GTK); 2628 Linker.link(gtk_combo_box_set_active_id, \"gtk_combo_box_set_active_id\", LIBRARY.GTK); 2629 Linker.link(gtk_combo_box_get_model, \"gtk_combo_box_get_model\", LIBRARY.GTK); 2630 Linker.link(gtk_combo_box_set_model, \"gtk_combo_box_set_model\", LIBRARY.GTK); 2631 Linker.link(gtk_combo_box_popup_for_device, \"gtk_combo_box_popup_for_device\", LIBRARY.GTK); 2632 Linker.link(gtk_combo_box_popup, \"gtk_combo_box_popup\", LIBRARY.GTK); 2633 Linker.link(gtk_combo_box_popdown, \"gtk_combo_box_popdown\", LIBRARY.GTK); 2634 Linker.link(gtk_combo_box_get_popup_accessible, \"gtk_combo_box_get_popup_accessible\", LIBRARY.GTK); 2635 Linker.link(gtk_combo_box_get_row_separator_func, \"gtk_combo_box_get_row_separator_func\", LIBRARY.GTK); 2636 Linker.link(gtk_combo_box_set_row_separator_func, \"gtk_combo_box_set_row_separator_func\", LIBRARY.GTK); 2637 Linker.link(gtk_combo_box_set_add_tearoffs, \"gtk_combo_box_set_add_tearoffs\", LIBRARY.GTK); 2638 Linker.link(gtk_combo_box_get_add_tearoffs, \"gtk_combo_box_get_add_tearoffs\", LIBRARY.GTK); 2639 Linker.link(gtk_combo_box_set_title, \"gtk_combo_box_set_title\", LIBRARY.GTK); 2640 Linker.link(gtk_combo_box_get_title, \"gtk_combo_box_get_title\", LIBRARY.GTK); 2641 Linker.link(gtk_combo_box_set_focus_on_click, \"gtk_combo_box_set_focus_on_click\", LIBRARY.GTK); 2642 Linker.link(gtk_combo_box_get_focus_on_click, \"gtk_combo_box_get_focus_on_click\", LIBRARY.GTK); 2643 Linker.link(gtk_combo_box_set_button_sensitivity, \"gtk_combo_box_set_button_sensitivity\", LIBRARY.GTK); 2644 Linker.link(gtk_combo_box_get_button_sensitivity, \"gtk_combo_box_get_button_sensitivity\", LIBRARY.GTK); 2645 Linker.link(gtk_combo_box_get_has_entry, \"gtk_combo_box_get_has_entry\", LIBRARY.GTK); 2646 Linker.link(gtk_combo_box_set_entry_text_column, \"gtk_combo_box_set_entry_text_column\", LIBRARY.GTK); 2647 Linker.link(gtk_combo_box_get_entry_text_column, \"gtk_combo_box_get_entry_text_column\", LIBRARY.GTK); 2648 Linker.link(gtk_combo_box_set_popup_fixed_width, \"gtk_combo_box_set_popup_fixed_width\", LIBRARY.GTK); 2649 Linker.link(gtk_combo_box_get_popup_fixed_width, \"gtk_combo_box_get_popup_fixed_width\", LIBRARY.GTK); 2650 2651 // gtk.ComboBoxText 2652 2653 Linker.link(gtk_combo_box_text_new, \"gtk_combo_box_text_new\", LIBRARY.GTK); 2654 Linker.link(gtk_combo_box_text_new_with_entry, \"gtk_combo_box_text_new_with_entry\", LIBRARY.GTK); 2655 Linker.link(gtk_combo_box_text_append, \"gtk_combo_box_text_append\", LIBRARY.GTK); 2656 Linker.link(gtk_combo_box_text_prepend, \"gtk_combo_box_text_prepend\", LIBRARY.GTK); 2657 Linker.link(gtk_combo_box_text_insert, \"gtk_combo_box_text_insert\", LIBRARY.GTK); 2658 Linker.link(gtk_combo_box_text_append_text, \"gtk_combo_box_text_append_text\", LIBRARY.GTK); 2659 Linker.link(gtk_combo_box_text_prepend_text, \"gtk_combo_box_text_prepend_text\", LIBRARY.GTK); 2660 Linker.link(gtk_combo_box_text_insert_text, \"gtk_combo_box_text_insert_text\", LIBRARY.GTK); 2661 Linker.link(gtk_combo_box_text_remove, \"gtk_combo_box_text_remove\", LIBRARY.GTK); 2662 Linker.link(gtk_combo_box_text_remove_all, \"gtk_combo_box_text_remove_all\", LIBRARY.GTK); 2663 Linker.link(gtk_combo_box_text_get_active_text, \"gtk_combo_box_text_get_active_text\", LIBRARY.GTK); 2664 2665 // gtk.Menu 2666 2667 Linker.link(gtk_menu_new, \"gtk_menu_new\", LIBRARY.GTK); 2668 Linker.link(gtk_menu_new_from_model, \"gtk_menu_new_from_model\", LIBRARY.GTK); 2669 Linker.link(gtk_menu_set_screen, \"gtk_menu_set_screen\", LIBRARY.GTK); 2670 Linker.link(gtk_menu_reorder_child, \"gtk_menu_reorder_child\", LIBRARY.GTK); 2671 Linker.link(gtk_menu_attach, \"gtk_menu_attach\", LIBRARY.GTK); 2672 Linker.link(gtk_menu_popup_for_device, \"gtk_menu_popup_for_device\", LIBRARY.GTK); 2673 Linker.link(gtk_menu_popup, \"gtk_menu_popup\", LIBRARY.GTK); 2674 Linker.link(gtk_menu_set_accel_group, \"gtk_menu_set_accel_group\", LIBRARY.GTK); 2675 Linker.link(gtk_menu_get_accel_group, \"gtk_menu_get_accel_group\", LIBRARY.GTK); 2676 Linker.link(gtk_menu_set_accel_path, \"gtk_menu_set_accel_path\", LIBRARY.GTK); 2677 Linker.link(gtk_menu_get_accel_path, \"gtk_menu_get_accel_path\", LIBRARY.GTK); 2678 Linker.link(gtk_menu_set_title, \"gtk_menu_set_title\", LIBRARY.GTK); 2679 Linker.link(gtk_menu_get_title, \"gtk_menu_get_title\", LIBRARY.GTK); 2680 Linker.link(gtk_menu_set_monitor, \"gtk_menu_set_monitor\", LIBRARY.GTK); 2681 Linker.link(gtk_menu_get_monitor, \"gtk_menu_get_monitor\", LIBRARY.GTK); 2682 Linker.link(gtk_menu_get_tearoff_state, \"gtk_menu_get_tearoff_state\", LIBRARY.GTK); 2683 Linker.link(gtk_menu_set_reserve_toggle_size, \"gtk_menu_set_reserve_toggle_size\", LIBRARY.GTK); 2684 Linker.link(gtk_menu_get_reserve_toggle_size, \"gtk_menu_get_reserve_toggle_size\", LIBRARY.GTK); 2685 Linker.link(gtk_menu_popdown, \"gtk_menu_popdown\", LIBRARY.GTK); 2686 Linker.link(gtk_menu_reposition, \"gtk_menu_reposition\", LIBRARY.GTK); 2687 Linker.link(gtk_menu_get_active, \"gtk_menu_get_active\", LIBRARY.GTK); 2688 Linker.link(gtk_menu_set_active, \"gtk_menu_set_active\", LIBRARY.GTK); 2689 Linker.link(gtk_menu_set_tearoff_state, \"gtk_menu_set_tearoff_state\", LIBRARY.GTK); 2690 Linker.link(gtk_menu_attach_to_widget, \"gtk_menu_attach_to_widget\", LIBRARY.GTK); 2691 Linker.link(gtk_menu_detach, \"gtk_menu_detach\", LIBRARY.GTK); 2692 Linker.link(gtk_menu_get_attach_widget, \"gtk_menu_get_attach_widget\", LIBRARY.GTK); 2693 Linker.link(gtk_menu_get_for_attach_widget, \"gtk_menu_get_for_attach_widget\", LIBRARY.GTK); 2694 2695 // gtk.MenuBar 2696 2697 Linker.link(gtk_menu_bar_new, \"gtk_menu_bar_new\", LIBRARY.GTK); 2698 Linker.link(gtk_menu_bar_new_from_model, \"gtk_menu_bar_new_from_model\", LIBRARY.GTK); 2699 Linker.link(gtk_menu_bar_set_pack_direction, \"gtk_menu_bar_set_pack_direction\", LIBRARY.GTK); 2700 Linker.link(gtk_menu_bar_get_pack_direction, \"gtk_menu_bar_get_pack_direction\", LIBRARY.GTK); 2701 Linker.link(gtk_menu_bar_set_child_pack_direction, \"gtk_menu_bar_set_child_pack_direction\", LIBRARY.GTK); 2702 Linker.link(gtk_menu_bar_get_child_pack_direction, \"gtk_menu_bar_get_child_pack_direction\", LIBRARY.GTK); 2703 2704 // gtk.MenuItem 2705 2706 Linker.link(gtk_menu_item_new, \"gtk_menu_item_new\", LIBRARY.GTK); 2707 Linker.link(gtk_menu_item_new_with_label, \"gtk_menu_item_new_with_label\", LIBRARY.GTK); 2708 Linker.link(gtk_menu_item_new_with_mnemonic, \"gtk_menu_item_new_with_mnemonic\", LIBRARY.GTK); 2709 Linker.link(gtk_menu_item_set_right_justified, \"gtk_menu_item_set_right_justified\", LIBRARY.GTK); 2710 Linker.link(gtk_menu_item_get_right_justified, \"gtk_menu_item_get_right_justified\", LIBRARY.GTK); 2711 Linker.link(gtk_menu_item_get_label, \"gtk_menu_item_get_label\", LIBRARY.GTK); 2712 Linker.link(gtk_menu_item_set_label, \"gtk_menu_item_set_label\", LIBRARY.GTK); 2713 Linker.link(gtk_menu_item_get_use_underline, \"gtk_menu_item_get_use_underline\", LIBRARY.GTK); 2714 Linker.link(gtk_menu_item_set_use_underline, \"gtk_menu_item_set_use_underline\", LIBRARY.GTK); 2715 Linker.link(gtk_menu_item_set_submenu, \"gtk_menu_item_set_submenu\", LIBRARY.GTK); 2716 Linker.link(gtk_menu_item_get_submenu, \"gtk_menu_item_get_submenu\", LIBRARY.GTK); 2717 Linker.link(gtk_menu_item_set_accel_path, \"gtk_menu_item_set_accel_path\", LIBRARY.GTK); 2718 Linker.link(gtk_menu_item_get_accel_path, \"gtk_menu_item_get_accel_path\", LIBRARY.GTK); 2719 Linker.link(gtk_menu_item_select, \"gtk_menu_item_select\", LIBRARY.GTK); 2720 Linker.link(gtk_menu_item_deselect, \"gtk_menu_item_deselect\", LIBRARY.GTK); 2721 Linker.link(gtk_menu_item_activate, \"gtk_menu_item_activate\", LIBRARY.GTK); 2722 Linker.link(gtk_menu_item_toggle_size_request, \"gtk_menu_item_toggle_size_request\", LIBRARY.GTK); 2723 Linker.link(gtk_menu_item_toggle_size_allocate, \"gtk_menu_item_toggle_size_allocate\", LIBRARY.GTK); 2724 Linker.link(gtk_menu_item_get_reserve_indicator, \"gtk_menu_item_get_reserve_indicator\", LIBRARY.GTK); 2725 Linker.link(gtk_menu_item_set_reserve_indicator, \"gtk_menu_item_set_reserve_indicator\", LIBRARY.GTK); 2726 2727 // gtk.RadioMenuItem 2728 2729 Linker.link(gtk_radio_menu_item_new, \"gtk_radio_menu_item_new\", LIBRARY.GTK); 2730 Linker.link(gtk_radio_menu_item_new_with_label, \"gtk_radio_menu_item_new_with_label\", LIBRARY.GTK); 2731 Linker.link(gtk_radio_menu_item_new_with_mnemonic, \"gtk_radio_menu_item_new_with_mnemonic\", LIBRARY.GTK); 2732 Linker.link(gtk_radio_menu_item_new_from_widget, \"gtk_radio_menu_item_new_from_widget\", LIBRARY.GTK); 2733 Linker.link(gtk_radio_menu_item_new_with_label_from_widget, \"gtk_radio_menu_item_new_with_label_from_widget\", LIBRARY.GTK); 2734 Linker.link(gtk_radio_menu_item_new_with_mnemonic_from_widget, \"gtk_radio_menu_item_new_with_mnemonic_from_widget\", LIBRARY.GTK); 2735 Linker.link(gtk_radio_menu_item_set_group, \"gtk_radio_menu_item_set_group\", LIBRARY.GTK); 2736 Linker.link(gtk_radio_menu_item_get_group, \"gtk_radio_menu_item_get_group\", LIBRARY.GTK); 2737 2738 // gtk.CheckMenuItem 2739 2740 Linker.link(gtk_check_menu_item_new, \"gtk_check_menu_item_new\", LIBRARY.GTK); 2741 Linker.link(gtk_check_menu_item_new_with_label, \"gtk_check_menu_item_new_with_label\", LIBRARY.GTK); 2742 Linker.link(gtk_check_menu_item_new_with_mnemonic, \"gtk_check_menu_item_new_with_mnemonic\", LIBRARY.GTK); 2743 Linker.link(gtk_check_menu_item_get_active, \"gtk_check_menu_item_get_active\", LIBRARY.GTK); 2744 Linker.link(gtk_check_menu_item_set_active, \"gtk_check_menu_item_set_active\", LIBRARY.GTK); 2745 Linker.link(gtk_check_menu_item_toggled, \"gtk_check_menu_item_toggled\", LIBRARY.GTK); 2746 Linker.link(gtk_check_menu_item_get_inconsistent, \"gtk_check_menu_item_get_inconsistent\", LIBRARY.GTK); 2747 Linker.link(gtk_check_menu_item_set_inconsistent, \"gtk_check_menu_item_set_inconsistent\", LIBRARY.GTK); 2748 Linker.link(gtk_check_menu_item_set_draw_as_radio, \"gtk_check_menu_item_set_draw_as_radio\", LIBRARY.GTK); 2749 Linker.link(gtk_check_menu_item_get_draw_as_radio, \"gtk_check_menu_item_get_draw_as_radio\", LIBRARY.GTK); 2750 2751 // gtk.SeparatorMenuItem 2752 2753 Linker.link(gtk_separator_menu_item_new, \"gtk_separator_menu_item_new\", LIBRARY.GTK); 2754 2755 // gtk.ToolShellT 2756 2757 2758 // gtk.ToolShellT 2759 2760 Linker.link(gtk_tool_shell_get_ellipsize_mode, \"gtk_tool_shell_get_ellipsize_mode\", LIBRARY.GTK); 2761 Linker.link(gtk_tool_shell_get_icon_size, \"gtk_tool_shell_get_icon_size\", LIBRARY.GTK); 2762 Linker.link(gtk_tool_shell_get_orientation, \"gtk_tool_shell_get_orientation\", LIBRARY.GTK); 2763 Linker.link(gtk_tool_shell_get_relief_style, \"gtk_tool_shell_get_relief_style\", LIBRARY.GTK); 2764 Linker.link(gtk_tool_shell_get_style, \"gtk_tool_shell_get_style\", LIBRARY.GTK); 2765 Linker.link(gtk_tool_shell_get_text_alignment, \"gtk_tool_shell_get_text_alignment\", LIBRARY.GTK); 2766 Linker.link(gtk_tool_shell_get_text_orientation, \"gtk_tool_shell_get_text_orientation\", LIBRARY.GTK); 2767 Linker.link(gtk_tool_shell_rebuild_menu, \"gtk_tool_shell_rebuild_menu\", LIBRARY.GTK); 2768 Linker.link(gtk_tool_shell_get_text_size_group, \"gtk_tool_shell_get_text_size_group\", LIBRARY.GTK); 2769 2770 // gtk.Toolbar 2771 2772 Linker.link(gtk_toolbar_new, \"gtk_toolbar_new\", LIBRARY.GTK); 2773 Linker.link(gtk_toolbar_insert, \"gtk_toolbar_insert\", LIBRARY.GTK); 2774 Linker.link(gtk_toolbar_get_item_index, \"gtk_toolbar_get_item_index\", LIBRARY.GTK); 2775 Linker.link(gtk_toolbar_get_n_items, \"gtk_toolbar_get_n_items\", LIBRARY.GTK); 2776 Linker.link(gtk_toolbar_get_nth_item, \"gtk_toolbar_get_nth_item\", LIBRARY.GTK); 2777 Linker.link(gtk_toolbar_get_drop_index, \"gtk_toolbar_get_drop_index\", LIBRARY.GTK); 2778 Linker.link(gtk_toolbar_set_drop_highlight_item, \"gtk_toolbar_set_drop_highlight_item\", LIBRARY.GTK); 2779 Linker.link(gtk_toolbar_set_show_arrow, \"gtk_toolbar_set_show_arrow\", LIBRARY.GTK); 2780 Linker.link(gtk_toolbar_unset_icon_size, \"gtk_toolbar_unset_icon_size\", LIBRARY.GTK); 2781 Linker.link(gtk_toolbar_get_show_arrow, \"gtk_toolbar_get_show_arrow\", LIBRARY.GTK); 2782 Linker.link(gtk_toolbar_get_style, \"gtk_toolbar_get_style\", LIBRARY.GTK); 2783 Linker.link(gtk_toolbar_get_icon_size, \"gtk_toolbar_get_icon_size\", LIBRARY.GTK); 2784 Linker.link(gtk_toolbar_get_relief_style, \"gtk_toolbar_get_relief_style\", LIBRARY.GTK); 2785 Linker.link(gtk_toolbar_set_style, \"gtk_toolbar_set_style\", LIBRARY.GTK); 2786 Linker.link(gtk_toolbar_set_icon_size, \"gtk_toolbar_set_icon_size\", LIBRARY.GTK); 2787 Linker.link(gtk_toolbar_unset_style, \"gtk_toolbar_unset_style\", LIBRARY.GTK); 2788 2789 // gtk.ToolItem 2790 2791 Linker.link(gtk_tool_item_new, \"gtk_tool_item_new\", LIBRARY.GTK); 2792 Linker.link(gtk_tool_item_set_homogeneous, \"gtk_tool_item_set_homogeneous\", LIBRARY.GTK); 2793 Linker.link(gtk_tool_item_get_homogeneous, \"gtk_tool_item_get_homogeneous\", LIBRARY.GTK); 2794 Linker.link(gtk_tool_item_set_expand, \"gtk_tool_item_set_expand\", LIBRARY.GTK); 2795 Linker.link(gtk_tool_item_get_expand, \"gtk_tool_item_get_expand\", LIBRARY.GTK); 2796 Linker.link(gtk_tool_item_set_tooltip_text, \"gtk_tool_item_set_tooltip_text\", LIBRARY.GTK); 2797 Linker.link(gtk_tool_item_set_tooltip_markup, \"gtk_tool_item_set_tooltip_markup\", LIBRARY.GTK); 2798 Linker.link(gtk_tool_item_set_use_drag_window, \"gtk_tool_item_set_use_drag_window\", LIBRARY.GTK); 2799 Linker.link(gtk_tool_item_get_use_drag_window, \"gtk_tool_item_get_use_drag_window\", LIBRARY.GTK); 2800 Linker.link(gtk_tool_item_set_visible_horizontal, \"gtk_tool_item_set_visible_horizontal\", LIBRARY.GTK); 2801 Linker.link(gtk_tool_item_get_visible_horizontal, \"gtk_tool_item_get_visible_horizontal\", LIBRARY.GTK); 2802 Linker.link(gtk_tool_item_set_visible_vertical, \"gtk_tool_item_set_visible_vertical\", LIBRARY.GTK); 2803 Linker.link(gtk_tool_item_get_visible_vertical, \"gtk_tool_item_get_visible_vertical\", LIBRARY.GTK); 2804 Linker.link(gtk_tool_item_set_is_important, \"gtk_tool_item_set_is_important\", LIBRARY.GTK); 2805 Linker.link(gtk_tool_item_get_is_important, \"gtk_tool_item_get_is_important\", LIBRARY.GTK); 2806 Linker.link(gtk_tool_item_get_ellipsize_mode, \"gtk_tool_item_get_ellipsize_mode\", LIBRARY.GTK); 2807 Linker.link(gtk_tool_item_get_icon_size, \"gtk_tool_item_get_icon_size\", LIBRARY.GTK); 2808 Linker.link(gtk_tool_item_get_orientation, \"gtk_tool_item_get_orientation\", LIBRARY.GTK); 2809 Linker.link(gtk_tool_item_get_toolbar_style, \"gtk_tool_item_get_toolbar_style\", LIBRARY.GTK); 2810 Linker.link(gtk_tool_item_get_relief_style, \"gtk_tool_item_get_relief_style\", LIBRARY.GTK); 2811 Linker.link(gtk_tool_item_get_text_alignment, \"gtk_tool_item_get_text_alignment\", LIBRARY.GTK); 2812 Linker.link(gtk_tool_item_get_text_orientation, \"gtk_tool_item_get_text_orientation\", LIBRARY.GTK); 2813 Linker.link(gtk_tool_item_retrieve_proxy_menu_item, \"gtk_tool_item_retrieve_proxy_menu_item\", LIBRARY.GTK); 2814 Linker.link(gtk_tool_item_get_proxy_menu_item, \"gtk_tool_item_get_proxy_menu_item\", LIBRARY.GTK); 2815 Linker.link(gtk_tool_item_set_proxy_menu_item, \"gtk_tool_item_set_proxy_menu_item\", LIBRARY.GTK); 2816 Linker.link(gtk_tool_item_rebuild_menu, \"gtk_tool_item_rebuild_menu\", LIBRARY.GTK); 2817 Linker.link(gtk_tool_item_toolbar_reconfigured, \"gtk_tool_item_toolbar_reconfigured\", LIBRARY.GTK); 2818 Linker.link(gtk_tool_item_get_text_size_group, \"gtk_tool_item_get_text_size_group\", LIBRARY.GTK); 2819 2820 // gtk.ToolPalette 2821 2822 Linker.link(gtk_tool_palette_new, \"gtk_tool_palette_new\", LIBRARY.GTK); 2823 Linker.link(gtk_tool_palette_get_exclusive, \"gtk_tool_palette_get_exclusive\", LIBRARY.GTK); 2824 Linker.link(gtk_tool_palette_set_exclusive, \"gtk_tool_palette_set_exclusive\", LIBRARY.GTK); 2825 Linker.link(gtk_tool_palette_get_expand, \"gtk_tool_palette_get_expand\", LIBRARY.GTK); 2826 Linker.link(gtk_tool_palette_set_expand, \"gtk_tool_palette_set_expand\", LIBRARY.GTK); 2827 Linker.link(gtk_tool_palette_get_group_position, \"gtk_tool_palette_get_group_position\", LIBRARY.GTK); 2828 Linker.link(gtk_tool_palette_set_group_position, \"gtk_tool_palette_set_group_position\", LIBRARY.GTK); 2829 Linker.link(gtk_tool_palette_get_icon_size, \"gtk_tool_palette_get_icon_size\", LIBRARY.GTK); 2830 Linker.link(gtk_tool_palette_set_icon_size, \"gtk_tool_palette_set_icon_size\", LIBRARY.GTK); 2831 Linker.link(gtk_tool_palette_unset_icon_size, \"gtk_tool_palette_unset_icon_size\", LIBRARY.GTK); 2832 Linker.link(gtk_tool_palette_get_style, \"gtk_tool_palette_get_style\", LIBRARY.GTK); 2833 Linker.link(gtk_tool_palette_set_style, \"gtk_tool_palette_set_style\", LIBRARY.GTK); 2834 Linker.link(gtk_tool_palette_unset_style, \"gtk_tool_palette_unset_style\", LIBRARY.GTK); 2835 Linker.link(gtk_tool_palette_add_drag_dest, \"gtk_tool_palette_add_drag_dest\", LIBRARY.GTK); 2836 Linker.link(gtk_tool_palette_get_drag_item, \"gtk_tool_palette_get_drag_item\", LIBRARY.GTK); 2837 Linker.link(gtk_tool_palette_get_drag_target_group, \"gtk_tool_palette_get_drag_target_group\", LIBRARY.GTK); 2838 Linker.link(gtk_tool_palette_get_drag_target_item, \"gtk_tool_palette_get_drag_target_item\", LIBRARY.GTK); 2839 Linker.link(gtk_tool_palette_get_drop_group, \"gtk_tool_palette_get_drop_group\", LIBRARY.GTK); 2840 Linker.link(gtk_tool_palette_get_drop_item, \"gtk_tool_palette_get_drop_item\", LIBRARY.GTK); 2841 Linker.link(gtk_tool_palette_set_drag_source, \"gtk_tool_palette_set_drag_source\", LIBRARY.GTK); 2842 Linker.link(gtk_tool_palette_get_hadjustment, \"gtk_tool_palette_get_hadjustment\", LIBRARY.GTK); 2843 Linker.link(gtk_tool_palette_get_vadjustment, \"gtk_tool_palette_get_vadjustment\", LIBRARY.GTK); 2844 2845 // gtk.ToolItemGroup 2846 2847 Linker.link(gtk_tool_item_group_get_collapsed, \"gtk_tool_item_group_get_collapsed\", LIBRARY.GTK); 2848 Linker.link(gtk_tool_item_group_get_drop_item, \"gtk_tool_item_group_get_drop_item\", LIBRARY.GTK); 2849 Linker.link(gtk_tool_item_group_get_ellipsize, \"gtk_tool_item_group_get_ellipsize\", LIBRARY.GTK); 2850 Linker.link(gtk_tool_item_group_get_item_position, \"gtk_tool_item_group_get_item_position\", LIBRARY.GTK); 2851 Linker.link(gtk_tool_item_group_get_n_items, \"gtk_tool_item_group_get_n_items\", LIBRARY.GTK); 2852 Linker.link(gtk_tool_item_group_get_label, \"gtk_tool_item_group_get_label\", LIBRARY.GTK); 2853 Linker.link(gtk_tool_item_group_get_label_widget, \"gtk_tool_item_group_get_label_widget\", LIBRARY.GTK); 2854 Linker.link(gtk_tool_item_group_get_nth_item, \"gtk_tool_item_group_get_nth_item\", LIBRARY.GTK); 2855 Linker.link(gtk_tool_item_group_get_header_relief, \"gtk_tool_item_group_get_header_relief\", LIBRARY.GTK); 2856 Linker.link(gtk_tool_item_group_insert, \"gtk_tool_item_group_insert\", LIBRARY.GTK); 2857 Linker.link(gtk_tool_item_group_new, \"gtk_tool_item_group_new\", LIBRARY.GTK); 2858 Linker.link(gtk_tool_item_group_set_collapsed, \"gtk_tool_item_group_set_collapsed\", LIBRARY.GTK); 2859 Linker.link(gtk_tool_item_group_set_ellipsize, \"gtk_tool_item_group_set_ellipsize\", LIBRARY.GTK); 2860 Linker.link(gtk_tool_item_group_set_item_position, \"gtk_tool_item_group_set_item_position\", LIBRARY.GTK); 2861 Linker.link(gtk_tool_item_group_set_label, \"gtk_tool_item_group_set_label\", LIBRARY.GTK); 2862 Linker.link(gtk_tool_item_group_set_label_widget, \"gtk_tool_item_group_set_label_widget\", LIBRARY.GTK); 2863 Linker.link(gtk_tool_item_group_set_header_relief, \"gtk_tool_item_group_set_header_relief\", LIBRARY.GTK); 2864 2865 // gtk.SeparatorToolItem 2866 2867 Linker.link(gtk_separator_tool_item_new, \"gtk_separator_tool_item_new\", LIBRARY.GTK); 2868 Linker.link(gtk_separator_tool_item_set_draw, \"gtk_separator_tool_item_set_draw\", LIBRARY.GTK); 2869 Linker.link(gtk_separator_tool_item_get_draw, \"gtk_separator_tool_item_get_draw\", LIBRARY.GTK); 2870 2871 // gtk.ToolButton 2872 2873 Linker.link(gtk_tool_button_new, \"gtk_tool_button_new\", LIBRARY.GTK); 2874 Linker.link(gtk_tool_button_new_from_stock, \"gtk_tool_button_new_from_stock\", LIBRARY.GTK); 2875 Linker.link(gtk_tool_button_set_label, \"gtk_tool_button_set_label\", LIBRARY.GTK); 2876 Linker.link(gtk_tool_button_get_label, \"gtk_tool_button_get_label\", LIBRARY.GTK); 2877 Linker.link(gtk_tool_button_set_use_underline, \"gtk_tool_button_set_use_underline\", LIBRARY.GTK); 2878 Linker.link(gtk_tool_button_get_use_underline, \"gtk_tool_button_get_use_underline\", LIBRARY.GTK); 2879 Linker.link(gtk_tool_button_set_stock_id, \"gtk_tool_button_set_stock_id\", LIBRARY.GTK); 2880 Linker.link(gtk_tool_button_get_stock_id, \"gtk_tool_button_get_stock_id\", LIBRARY.GTK); 2881 Linker.link(gtk_tool_button_set_icon_name, \"gtk_tool_button_set_icon_name\", LIBRARY.GTK); 2882 Linker.link(gtk_tool_button_get_icon_name, \"gtk_tool_button_get_icon_name\", LIBRARY.GTK); 2883 Linker.link(gtk_tool_button_set_icon_widget, \"gtk_tool_button_set_icon_widget\", LIBRARY.GTK); 2884 Linker.link(gtk_tool_button_get_icon_widget, \"gtk_tool_button_get_icon_widget\", LIBRARY.GTK); 2885 Linker.link(gtk_tool_button_set_label_widget, \"gtk_tool_button_set_label_widget\", LIBRARY.GTK); 2886 Linker.link(gtk_tool_button_get_label_widget, \"gtk_tool_button_get_label_widget\", LIBRARY.GTK); 2887 2888 // gtk.MenuToolButton 2889 2890 Linker.link(gtk_menu_tool_button_new, \"gtk_menu_tool_button_new\", LIBRARY.GTK); 2891 Linker.link(gtk_menu_tool_button_new_from_stock, \"gtk_menu_tool_button_new_from_stock\", LIBRARY.GTK); 2892 Linker.link(gtk_menu_tool_button_set_menu, \"gtk_menu_tool_button_set_menu\", LIBRARY.GTK); 2893 Linker.link(gtk_menu_tool_button_get_menu, \"gtk_menu_tool_button_get_menu\", LIBRARY.GTK); 2894 Linker.link(gtk_menu_tool_button_set_arrow_tooltip_text, \"gtk_menu_tool_button_set_arrow_tooltip_text\", LIBRARY.GTK); 2895 Linker.link(gtk_menu_tool_button_set_arrow_tooltip_markup, \"gtk_menu_tool_button_set_arrow_tooltip_markup\", LIBRARY.GTK); 2896 2897 // gtk.ToggleToolButton 2898 2899 Linker.link(gtk_toggle_tool_button_new, \"gtk_toggle_tool_button_new\", LIBRARY.GTK); 2900 Linker.link(gtk_toggle_tool_button_new_from_stock, \"gtk_toggle_tool_button_new_from_stock\", LIBRARY.GTK); 2901 Linker.link(gtk_toggle_tool_button_set_active, \"gtk_toggle_tool_button_set_active\", LIBRARY.GTK); 2902 Linker.link(gtk_toggle_tool_button_get_active, \"gtk_toggle_tool_button_get_active\", LIBRARY.GTK); 2903 2904 // gtk.RadioToolButton 2905 2906 Linker.link(gtk_radio_tool_button_new, \"gtk_radio_tool_button_new\", LIBRARY.GTK); 2907 Linker.link(gtk_radio_tool_button_new_from_stock, \"gtk_radio_tool_button_new_from_stock\", LIBRARY.GTK); 2908 Linker.link(gtk_radio_tool_button_new_from_widget, \"gtk_radio_tool_button_new_from_widget\", LIBRARY.GTK); 2909 Linker.link(gtk_radio_tool_button_new_with_stock_from_widget, \"gtk_radio_tool_button_new_with_stock_from_widget\", LIBRARY.GTK); 2910 Linker.link(gtk_radio_tool_button_get_group, \"gtk_radio_tool_button_get_group\", LIBRARY.GTK); 2911 Linker.link(gtk_radio_tool_button_set_group, \"gtk_radio_tool_button_set_group\", LIBRARY.GTK); 2912 2913 // gtk.ColorChooserT 2914 2915 2916 // gtk.ColorChooserT 2917 2918 Linker.link(gtk_color_chooser_get_rgba, \"gtk_color_chooser_get_rgba\", LIBRARY.GTK); 2919 Linker.link(gtk_color_chooser_set_rgba, \"gtk_color_chooser_set_rgba\", LIBRARY.GTK); 2920 Linker.link(gtk_color_chooser_get_use_alpha, \"gtk_color_chooser_get_use_alpha\", LIBRARY.GTK); 2921 Linker.link(gtk_color_chooser_set_use_alpha, \"gtk_color_chooser_set_use_alpha\", LIBRARY.GTK); 2922 Linker.link(gtk_color_chooser_add_palette, \"gtk_color_chooser_add_palette\", LIBRARY.GTK); 2923 2924 // gtk.ColorButton 2925 2926 Linker.link(gtk_color_button_new, \"gtk_color_button_new\", LIBRARY.GTK); 2927 Linker.link(gtk_color_button_new_with_color, \"gtk_color_button_new_with_color\", LIBRARY.GTK); 2928 Linker.link(gtk_color_button_new_with_rgba, \"gtk_color_button_new_with_rgba\", LIBRARY.GTK); 2929 Linker.link(gtk_color_button_set_color, \"gtk_color_button_set_color\", LIBRARY.GTK); 2930 Linker.link(gtk_color_button_get_color, \"gtk_color_button_get_color\", LIBRARY.GTK); 2931 Linker.link(gtk_color_button_set_alpha, \"gtk_color_button_set_alpha\", LIBRARY.GTK); 2932 Linker.link(gtk_color_button_get_alpha, \"gtk_color_button_get_alpha\", LIBRARY.GTK); 2933 Linker.link(gtk_color_button_set_rgba, \"gtk_color_button_set_rgba\", LIBRARY.GTK); 2934 Linker.link(gtk_color_button_get_rgba, \"gtk_color_button_get_rgba\", LIBRARY.GTK); 2935 Linker.link(gtk_color_button_set_use_alpha, \"gtk_color_button_set_use_alpha\", LIBRARY.GTK); 2936 Linker.link(gtk_color_button_get_use_alpha, \"gtk_color_button_get_use_alpha\", LIBRARY.GTK); 2937 Linker.link(gtk_color_button_set_title, \"gtk_color_button_set_title\", LIBRARY.GTK); 2938 Linker.link(gtk_color_button_get_title, \"gtk_color_button_get_title\", LIBRARY.GTK); 2939 2940 // gtk.ColorChooserWidget 2941 2942 Linker.link(gtk_color_chooser_widget_new, \"gtk_color_chooser_widget_new\", LIBRARY.GTK); 2943 2944 // gtk.ColorChooserDialog 2945 2946 Linker.link(gtk_color_chooser_dialog_new, \"gtk_color_chooser_dialog_new\", LIBRARY.GTK); 2947 2948 // gtk.FileChooserT 2949 2950 2951 // gtk.FileChooserT 2952 2953 Linker.link(gtk_file_chooser_set_action, \"gtk_file_chooser_set_action\", LIBRARY.GTK); 2954 Linker.link(gtk_file_chooser_get_action, \"gtk_file_chooser_get_action\", LIBRARY.GTK); 2955 Linker.link(gtk_file_chooser_set_local_only, \"gtk_file_chooser_set_local_only\", LIBRARY.GTK); 2956 Linker.link(gtk_file_chooser_get_local_only, \"gtk_file_chooser_get_local_only\", LIBRARY.GTK); 2957 Linker.link(gtk_file_chooser_set_select_multiple, \"gtk_file_chooser_set_select_multiple\", LIBRARY.GTK); 2958 Linker.link(gtk_file_chooser_get_select_multiple, \"gtk_file_chooser_get_select_multiple\", LIBRARY.GTK); 2959 Linker.link(gtk_file_chooser_set_show_hidden, \"gtk_file_chooser_set_show_hidden\", LIBRARY.GTK); 2960 Linker.link(gtk_file_chooser_get_show_hidden, \"gtk_file_chooser_get_show_hidden\", LIBRARY.GTK); 2961 Linker.link(gtk_file_chooser_set_do_overwrite_confirmation, \"gtk_file_chooser_set_do_overwrite_confirmation\", LIBRARY.GTK); 2962 Linker.link(gtk_file_chooser_get_do_overwrite_confirmation, \"gtk_file_chooser_get_do_overwrite_confirmation\", LIBRARY.GTK); 2963 Linker.link(gtk_file_chooser_set_create_folders, \"gtk_file_chooser_set_create_folders\", LIBRARY.GTK); 2964 Linker.link(gtk_file_chooser_get_create_folders, \"gtk_file_chooser_get_create_folders\", LIBRARY.GTK); 2965 Linker.link(gtk_file_chooser_set_current_name, \"gtk_file_chooser_set_current_name\", LIBRARY.GTK); 2966 Linker.link(gtk_file_chooser_get_current_name, \"gtk_file_chooser_get_current_name\", LIBRARY.GTK); 2967 Linker.link(gtk_file_chooser_get_filename, \"gtk_file_chooser_get_filename\", LIBRARY.GTK); 2968 Linker.link(gtk_file_chooser_set_filename, \"gtk_file_chooser_set_filename\", LIBRARY.GTK); 2969 Linker.link(gtk_file_chooser_select_filename, \"gtk_file_chooser_select_filename\", LIBRARY.GTK); 2970 Linker.link(gtk_file_chooser_unselect_filename, \"gtk_file_chooser_unselect_filename\", LIBRARY.GTK); 2971 Linker.link(gtk_file_chooser_select_all, \"gtk_file_chooser_select_all\", LIBRARY.GTK); 2972 Linker.link(gtk_file_chooser_unselect_all, \"gtk_file_chooser_unselect_all\", LIBRARY.GTK); 2973 Linker.link(gtk_file_chooser_get_filenames, \"gtk_file_chooser_get_filenames\", LIBRARY.GTK); 2974 Linker.link(gtk_file_chooser_set_current_folder, \"gtk_file_chooser_set_current_folder\", LIBRARY.GTK); 2975 Linker.link(gtk_file_chooser_get_current_folder, \"gtk_file_chooser_get_current_folder\", LIBRARY.GTK); 2976 Linker.link(gtk_file_chooser_get_uri, \"gtk_file_chooser_get_uri\", LIBRARY.GTK); 2977 Linker.link(gtk_file_chooser_set_uri, \"gtk_file_chooser_set_uri\", LIBRARY.GTK); 2978 Linker.link(gtk_file_chooser_select_uri, \"gtk_file_chooser_select_uri\", LIBRARY.GTK); 2979 Linker.link(gtk_file_chooser_unselect_uri, \"gtk_file_chooser_unselect_uri\", LIBRARY.GTK); 2980 Linker.link(gtk_file_chooser_get_uris, \"gtk_file_chooser_get_uris\", LIBRARY.GTK); 2981 Linker.link(gtk_file_chooser_set_current_folder_uri, \"gtk_file_chooser_set_current_folder_uri\", LIBRARY.GTK); 2982 Linker.link(gtk_file_chooser_get_current_folder_uri, \"gtk_file_chooser_get_current_folder_uri\", LIBRARY.GTK); 2983 Linker.link(gtk_file_chooser_set_preview_widget, \"gtk_file_chooser_set_preview_widget\", LIBRARY.GTK); 2984 Linker.link(gtk_file_chooser_get_preview_widget, \"gtk_file_chooser_get_preview_widget\", LIBRARY.GTK); 2985 Linker.link(gtk_file_chooser_set_preview_widget_active, \"gtk_file_chooser_set_preview_widget_active\", LIBRARY.GTK); 2986 Linker.link(gtk_file_chooser_get_preview_widget_active, \"gtk_file_chooser_get_preview_widget_active\", LIBRARY.GTK); 2987 Linker.link(gtk_file_chooser_set_use_preview_label, \"gtk_file_chooser_set_use_preview_label\", LIBRARY.GTK); 2988 Linker.link(gtk_file_chooser_get_use_preview_label, \"gtk_file_chooser_get_use_preview_label\", LIBRARY.GTK); 2989 Linker.link(gtk_file_chooser_get_preview_filename, \"gtk_file_chooser_get_preview_filename\", LIBRARY.GTK); 2990 Linker.link(gtk_file_chooser_get_preview_uri, \"gtk_file_chooser_get_preview_uri\", LIBRARY.GTK); 2991 Linker.link(gtk_file_chooser_set_extra_widget, \"gtk_file_chooser_set_extra_widget\", LIBRARY.GTK); 2992 Linker.link(gtk_file_chooser_get_extra_widget, \"gtk_file_chooser_get_extra_widget\", LIBRARY.GTK); 2993 Linker.link(gtk_file_chooser_add_filter, \"gtk_file_chooser_add_filter\", LIBRARY.GTK); 2994 Linker.link(gtk_file_chooser_remove_filter, \"gtk_file_chooser_remove_filter\", LIBRARY.GTK); 2995 Linker.link(gtk_file_chooser_list_filters, \"gtk_file_chooser_list_filters\", LIBRARY.GTK); 2996 Linker.link(gtk_file_chooser_set_filter, \"gtk_file_chooser_set_filter\", LIBRARY.GTK); 2997 Linker.link(gtk_file_chooser_get_filter, \"gtk_file_chooser_get_filter\", LIBRARY.GTK); 2998 Linker.link(gtk_file_chooser_add_shortcut_folder, \"gtk_file_chooser_add_shortcut_folder\", LIBRARY.GTK); 2999 Linker.link(gtk_file_chooser_remove_shortcut_folder, \"gtk_file_chooser_remove_shortcut_folder\", LIBRARY.GTK); 3000 Linker.link(gtk_file_chooser_list_shortcut_folders, \"gtk_file_chooser_list_shortcut_folders\", LIBRARY.GTK); 3001 Linker.link(gtk_file_chooser_add_shortcut_folder_uri, \"gtk_file_chooser_add_shortcut_folder_uri\", LIBRARY.GTK); 3002 Linker.link(gtk_file_chooser_remove_shortcut_folder_uri, \"gtk_file_chooser_remove_shortcut_folder_uri\", LIBRARY.GTK); 3003 Linker.link(gtk_file_chooser_list_shortcut_folder_uris, \"gtk_file_chooser_list_shortcut_folder_uris\", LIBRARY.GTK); 3004 Linker.link(gtk_file_chooser_get_current_folder_file, \"gtk_file_chooser_get_current_folder_file\", LIBRARY.GTK); 3005 Linker.link(gtk_file_chooser_get_file, \"gtk_file_chooser_get_file\", LIBRARY.GTK); 3006 Linker.link(gtk_file_chooser_get_files, \"gtk_file_chooser_get_files\", LIBRARY.GTK); 3007 Linker.link(gtk_file_chooser_get_preview_file, \"gtk_file_chooser_get_preview_file\", LIBRARY.GTK); 3008 Linker.link(gtk_file_chooser_select_file, \"gtk_file_chooser_select_file\", LIBRARY.GTK); 3009 Linker.link(gtk_file_chooser_set_current_folder_file, \"gtk_file_chooser_set_current_folder_file\", LIBRARY.GTK); 3010 Linker.link(gtk_file_chooser_set_file, \"gtk_file_chooser_set_file\", LIBRARY.GTK); 3011 Linker.link(gtk_file_chooser_unselect_file, \"gtk_file_chooser_unselect_file\", LIBRARY.GTK); 3012 3013 // gtk.FileChooserButton 3014 3015 Linker.link(gtk_file_chooser_button_new, \"gtk_file_chooser_button_new\", LIBRARY.GTK); 3016 Linker.link(gtk_file_chooser_button_new_with_dialog, \"gtk_file_chooser_button_new_with_dialog\", LIBRARY.GTK); 3017 Linker.link(gtk_file_chooser_button_get_title, \"gtk_file_chooser_button_get_title\", LIBRARY.GTK); 3018 Linker.link(gtk_file_chooser_button_set_title, \"gtk_file_chooser_button_set_title\", LIBRARY.GTK); 3019 Linker.link(gtk_file_chooser_button_get_width_chars, \"gtk_file_chooser_button_get_width_chars\", LIBRARY.GTK); 3020 Linker.link(gtk_file_chooser_button_set_width_chars, \"gtk_file_chooser_button_set_width_chars\", LIBRARY.GTK); 3021 Linker.link(gtk_file_chooser_button_get_focus_on_click, \"gtk_file_chooser_button_get_focus_on_click\", LIBRARY.GTK); 3022 Linker.link(gtk_file_chooser_button_set_focus_on_click, \"gtk_file_chooser_button_set_focus_on_click\", LIBRARY.GTK); 3023 3024 // gtk.FileChooserDialog 3025 3026 Linker.link(gtk_file_chooser_dialog_new, \"gtk_file_chooser_dialog_new\", LIBRARY.GTK); 3027 3028 // gtk.FileChooserWidget 3029 3030 Linker.link(gtk_file_chooser_widget_new, \"gtk_file_chooser_widget_new\", LIBRARY.GTK); 3031 3032 // gtk.FileFilter 3033 3034 Linker.link(gtk_file_filter_new, \"gtk_file_filter_new\", LIBRARY.GTK); 3035 Linker.link(gtk_file_filter_set_name, \"gtk_file_filter_set_name\", LIBRARY.GTK); 3036 Linker.link(gtk_file_filter_get_name, \"gtk_file_filter_get_name\", LIBRARY.GTK); 3037 Linker.link(gtk_file_filter_add_mime_type, \"gtk_file_filter_add_mime_type\", LIBRARY.GTK); 3038 Linker.link(gtk_file_filter_add_pattern, \"gtk_file_filter_add_pattern\", LIBRARY.GTK); 3039 Linker.link(gtk_file_filter_add_pixbuf_formats, \"gtk_file_filter_add_pixbuf_formats\", LIBRARY.GTK); 3040 Linker.link(gtk_file_filter_add_custom, \"gtk_file_filter_add_custom\", LIBRARY.GTK); 3041 Linker.link(gtk_file_filter_get_needed, \"gtk_file_filter_get_needed\", LIBRARY.GTK); 3042 Linker.link(gtk_file_filter_filter, \"gtk_file_filter_filter\", LIBRARY.GTK); 3043 3044 // gtk.FontChooserT 3045 3046 3047 // gtk.FontChooserT 3048 3049 Linker.link(gtk_font_chooser_get_font_family, \"gtk_font_chooser_get_font_family\", LIBRARY.GTK); 3050 Linker.link(gtk_font_chooser_get_font_face, \"gtk_font_chooser_get_font_face\", LIBRARY.GTK); 3051 Linker.link(gtk_font_chooser_get_font_size, \"gtk_font_chooser_get_font_size\", LIBRARY.GTK); 3052 Linker.link(gtk_font_chooser_get_font, \"gtk_font_chooser_get_font\", LIBRARY.GTK); 3053 Linker.link(gtk_font_chooser_set_font, \"gtk_font_chooser_set_font\", LIBRARY.GTK); 3054 Linker.link(gtk_font_chooser_get_font_desc, \"gtk_font_chooser_get_font_desc\", LIBRARY.GTK); 3055 Linker.link(gtk_font_chooser_set_font_desc, \"gtk_font_chooser_set_font_desc\", LIBRARY.GTK); 3056 Linker.link(gtk_font_chooser_get_preview_text, \"gtk_font_chooser_get_preview_text\", LIBRARY.GTK); 3057 Linker.link(gtk_font_chooser_set_preview_text, \"gtk_font_chooser_set_preview_text\", LIBRARY.GTK); 3058 Linker.link(gtk_font_chooser_get_show_preview_entry, \"gtk_font_chooser_get_show_preview_entry\", LIBRARY.GTK); 3059 Linker.link(gtk_font_chooser_set_show_preview_entry, \"gtk_font_chooser_set_show_preview_entry\", LIBRARY.GTK); 3060 Linker.link(gtk_font_chooser_set_filter_func, \"gtk_font_chooser_set_filter_func\", LIBRARY.GTK); 3061 3062 // gtk.FontButton 3063 3064 Linker.link(gtk_font_button_new, \"gtk_font_button_new\", LIBRARY.GTK); 3065 Linker.link(gtk_font_button_new_with_font, \"gtk_font_button_new_with_font\", LIBRARY.GTK); 3066 Linker.link(gtk_font_button_set_font_name, \"gtk_font_button_set_font_name\", LIBRARY.GTK); 3067 Linker.link(gtk_font_button_get_font_name, \"gtk_font_button_get_font_name\", LIBRARY.GTK); 3068 Linker.link(gtk_font_button_set_show_style, \"gtk_font_button_set_show_style\", LIBRARY.GTK); 3069 Linker.link(gtk_font_button_get_show_style, \"gtk_font_button_get_show_style\", LIBRARY.GTK); 3070 Linker.link(gtk_font_button_set_show_size, \"gtk_font_button_set_show_size\", LIBRARY.GTK); 3071 Linker.link(gtk_font_button_get_show_size, \"gtk_font_button_get_show_size\", LIBRARY.GTK); 3072 Linker.link(gtk_font_button_set_use_font, \"gtk_font_button_set_use_font\", LIBRARY.GTK); 3073 Linker.link(gtk_font_button_get_use_font, \"gtk_font_button_get_use_font\", LIBRARY.GTK); 3074 Linker.link(gtk_font_button_set_use_size, \"gtk_font_button_set_use_size\", LIBRARY.GTK); 3075 Linker.link(gtk_font_button_get_use_size, \"gtk_font_button_get_use_size\", LIBRARY.GTK); 3076 Linker.link(gtk_font_button_set_title, \"gtk_font_button_set_title\", LIBRARY.GTK); 3077 Linker.link(gtk_font_button_get_title, \"gtk_font_button_get_title\", LIBRARY.GTK); 3078 3079 // gtk.FontChooserWidget 3080 3081 Linker.link(gtk_font_chooser_widget_new, \"gtk_font_chooser_widget_new\", LIBRARY.GTK); 3082 3083 // gtk.FontChooserDialog 3084 3085 Linker.link(gtk_font_chooser_dialog_new, \"gtk_font_chooser_dialog_new\", LIBRARY.GTK); 3086 3087 // gtk.PlacesSidebar 3088 3089 Linker.link(gtk_places_sidebar_new, \"gtk_places_sidebar_new\", LIBRARY.GTK); 3090 Linker.link(gtk_places_sidebar_set_open_flags, \"gtk_places_sidebar_set_open_flags\", LIBRARY.GTK); 3091 Linker.link(gtk_places_sidebar_get_open_flags, \"gtk_places_sidebar_get_open_flags\", LIBRARY.GTK); 3092 Linker.link(gtk_places_sidebar_set_location, \"gtk_places_sidebar_set_location\", LIBRARY.GTK); 3093 Linker.link(gtk_places_sidebar_get_location, \"gtk_places_sidebar_get_location\", LIBRARY.GTK); 3094 Linker.link(gtk_places_sidebar_set_show_desktop, \"gtk_places_sidebar_set_show_desktop\", LIBRARY.GTK); 3095 Linker.link(gtk_places_sidebar_get_show_desktop, \"gtk_places_sidebar_get_show_desktop\", LIBRARY.GTK); 3096 Linker.link(gtk_places_sidebar_add_shortcut, \"gtk_places_sidebar_add_shortcut\", LIBRARY.GTK); 3097 Linker.link(gtk_places_sidebar_remove_shortcut, \"gtk_places_sidebar_remove_shortcut\", LIBRARY.GTK); 3098 Linker.link(gtk_places_sidebar_list_shortcuts, \"gtk_places_sidebar_list_shortcuts\", LIBRARY.GTK); 3099 Linker.link(gtk_places_sidebar_get_nth_bookmark, \"gtk_places_sidebar_get_nth_bookmark\", LIBRARY.GTK); 3100 Linker.link(gtk_places_sidebar_get_show_connect_to_server, \"gtk_places_sidebar_get_show_connect_to_server\", LIBRARY.GTK); 3101 Linker.link(gtk_places_sidebar_set_show_connect_to_server, \"gtk_places_sidebar_set_show_connect_to_server\", LIBRARY.GTK); 3102 3103 // gtk.Frame 3104 3105 Linker.link(gtk_frame_new, \"gtk_frame_new\", LIBRARY.GTK); 3106 Linker.link(gtk_frame_set_label, \"gtk_frame_set_label\", LIBRARY.GTK); 3107 Linker.link(gtk_frame_set_label_widget, \"gtk_frame_set_label_widget\", LIBRARY.GTK); 3108 Linker.link(gtk_frame_set_label_align, \"gtk_frame_set_label_align\", LIBRARY.GTK); 3109 Linker.link(gtk_frame_set_shadow_type, \"gtk_frame_set_shadow_type\", LIBRARY.GTK); 3110 Linker.link(gtk_frame_get_label, \"gtk_frame_get_label\", LIBRARY.GTK); 3111 Linker.link(gtk_frame_get_label_align, \"gtk_frame_get_label_align\", LIBRARY.GTK); 3112 Linker.link(gtk_frame_get_label_widget, \"gtk_frame_get_label_widget\", LIBRARY.GTK); 3113 Linker.link(gtk_frame_get_shadow_type, \"gtk_frame_get_shadow_type\", LIBRARY.GTK); 3114 3115 // gtk.Separator 3116 3117 Linker.link(gtk_separator_new, \"gtk_separator_new\", LIBRARY.GTK); 3118 3119 // gtk.Scrollbar 3120 3121 Linker.link(gtk_scrollbar_new, \"gtk_scrollbar_new\", LIBRARY.GTK); 3122 3123 // gtk.ScrolledWindow 3124 3125 Linker.link(gtk_scrolled_window_new, \"gtk_scrolled_window_new\", LIBRARY.GTK); 3126 Linker.link(gtk_scrolled_window_get_hadjustment, \"gtk_scrolled_window_get_hadjustment\", LIBRARY.GTK); 3127 Linker.link(gtk_scrolled_window_get_vadjustment, \"gtk_scrolled_window_get_vadjustment\", LIBRARY.GTK); 3128 Linker.link(gtk_scrolled_window_get_hscrollbar, \"gtk_scrolled_window_get_hscrollbar\", LIBRARY.GTK); 3129 Linker.link(gtk_scrolled_window_get_vscrollbar, \"gtk_scrolled_window_get_vscrollbar\", LIBRARY.GTK); 3130 Linker.link(gtk_scrolled_window_set_policy, \"gtk_scrolled_window_set_policy\", LIBRARY.GTK); 3131 Linker.link(gtk_scrolled_window_add_with_viewport, \"gtk_scrolled_window_add_with_viewport\", LIBRARY.GTK); 3132 Linker.link(gtk_scrolled_window_set_placement, \"gtk_scrolled_window_set_placement\", LIBRARY.GTK); 3133 Linker.link(gtk_scrolled_window_unset_placement, \"gtk_scrolled_window_unset_placement\", LIBRARY.GTK); 3134 Linker.link(gtk_scrolled_window_set_shadow_type, \"gtk_scrolled_window_set_shadow_type\", LIBRARY.GTK); 3135 Linker.link(gtk_scrolled_window_set_hadjustment, \"gtk_scrolled_window_set_hadjustment\", LIBRARY.GTK); 3136 Linker.link(gtk_scrolled_window_set_vadjustment, \"gtk_scrolled_window_set_vadjustment\", LIBRARY.GTK); 3137 Linker.link(gtk_scrolled_window_get_placement, \"gtk_scrolled_window_get_placement\", LIBRARY.GTK); 3138 Linker.link(gtk_scrolled_window_get_policy, \"gtk_scrolled_window_get_policy\", LIBRARY.GTK); 3139 Linker.link(gtk_scrolled_window_get_shadow_type, \"gtk_scrolled_window_get_shadow_type\", LIBRARY.GTK); 3140 Linker.link(gtk_scrolled_window_get_min_content_width, \"gtk_scrolled_window_get_min_content_width\", LIBRARY.GTK); 3141 Linker.link(gtk_scrolled_window_set_min_content_width, \"gtk_scrolled_window_set_min_content_width\", LIBRARY.GTK); 3142 Linker.link(gtk_scrolled_window_get_min_content_height, \"gtk_scrolled_window_get_min_content_height\", LIBRARY.GTK); 3143 Linker.link(gtk_scrolled_window_set_min_content_height, \"gtk_scrolled_window_set_min_content_height\", LIBRARY.GTK); 3144 Linker.link(gtk_scrolled_window_set_kinetic_scrolling, \"gtk_scrolled_window_set_kinetic_scrolling\", LIBRARY.GTK); 3145 Linker.link(gtk_scrolled_window_get_kinetic_scrolling, \"gtk_scrolled_window_get_kinetic_scrolling\", LIBRARY.GTK); 3146 Linker.link(gtk_scrolled_window_set_capture_button_press, \"gtk_scrolled_window_set_capture_button_press\", LIBRARY.GTK); 3147 Linker.link(gtk_scrolled_window_get_capture_button_press, \"gtk_scrolled_window_get_capture_button_press\", LIBRARY.GTK); 3148 3149 // gtk.ScrollableT 3150 3151 3152 // gtk.ScrollableT 3153 3154 Linker.link(gtk_scrollable_get_hadjustment, \"gtk_scrollable_get_hadjustment\", LIBRARY.GTK); 3155 Linker.link(gtk_scrollable_set_hadjustment, \"gtk_scrollable_set_hadjustment\", LIBRARY.GTK); 3156 Linker.link(gtk_scrollable_get_vadjustment, \"gtk_scrollable_get_vadjustment\", LIBRARY.GTK); 3157 Linker.link(gtk_scrollable_set_vadjustment, \"gtk_scrollable_set_vadjustment\", LIBRARY.GTK); 3158 Linker.link(gtk_scrollable_get_hscroll_policy, \"gtk_scrollable_get_hscroll_policy\", LIBRARY.GTK); 3159 Linker.link(gtk_scrollable_set_hscroll_policy, \"gtk_scrollable_set_hscroll_policy\", LIBRARY.GTK); 3160 Linker.link(gtk_scrollable_get_vscroll_policy, \"gtk_scrollable_get_vscroll_policy\", LIBRARY.GTK); 3161 Linker.link(gtk_scrollable_set_vscroll_policy, \"gtk_scrollable_set_vscroll_policy\", LIBRARY.GTK); 3162 3163 // gtk.PrintOperation 3164 3165 Linker.link(gtk_print_operation_new, \"gtk_print_operation_new\", LIBRARY.GTK); 3166 Linker.link(gtk_print_operation_set_allow_async, \"gtk_print_operation_set_allow_async\", LIBRARY.GTK); 3167 Linker.link(gtk_print_operation_get_error, \"gtk_print_operation_get_error\", LIBRARY.GTK); 3168 Linker.link(gtk_print_operation_set_default_page_setup, \"gtk_print_operation_set_default_page_setup\", LIBRARY.GTK); 3169 Linker.link(gtk_print_operation_get_default_page_setup, \"gtk_print_operation_get_default_page_setup\", LIBRARY.GTK); 3170 Linker.link(gtk_print_operation_set_print_settings, \"gtk_print_operation_set_print_settings\", LIBRARY.GTK); 3171 Linker.link(gtk_print_operation_get_print_settings, \"gtk_print_operation_get_print_settings\", LIBRARY.GTK); 3172 Linker.link(gtk_print_operation_set_job_name, \"gtk_print_operation_set_job_name\", LIBRARY.GTK); 3173 Linker.link(gtk_print_operation_set_n_pages, \"gtk_print_operation_set_n_pages\", LIBRARY.GTK); 3174 Linker.link(gtk_print_operation_get_n_pages_to_print, \"gtk_print_operation_get_n_pages_to_print\", LIBRARY.GTK); 3175 Linker.link(gtk_print_operation_set_current_page, \"gtk_print_operation_set_current_page\", LIBRARY.GTK); 3176 Linker.link(gtk_print_operation_set_use_full_page, \"gtk_print_operation_set_use_full_page\", LIBRARY.GTK); 3177 Linker.link(gtk_print_operation_set_unit, \"gtk_print_operation_set_unit\", LIBRARY.GTK); 3178 Linker.link(gtk_print_operation_set_export_filename, \"gtk_print_operation_set_export_filename\", LIBRARY.GTK); 3179 Linker.link(gtk_print_operation_set_show_progress, \"gtk_print_operation_set_show_progress\", LIBRARY.GTK); 3180 Linker.link(gtk_print_operation_set_track_print_status, \"gtk_print_operation_set_track_print_status\", LIBRARY.GTK); 3181 Linker.link(gtk_print_operation_set_custom_tab_label, \"gtk_print_operation_set_custom_tab_label\", LIBRARY.GTK); 3182 Linker.link(gtk_print_operation_run, \"gtk_print_operation_run\", LIBRARY.GTK); 3183 Linker.link(gtk_print_operation_cancel, \"gtk_print_operation_cancel\", LIBRARY.GTK); 3184 Linker.link(gtk_print_operation_draw_page_finish, \"gtk_print_operation_draw_page_finish\", LIBRARY.GTK); 3185 Linker.link(gtk_print_operation_set_defer_drawing, \"gtk_print_operation_set_defer_drawing\", LIBRARY.GTK); 3186 Linker.link(gtk_print_operation_get_status, \"gtk_print_operation_get_status\", LIBRARY.GTK); 3187 Linker.link(gtk_print_operation_get_status_string, \"gtk_print_operation_get_status_string\", LIBRARY.GTK); 3188 Linker.link(gtk_print_operation_is_finished, \"gtk_print_operation_is_finished\", LIBRARY.GTK); 3189 Linker.link(gtk_print_operation_set_support_selection, \"gtk_print_operation_set_support_selection\", LIBRARY.GTK); 3190 Linker.link(gtk_print_operation_get_support_selection, \"gtk_print_operation_get_support_selection\", LIBRARY.GTK); 3191 Linker.link(gtk_print_operation_set_has_selection, \"gtk_print_operation_set_has_selection\", LIBRARY.GTK); 3192 Linker.link(gtk_print_operation_get_has_selection, \"gtk_print_operation_get_has_selection\", LIBRARY.GTK); 3193 Linker.link(gtk_print_operation_set_embed_page_setup, \"gtk_print_operation_set_embed_page_setup\", LIBRARY.GTK); 3194 Linker.link(gtk_print_operation_get_embed_page_setup, \"gtk_print_operation_get_embed_page_setup\", LIBRARY.GTK); 3195 Linker.link(gtk_print_run_page_setup_dialog, \"gtk_print_run_page_setup_dialog\", LIBRARY.GTK); 3196 Linker.link(gtk_print_run_page_setup_dialog_async, \"gtk_print_run_page_setup_dialog_async\", LIBRARY.GTK); 3197 3198 // gtk.PrintOperationPreviewT 3199 3200 3201 // gtk.PrintOperationPreviewT 3202 3203 Linker.link(gtk_print_operation_preview_end_preview, \"gtk_print_operation_preview_end_preview\", LIBRARY.GTK); 3204 Linker.link(gtk_print_operation_preview_is_selected, \"gtk_print_operation_preview_is_selected\", LIBRARY.GTK); 3205 Linker.link(gtk_print_operation_preview_render_page, \"gtk_print_operation_preview_render_page\", LIBRARY.GTK); 3206 3207 // gtk.PrintContext 3208 3209 Linker.link(gtk_print_context_get_cairo_context, \"gtk_print_context_get_cairo_context\", LIBRARY.GTK); 3210 Linker.link(gtk_print_context_set_cairo_context, \"gtk_print_context_set_cairo_context\", LIBRARY.GTK); 3211 Linker.link(gtk_print_context_get_page_setup, \"gtk_print_context_get_page_setup\", LIBRARY.GTK); 3212 Linker.link(gtk_print_context_get_width, \"gtk_print_context_get_width\", LIBRARY.GTK); 3213 Linker.link(gtk_print_context_get_height, \"gtk_print_context_get_height\", LIBRARY.GTK); 3214 Linker.link(gtk_print_context_get_dpi_x, \"gtk_print_context_get_dpi_x\", LIBRARY.GTK); 3215 Linker.link(gtk_print_context_get_dpi_y, \"gtk_print_context_get_dpi_y\", LIBRARY.GTK); 3216 Linker.link(gtk_print_context_get_pango_fontmap, \"gtk_print_context_get_pango_fontmap\", LIBRARY.GTK); 3217 Linker.link(gtk_print_context_create_pango_context, \"gtk_print_context_create_pango_context\", LIBRARY.GTK); 3218 Linker.link(gtk_print_context_create_pango_layout, \"gtk_print_context_create_pango_layout\", LIBRARY.GTK); 3219 Linker.link(gtk_print_context_get_hard_margins, \"gtk_print_context_get_hard_margins\", LIBRARY.GTK); 3220 3221 // gtk.PrintSettings 3222 3223 Linker.link(gtk_print_settings_new, \"gtk_print_settings_new\", LIBRARY.GTK); 3224 Linker.link(gtk_print_settings_copy, \"gtk_print_settings_copy\", LIBRARY.GTK); 3225 Linker.link(gtk_print_settings_has_key, \"gtk_print_settings_has_key\", LIBRARY.GTK); 3226 Linker.link(gtk_print_settings_get, \"gtk_print_settings_get\", LIBRARY.GTK); 3227 Linker.link(gtk_print_settings_set, \"gtk_print_settings_set\", LIBRARY.GTK); 3228 Linker.link(gtk_print_settings_unset, \"gtk_print_settings_unset\", LIBRARY.GTK); 3229 Linker.link(gtk_print_settings_foreach, \"gtk_print_settings_foreach\", LIBRARY.GTK); 3230 Linker.link(gtk_print_settings_get_bool, \"gtk_print_settings_get_bool\", LIBRARY.GTK); 3231 Linker.link(gtk_print_settings_set_bool, \"gtk_print_settings_set_bool\", LIBRARY.GTK); 3232 Linker.link(gtk_print_settings_get_double, \"gtk_print_settings_get_double\", LIBRARY.GTK); 3233 Linker.link(gtk_print_settings_get_double_with_default, \"gtk_print_settings_get_double_with_default\", LIBRARY.GTK); 3234 Linker.link(gtk_print_settings_set_double, \"gtk_print_settings_set_double\", LIBRARY.GTK); 3235 Linker.link(gtk_print_settings_get_length, \"gtk_print_settings_get_length\", LIBRARY.GTK); 3236 Linker.link(gtk_print_settings_set_length, \"gtk_print_settings_set_length\", LIBRARY.GTK); 3237 Linker.link(gtk_print_settings_get_int, \"gtk_print_settings_get_int\", LIBRARY.GTK); 3238 Linker.link(gtk_print_settings_get_int_with_default, \"gtk_print_settings_get_int_with_default\", LIBRARY.GTK); 3239 Linker.link(gtk_print_settings_set_int, \"gtk_print_settings_set_int\", LIBRARY.GTK); 3240 Linker.link(gtk_print_settings_get_printer, \"gtk_print_settings_get_printer\", LIBRARY.GTK); 3241 Linker.link(gtk_print_settings_set_printer, \"gtk_print_settings_set_printer\", LIBRARY.GTK); 3242 Linker.link(gtk_print_settings_get_orientation, \"gtk_print_settings_get_orientation\", LIBRARY.GTK); 3243 Linker.link(gtk_print_settings_set_orientation, \"gtk_print_settings_set_orientation\", LIBRARY.GTK); 3244 Linker.link(gtk_print_settings_get_paper_size, \"gtk_print_settings_get_paper_size\", LIBRARY.GTK); 3245 Linker.link(gtk_print_settings_set_paper_size, \"gtk_print_settings_set_paper_size\", LIBRARY.GTK); 3246 Linker.link(gtk_print_settings_get_paper_width, \"gtk_print_settings_get_paper_width\", LIBRARY.GTK); 3247 Linker.link(gtk_print_settings_set_paper_width, \"gtk_print_settings_set_paper_width\", LIBRARY.GTK); 3248 Linker.link(gtk_print_settings_get_paper_height, \"gtk_print_settings_get_paper_height\", LIBRARY.GTK); 3249 Linker.link(gtk_print_settings_set_paper_height, \"gtk_print_settings_set_paper_height\", LIBRARY.GTK); 3250 Linker.link(gtk_print_settings_get_use_color, \"gtk_print_settings_get_use_color\", LIBRARY.GTK); 3251 Linker.link(gtk_print_settings_set_use_color, \"gtk_print_settings_set_use_color\", LIBRARY.GTK); 3252 Linker.link(gtk_print_settings_get_collate, \"gtk_print_settings_get_collate\", LIBRARY.GTK); 3253 Linker.link(gtk_print_settings_set_collate, \"gtk_print_settings_set_collate\", LIBRARY.GTK); 3254 Linker.link(gtk_print_settings_get_reverse, \"gtk_print_settings_get_reverse\", LIBRARY.GTK); 3255 Linker.link(gtk_print_settings_set_reverse, \"gtk_print_settings_set_reverse\", LIBRARY.GTK); 3256 Linker.link(gtk_print_settings_get_duplex, \"gtk_print_settings_get_duplex\", LIBRARY.GTK); 3257 Linker.link(gtk_print_settings_set_duplex, \"gtk_print_settings_set_duplex\", LIBRARY.GTK); 3258 Linker.link(gtk_print_settings_get_quality, \"gtk_print_settings_get_quality\", LIBRARY.GTK); 3259 Linker.link(gtk_print_settings_set_quality, \"gtk_print_settings_set_quality\", LIBRARY.GTK); 3260 Linker.link(gtk_print_settings_get_n_copies, \"gtk_print_settings_get_n_copies\", LIBRARY.GTK); 3261 Linker.link(gtk_print_settings_set_n_copies, \"gtk_print_settings_set_n_copies\", LIBRARY.GTK); 3262 Linker.link(gtk_print_settings_get_number_up, \"gtk_print_settings_get_number_up\", LIBRARY.GTK); 3263 Linker.link(gtk_print_settings_set_number_up, \"gtk_print_settings_set_number_up\", LIBRARY.GTK); 3264 Linker.link(gtk_print_settings_get_number_up_layout, \"gtk_print_settings_get_number_up_layout\", LIBRARY.GTK); 3265 Linker.link(gtk_print_settings_set_number_up_layout, \"gtk_print_settings_set_number_up_layout\", LIBRARY.GTK); 3266 Linker.link(gtk_print_settings_get_resolution, \"gtk_print_settings_get_resolution\", LIBRARY.GTK); 3267 Linker.link(gtk_print_settings_set_resolution, \"gtk_print_settings_set_resolution\", LIBRARY.GTK); 3268 Linker.link(gtk_print_settings_set_resolution_xy, \"gtk_print_settings_set_resolution_xy\", LIBRARY.GTK); 3269 Linker.link(gtk_print_settings_get_resolution_x, \"gtk_print_settings_get_resolution_x\", LIBRARY.GTK); 3270 Linker.link(gtk_print_settings_get_resolution_y, \"gtk_print_settings_get_resolution_y\", LIBRARY.GTK); 3271 Linker.link(gtk_print_settings_get_printer_lpi, \"gtk_print_settings_get_printer_lpi\", LIBRARY.GTK); 3272 Linker.link(gtk_print_settings_set_printer_lpi, \"gtk_print_settings_set_printer_lpi\", LIBRARY.GTK); 3273 Linker.link(gtk_print_settings_get_scale, \"gtk_print_settings_get_scale\", LIBRARY.GTK); 3274 Linker.link(gtk_print_settings_set_scale, \"gtk_print_settings_set_scale\", LIBRARY.GTK); 3275 Linker.link(gtk_print_settings_get_print_pages, \"gtk_print_settings_get_print_pages\", LIBRARY.GTK); 3276 Linker.link(gtk_print_settings_set_print_pages, \"gtk_print_settings_set_print_pages\", LIBRARY.GTK); 3277 Linker.link(gtk_print_settings_get_page_ranges, \"gtk_print_settings_get_page_ranges\", LIBRARY.GTK); 3278 Linker.link(gtk_print_settings_set_page_ranges, \"gtk_print_settings_set_page_ranges\", LIBRARY.GTK); 3279 Linker.link(gtk_print_settings_get_page_set, \"gtk_print_settings_get_page_set\", LIBRARY.GTK); 3280 Linker.link(gtk_print_settings_set_page_set, \"gtk_print_settings_set_page_set\", LIBRARY.GTK); 3281 Linker.link(gtk_print_settings_get_default_source, \"gtk_print_settings_get_default_source\", LIBRARY.GTK); 3282 Linker.link(gtk_print_settings_set_default_source, \"gtk_print_settings_set_default_source\", LIBRARY.GTK); 3283 Linker.link(gtk_print_settings_get_media_type, \"gtk_print_settings_get_media_type\", LIBRARY.GTK); 3284 Linker.link(gtk_print_settings_set_media_type, \"gtk_print_settings_set_media_type\", LIBRARY.GTK); 3285 Linker.link(gtk_print_settings_get_dither, \"gtk_print_settings_get_dither\", LIBRARY.GTK); 3286 Linker.link(gtk_print_settings_set_dither, \"gtk_print_settings_set_dither\", LIBRARY.GTK); 3287 Linker.link(gtk_print_settings_get_finishings, \"gtk_print_settings_get_finishings\", LIBRARY.GTK); 3288 Linker.link(gtk_print_settings_set_finishings, \"gtk_print_settings_set_finishings\", LIBRARY.GTK); 3289 Linker.link(gtk_print_settings_get_output_bin, \"gtk_print_settings_get_output_bin\", LIBRARY.GTK); 3290 Linker.link(gtk_print_settings_set_output_bin, \"gtk_print_settings_set_output_bin\", LIBRARY.GTK); 3291 Linker.link(gtk_print_settings_new_from_file, \"gtk_print_settings_new_from_file\", LIBRARY.GTK); 3292 Linker.link(gtk_print_settings_new_from_key_file, \"gtk_print_settings_new_from_key_file\", LIBRARY.GTK); 3293 Linker.link(gtk_print_settings_load_file, \"gtk_print_settings_load_file\", LIBRARY.GTK); 3294 Linker.link(gtk_print_settings_load_key_file, \"gtk_print_settings_load_key_file\", LIBRARY.GTK); 3295 Linker.link(gtk_print_settings_to_file, \"gtk_print_settings_to_file\", LIBRARY.GTK); 3296 Linker.link(gtk_print_settings_to_key_file, \"gtk_print_settings_to_key_file\", LIBRARY.GTK); 3297 3298 // gtk.PageSetup 3299 3300 Linker.link(gtk_page_setup_new, \"gtk_page_setup_new\", LIBRARY.GTK); 3301 Linker.link(gtk_page_setup_copy, \"gtk_page_setup_copy\", LIBRARY.GTK); 3302 Linker.link(gtk_page_setup_get_orientation, \"gtk_page_setup_get_orientation\", LIBRARY.GTK); 3303 Linker.link(gtk_page_setup_set_orientation, \"gtk_page_setup_set_orientation\", LIBRARY.GTK); 3304 Linker.link(gtk_page_setup_get_paper_size, \"gtk_page_setup_get_paper_size\", LIBRARY.GTK); 3305 Linker.link(gtk_page_setup_set_paper_size, \"gtk_page_setup_set_paper_size\", LIBRARY.GTK); 3306 Linker.link(gtk_page_setup_get_top_margin, \"gtk_page_setup_get_top_margin\", LIBRARY.GTK); 3307 Linker.link(gtk_page_setup_set_top_margin, \"gtk_page_setup_set_top_margin\", LIBRARY.GTK); 3308 Linker.link(gtk_page_setup_get_bottom_margin, \"gtk_page_setup_get_bottom_margin\", LIBRARY.GTK); 3309 Linker.link(gtk_page_setup_set_bottom_margin, \"gtk_page_setup_set_bottom_margin\", LIBRARY.GTK); 3310 Linker.link(gtk_page_setup_get_left_margin, \"gtk_page_setup_get_left_margin\", LIBRARY.GTK); 3311 Linker.link(gtk_page_setup_set_left_margin, \"gtk_page_setup_set_left_margin\", LIBRARY.GTK); 3312 Linker.link(gtk_page_setup_get_right_margin, \"gtk_page_setup_get_right_margin\", LIBRARY.GTK); 3313 Linker.link(gtk_page_setup_set_right_margin, \"gtk_page_setup_set_right_margin\", LIBRARY.GTK); 3314 Linker.link(gtk_page_setup_set_paper_size_and_default_margins, \"gtk_page_setup_set_paper_size_and_default_margins\", LIBRARY.GTK); 3315 Linker.link(gtk_page_setup_get_paper_width, \"gtk_page_setup_get_paper_width\", LIBRARY.GTK); 3316 Linker.link(gtk_page_setup_get_paper_height, \"gtk_page_setup_get_paper_height\", LIBRARY.GTK); 3317 Linker.link(gtk_page_setup_get_page_width, \"gtk_page_setup_get_page_width\", LIBRARY.GTK); 3318 Linker.link(gtk_page_setup_get_page_height, \"gtk_page_setup_get_page_height\", LIBRARY.GTK); 3319 Linker.link(gtk_page_setup_new_from_file, \"gtk_page_setup_new_from_file\", LIBRARY.GTK); 3320 Linker.link(gtk_page_setup_new_from_key_file, \"gtk_page_setup_new_from_key_file\", LIBRARY.GTK); 3321 Linker.link(gtk_page_setup_load_file, \"gtk_page_setup_load_file\", LIBRARY.GTK); 3322 Linker.link(gtk_page_setup_load_key_file, \"gtk_page_setup_load_key_file\", LIBRARY.GTK); 3323 Linker.link(gtk_page_setup_to_file, \"gtk_page_setup_to_file\", LIBRARY.GTK); 3324 Linker.link(gtk_page_setup_to_key_file, \"gtk_page_setup_to_key_file\", LIBRARY.GTK); 3325 3326 // gtk.PaperSize 3327 3328 Linker.link(gtk_paper_size_new, \"gtk_paper_size_new\", LIBRARY.GTK); 3329 Linker.link(gtk_paper_size_new_from_ppd, \"gtk_paper_size_new_from_ppd\", LIBRARY.GTK); 3330 Linker.link(gtk_paper_size_new_custom, \"gtk_paper_size_new_custom\", LIBRARY.GTK); 3331 Linker.link(gtk_paper_size_copy, \"gtk_paper_size_copy\", LIBRARY.GTK); 3332 Linker.link(gtk_paper_size_free, \"gtk_paper_size_free\", LIBRARY.GTK); 3333 Linker.link(gtk_paper_size_is_equal, \"gtk_paper_size_is_equal\", LIBRARY.GTK); 3334 Linker.link(gtk_paper_size_get_paper_sizes, \"gtk_paper_size_get_paper_sizes\", LIBRARY.GTK); 3335 Linker.link(gtk_paper_size_get_name, \"gtk_paper_size_get_name\", LIBRARY.GTK); 3336 Linker.link(gtk_paper_size_get_display_name, \"gtk_paper_size_get_display_name\", LIBRARY.GTK); 3337 Linker.link(gtk_paper_size_get_ppd_name, \"gtk_paper_size_get_ppd_name\", LIBRARY.GTK); 3338 Linker.link(gtk_paper_size_get_width, \"gtk_paper_size_get_width\", LIBRARY.GTK); 3339 Linker.link(gtk_paper_size_get_height, \"gtk_paper_size_get_height\", LIBRARY.GTK); 3340 Linker.link(gtk_paper_size_is_custom, \"gtk_paper_size_is_custom\", LIBRARY.GTK); 3341 Linker.link(gtk_paper_size_set_size, \"gtk_paper_size_set_size\", LIBRARY.GTK); 3342 Linker.link(gtk_paper_size_get_default_top_margin, \"gtk_paper_size_get_default_top_margin\", LIBRARY.GTK); 3343 Linker.link(gtk_paper_size_get_default_bottom_margin, \"gtk_paper_size_get_default_bottom_margin\", LIBRARY.GTK); 3344 Linker.link(gtk_paper_size_get_default_left_margin, \"gtk_paper_size_get_default_left_margin\", LIBRARY.GTK); 3345 Linker.link(gtk_paper_size_get_default_right_margin, \"gtk_paper_size_get_default_right_margin\", LIBRARY.GTK); 3346 Linker.link(gtk_paper_size_get_default, \"gtk_paper_size_get_default\", LIBRARY.GTK); 3347 Linker.link(gtk_paper_size_new_from_key_file, \"gtk_paper_size_new_from_key_file\", LIBRARY.GTK); 3348 Linker.link(gtk_paper_size_to_key_file, \"gtk_paper_size_to_key_file\", LIBRARY.GTK); 3349 3350 // gtk.Printer 3351 3352 Linker.link(gtk_printer_new, \"gtk_printer_new\", LIBRARY.GTK); 3353 Linker.link(gtk_printer_get_backend, \"gtk_printer_get_backend\", LIBRARY.GTK); 3354 Linker.link(gtk_printer_get_name, \"gtk_printer_get_name\", LIBRARY.GTK); 3355 Linker.link(gtk_printer_get_state_message, \"gtk_printer_get_state_message\", LIBRARY.GTK); 3356 Linker.link(gtk_printer_get_description, \"gtk_printer_get_description\", LIBRARY.GTK); 3357 Linker.link(gtk_printer_get_location, \"gtk_printer_get_location\", LIBRARY.GTK); 3358 Linker.link(gtk_printer_get_icon_name, \"gtk_printer_get_icon_name\", LIBRARY.GTK); 3359 Linker.link(gtk_printer_get_job_count, \"gtk_printer_get_job_count\", LIBRARY.GTK); 3360 Linker.link(gtk_printer_is_active, \"gtk_printer_is_active\", LIBRARY.GTK); 3361 Linker.link(gtk_printer_is_paused, \"gtk_printer_is_paused\", LIBRARY.GTK); 3362 Linker.link(gtk_printer_is_accepting_jobs, \"gtk_printer_is_accepting_jobs\", LIBRARY.GTK); 3363 Linker.link(gtk_printer_is_virtual, \"gtk_printer_is_virtual\", LIBRARY.GTK); 3364 Linker.link(gtk_printer_is_default, \"gtk_printer_is_default\", LIBRARY.GTK); 3365 Linker.link(gtk_printer_accepts_ps, \"gtk_printer_accepts_ps\", LIBRARY.GTK); 3366 Linker.link(gtk_printer_accepts_pdf, \"gtk_printer_accepts_pdf\", LIBRARY.GTK); 3367 Linker.link(gtk_printer_list_papers, \"gtk_printer_list_papers\", LIBRARY.GTK); 3368 Linker.link(gtk_printer_compare, \"gtk_printer_compare\", LIBRARY.GTK); 3369 Linker.link(gtk_printer_has_details, \"gtk_printer_has_details\", LIBRARY.GTK); 3370 Linker.link(gtk_printer_request_details, \"gtk_printer_request_details\", LIBRARY.GTK); 3371 Linker.link(gtk_printer_get_capabilities, \"gtk_printer_get_capabilities\", LIBRARY.GTK); 3372 Linker.link(gtk_printer_get_default_page_size, \"gtk_printer_get_default_page_size\", LIBRARY.GTK); 3373 Linker.link(gtk_printer_get_hard_margins, \"gtk_printer_get_hard_margins\", LIBRARY.GTK); 3374 Linker.link(gtk_enumerate_printers, \"gtk_enumerate_printers\", LIBRARY.GTK); 3375 3376 // gtk.PrintJob 3377 3378 Linker.link(gtk_print_job_new, \"gtk_print_job_new\", LIBRARY.GTK); 3379 Linker.link(gtk_print_job_get_settings, \"gtk_print_job_get_settings\", LIBRARY.GTK); 3380 Linker.link(gtk_print_job_get_printer, \"gtk_print_job_get_printer\", LIBRARY.GTK); 3381 Linker.link(gtk_print_job_get_title, \"gtk_print_job_get_title\", LIBRARY.GTK); 3382 Linker.link(gtk_print_job_get_status, \"gtk_print_job_get_status\", LIBRARY.GTK); 3383 Linker.link(gtk_print_job_set_source_file, \"gtk_print_job_set_source_file\", LIBRARY.GTK); 3384 Linker.link(gtk_print_job_get_surface, \"gtk_print_job_get_surface\", LIBRARY.GTK); 3385 Linker.link(gtk_print_job_send, \"gtk_print_job_send\", LIBRARY.GTK); 3386 Linker.link(gtk_print_job_set_track_print_status, \"gtk_print_job_set_track_print_status\", LIBRARY.GTK); 3387 Linker.link(gtk_print_job_get_track_print_status, \"gtk_print_job_get_track_print_status\", LIBRARY.GTK); 3388 Linker.link(gtk_print_job_get_pages, \"gtk_print_job_get_pages\", LIBRARY.GTK); 3389 Linker.link(gtk_print_job_set_pages, \"gtk_print_job_set_pages\", LIBRARY.GTK); 3390 Linker.link(gtk_print_job_get_page_ranges, \"gtk_print_job_get_page_ranges\", LIBRARY.GTK); 3391 Linker.link(gtk_print_job_set_page_ranges, \"gtk_print_job_set_page_ranges\", LIBRARY.GTK); 3392 Linker.link(gtk_print_job_get_page_set, \"gtk_print_job_get_page_set\", LIBRARY.GTK); 3393 Linker.link(gtk_print_job_set_page_set, \"gtk_print_job_set_page_set\", LIBRARY.GTK); 3394 Linker.link(gtk_print_job_get_num_copies, \"gtk_print_job_get_num_copies\", LIBRARY.GTK); 3395 Linker.link(gtk_print_job_set_num_copies, \"gtk_print_job_set_num_copies\", LIBRARY.GTK); 3396 Linker.link(gtk_print_job_get_scale, \"gtk_print_job_get_scale\", LIBRARY.GTK); 3397 Linker.link(gtk_print_job_set_scale, \"gtk_print_job_set_scale\", LIBRARY.GTK); 3398 Linker.link(gtk_print_job_get_n_up, \"gtk_print_job_get_n_up\", LIBRARY.GTK); 3399 Linker.link(gtk_print_job_set_n_up, \"gtk_print_job_set_n_up\", LIBRARY.GTK); 3400 Linker.link(gtk_print_job_get_n_up_layout, \"gtk_print_job_get_n_up_layout\", LIBRARY.GTK); 3401 Linker.link(gtk_print_job_set_n_up_layout, \"gtk_print_job_set_n_up_layout\", LIBRARY.GTK); 3402 Linker.link(gtk_print_job_get_rotate, \"gtk_print_job_get_rotate\", LIBRARY.GTK); 3403 Linker.link(gtk_print_job_set_rotate, \"gtk_print_job_set_rotate\", LIBRARY.GTK); 3404 Linker.link(gtk_print_job_get_collate, \"gtk_print_job_get_collate\", LIBRARY.GTK); 3405 Linker.link(gtk_print_job_set_collate, \"gtk_print_job_set_collate\", LIBRARY.GTK); 3406 Linker.link(gtk_print_job_get_reverse, \"gtk_print_job_get_reverse\", LIBRARY.GTK); 3407 Linker.link(gtk_print_job_set_reverse, \"gtk_print_job_set_reverse\", LIBRARY.GTK); 3408 3409 // gtk.PrintUnixDialog 3410 3411 Linker.link(gtk_print_unix_dialog_new, \"gtk_print_unix_dialog_new\", LIBRARY.GTK); 3412 Linker.link(gtk_print_unix_dialog_set_page_setup, \"gtk_print_unix_dialog_set_page_setup\", LIBRARY.GTK); 3413 Linker.link(gtk_print_unix_dialog_get_page_setup, \"gtk_print_unix_dialog_get_page_setup\", LIBRARY.GTK); 3414 Linker.link(gtk_print_unix_dialog_set_current_page, \"gtk_print_unix_dialog_set_current_page\", LIBRARY.GTK); 3415 Linker.link(gtk_print_unix_dialog_get_current_page, \"gtk_print_unix_dialog_get_current_page\", LIBRARY.GTK); 3416 Linker.link(gtk_print_unix_dialog_set_settings, \"gtk_print_unix_dialog_set_settings\", LIBRARY.GTK); 3417 Linker.link(gtk_print_unix_dialog_get_settings, \"gtk_print_unix_dialog_get_settings\", LIBRARY.GTK); 3418 Linker.link(gtk_print_unix_dialog_get_selected_printer, \"gtk_print_unix_dialog_get_selected_printer\", LIBRARY.GTK); 3419 Linker.link(gtk_print_unix_dialog_add_custom_tab, \"gtk_print_unix_dialog_add_custom_tab\", LIBRARY.GTK); 3420 Linker.link(gtk_print_unix_dialog_set_support_selection, \"gtk_print_unix_dialog_set_support_selection\", LIBRARY.GTK); 3421 Linker.link(gtk_print_unix_dialog_get_support_selection, \"gtk_print_unix_dialog_get_support_selection\", LIBRARY.GTK); 3422 Linker.link(gtk_print_unix_dialog_set_has_selection, \"gtk_print_unix_dialog_set_has_selection\", LIBRARY.GTK); 3423 Linker.link(gtk_print_unix_dialog_get_has_selection, \"gtk_print_unix_dialog_get_has_selection\", LIBRARY.GTK); 3424 Linker.link(gtk_print_unix_dialog_set_embed_page_setup, \"gtk_print_unix_dialog_set_embed_page_setup\", LIBRARY.GTK); 3425 Linker.link(gtk_print_unix_dialog_get_embed_page_setup, \"gtk_print_unix_dialog_get_embed_page_setup\", LIBRARY.GTK); 3426 Linker.link(gtk_print_unix_dialog_get_page_setup_set, \"gtk_print_unix_dialog_get_page_setup_set\", LIBRARY.GTK); 3427 Linker.link(gtk_print_unix_dialog_set_manual_capabilities, \"gtk_print_unix_dialog_set_manual_capabilities\", LIBRARY.GTK); 3428 Linker.link(gtk_print_unix_dialog_get_manual_capabilities, \"gtk_print_unix_dialog_get_manual_capabilities\", LIBRARY.GTK); 3429 3430 // gtk.PageSetupUnixDialog 3431 3432 Linker.link(gtk_page_setup_unix_dialog_new, \"gtk_page_setup_unix_dialog_new\", LIBRARY.GTK); 3433 Linker.link(gtk_page_setup_unix_dialog_set_page_setup, \"gtk_page_setup_unix_dialog_set_page_setup\", LIBRARY.GTK); 3434 Linker.link(gtk_page_setup_unix_dialog_get_page_setup, \"gtk_page_setup_unix_dialog_get_page_setup\", LIBRARY.GTK); 3435 Linker.link(gtk_page_setup_unix_dialog_set_print_settings, \"gtk_page_setup_unix_dialog_set_print_settings\", LIBRARY.GTK); 3436 Linker.link(gtk_page_setup_unix_dialog_get_print_settings, \"gtk_page_setup_unix_dialog_get_print_settings\", LIBRARY.GTK); 3437 3438 // gtk.Adjustment 3439 3440 Linker.link(gtk_adjustment_new, \"gtk_adjustment_new\", LIBRARY.GTK); 3441 Linker.link(gtk_adjustment_get_value, \"gtk_adjustment_get_value\", LIBRARY.GTK); 3442 Linker.link(gtk_adjustment_set_value, \"gtk_adjustment_set_value\", LIBRARY.GTK); 3443 Linker.link(gtk_adjustment_clamp_page, \"gtk_adjustment_clamp_page\", LIBRARY.GTK); 3444 Linker.link(gtk_adjustment_changed, \"gtk_adjustment_changed\", LIBRARY.GTK); 3445 Linker.link(gtk_adjustment_value_changed, \"gtk_adjustment_value_changed\", LIBRARY.GTK); 3446 Linker.link(gtk_adjustment_configure, \"gtk_adjustment_configure\", LIBRARY.GTK); 3447 Linker.link(gtk_adjustment_get_lower, \"gtk_adjustment_get_lower\", LIBRARY.GTK); 3448 Linker.link(gtk_adjustment_get_page_increment, \"gtk_adjustment_get_page_increment\", LIBRARY.GTK); 3449 Linker.link(gtk_adjustment_get_page_size, \"gtk_adjustment_get_page_size\", LIBRARY.GTK); 3450 Linker.link(gtk_adjustment_get_step_increment, \"gtk_adjustment_get_step_increment\", LIBRARY.GTK); 3451 Linker.link(gtk_adjustment_get_minimum_increment, \"gtk_adjustment_get_minimum_increment\", LIBRARY.GTK); 3452 Linker.link(gtk_adjustment_get_upper, \"gtk_adjustment_get_upper\", LIBRARY.GTK); 3453 Linker.link(gtk_adjustment_set_lower, \"gtk_adjustment_set_lower\", LIBRARY.GTK); 3454 Linker.link(gtk_adjustment_set_page_increment, \"gtk_adjustment_set_page_increment\", LIBRARY.GTK); 3455 Linker.link(gtk_adjustment_set_page_size, \"gtk_adjustment_set_page_size\", LIBRARY.GTK); 3456 Linker.link(gtk_adjustment_set_step_increment, \"gtk_adjustment_set_step_increment\", LIBRARY.GTK); 3457 Linker.link(gtk_adjustment_set_upper, \"gtk_adjustment_set_upper\", LIBRARY.GTK); 3458 3459 // gtk.Arrow 3460 3461 Linker.link(gtk_arrow_new, \"gtk_arrow_new\", LIBRARY.GTK); 3462 Linker.link(gtk_arrow_set, \"gtk_arrow_set\", LIBRARY.GTK); 3463 3464 // gtk.Calendar 3465 3466 Linker.link(gtk_calendar_new, \"gtk_calendar_new\", LIBRARY.GTK); 3467 Linker.link(gtk_calendar_select_month, \"gtk_calendar_select_month\", LIBRARY.GTK); 3468 Linker.link(gtk_calendar_select_day, \"gtk_calendar_select_day\", LIBRARY.GTK); 3469 Linker.link(gtk_calendar_mark_day, \"gtk_calendar_mark_day\", LIBRARY.GTK); 3470 Linker.link(gtk_calendar_unmark_day, \"gtk_calendar_unmark_day\", LIBRARY.GTK); 3471 Linker.link(gtk_calendar_get_day_is_marked, \"gtk_calendar_get_day_is_marked\", LIBRARY.GTK); 3472 Linker.link(gtk_calendar_clear_marks, \"gtk_calendar_clear_marks\", LIBRARY.GTK); 3473 Linker.link(gtk_calendar_get_display_options, \"gtk_calendar_get_display_options\", LIBRARY.GTK); 3474 Linker.link(gtk_calendar_set_display_options, \"gtk_calendar_set_display_options\", LIBRARY.GTK); 3475 Linker.link(gtk_calendar_get_date, \"gtk_calendar_get_date\", LIBRARY.GTK); 3476 Linker.link(gtk_calendar_set_detail_func, \"gtk_calendar_set_detail_func\", LIBRARY.GTK); 3477 Linker.link(gtk_calendar_get_detail_width_chars, \"gtk_calendar_get_detail_width_chars\", LIBRARY.GTK); 3478 Linker.link(gtk_calendar_set_detail_width_chars, \"gtk_calendar_set_detail_width_chars\", LIBRARY.GTK); 3479 Linker.link(gtk_calendar_get_detail_height_rows, \"gtk_calendar_get_detail_height_rows\", LIBRARY.GTK); 3480 Linker.link(gtk_calendar_set_detail_height_rows, \"gtk_calendar_set_detail_height_rows\", LIBRARY.GTK); 3481 3482 // gtk.DrawingArea 3483 3484 Linker.link(gtk_drawing_area_new, \"gtk_drawing_area_new\", LIBRARY.GTK); 3485 3486 // gtk.EventBox 3487 3488 Linker.link(gtk_event_box_new, \"gtk_event_box_new\", LIBRARY.GTK); 3489 Linker.link(gtk_event_box_set_above_child, \"gtk_event_box_set_above_child\", LIBRARY.GTK); 3490 Linker.link(gtk_event_box_get_above_child, \"gtk_event_box_get_above_child\", LIBRARY.GTK); 3491 Linker.link(gtk_event_box_set_visible_window, \"gtk_event_box_set_visible_window\", LIBRARY.GTK); 3492 Linker.link(gtk_event_box_get_visible_window, \"gtk_event_box_get_visible_window\", LIBRARY.GTK); 3493 3494 // gtk.HandleBox 3495 3496 Linker.link(gtk_handle_box_new, \"gtk_handle_box_new\", LIBRARY.GTK); 3497 Linker.link(gtk_handle_box_set_shadow_type, \"gtk_handle_box_set_shadow_type\", LIBRARY.GTK); 3498 Linker.link(gtk_handle_box_set_handle_position, \"gtk_handle_box_set_handle_position\", LIBRARY.GTK); 3499 Linker.link(gtk_handle_box_set_snap_edge, \"gtk_handle_box_set_snap_edge\", LIBRARY.GTK); 3500 Linker.link(gtk_handle_box_get_handle_position, \"gtk_handle_box_get_handle_position\", LIBRARY.GTK); 3501 Linker.link(gtk_handle_box_get_shadow_type, \"gtk_handle_box_get_shadow_type\", LIBRARY.GTK); 3502 Linker.link(gtk_handle_box_get_snap_edge, \"gtk_handle_box_get_snap_edge\", LIBRARY.GTK); 3503 Linker.link(gtk_handle_box_get_child_detached, \"gtk_handle_box_get_child_detached\", LIBRARY.GTK); 3504 3505 // gtk.IMContextSimple 3506 3507 Linker.link(gtk_im_context_simple_new, \"gtk_im_context_simple_new\", LIBRARY.GTK); 3508 Linker.link(gtk_im_context_simple_add_table, \"gtk_im_context_simple_add_table\", LIBRARY.GTK); 3509 3510 // gtk.IMMulticontext 3511 3512 Linker.link(gtk_im_multicontext_new, \"gtk_im_multicontext_new\", LIBRARY.GTK); 3513 Linker.link(gtk_im_multicontext_append_menuitems, \"gtk_im_multicontext_append_menuitems\", LIBRARY.GTK); 3514 Linker.link(gtk_im_multicontext_get_context_id, \"gtk_im_multicontext_get_context_id\", LIBRARY.GTK); 3515 Linker.link(gtk_im_multicontext_set_context_id, \"gtk_im_multicontext_set_context_id\", LIBRARY.GTK); 3516 3517 // gtk.SizeGroup 3518 3519 Linker.link(gtk_size_group_new, \"gtk_size_group_new\", LIBRARY.GTK); 3520 Linker.link(gtk_size_group_set_mode, \"gtk_size_group_set_mode\", LIBRARY.GTK); 3521 Linker.link(gtk_size_group_get_mode, \"gtk_size_group_get_mode\", LIBRARY.GTK); 3522 Linker.link(gtk_size_group_set_ignore_hidden, \"gtk_size_group_set_ignore_hidden\", LIBRARY.GTK); 3523 Linker.link(gtk_size_group_get_ignore_hidden, \"gtk_size_group_get_ignore_hidden\", LIBRARY.GTK); 3524 Linker.link(gtk_size_group_add_widget, \"gtk_size_group_add_widget\", LIBRARY.GTK); 3525 Linker.link(gtk_size_group_remove_widget, \"gtk_size_group_remove_widget\", LIBRARY.GTK); 3526 Linker.link(gtk_size_group_get_widgets, \"gtk_size_group_get_widgets\", LIBRARY.GTK); 3527 3528 // gtk.Tooltip 3529 3530 Linker.link(gtk_tooltip_set_markup, \"gtk_tooltip_set_markup\", LIBRARY.GTK); 3531 Linker.link(gtk_tooltip_set_text, \"gtk_tooltip_set_text\", LIBRARY.GTK); 3532 Linker.link(gtk_tooltip_set_icon, \"gtk_tooltip_set_icon\", LIBRARY.GTK); 3533 Linker.link(gtk_tooltip_set_icon_from_stock, \"gtk_tooltip_set_icon_from_stock\", LIBRARY.GTK); 3534 Linker.link(gtk_tooltip_set_icon_from_icon_name, \"gtk_tooltip_set_icon_from_icon_name\", LIBRARY.GTK); 3535 Linker.link(gtk_tooltip_set_icon_from_gicon, \"gtk_tooltip_set_icon_from_gicon\", LIBRARY.GTK); 3536 Linker.link(gtk_tooltip_set_custom, \"gtk_tooltip_set_custom\", LIBRARY.GTK); 3537 Linker.link(gtk_tooltip_trigger_tooltip_query, \"gtk_tooltip_trigger_tooltip_query\", LIBRARY.GTK); 3538 Linker.link(gtk_tooltip_set_tip_area, \"gtk_tooltip_set_tip_area\", LIBRARY.GTK); 3539 3540 // gtk.Viewport 3541 3542 Linker.link(gtk_viewport_new, \"gtk_viewport_new\", LIBRARY.GTK); 3543 Linker.link(gtk_viewport_get_hadjustment, \"gtk_viewport_get_hadjustment\", LIBRARY.GTK); 3544 Linker.link(gtk_viewport_get_vadjustment, \"gtk_viewport_get_vadjustment\", LIBRARY.GTK); 3545 Linker.link(gtk_viewport_set_hadjustment, \"gtk_viewport_set_hadjustment\", LIBRARY.GTK); 3546 Linker.link(gtk_viewport_set_vadjustment, \"gtk_viewport_set_vadjustment\", LIBRARY.GTK); 3547 Linker.link(gtk_viewport_set_shadow_type, \"gtk_viewport_set_shadow_type\", LIBRARY.GTK); 3548 Linker.link(gtk_viewport_get_shadow_type, \"gtk_viewport_get_shadow_type\", LIBRARY.GTK); 3549 Linker.link(gtk_viewport_get_bin_window, \"gtk_viewport_get_bin_window\", LIBRARY.GTK); 3550 Linker.link(gtk_viewport_get_view_window, \"gtk_viewport_get_view_window\", LIBRARY.GTK); 3551 3552 // gtk.Accessible 3553 3554 Linker.link(gtk_accessible_connect_widget_destroyed, \"gtk_accessible_connect_widget_destroyed\", LIBRARY.GTK); 3555 Linker.link(gtk_accessible_get_widget, \"gtk_accessible_get_widget\", LIBRARY.GTK); 3556 Linker.link(gtk_accessible_set_widget, \"gtk_accessible_set_widget\", LIBRARY.GTK); 3557 3558 // gtk.Widget 3559 3560 Linker.link(gtk_widget_new, \"gtk_widget_new\", LIBRARY.GTK); 3561 Linker.link(gtk_widget_destroy, \"gtk_widget_destroy\", LIBRARY.GTK); 3562 Linker.link(gtk_widget_in_destruction, \"gtk_widget_in_destruction\", LIBRARY.GTK); 3563 Linker.link(gtk_widget_destroyed, \"gtk_widget_destroyed\", LIBRARY.GTK); 3564 Linker.link(gtk_widget_unparent, \"gtk_widget_unparent\", LIBRARY.GTK); 3565 Linker.link(gtk_widget_show, \"gtk_widget_show\", LIBRARY.GTK); 3566 Linker.link(gtk_widget_show_now, \"gtk_widget_show_now\", LIBRARY.GTK); 3567 Linker.link(gtk_widget_hide, \"gtk_widget_hide\", LIBRARY.GTK); 3568 Linker.link(gtk_widget_show_all, \"gtk_widget_show_all\", LIBRARY.GTK); 3569 Linker.link(gtk_widget_map, \"gtk_widget_map\", LIBRARY.GTK); 3570 Linker.link(gtk_widget_unmap, \"gtk_widget_unmap\", LIBRARY.GTK); 3571 Linker.link(gtk_widget_realize, \"gtk_widget_realize\", LIBRARY.GTK); 3572 Linker.link(gtk_widget_unrealize, \"gtk_widget_unrealize\", LIBRARY.GTK); 3573 Linker.link(gtk_widget_draw, \"gtk_widget_draw\", LIBRARY.GTK); 3574 Linker.link(gtk_widget_queue_draw, \"gtk_widget_queue_draw\", LIBRARY.GTK); 3575 Linker.link(gtk_widget_queue_resize, \"gtk_widget_queue_resize\", LIBRARY.GTK); 3576 Linker.link(gtk_widget_queue_resize_no_redraw, \"gtk_widget_queue_resize_no_redraw\", LIBRARY.GTK); 3577 Linker.link(gtk_widget_get_frame_clock, \"gtk_widget_get_frame_clock\", LIBRARY.GTK); 3578 Linker.link(gtk_widget_get_scale_factor, \"gtk_widget_get_scale_factor\", LIBRARY.GTK); 3579 Linker.link(gtk_widget_add_tick_callback, \"gtk_widget_add_tick_callback\", LIBRARY.GTK); 3580 Linker.link(gtk_widget_remove_tick_callback, \"gtk_widget_remove_tick_callback\", LIBRARY.GTK); 3581 Linker.link(gtk_widget_size_request, \"gtk_widget_size_request\", LIBRARY.GTK); 3582 Linker.link(gtk_widget_get_child_requisition, \"gtk_widget_get_child_requisition\", LIBRARY.GTK); 3583 Linker.link(gtk_widget_size_allocate, \"gtk_widget_size_allocate\", LIBRARY.GTK); 3584 Linker.link(gtk_widget_size_allocate_with_baseline, \"gtk_widget_size_allocate_with_baseline\", LIBRARY.GTK); 3585 Linker.link(gtk_widget_add_accelerator, \"gtk_widget_add_accelerator\", LIBRARY.GTK); 3586 Linker.link(gtk_widget_remove_accelerator, \"gtk_widget_remove_accelerator\", LIBRARY.GTK); 3587 Linker.link(gtk_widget_set_accel_path, \"gtk_widget_set_accel_path\", LIBRARY.GTK); 3588 Linker.link(gtk_widget_list_accel_closures, \"gtk_widget_list_accel_closures\", LIBRARY.GTK); 3589 Linker.link(gtk_widget_can_activate_accel, \"gtk_widget_can_activate_accel\", LIBRARY.GTK); 3590 Linker.link(gtk_widget_event, \"gtk_widget_event\", LIBRARY.GTK); 3591 Linker.link(gtk_widget_activate, \"gtk_widget_activate\", LIBRARY.GTK); 3592 Linker.link(gtk_widget_reparent, \"gtk_widget_reparent\", LIBRARY.GTK); 3593 Linker.link(gtk_widget_intersect, \"gtk_widget_intersect\", LIBRARY.GTK); 3594 Linker.link(gtk_widget_is_focus, \"gtk_widget_is_focus\", LIBRARY.GTK); 3595 Linker.link(gtk_widget_grab_focus, \"gtk_widget_grab_focus\", LIBRARY.GTK); 3596 Linker.link(gtk_widget_grab_default, \"gtk_widget_grab_default\", LIBRARY.GTK); 3597 Linker.link(gtk_widget_set_name, \"gtk_widget_set_name\", LIBRARY.GTK); 3598 Linker.link(gtk_widget_get_name, \"gtk_widget_get_name\", LIBRARY.GTK); 3599 Linker.link(gtk_widget_set_state, \"gtk_widget_set_state\", LIBRARY.GTK); 3600 Linker.link(gtk_widget_set_sensitive, \"gtk_widget_set_sensitive\", LIBRARY.GTK); 3601 Linker.link(gtk_widget_set_parent, \"gtk_widget_set_parent\", LIBRARY.GTK); 3602 Linker.link(gtk_widget_set_parent_window, \"gtk_widget_set_parent_window\", LIBRARY.GTK); 3603 Linker.link(gtk_widget_get_parent_window, \"gtk_widget_get_parent_window\", LIBRARY.GTK); 3604 Linker.link(gtk_widget_set_events, \"gtk_widget_set_events\", LIBRARY.GTK); 3605 Linker.link(gtk_widget_get_events, \"gtk_widget_get_events\", LIBRARY.GTK); 3606 Linker.link(gtk_widget_add_events, \"gtk_widget_add_events\", LIBRARY.GTK); 3607 Linker.link(gtk_widget_set_device_events, \"gtk_widget_set_device_events\", LIBRARY.GTK); 3608 Linker.link(gtk_widget_get_device_events, \"gtk_widget_get_device_events\", LIBRARY.GTK); 3609 Linker.link(gtk_widget_add_device_events, \"gtk_widget_add_device_events\", LIBRARY.GTK); 3610 Linker.link(gtk_widget_set_device_enabled, \"gtk_widget_set_device_enabled\", LIBRARY.GTK); 3611 Linker.link(gtk_widget_get_device_enabled, \"gtk_widget_get_device_enabled\", LIBRARY.GTK); 3612 Linker.link(gtk_widget_get_toplevel, \"gtk_widget_get_toplevel\", LIBRARY.GTK); 3613 Linker.link(gtk_widget_get_ancestor, \"gtk_widget_get_ancestor\", LIBRARY.GTK); 3614 Linker.link(gtk_widget_get_visual, \"gtk_widget_get_visual\", LIBRARY.GTK); 3615 Linker.link(gtk_widget_set_visual, \"gtk_widget_set_visual\", LIBRARY.GTK); 3616 Linker.link(gtk_widget_get_pointer, \"gtk_widget_get_pointer\", LIBRARY.GTK); 3617 Linker.link(gtk_widget_is_ancestor, \"gtk_widget_is_ancestor\", LIBRARY.GTK); 3618 Linker.link(gtk_widget_translate_coordinates, \"gtk_widget_translate_coordinates\", LIBRARY.GTK); 3619 Linker.link(gtk_widget_hide_on_delete, \"gtk_widget_hide_on_delete\", LIBRARY.GTK); 3620 Linker.link(gtk_widget_set_style, \"gtk_widget_set_style\", LIBRARY.GTK); 3621 Linker.link(gtk_widget_ensure_style, \"gtk_widget_ensure_style\", LIBRARY.GTK); 3622 Linker.link(gtk_widget_get_style, \"gtk_widget_get_style\", LIBRARY.GTK); 3623 Linker.link(gtk_widget_reset_rc_styles, \"gtk_widget_reset_rc_styles\", LIBRARY.GTK); 3624 Linker.link(gtk_widget_get_default_style, \"gtk_widget_get_default_style\", LIBRARY.GTK); 3625 Linker.link(gtk_widget_set_direction, \"gtk_widget_set_direction\", LIBRARY.GTK); 3626 Linker.link(gtk_widget_get_direction, \"gtk_widget_get_direction\", LIBRARY.GTK); 3627 Linker.link(gtk_widget_set_default_direction, \"gtk_widget_set_default_direction\", LIBRARY.GTK); 3628 Linker.link(gtk_widget_get_default_direction, \"gtk_widget_get_default_direction\", LIBRARY.GTK); 3629 Linker.link(gtk_widget_shape_combine_region, \"gtk_widget_shape_combine_region\", LIBRARY.GTK); 3630 Linker.link(gtk_widget_input_shape_combine_region, \"gtk_widget_input_shape_combine_region\", LIBRARY.GTK); 3631 Linker.link(gtk_widget_path, \"gtk_widget_path\", LIBRARY.GTK); 3632 Linker.link(gtk_widget_get_composite_name, \"gtk_widget_get_composite_name\", LIBRARY.GTK); 3633 Linker.link(gtk_widget_override_background_color, \"gtk_widget_override_background_color\", LIBRARY.GTK); 3634 Linker.link(gtk_widget_override_color, \"gtk_widget_override_color\", LIBRARY.GTK); 3635 Linker.link(gtk_widget_override_font, \"gtk_widget_override_font\", LIBRARY.GTK); 3636 Linker.link(gtk_widget_override_symbolic_color, \"gtk_widget_override_symbolic_color\", LIBRARY.GTK); 3637 Linker.link(gtk_widget_override_cursor, \"gtk_widget_override_cursor\", LIBRARY.GTK); 3638 Linker.link(gtk_widget_modify_style, \"gtk_widget_modify_style\", LIBRARY.GTK); 3639 Linker.link(gtk_widget_get_modifier_style, \"gtk_widget_get_modifier_style\", LIBRARY.GTK); 3640 Linker.link(gtk_widget_modify_fg, \"gtk_widget_modify_fg\", LIBRARY.GTK); 3641 Linker.link(gtk_widget_modify_bg, \"gtk_widget_modify_bg\", LIBRARY.GTK); 3642 Linker.link(gtk_widget_modify_text, \"gtk_widget_modify_text\", LIBRARY.GTK); 3643 Linker.link(gtk_widget_modify_base, \"gtk_widget_modify_base\", LIBRARY.GTK); 3644 Linker.link(gtk_widget_modify_font, \"gtk_widget_modify_font\", LIBRARY.GTK); 3645 Linker.link(gtk_widget_modify_cursor, \"gtk_widget_modify_cursor\", LIBRARY.GTK); 3646 Linker.link(gtk_widget_create_pango_context, \"gtk_widget_create_pango_context\", LIBRARY.GTK); 3647 Linker.link(gtk_widget_get_pango_context, \"gtk_widget_get_pango_context\", LIBRARY.GTK); 3648 Linker.link(gtk_widget_create_pango_layout, \"gtk_widget_create_pango_layout\", LIBRARY.GTK); 3649 Linker.link(gtk_widget_render_icon, \"gtk_widget_render_icon\", LIBRARY.GTK); 3650 Linker.link(gtk_widget_render_icon_pixbuf, \"gtk_widget_render_icon_pixbuf\", LIBRARY.GTK); 3651 Linker.link(gtk_widget_pop_composite_child, \"gtk_widget_pop_composite_child\", LIBRARY.GTK); 3652 Linker.link(gtk_widget_push_composite_child, \"gtk_widget_push_composite_child\", LIBRARY.GTK); 3653 Linker.link(gtk_widget_queue_draw_area, \"gtk_widget_queue_draw_area\", LIBRARY.GTK); 3654 Linker.link(gtk_widget_queue_draw_region, \"gtk_widget_queue_draw_region\", LIBRARY.GTK); 3655 Linker.link(gtk_widget_set_app_paintable, \"gtk_widget_set_app_paintable\", LIBRARY.GTK); 3656 Linker.link(gtk_widget_set_double_buffered, \"gtk_widget_set_double_buffered\", LIBRARY.GTK); 3657 Linker.link(gtk_widget_set_redraw_on_allocate, \"gtk_widget_set_redraw_on_allocate\", LIBRARY.GTK); 3658 Linker.link(gtk_widget_set_composite_name, \"gtk_widget_set_composite_name\", LIBRARY.GTK); 3659 Linker.link(gtk_widget_mnemonic_activate, \"gtk_widget_mnemonic_activate\", LIBRARY.GTK); 3660 Linker.link(gtk_widget_region_intersect, \"gtk_widget_region_intersect\", LIBRARY.GTK); 3661 Linker.link(gtk_widget_send_expose, \"gtk_widget_send_expose\", LIBRARY.GTK); 3662 Linker.link(gtk_widget_send_focus_change, \"gtk_widget_send_focus_change\", LIBRARY.GTK); 3663 Linker.link(gtk_widget_style_get, \"gtk_widget_style_get\", LIBRARY.GTK); 3664 Linker.link(gtk_widget_style_get_property, \"gtk_widget_style_get_property\", LIBRARY.GTK); 3665 Linker.link(gtk_widget_style_get_valist, \"gtk_widget_style_get_valist\", LIBRARY.GTK); 3666 Linker.link(gtk_widget_style_attach, \"gtk_widget_style_attach\", LIBRARY.GTK); 3667 Linker.link(gtk_widget_get_accessible, \"gtk_widget_get_accessible\", LIBRARY.GTK); 3668 Linker.link(gtk_widget_child_focus, \"gtk_widget_child_focus\", LIBRARY.GTK); 3669 Linker.link(gtk_widget_child_notify, \"gtk_widget_child_notify\", LIBRARY.GTK); 3670 Linker.link(gtk_widget_freeze_child_notify, \"gtk_widget_freeze_child_notify\", LIBRARY.GTK); 3671 Linker.link(gtk_widget_get_child_visible, \"gtk_widget_get_child_visible\", LIBRARY.GTK); 3672 Linker.link(gtk_widget_get_parent, \"gtk_widget_get_parent\", LIBRARY.GTK); 3673 Linker.link(gtk_widget_get_settings, \"gtk_widget_get_settings\", LIBRARY.GTK); 3674 Linker.link(gtk_widget_get_clipboard, \"gtk_widget_get_clipboard\", LIBRARY.GTK); 3675 Linker.link(gtk_widget_get_display, \"gtk_widget_get_display\", LIBRARY.GTK); 3676 Linker.link(gtk_widget_get_root_window, \"gtk_widget_get_root_window\", LIBRARY.GTK); 3677 Linker.link(gtk_widget_get_screen, \"gtk_widget_get_screen\", LIBRARY.GTK); 3678 Linker.link(gtk_widget_has_screen, \"gtk_widget_has_screen\", LIBRARY.GTK); 3679 Linker.link(gtk_widget_get_size_request, \"gtk_widget_get_size_request\", LIBRARY.GTK); 3680 Linker.link(gtk_widget_set_child_visible, \"gtk_widget_set_child_visible\", LIBRARY.GTK); 3681 Linker.link(gtk_widget_set_size_request, \"gtk_widget_set_size_request\", LIBRARY.GTK); 3682 Linker.link(gtk_widget_thaw_child_notify, \"gtk_widget_thaw_child_notify\", LIBRARY.GTK); 3683 Linker.link(gtk_widget_set_no_show_all, \"gtk_widget_set_no_show_all\", LIBRARY.GTK); 3684 Linker.link(gtk_widget_get_no_show_all, \"gtk_widget_get_no_show_all\", LIBRARY.GTK); 3685 Linker.link(gtk_widget_list_mnemonic_labels, \"gtk_widget_list_mnemonic_labels\", LIBRARY.GTK); 3686 Linker.link(gtk_widget_add_mnemonic_label, \"gtk_widget_add_mnemonic_label\", LIBRARY.GTK); 3687 Linker.link(gtk_widget_remove_mnemonic_label, \"gtk_widget_remove_mnemonic_label\", LIBRARY.GTK); 3688 Linker.link(gtk_widget_is_composited, \"gtk_widget_is_composited\", LIBRARY.GTK); 3689 Linker.link(gtk_widget_error_bell, \"gtk_widget_error_bell\", LIBRARY.GTK); 3690 Linker.link(gtk_widget_keynav_failed, \"gtk_widget_keynav_failed\", LIBRARY.GTK); 3691 Linker.link(gtk_widget_get_tooltip_markup, \"gtk_widget_get_tooltip_markup\", LIBRARY.GTK); 3692 Linker.link(gtk_widget_set_tooltip_markup, \"gtk_widget_set_tooltip_markup\", LIBRARY.GTK); 3693 Linker.link(gtk_widget_get_tooltip_text, \"gtk_widget_get_tooltip_text\", LIBRARY.GTK); 3694 Linker.link(gtk_widget_set_tooltip_text, \"gtk_widget_set_tooltip_text\", LIBRARY.GTK); 3695 Linker.link(gtk_widget_get_tooltip_window, \"gtk_widget_get_tooltip_window\", LIBRARY.GTK); 3696 Linker.link(gtk_widget_set_tooltip_window, \"gtk_widget_set_tooltip_window\", LIBRARY.GTK); 3697 Linker.link(gtk_widget_get_has_tooltip, \"gtk_widget_get_has_tooltip\", LIBRARY.GTK); 3698 Linker.link(gtk_widget_set_has_tooltip, \"gtk_widget_set_has_tooltip\", LIBRARY.GTK); 3699 Linker.link(gtk_widget_trigger_tooltip_query, \"gtk_widget_trigger_tooltip_query\", LIBRARY.GTK); 3700 Linker.link(gtk_widget_get_window, \"gtk_widget_get_window\", LIBRARY.GTK); 3701 Linker.link(gtk_widget_register_window, \"gtk_widget_register_window\", LIBRARY.GTK); 3702 Linker.link(gtk_widget_unregister_window, \"gtk_widget_unregister_window\", LIBRARY.GTK); 3703 Linker.link(gtk_cairo_should_draw_window, \"gtk_cairo_should_draw_window\", LIBRARY.GTK); 3704 Linker.link(gtk_cairo_transform_to_window, \"gtk_cairo_transform_to_window\", LIBRARY.GTK); 3705 Linker.link(gtk_widget_get_allocated_width, \"gtk_widget_get_allocated_width\", LIBRARY.GTK); 3706 Linker.link(gtk_widget_get_allocated_height, \"gtk_widget_get_allocated_height\", LIBRARY.GTK); 3707 Linker.link(gtk_widget_get_allocation, \"gtk_widget_get_allocation\", LIBRARY.GTK); 3708 Linker.link(gtk_widget_set_allocation, \"gtk_widget_set_allocation\", LIBRARY.GTK); 3709 Linker.link(gtk_widget_get_allocated_baseline, \"gtk_widget_get_allocated_baseline\", LIBRARY.GTK); 3710 Linker.link(gtk_widget_get_app_paintable, \"gtk_widget_get_app_paintable\", LIBRARY.GTK); 3711 Linker.link(gtk_widget_get_can_default, \"gtk_widget_get_can_default\", LIBRARY.GTK); 3712 Linker.link(gtk_widget_set_can_default, \"gtk_widget_set_can_default\", LIBRARY.GTK); 3713 Linker.link(gtk_widget_get_can_focus, \"gtk_widget_get_can_focus\", LIBRARY.GTK); 3714 Linker.link(gtk_widget_set_can_focus, \"gtk_widget_set_can_focus\", LIBRARY.GTK); 3715 Linker.link(gtk_widget_get_double_buffered, \"gtk_widget_get_double_buffered\", LIBRARY.GTK); 3716 Linker.link(gtk_widget_get_has_window, \"gtk_widget_get_has_window\", LIBRARY.GTK); 3717 Linker.link(gtk_widget_set_has_window, \"gtk_widget_set_has_window\", LIBRARY.GTK); 3718 Linker.link(gtk_widget_get_sensitive, \"gtk_widget_get_sensitive\", LIBRARY.GTK); 3719 Linker.link(gtk_widget_is_sensitive, \"gtk_widget_is_sensitive\", LIBRARY.GTK); 3720 Linker.link(gtk_widget_get_state, \"gtk_widget_get_state\", LIBRARY.GTK); 3721 Linker.link(gtk_widget_get_visible, \"gtk_widget_get_visible\", LIBRARY.GTK); 3722 Linker.link(gtk_widget_is_visible, \"gtk_widget_is_visible\", LIBRARY.GTK); 3723 Linker.link(gtk_widget_set_visible, \"gtk_widget_set_visible\", LIBRARY.GTK); 3724 Linker.link(gtk_widget_set_state_flags, \"gtk_widget_set_state_flags\", LIBRARY.GTK); 3725 Linker.link(gtk_widget_unset_state_flags, \"gtk_widget_unset_state_flags\", LIBRARY.GTK); 3726 Linker.link(gtk_widget_get_state_flags, \"gtk_widget_get_state_flags\", LIBRARY.GTK); 3727 Linker.link(gtk_widget_has_default, \"gtk_widget_has_default\", LIBRARY.GTK); 3728 Linker.link(gtk_widget_has_focus, \"gtk_widget_has_focus\", LIBRARY.GTK); 3729 Linker.link(gtk_widget_has_visible_focus, \"gtk_widget_has_visible_focus\", LIBRARY.GTK); 3730 Linker.link(gtk_widget_has_grab, \"gtk_widget_has_grab\", LIBRARY.GTK); 3731 Linker.link(gtk_widget_has_rc_style, \"gtk_widget_has_rc_style\", LIBRARY.GTK); 3732 Linker.link(gtk_widget_is_drawable, \"gtk_widget_is_drawable\", LIBRARY.GTK); 3733 Linker.link(gtk_widget_is_toplevel, \"gtk_widget_is_toplevel\", LIBRARY.GTK); 3734 Linker.link(gtk_widget_set_window, \"gtk_widget_set_window\", LIBRARY.GTK); 3735 Linker.link(gtk_widget_set_receives_default, \"gtk_widget_set_receives_default\", LIBRARY.GTK); 3736 Linker.link(gtk_widget_get_receives_default, \"gtk_widget_get_receives_default\", LIBRARY.GTK); 3737 Linker.link(gtk_widget_set_support_multidevice, \"gtk_widget_set_support_multidevice\", LIBRARY.GTK); 3738 Linker.link(gtk_widget_get_support_multidevice, \"gtk_widget_get_support_multidevice\", LIBRARY.GTK); 3739 Linker.link(gtk_widget_set_realized, \"gtk_widget_set_realized\", LIBRARY.GTK); 3740 Linker.link(gtk_widget_get_realized, \"gtk_widget_get_realized\", LIBRARY.GTK); 3741 Linker.link(gtk_widget_set_mapped, \"gtk_widget_set_mapped\", LIBRARY.GTK); 3742 Linker.link(gtk_widget_get_mapped, \"gtk_widget_get_mapped\", LIBRARY.GTK); 3743 Linker.link(gtk_widget_get_requisition, \"gtk_widget_get_requisition\", LIBRARY.GTK); 3744 Linker.link(gtk_widget_device_is_shadowed, \"gtk_widget_device_is_shadowed\", LIBRARY.GTK); 3745 Linker.link(gtk_widget_get_modifier_mask, \"gtk_widget_get_modifier_mask\", LIBRARY.GTK); 3746 Linker.link(gtk_widget_insert_action_group, \"gtk_widget_insert_action_group\", LIBRARY.GTK); 3747 Linker.link(gtk_widget_get_opacity, \"gtk_widget_get_opacity\", LIBRARY.GTK); 3748 Linker.link(gtk_widget_set_opacity, \"gtk_widget_set_opacity\", LIBRARY.GTK); 3749 Linker.link(gtk_widget_get_path, \"gtk_widget_get_path\", LIBRARY.GTK); 3750 Linker.link(gtk_widget_get_style_context, \"gtk_widget_get_style_context\", LIBRARY.GTK); 3751 Linker.link(gtk_widget_reset_style, \"gtk_widget_reset_style\", LIBRARY.GTK); 3752 Linker.link(gtk_widget_get_preferred_height, \"gtk_widget_get_preferred_height\", LIBRARY.GTK); 3753 Linker.link(gtk_widget_get_preferred_width, \"gtk_widget_get_preferred_width\", LIBRARY.GTK); 3754 Linker.link(gtk_widget_get_preferred_height_for_width, \"gtk_widget_get_preferred_height_for_width\", LIBRARY.GTK); 3755 Linker.link(gtk_widget_get_preferred_width_for_height, \"gtk_widget_get_preferred_width_for_height\", LIBRARY.GTK); 3756 Linker.link(gtk_widget_get_preferred_height_and_baseline_for_width, \"gtk_widget_get_preferred_height_and_baseline_for_width\", LIBRARY.GTK); 3757 Linker.link(gtk_widget_get_request_mode, \"gtk_widget_get_request_mode\", LIBRARY.GTK); 3758 Linker.link(gtk_widget_get_preferred_size, \"gtk_widget_get_preferred_size\", LIBRARY.GTK); 3759 Linker.link(gtk_distribute_natural_allocation, \"gtk_distribute_natural_allocation\", LIBRARY.GTK); 3760 Linker.link(gtk_widget_get_halign, \"gtk_widget_get_halign\", LIBRARY.GTK); 3761 Linker.link(gtk_widget_set_halign, \"gtk_widget_set_halign\", LIBRARY.GTK); 3762 Linker.link(gtk_widget_get_valign, \"gtk_widget_get_valign\", LIBRARY.GTK); 3763 Linker.link(gtk_widget_get_valign_with_baseline, \"gtk_widget_get_valign_with_baseline\", LIBRARY.GTK); 3764 Linker.link(gtk_widget_set_valign, \"gtk_widget_set_valign\", LIBRARY.GTK); 3765 Linker.link(gtk_widget_get_margin_left, \"gtk_widget_get_margin_left\", LIBRARY.GTK); 3766 Linker.link(gtk_widget_set_margin_left, \"gtk_widget_set_margin_left\", LIBRARY.GTK); 3767 Linker.link(gtk_widget_get_margin_right, \"gtk_widget_get_margin_right\", LIBRARY.GTK); 3768 Linker.link(gtk_widget_set_margin_right, \"gtk_widget_set_margin_right\", LIBRARY.GTK); 3769 Linker.link(gtk_widget_get_margin_top, \"gtk_widget_get_margin_top\", LIBRARY.GTK); 3770 Linker.link(gtk_widget_set_margin_top, \"gtk_widget_set_margin_top\", LIBRARY.GTK); 3771 Linker.link(gtk_widget_get_margin_bottom, \"gtk_widget_get_margin_bottom\", LIBRARY.GTK); 3772 Linker.link(gtk_widget_set_margin_bottom, \"gtk_widget_set_margin_bottom\", LIBRARY.GTK); 3773 Linker.link(gtk_widget_get_hexpand, \"gtk_widget_get_hexpand\", LIBRARY.GTK); 3774 Linker.link(gtk_widget_set_hexpand, \"gtk_widget_set_hexpand\", LIBRARY.GTK); 3775 Linker.link(gtk_widget_get_hexpand_set, \"gtk_widget_get_hexpand_set\", LIBRARY.GTK); 3776 Linker.link(gtk_widget_set_hexpand_set, \"gtk_widget_set_hexpand_set\", LIBRARY.GTK); 3777 Linker.link(gtk_widget_get_vexpand, \"gtk_widget_get_vexpand\", LIBRARY.GTK); 3778 Linker.link(gtk_widget_set_vexpand, \"gtk_widget_set_vexpand\", LIBRARY.GTK); 3779 Linker.link(gtk_widget_get_vexpand_set, \"gtk_widget_get_vexpand_set\", LIBRARY.GTK); 3780 Linker.link(gtk_widget_set_vexpand_set, \"gtk_widget_set_vexpand_set\", LIBRARY.GTK); 3781 Linker.link(gtk_widget_queue_compute_expand, \"gtk_widget_queue_compute_expand\", LIBRARY.GTK); 3782 Linker.link(gtk_widget_compute_expand, \"gtk_widget_compute_expand\", LIBRARY.GTK); 3783 Linker.link(gtk_widget_init_template, \"gtk_widget_init_template\", LIBRARY.GTK); 3784 Linker.link(gtk_widget_get_template_child, \"gtk_widget_get_template_child\", LIBRARY.GTK); 3785 3786 // gtk.Requisition 3787 3788 Linker.link(gtk_requisition_new, \"gtk_requisition_new\", LIBRARY.GTK); 3789 Linker.link(gtk_requisition_copy, \"gtk_requisition_copy\", LIBRARY.GTK); 3790 Linker.link(gtk_requisition_free, \"gtk_requisition_free\", LIBRARY.GTK); 3791 3792 // gtk.WidgetClass 3793 3794 Linker.link(gtk_widget_class_path, \"gtk_widget_class_path\", LIBRARY.GTK); 3795 Linker.link(gtk_widget_class_install_style_property, \"gtk_widget_class_install_style_property\", LIBRARY.GTK); 3796 Linker.link(gtk_widget_class_install_style_property_parser, \"gtk_widget_class_install_style_property_parser\", LIBRARY.GTK); 3797 Linker.link(gtk_widget_class_find_style_property, \"gtk_widget_class_find_style_property\", LIBRARY.GTK); 3798 Linker.link(gtk_widget_class_list_style_properties, \"gtk_widget_class_list_style_properties\", LIBRARY.GTK); 3799 Linker.link(gtk_widget_class_set_accessible_type, \"gtk_widget_class_set_accessible_type\", LIBRARY.GTK); 3800 Linker.link(gtk_widget_class_set_accessible_role, \"gtk_widget_class_set_accessible_role\", LIBRARY.GTK); 3801 Linker.link(gtk_widget_class_set_template, \"gtk_widget_class_set_template\", LIBRARY.GTK); 3802 Linker.link(gtk_widget_class_set_template_from_resource, \"gtk_widget_class_set_template_from_resource\", LIBRARY.GTK); 3803 Linker.link(gtk_widget_class_bind_template_child_full, \"gtk_widget_class_bind_template_child_full\", LIBRARY.GTK); 3804 Linker.link(gtk_widget_class_bind_template_callback_full, \"gtk_widget_class_bind_template_callback_full\", LIBRARY.GTK); 3805 Linker.link(gtk_widget_class_set_connect_func, \"gtk_widget_class_set_connect_func\", LIBRARY.GTK); 3806 3807 // gtk.Container 3808 3809 Linker.link(gtk_container_add, \"gtk_container_add\", LIBRARY.GTK); 3810 Linker.link(gtk_container_remove, \"gtk_container_remove\", LIBRARY.GTK); 3811 Linker.link(gtk_container_add_with_properties, \"gtk_container_add_with_properties\", LIBRARY.GTK); 3812 Linker.link(gtk_container_get_resize_mode, \"gtk_container_get_resize_mode\", LIBRARY.GTK); 3813 Linker.link(gtk_container_set_resize_mode, \"gtk_container_set_resize_mode\", LIBRARY.GTK); 3814 Linker.link(gtk_container_check_resize, \"gtk_container_check_resize\", LIBRARY.GTK); 3815 Linker.link(gtk_container_foreach, \"gtk_container_foreach\", LIBRARY.GTK); 3816 Linker.link(gtk_container_get_children, \"gtk_container_get_children\", LIBRARY.GTK); 3817 Linker.link(gtk_container_get_path_for_child, \"gtk_container_get_path_for_child\", LIBRARY.GTK); 3818 Linker.link(gtk_container_set_reallocate_redraws, \"gtk_container_set_reallocate_redraws\", LIBRARY.GTK); 3819 Linker.link(gtk_container_get_focus_child, \"gtk_container_get_focus_child\", LIBRARY.GTK); 3820 Linker.link(gtk_container_set_focus_child, \"gtk_container_set_focus_child\", LIBRARY.GTK); 3821 Linker.link(gtk_container_get_focus_vadjustment, \"gtk_container_get_focus_vadjustment\", LIBRARY.GTK); 3822 Linker.link(gtk_container_set_focus_vadjustment, \"gtk_container_set_focus_vadjustment\", LIBRARY.GTK); 3823 Linker.link(gtk_container_get_focus_hadjustment, \"gtk_container_get_focus_hadjustment\", LIBRARY.GTK); 3824 Linker.link(gtk_container_set_focus_hadjustment, \"gtk_container_set_focus_hadjustment\", LIBRARY.GTK); 3825 Linker.link(gtk_container_resize_children, \"gtk_container_resize_children\", LIBRARY.GTK); 3826 Linker.link(gtk_container_child_type, \"gtk_container_child_type\", LIBRARY.GTK); 3827 Linker.link(gtk_container_child_get, \"gtk_container_child_get\", LIBRARY.GTK); 3828 Linker.link(gtk_container_child_set, \"gtk_container_child_set\", LIBRARY.GTK); 3829 Linker.link(gtk_container_child_get_property, \"gtk_container_child_get_property\", LIBRARY.GTK); 3830 Linker.link(gtk_container_child_set_property, \"gtk_container_child_set_property\", LIBRARY.GTK); 3831 Linker.link(gtk_container_child_get_valist, \"gtk_container_child_get_valist\", LIBRARY.GTK); 3832 Linker.link(gtk_container_child_set_valist, \"gtk_container_child_set_valist\", LIBRARY.GTK); 3833 Linker.link(gtk_container_child_notify, \"gtk_container_child_notify\", LIBRARY.GTK); 3834 Linker.link(gtk_container_forall, \"gtk_container_forall\", LIBRARY.GTK); 3835 Linker.link(gtk_container_get_border_width, \"gtk_container_get_border_width\", LIBRARY.GTK); 3836 Linker.link(gtk_container_set_border_width, \"gtk_container_set_border_width\", LIBRARY.GTK); 3837 Linker.link(gtk_container_propagate_draw, \"gtk_container_propagate_draw\", LIBRARY.GTK); 3838 Linker.link(gtk_container_get_focus_chain, \"gtk_container_get_focus_chain\", LIBRARY.GTK); 3839 Linker.link(gtk_container_set_focus_chain, \"gtk_container_set_focus_chain\", LIBRARY.GTK); 3840 Linker.link(gtk_container_unset_focus_chain, \"gtk_container_unset_focus_chain\", LIBRARY.GTK); 3841 Linker.link(gtk_container_class_find_child_property, \"gtk_container_class_find_child_property\", LIBRARY.GTK); 3842 Linker.link(gtk_container_class_install_child_property, \"gtk_container_class_install_child_property\", LIBRARY.GTK); 3843 Linker.link(gtk_container_class_list_child_properties, \"gtk_container_class_list_child_properties\", LIBRARY.GTK); 3844 Linker.link(gtk_container_class_handle_border_width, \"gtk_container_class_handle_border_width\", LIBRARY.GTK); 3845 3846 // gtk.Bin 3847 3848 Linker.link(gtk_bin_get_child, \"gtk_bin_get_child\", LIBRARY.GTK); 3849 3850 // gtk.MenuShell 3851 3852 Linker.link(gtk_menu_shell_append, \"gtk_menu_shell_append\", LIBRARY.GTK); 3853 Linker.link(gtk_menu_shell_prepend, \"gtk_menu_shell_prepend\", LIBRARY.GTK); 3854 Linker.link(gtk_menu_shell_insert, \"gtk_menu_shell_insert\", LIBRARY.GTK); 3855 Linker.link(gtk_menu_shell_deactivate, \"gtk_menu_shell_deactivate\", LIBRARY.GTK); 3856 Linker.link(gtk_menu_shell_select_item, \"gtk_menu_shell_select_item\", LIBRARY.GTK); 3857 Linker.link(gtk_menu_shell_select_first, \"gtk_menu_shell_select_first\", LIBRARY.GTK); 3858 Linker.link(gtk_menu_shell_deselect, \"gtk_menu_shell_deselect\", LIBRARY.GTK); 3859 Linker.link(gtk_menu_shell_activate_item, \"gtk_menu_shell_activate_item\", LIBRARY.GTK); 3860 Linker.link(gtk_menu_shell_cancel, \"gtk_menu_shell_cancel\", LIBRARY.GTK); 3861 Linker.link(gtk_menu_shell_set_take_focus, \"gtk_menu_shell_set_take_focus\", LIBRARY.GTK); 3862 Linker.link(gtk_menu_shell_get_take_focus, \"gtk_menu_shell_get_take_focus\", LIBRARY.GTK); 3863 Linker.link(gtk_menu_shell_get_selected_item, \"gtk_menu_shell_get_selected_item\", LIBRARY.GTK); 3864 Linker.link(gtk_menu_shell_get_parent_shell, \"gtk_menu_shell_get_parent_shell\", LIBRARY.GTK); 3865 Linker.link(gtk_menu_shell_bind_model, \"gtk_menu_shell_bind_model\", LIBRARY.GTK); 3866 3867 // gtk.Misc 3868 3869 Linker.link(gtk_misc_set_alignment, \"gtk_misc_set_alignment\", LIBRARY.GTK); 3870 Linker.link(gtk_misc_set_padding, \"gtk_misc_set_padding\", LIBRARY.GTK); 3871 Linker.link(gtk_misc_get_alignment, \"gtk_misc_get_alignment\", LIBRARY.GTK); 3872 Linker.link(gtk_misc_get_padding, \"gtk_misc_get_padding\", LIBRARY.GTK); 3873 3874 // gtk.Range 3875 3876 Linker.link(gtk_range_get_fill_level, \"gtk_range_get_fill_level\", LIBRARY.GTK); 3877 Linker.link(gtk_range_get_restrict_to_fill_level, \"gtk_range_get_restrict_to_fill_level\", LIBRARY.GTK); 3878 Linker.link(gtk_range_get_show_fill_level, \"gtk_range_get_show_fill_level\", LIBRARY.GTK); 3879 Linker.link(gtk_range_set_fill_level, \"gtk_range_set_fill_level\", LIBRARY.GTK); 3880 Linker.link(gtk_range_set_restrict_to_fill_level, \"gtk_range_set_restrict_to_fill_level\", LIBRARY.GTK); 3881 Linker.link(gtk_range_set_show_fill_level, \"gtk_range_set_show_fill_level\", LIBRARY.GTK); 3882 Linker.link(gtk_range_get_adjustment, \"gtk_range_get_adjustment\", LIBRARY.GTK); 3883 Linker.link(gtk_range_set_adjustment, \"gtk_range_set_adjustment\", LIBRARY.GTK); 3884 Linker.link(gtk_range_get_inverted, \"gtk_range_get_inverted\", LIBRARY.GTK); 3885 Linker.link(gtk_range_set_inverted, \"gtk_range_set_inverted\", LIBRARY.GTK); 3886 Linker.link(gtk_range_get_value, \"gtk_range_get_value\", LIBRARY.GTK); 3887 Linker.link(gtk_range_set_value, \"gtk_range_set_value\", LIBRARY.GTK); 3888 Linker.link(gtk_range_set_increments, \"gtk_range_set_increments\", LIBRARY.GTK); 3889 Linker.link(gtk_range_set_range, \"gtk_range_set_range\", LIBRARY.GTK); 3890 Linker.link(gtk_range_get_round_digits, \"gtk_range_get_round_digits\", LIBRARY.GTK); 3891 Linker.link(gtk_range_set_round_digits, \"gtk_range_set_round_digits\", LIBRARY.GTK); 3892 Linker.link(gtk_range_set_lower_stepper_sensitivity, \"gtk_range_set_lower_stepper_sensitivity\", LIBRARY.GTK); 3893 Linker.link(gtk_range_get_lower_stepper_sensitivity, \"gtk_range_get_lower_stepper_sensitivity\", LIBRARY.GTK); 3894 Linker.link(gtk_range_set_upper_stepper_sensitivity, \"gtk_range_set_upper_stepper_sensitivity\", LIBRARY.GTK); 3895 Linker.link(gtk_range_get_upper_stepper_sensitivity, \"gtk_range_get_upper_stepper_sensitivity\", LIBRARY.GTK); 3896 Linker.link(gtk_range_get_flippable, \"gtk_range_get_flippable\", LIBRARY.GTK); 3897 Linker.link(gtk_range_set_flippable, \"gtk_range_set_flippable\", LIBRARY.GTK); 3898 Linker.link(gtk_range_get_min_slider_size, \"gtk_range_get_min_slider_size\", LIBRARY.GTK); 3899 Linker.link(gtk_range_get_range_rect, \"gtk_range_get_range_rect\", LIBRARY.GTK); 3900 Linker.link(gtk_range_get_slider_range, \"gtk_range_get_slider_range\", LIBRARY.GTK); 3901 Linker.link(gtk_range_get_slider_size_fixed, \"gtk_range_get_slider_size_fixed\", LIBRARY.GTK); 3902 Linker.link(gtk_range_set_min_slider_size, \"gtk_range_set_min_slider_size\", LIBRARY.GTK); 3903 Linker.link(gtk_range_set_slider_size_fixed, \"gtk_range_set_slider_size_fixed\", LIBRARY.GTK); 3904 3905 // gtk.IMContext 3906 3907 Linker.link(gtk_im_context_set_client_window, \"gtk_im_context_set_client_window\", LIBRARY.GTK); 3908 Linker.link(gtk_im_context_get_preedit_string, \"gtk_im_context_get_preedit_string\", LIBRARY.GTK); 3909 Linker.link(gtk_im_context_filter_keypress, \"gtk_im_context_filter_keypress\", LIBRARY.GTK); 3910 Linker.link(gtk_im_context_focus_in, \"gtk_im_context_focus_in\", LIBRARY.GTK); 3911 Linker.link(gtk_im_context_focus_out, \"gtk_im_context_focus_out\", LIBRARY.GTK); 3912 Linker.link(gtk_im_context_reset, \"gtk_im_context_reset\", LIBRARY.GTK); 3913 Linker.link(gtk_im_context_set_cursor_location, \"gtk_im_context_set_cursor_location\", LIBRARY.GTK); 3914 Linker.link(gtk_im_context_set_use_preedit, \"gtk_im_context_set_use_preedit\", LIBRARY.GTK); 3915 Linker.link(gtk_im_context_set_surrounding, \"gtk_im_context_set_surrounding\", LIBRARY.GTK); 3916 Linker.link(gtk_im_context_get_surrounding, \"gtk_im_context_get_surrounding\", LIBRARY.GTK); 3917 Linker.link(gtk_im_context_delete_surrounding, \"gtk_im_context_delete_surrounding\", LIBRARY.GTK); 3918 3919 // gtk.Plug 3920 3921 Linker.link(gtk_plug_construct, \"gtk_plug_construct\", LIBRARY.GTK); 3922 Linker.link(gtk_plug_construct_for_display, \"gtk_plug_construct_for_display\", LIBRARY.GTK); 3923 Linker.link(gtk_plug_new, \"gtk_plug_new\", LIBRARY.GTK); 3924 Linker.link(gtk_plug_new_for_display, \"gtk_plug_new_for_display\", LIBRARY.GTK); 3925 Linker.link(gtk_plug_get_id, \"gtk_plug_get_id\", LIBRARY.GTK); 3926 Linker.link(gtk_plug_get_embedded, \"gtk_plug_get_embedded\", LIBRARY.GTK); 3927 Linker.link(gtk_plug_get_socket_window, \"gtk_plug_get_socket_window\", LIBRARY.GTK); 3928 3929 // gtk.Socket 3930 3931 Linker.link(gtk_socket_new, \"gtk_socket_new\", LIBRARY.GTK); 3932 Linker.link(gtk_socket_add_id, \"gtk_socket_add_id\", LIBRARY.GTK); 3933 Linker.link(gtk_socket_get_id, \"gtk_socket_get_id\", LIBRARY.GTK); 3934 Linker.link(gtk_socket_get_plug_window, \"gtk_socket_get_plug_window\", LIBRARY.GTK); 3935 3936 // gtk.RecentManager 3937 3938 Linker.link(gtk_recent_manager_new, \"gtk_recent_manager_new\", LIBRARY.GTK); 3939 Linker.link(gtk_recent_manager_get_default, \"gtk_recent_manager_get_default\", LIBRARY.GTK); 3940 Linker.link(gtk_recent_manager_add_item, \"gtk_recent_manager_add_item\", LIBRARY.GTK); 3941 Linker.link(gtk_recent_manager_add_full, \"gtk_recent_manager_add_full\", LIBRARY.GTK); 3942 Linker.link(gtk_recent_manager_remove_item, \"gtk_recent_manager_remove_item\", LIBRARY.GTK); 3943 Linker.link(gtk_recent_manager_lookup_item, \"gtk_recent_manager_lookup_item\", LIBRARY.GTK); 3944 Linker.link(gtk_recent_manager_has_item, \"gtk_recent_manager_has_item\", LIBRARY.GTK); 3945 Linker.link(gtk_recent_manager_move_item, \"gtk_recent_manager_move_item\", LIBRARY.GTK); 3946 Linker.link(gtk_recent_manager_get_items, \"gtk_recent_manager_get_items\", LIBRARY.GTK); 3947 Linker.link(gtk_recent_manager_purge_items, \"gtk_recent_manager_purge_items\", LIBRARY.GTK); 3948 3949 // gtk.RecentInfo 3950 3951 Linker.link(gtk_recent_info_ref, \"gtk_recent_info_ref\", LIBRARY.GTK); 3952 Linker.link(gtk_recent_info_unref, \"gtk_recent_info_unref\", LIBRARY.GTK); 3953 Linker.link(gtk_recent_info_get_uri, \"gtk_recent_info_get_uri\", LIBRARY.GTK); 3954 Linker.link(gtk_recent_info_get_display_name, \"gtk_recent_info_get_display_name\", LIBRARY.GTK); 3955 Linker.link(gtk_recent_info_get_description, \"gtk_recent_info_get_description\", LIBRARY.GTK); 3956 Linker.link(gtk_recent_info_get_mime_type, \"gtk_recent_info_get_mime_type\", LIBRARY.GTK); 3957 Linker.link(gtk_recent_info_get_added, \"gtk_recent_info_get_added\", LIBRARY.GTK); 3958 Linker.link(gtk_recent_info_get_modified, \"gtk_recent_info_get_modified\", LIBRARY.GTK); 3959 Linker.link(gtk_recent_info_get_visited, \"gtk_recent_info_get_visited\", LIBRARY.GTK); 3960 Linker.link(gtk_recent_info_get_private_hint, \"gtk_recent_info_get_private_hint\", LIBRARY.GTK); 3961 Linker.link(gtk_recent_info_get_application_info, \"gtk_recent_info_get_application_info\", LIBRARY.GTK); 3962 Linker.link(gtk_recent_info_get_applications, \"gtk_recent_info_get_applications\", LIBRARY.GTK); 3963 Linker.link(gtk_recent_info_last_application, \"gtk_recent_info_last_application\", LIBRARY.GTK); 3964 Linker.link(gtk_recent_info_has_application, \"gtk_recent_info_has_application\", LIBRARY.GTK); 3965 Linker.link(gtk_recent_info_create_app_info, \"gtk_recent_info_create_app_info\", LIBRARY.GTK); 3966 Linker.link(gtk_recent_info_get_groups, \"gtk_recent_info_get_groups\", LIBRARY.GTK); 3967 Linker.link(gtk_recent_info_has_group, \"gtk_recent_info_has_group\", LIBRARY.GTK); 3968 Linker.link(gtk_recent_info_get_icon, \"gtk_recent_info_get_icon\", LIBRARY.GTK); 3969 Linker.link(gtk_recent_info_get_gicon, \"gtk_recent_info_get_gicon\", LIBRARY.GTK); 3970 Linker.link(gtk_recent_info_get_short_name, \"gtk_recent_info_get_short_name\", LIBRARY.GTK); 3971 Linker.link(gtk_recent_info_get_uri_display, \"gtk_recent_info_get_uri_display\", LIBRARY.GTK); 3972 Linker.link(gtk_recent_info_get_age, \"gtk_recent_info_get_age\", LIBRARY.GTK); 3973 Linker.link(gtk_recent_info_is_local, \"gtk_recent_info_is_local\", LIBRARY.GTK); 3974 Linker.link(gtk_recent_info_exists, \"gtk_recent_info_exists\", LIBRARY.GTK); 3975 Linker.link(gtk_recent_info_match, \"gtk_recent_info_match\", LIBRARY.GTK); 3976 3977 // gtk.RecentChooserT 3978 3979 3980 // gtk.RecentChooserT 3981 3982 Linker.link(gtk_recent_chooser_set_show_private, \"gtk_recent_chooser_set_show_private\", LIBRARY.GTK); 3983 Linker.link(gtk_recent_chooser_get_show_private, \"gtk_recent_chooser_get_show_private\", LIBRARY.GTK); 3984 Linker.link(gtk_recent_chooser_set_show_not_found, \"gtk_recent_chooser_set_show_not_found\", LIBRARY.GTK); 3985 Linker.link(gtk_recent_chooser_get_show_not_found, \"gtk_recent_chooser_get_show_not_found\", LIBRARY.GTK); 3986 Linker.link(gtk_recent_chooser_set_show_icons, \"gtk_recent_chooser_set_show_icons\", LIBRARY.GTK); 3987 Linker.link(gtk_recent_chooser_get_show_icons, \"gtk_recent_chooser_get_show_icons\", LIBRARY.GTK); 3988 Linker.link(gtk_recent_chooser_set_select_multiple, \"gtk_recent_chooser_set_select_multiple\", LIBRARY.GTK); 3989 Linker.link(gtk_recent_chooser_get_select_multiple, \"gtk_recent_chooser_get_select_multiple\", LIBRARY.GTK); 3990 Linker.link(gtk_recent_chooser_set_local_only, \"gtk_recent_chooser_set_local_only\", LIBRARY.GTK); 3991 Linker.link(gtk_recent_chooser_get_local_only, \"gtk_recent_chooser_get_local_only\", LIBRARY.GTK); 3992 Linker.link(gtk_recent_chooser_set_limit, \"gtk_recent_chooser_set_limit\", LIBRARY.GTK); 3993 Linker.link(gtk_recent_chooser_get_limit, \"gtk_recent_chooser_get_limit\", LIBRARY.GTK); 3994 Linker.link(gtk_recent_chooser_set_show_tips, \"gtk_recent_chooser_set_show_tips\", LIBRARY.GTK); 3995 Linker.link(gtk_recent_chooser_get_show_tips, \"gtk_recent_chooser_get_show_tips\", LIBRARY.GTK); 3996 Linker.link(gtk_recent_chooser_set_sort_type, \"gtk_recent_chooser_set_sort_type\", LIBRARY.GTK); 3997 Linker.link(gtk_recent_chooser_get_sort_type, \"gtk_recent_chooser_get_sort_type\", LIBRARY.GTK); 3998 Linker.link(gtk_recent_chooser_set_sort_func, \"gtk_recent_chooser_set_sort_func\", LIBRARY.GTK); 3999 Linker.link(gtk_recent_chooser_set_current_uri, \"gtk_recent_chooser_set_current_uri\", LIBRARY.GTK); 4000 Linker.link(gtk_recent_chooser_get_current_uri, \"gtk_recent_chooser_get_current_uri\", LIBRARY.GTK); 4001 Linker.link(gtk_recent_chooser_get_current_item, \"gtk_recent_chooser_get_current_item\", LIBRARY.GTK); 4002 Linker.link(gtk_recent_chooser_select_uri, \"gtk_recent_chooser_select_uri\", LIBRARY.GTK); 4003 Linker.link(gtk_recent_chooser_unselect_uri, \"gtk_recent_chooser_unselect_uri\", LIBRARY.GTK); 4004 Linker.link(gtk_recent_chooser_select_all, \"gtk_recent_chooser_select_all\", LIBRARY.GTK); 4005 Linker.link(gtk_recent_chooser_unselect_all, \"gtk_recent_chooser_unselect_all\", LIBRARY.GTK); 4006 Linker.link(gtk_recent_chooser_get_items, \"gtk_recent_chooser_get_items\", LIBRARY.GTK); 4007 Linker.link(gtk_recent_chooser_get_uris, \"gtk_recent_chooser_get_uris\", LIBRARY.GTK); 4008 Linker.link(gtk_recent_chooser_add_filter, \"gtk_recent_chooser_add_filter\", LIBRARY.GTK); 4009 Linker.link(gtk_recent_chooser_remove_filter, \"gtk_recent_chooser_remove_filter\", LIBRARY.GTK); 4010 Linker.link(gtk_recent_chooser_list_filters, \"gtk_recent_chooser_list_filters\", LIBRARY.GTK); 4011 Linker.link(gtk_recent_chooser_set_filter, \"gtk_recent_chooser_set_filter\", LIBRARY.GTK); 4012 Linker.link(gtk_recent_chooser_get_filter, \"gtk_recent_chooser_get_filter\", LIBRARY.GTK); 4013 4014 // gtk.RecentChooserDialog 4015 4016 Linker.link(gtk_recent_chooser_dialog_new, \"gtk_recent_chooser_dialog_new\", LIBRARY.GTK); 4017 Linker.link(gtk_recent_chooser_dialog_new_for_manager, \"gtk_recent_chooser_dialog_new_for_manager\", LIBRARY.GTK); 4018 4019 // gtk.RecentChooserMenu 4020 4021 Linker.link(gtk_recent_chooser_menu_new, \"gtk_recent_chooser_menu_new\", LIBRARY.GTK); 4022 Linker.link(gtk_recent_chooser_menu_new_for_manager, \"gtk_recent_chooser_menu_new_for_manager\", LIBRARY.GTK); 4023 Linker.link(gtk_recent_chooser_menu_get_show_numbers, \"gtk_recent_chooser_menu_get_show_numbers\", LIBRARY.GTK); 4024 Linker.link(gtk_recent_chooser_menu_set_show_numbers, \"gtk_recent_chooser_menu_set_show_numbers\", LIBRARY.GTK); 4025 4026 // gtk.RecentChooserWidget 4027 4028 Linker.link(gtk_recent_chooser_widget_new, \"gtk_recent_chooser_widget_new\", LIBRARY.GTK); 4029 Linker.link(gtk_recent_chooser_widget_new_for_manager, \"gtk_recent_chooser_widget_new_for_manager\", LIBRARY.GTK); 4030 4031 // gtk.RecentFilter 4032 4033 Linker.link(gtk_recent_filter_new, \"gtk_recent_filter_new\", LIBRARY.GTK); 4034 Linker.link(gtk_recent_filter_get_name, \"gtk_recent_filter_get_name\", LIBRARY.GTK); 4035 Linker.link(gtk_recent_filter_set_name, \"gtk_recent_filter_set_name\", LIBRARY.GTK); 4036 Linker.link(gtk_recent_filter_add_mime_type, \"gtk_recent_filter_add_mime_type\", LIBRARY.GTK); 4037 Linker.link(gtk_recent_filter_add_pattern, \"gtk_recent_filter_add_pattern\", LIBRARY.GTK); 4038 Linker.link(gtk_recent_filter_add_pixbuf_formats, \"gtk_recent_filter_add_pixbuf_formats\", LIBRARY.GTK); 4039 Linker.link(gtk_recent_filter_add_application, \"gtk_recent_filter_add_application\", LIBRARY.GTK); 4040 Linker.link(gtk_recent_filter_add_group, \"gtk_recent_filter_add_group\", LIBRARY.GTK); 4041 Linker.link(gtk_recent_filter_add_age, \"gtk_recent_filter_add_age\", LIBRARY.GTK); 4042 Linker.link(gtk_recent_filter_add_custom, \"gtk_recent_filter_add_custom\", LIBRARY.GTK); 4043 Linker.link(gtk_recent_filter_get_needed, \"gtk_recent_filter_get_needed\", LIBRARY.GTK); 4044 Linker.link(gtk_recent_filter_filter, \"gtk_recent_filter_filter\", LIBRARY.GTK); 4045 4046 // gtk.AppChooserT 4047 4048 4049 // gtk.AppChooserT 4050 4051 Linker.link(gtk_app_chooser_get_app_info, \"gtk_app_chooser_get_app_info\", LIBRARY.GTK); 4052 Linker.link(gtk_app_chooser_get_content_type, \"gtk_app_chooser_get_content_type\", LIBRARY.GTK); 4053 Linker.link(gtk_app_chooser_refresh, \"gtk_app_chooser_refresh\", LIBRARY.GTK); 4054 4055 // gtk.AppChooserButton 4056 4057 Linker.link(gtk_app_chooser_button_new, \"gtk_app_chooser_button_new\", LIBRARY.GTK); 4058 Linker.link(gtk_app_chooser_button_append_custom_item, \"gtk_app_chooser_button_append_custom_item\", LIBRARY.GTK); 4059 Linker.link(gtk_app_chooser_button_append_separator, \"gtk_app_chooser_button_append_separator\", LIBRARY.GTK); 4060 Linker.link(gtk_app_chooser_button_set_active_custom_item, \"gtk_app_chooser_button_set_active_custom_item\", LIBRARY.GTK); 4061 Linker.link(gtk_app_chooser_button_get_show_default_item, \"gtk_app_chooser_button_get_show_default_item\", LIBRARY.GTK); 4062 Linker.link(gtk_app_chooser_button_set_show_default_item, \"gtk_app_chooser_button_set_show_default_item\", LIBRARY.GTK); 4063 Linker.link(gtk_app_chooser_button_get_show_dialog_item, \"gtk_app_chooser_button_get_show_dialog_item\", LIBRARY.GTK); 4064 Linker.link(gtk_app_chooser_button_set_show_dialog_item, \"gtk_app_chooser_button_set_show_dialog_item\", LIBRARY.GTK); 4065 Linker.link(gtk_app_chooser_button_get_heading, \"gtk_app_chooser_button_get_heading\", LIBRARY.GTK); 4066 Linker.link(gtk_app_chooser_button_set_heading, \"gtk_app_chooser_button_set_heading\", LIBRARY.GTK); 4067 4068 // gtk.AppChooserDialog 4069 4070 Linker.link(gtk_app_chooser_dialog_new, \"gtk_app_chooser_dialog_new\", LIBRARY.GTK); 4071 Linker.link(gtk_app_chooser_dialog_new_for_content_type, \"gtk_app_chooser_dialog_new_for_content_type\", LIBRARY.GTK); 4072 Linker.link(gtk_app_chooser_dialog_get_widget, \"gtk_app_chooser_dialog_get_widget\", LIBRARY.GTK); 4073 Linker.link(gtk_app_chooser_dialog_set_heading, \"gtk_app_chooser_dialog_set_heading\", LIBRARY.GTK); 4074 Linker.link(gtk_app_chooser_dialog_get_heading, \"gtk_app_chooser_dialog_get_heading\", LIBRARY.GTK); 4075 4076 // gtk.AppChooserWidget 4077 4078 Linker.link(gtk_app_chooser_widget_new, \"gtk_app_chooser_widget_new\", LIBRARY.GTK); 4079 Linker.link(gtk_app_chooser_widget_set_show_default, \"gtk_app_chooser_widget_set_show_default\", LIBRARY.GTK); 4080 Linker.link(gtk_app_chooser_widget_get_show_default, \"gtk_app_chooser_widget_get_show_default\", LIBRARY.GTK); 4081 Linker.link(gtk_app_chooser_widget_set_show_recommended, \"gtk_app_chooser_widget_set_show_recommended\", LIBRARY.GTK); 4082 Linker.link(gtk_app_chooser_widget_get_show_recommended, \"gtk_app_chooser_widget_get_show_recommended\", LIBRARY.GTK); 4083 Linker.link(gtk_app_chooser_widget_set_show_fallback, \"gtk_app_chooser_widget_set_show_fallback\", LIBRARY.GTK); 4084 Linker.link(gtk_app_chooser_widget_get_show_fallback, \"gtk_app_chooser_widget_get_show_fallback\", LIBRARY.GTK); 4085 Linker.link(gtk_app_chooser_widget_set_show_other, \"gtk_app_chooser_widget_set_show_other\", LIBRARY.GTK); 4086 Linker.link(gtk_app_chooser_widget_get_show_other, \"gtk_app_chooser_widget_get_show_other\", LIBRARY.GTK); 4087 Linker.link(gtk_app_chooser_widget_set_show_all, \"gtk_app_chooser_widget_set_show_all\", LIBRARY.GTK); 4088 Linker.link(gtk_app_chooser_widget_get_show_all, \"gtk_app_chooser_widget_get_show_all\", LIBRARY.GTK); 4089 Linker.link(gtk_app_chooser_widget_set_default_text, \"gtk_app_chooser_widget_set_default_text\", LIBRARY.GTK); 4090 Linker.link(gtk_app_chooser_widget_get_default_text, \"gtk_app_chooser_widget_get_default_text\", LIBRARY.GTK); 4091 4092 // gtk.SymbolicColor 4093 4094 Linker.link(gtk_symbolic_color_new_literal, \"gtk_symbolic_color_new_literal\", LIBRARY.GTK); 4095 Linker.link(gtk_symbolic_color_new_name, \"gtk_symbolic_color_new_name\", LIBRARY.GTK); 4096 Linker.link(gtk_symbolic_color_new_shade, \"gtk_symbolic_color_new_shade\", LIBRARY.GTK); 4097 Linker.link(gtk_symbolic_color_new_alpha, \"gtk_symbolic_color_new_alpha\", LIBRARY.GTK); 4098 Linker.link(gtk_symbolic_color_new_mix, \"gtk_symbolic_color_new_mix\", LIBRARY.GTK); 4099 Linker.link(gtk_symbolic_color_new_win32, \"gtk_symbolic_color_new_win32\", LIBRARY.GTK); 4100 Linker.link(gtk_symbolic_color_ref, \"gtk_symbolic_color_ref\", LIBRARY.GTK); 4101 Linker.link(gtk_symbolic_color_unref, \"gtk_symbolic_color_unref\", LIBRARY.GTK); 4102 Linker.link(gtk_symbolic_color_resolve, \"gtk_symbolic_color_resolve\", LIBRARY.GTK); 4103 Linker.link(gtk_symbolic_color_to_string, \"gtk_symbolic_color_to_string\", LIBRARY.GTK); 4104 4105 // gtk.Gradient 4106 4107 Linker.link(gtk_gradient_new_linear, \"gtk_gradient_new_linear\", LIBRARY.GTK); 4108 Linker.link(gtk_gradient_new_radial, \"gtk_gradient_new_radial\", LIBRARY.GTK); 4109 Linker.link(gtk_gradient_add_color_stop, \"gtk_gradient_add_color_stop\", LIBRARY.GTK); 4110 Linker.link(gtk_gradient_ref, \"gtk_gradient_ref\", LIBRARY.GTK); 4111 Linker.link(gtk_gradient_unref, \"gtk_gradient_unref\", LIBRARY.GTK); 4112 Linker.link(gtk_gradient_resolve, \"gtk_gradient_resolve\", LIBRARY.GTK); 4113 Linker.link(gtk_gradient_resolve_for_context, \"gtk_gradient_resolve_for_context\", LIBRARY.GTK); 4114 Linker.link(gtk_gradient_to_string, \"gtk_gradient_to_string\", LIBRARY.GTK); 4115 4116 // gtk.RcStyle 4117 4118 Linker.link(gtk_rc_scanner_new, \"gtk_rc_scanner_new\", LIBRARY.GTK); 4119 Linker.link(gtk_rc_get_style, \"gtk_rc_get_style\", LIBRARY.GTK); 4120 Linker.link(gtk_rc_get_style_by_paths, \"gtk_rc_get_style_by_paths\", LIBRARY.GTK); 4121 Linker.link(gtk_rc_parse, \"gtk_rc_parse\", LIBRARY.GTK); 4122 Linker.link(gtk_rc_parse_string, \"gtk_rc_parse_string\", LIBRARY.GTK); 4123 Linker.link(gtk_rc_reparse_all, \"gtk_rc_reparse_all\", LIBRARY.GTK); 4124 Linker.link(gtk_rc_reparse_all_for_settings, \"gtk_rc_reparse_all_for_settings\", LIBRARY.GTK); 4125 Linker.link(gtk_rc_reset_styles, \"gtk_rc_reset_styles\", LIBRARY.GTK); 4126 Linker.link(gtk_rc_add_default_file, \"gtk_rc_add_default_file\", LIBRARY.GTK); 4127 Linker.link(gtk_rc_get_default_files, \"gtk_rc_get_default_files\", LIBRARY.GTK); 4128 Linker.link(gtk_rc_set_default_files, \"gtk_rc_set_default_files\", LIBRARY.GTK); 4129 Linker.link(gtk_rc_parse_color, \"gtk_rc_parse_color\", LIBRARY.GTK); 4130 Linker.link(gtk_rc_parse_color_full, \"gtk_rc_parse_color_full\", LIBRARY.GTK); 4131 Linker.link(gtk_rc_parse_state, \"gtk_rc_parse_state\", LIBRARY.GTK); 4132 Linker.link(gtk_rc_parse_priority, \"gtk_rc_parse_priority\", LIBRARY.GTK); 4133 Linker.link(gtk_rc_find_module_in_path, \"gtk_rc_find_module_in_path\", LIBRARY.GTK); 4134 Linker.link(gtk_rc_find_pixmap_in_path, \"gtk_rc_find_pixmap_in_path\", LIBRARY.GTK); 4135 Linker.link(gtk_rc_get_module_dir, \"gtk_rc_get_module_dir\", LIBRARY.GTK); 4136 Linker.link(gtk_rc_get_im_module_path, \"gtk_rc_get_im_module_path\", LIBRARY.GTK); 4137 Linker.link(gtk_rc_get_im_module_file, \"gtk_rc_get_im_module_file\", LIBRARY.GTK); 4138 Linker.link(gtk_rc_get_theme_dir, \"gtk_rc_get_theme_dir\", LIBRARY.GTK); 4139 Linker.link(gtk_rc_style_new, \"gtk_rc_style_new\", LIBRARY.GTK); 4140 Linker.link(gtk_rc_style_copy, \"gtk_rc_style_copy\", LIBRARY.GTK); 4141 4142 // gtk.Style 4143 4144 Linker.link(gtk_style_new, \"gtk_style_new\", LIBRARY.GTK); 4145 Linker.link(gtk_style_copy, \"gtk_style_copy\", LIBRARY.GTK); 4146 Linker.link(gtk_style_attach, \"gtk_style_attach\", LIBRARY.GTK); 4147 Linker.link(gtk_style_detach, \"gtk_style_detach\", LIBRARY.GTK); 4148 Linker.link(gtk_style_has_context, \"gtk_style_has_context\", LIBRARY.GTK); 4149 Linker.link(gtk_style_set_background, \"gtk_style_set_background\", LIBRARY.GTK); 4150 Linker.link(gtk_style_apply_default_background, \"gtk_style_apply_default_background\", LIBRARY.GTK); 4151 Linker.link(gtk_style_lookup_color, \"gtk_style_lookup_color\", LIBRARY.GTK); 4152 Linker.link(gtk_style_lookup_icon_set, \"gtk_style_lookup_icon_set\", LIBRARY.GTK); 4153 Linker.link(gtk_style_render_icon, \"gtk_style_render_icon\", LIBRARY.GTK); 4154 Linker.link(gtk_style_get_style_property, \"gtk_style_get_style_property\", LIBRARY.GTK); 4155 Linker.link(gtk_style_get_valist, \"gtk_style_get_valist\", LIBRARY.GTK); 4156 Linker.link(gtk_style_get, \"gtk_style_get\", LIBRARY.GTK); 4157 Linker.link(gtk_paint_arrow, \"gtk_paint_arrow\", LIBRARY.GTK); 4158 Linker.link(gtk_paint_box, \"gtk_paint_box\", LIBRARY.GTK); 4159 Linker.link(gtk_paint_box_gap, \"gtk_paint_box_gap\", LIBRARY.GTK); 4160 Linker.link(gtk_paint_check, \"gtk_paint_check\", LIBRARY.GTK); 4161 Linker.link(gtk_paint_diamond, \"gtk_paint_diamond\", LIBRARY.GTK); 4162 Linker.link(gtk_paint_extension, \"gtk_paint_extension\", LIBRARY.GTK); 4163 Linker.link(gtk_paint_flat_box, \"gtk_paint_flat_box\", LIBRARY.GTK); 4164 Linker.link(gtk_paint_focus, \"gtk_paint_focus\", LIBRARY.GTK); 4165 Linker.link(gtk_paint_handle, \"gtk_paint_handle\", LIBRARY.GTK); 4166 Linker.link(gtk_paint_hline, \"gtk_paint_hline\", LIBRARY.GTK); 4167 Linker.link(gtk_paint_option, \"gtk_paint_option\", LIBRARY.GTK); 4168 Linker.link(gtk_paint_shadow, \"gtk_paint_shadow\", LIBRARY.GTK); 4169 Linker.link(gtk_paint_shadow_gap, \"gtk_paint_shadow_gap\", LIBRARY.GTK); 4170 Linker.link(gtk_paint_slider, \"gtk_paint_slider\", LIBRARY.GTK); 4171 Linker.link(gtk_paint_spinner, \"gtk_paint_spinner\", LIBRARY.GTK); 4172 Linker.link(gtk_paint_tab, \"gtk_paint_tab\", LIBRARY.GTK); 4173 Linker.link(gtk_paint_vline, \"gtk_paint_vline\", LIBRARY.GTK); 4174 Linker.link(gtk_paint_expander, \"gtk_paint_expander\", LIBRARY.GTK); 4175 Linker.link(gtk_paint_layout, \"gtk_paint_layout\", LIBRARY.GTK); 4176 Linker.link(gtk_paint_resize_grip, \"gtk_paint_resize_grip\", LIBRARY.GTK); 4177 Linker.link(gtk_draw_insertion_cursor, \"gtk_draw_insertion_cursor\", LIBRARY.GTK); 4178 4179 // gtk.HScale 4180 4181 Linker.link(gtk_hscale_new, \"gtk_hscale_new\", LIBRARY.GTK); 4182 Linker.link(gtk_hscale_new_with_range, \"gtk_hscale_new_with_range\", LIBRARY.GTK); 4183 4184 // gtk.VScale 4185 4186 Linker.link(gtk_vscale_new, \"gtk_vscale_new\", LIBRARY.GTK); 4187 Linker.link(gtk_vscale_new_with_range, \"gtk_vscale_new_with_range\", LIBRARY.GTK); 4188 4189 // gtk.TearoffMenuItem 4190 4191 Linker.link(gtk_tearoff_menu_item_new, \"gtk_tearoff_menu_item_new\", LIBRARY.GTK); 4192 4193 // gtk.ColorSelection 4194 4195 Linker.link(gtk_color_selection_new, \"gtk_color_selection_new\", LIBRARY.GTK); 4196 Linker.link(gtk_color_selection_set_has_opacity_control, \"gtk_color_selection_set_has_opacity_control\", LIBRARY.GTK); 4197 Linker.link(gtk_color_selection_get_has_opacity_control, \"gtk_color_selection_get_has_opacity_control\", LIBRARY.GTK); 4198 Linker.link(gtk_color_selection_set_has_palette, \"gtk_color_selection_set_has_palette\", LIBRARY.GTK); 4199 Linker.link(gtk_color_selection_get_has_palette, \"gtk_color_selection_get_has_palette\", LIBRARY.GTK); 4200 Linker.link(gtk_color_selection_get_current_alpha, \"gtk_color_selection_get_current_alpha\", LIBRARY.GTK); 4201 Linker.link(gtk_color_selection_set_current_alpha, \"gtk_color_selection_set_current_alpha\", LIBRARY.GTK); 4202 Linker.link(gtk_color_selection_get_current_color, \"gtk_color_selection_get_current_color\", LIBRARY.GTK); 4203 Linker.link(gtk_color_selection_set_current_color, \"gtk_color_selection_set_current_color\", LIBRARY.GTK); 4204 Linker.link(gtk_color_selection_get_previous_alpha, \"gtk_color_selection_get_previous_alpha\", LIBRARY.GTK); 4205 Linker.link(gtk_color_selection_set_previous_alpha, \"gtk_color_selection_set_previous_alpha\", LIBRARY.GTK); 4206 Linker.link(gtk_color_selection_get_previous_color, \"gtk_color_selection_get_previous_color\", LIBRARY.GTK); 4207 Linker.link(gtk_color_selection_set_previous_color, \"gtk_color_selection_set_previous_color\", LIBRARY.GTK); 4208 Linker.link(gtk_color_selection_get_current_rgba, \"gtk_color_selection_get_current_rgba\", LIBRARY.GTK); 4209 Linker.link(gtk_color_selection_set_current_rgba, \"gtk_color_selection_set_current_rgba\", LIBRARY.GTK); 4210 Linker.link(gtk_color_selection_get_previous_rgba, \"gtk_color_selection_get_previous_rgba\", LIBRARY.GTK); 4211 Linker.link(gtk_color_selection_set_previous_rgba, \"gtk_color_selection_set_previous_rgba\", LIBRARY.GTK); 4212 Linker.link(gtk_color_selection_is_adjusting, \"gtk_color_selection_is_adjusting\", LIBRARY.GTK); 4213 Linker.link(gtk_color_selection_palette_from_string, \"gtk_color_selection_palette_from_string\", LIBRARY.GTK); 4214 Linker.link(gtk_color_selection_palette_to_string, \"gtk_color_selection_palette_to_string\", LIBRARY.GTK); 4215 Linker.link(gtk_color_selection_set_change_palette_with_screen_hook, \"gtk_color_selection_set_change_palette_with_screen_hook\", LIBRARY.GTK); 4216 4217 // gtk.ColorSelectionDialog 4218 4219 Linker.link(gtk_color_selection_dialog_new, \"gtk_color_selection_dialog_new\", LIBRARY.GTK); 4220 Linker.link(gtk_color_selection_dialog_get_color_selection, \"gtk_color_selection_dialog_get_color_selection\", LIBRARY.GTK); 4221 4222 // gtk.HSV 4223 4224 Linker.link(gtk_hsv_new, \"gtk_hsv_new\", LIBRARY.GTK); 4225 Linker.link(gtk_hsv_set_color, \"gtk_hsv_set_color\", LIBRARY.GTK); 4226 Linker.link(gtk_hsv_get_color, \"gtk_hsv_get_color\", LIBRARY.GTK); 4227 Linker.link(gtk_hsv_set_metrics, \"gtk_hsv_set_metrics\", LIBRARY.GTK); 4228 Linker.link(gtk_hsv_get_metrics, \"gtk_hsv_get_metrics\", LIBRARY.GTK); 4229 Linker.link(gtk_hsv_is_adjusting, \"gtk_hsv_is_adjusting\", LIBRARY.GTK); 4230 Linker.link(gtk_hsv_to_rgb, \"gtk_hsv_to_rgb\", LIBRARY.GTK); 4231 Linker.link(gtk_rgb_to_hsv, \"gtk_rgb_to_hsv\", LIBRARY.GTK); 4232 4233 // gtk.FontSelection 4234 4235 Linker.link(gtk_font_selection_new, \"gtk_font_selection_new\", LIBRARY.GTK); 4236 Linker.link(gtk_font_selection_get_font_name, \"gtk_font_selection_get_font_name\", LIBRARY.GTK); 4237 Linker.link(gtk_font_selection_set_font_name, \"gtk_font_selection_set_font_name\", LIBRARY.GTK); 4238 Linker.link(gtk_font_selection_get_preview_text, \"gtk_font_selection_get_preview_text\", LIBRARY.GTK); 4239 Linker.link(gtk_font_selection_set_preview_text, \"gtk_font_selection_set_preview_text\", LIBRARY.GTK); 4240 Linker.link(gtk_font_selection_get_face, \"gtk_font_selection_get_face\", LIBRARY.GTK); 4241 Linker.link(gtk_font_selection_get_face_list, \"gtk_font_selection_get_face_list\", LIBRARY.GTK); 4242 Linker.link(gtk_font_selection_get_family, \"gtk_font_selection_get_family\", LIBRARY.GTK); 4243 Linker.link(gtk_font_selection_get_size, \"gtk_font_selection_get_size\", LIBRARY.GTK); 4244 Linker.link(gtk_font_selection_get_family_list, \"gtk_font_selection_get_family_list\", LIBRARY.GTK); 4245 Linker.link(gtk_font_selection_get_preview_entry, \"gtk_font_selection_get_preview_entry\", LIBRARY.GTK); 4246 Linker.link(gtk_font_selection_get_size_entry, \"gtk_font_selection_get_size_entry\", LIBRARY.GTK); 4247 Linker.link(gtk_font_selection_get_size_list, \"gtk_font_selection_get_size_list\", LIBRARY.GTK); 4248 4249 // gtk.FontSelectionDialog 4250 4251 Linker.link(gtk_font_selection_dialog_new, \"gtk_font_selection_dialog_new\", LIBRARY.GTK); 4252 Linker.link(gtk_font_selection_dialog_get_font_name, \"gtk_font_selection_dialog_get_font_name\", LIBRARY.GTK); 4253 Linker.link(gtk_font_selection_dialog_set_font_name, \"gtk_font_selection_dialog_set_font_name\", LIBRARY.GTK); 4254 Linker.link(gtk_font_selection_dialog_get_preview_text, \"gtk_font_selection_dialog_get_preview_text\", LIBRARY.GTK); 4255 Linker.link(gtk_font_selection_dialog_set_preview_text, \"gtk_font_selection_dialog_set_preview_text\", LIBRARY.GTK); 4256 Linker.link(gtk_font_selection_dialog_get_cancel_button, \"gtk_font_selection_dialog_get_cancel_button\", LIBRARY.GTK); 4257 Linker.link(gtk_font_selection_dialog_get_ok_button, \"gtk_font_selection_dialog_get_ok_button\", LIBRARY.GTK); 4258 Linker.link(gtk_font_selection_dialog_get_font_selection, \"gtk_font_selection_dialog_get_font_selection\", LIBRARY.GTK); 4259 4260 // gtk.HBox 4261 4262 Linker.link(gtk_hbox_new, \"gtk_hbox_new\", LIBRARY.GTK); 4263 4264 // gtk.VBox 4265 4266 Linker.link(gtk_vbox_new, \"gtk_vbox_new\", LIBRARY.GTK); 4267 4268 // gtk.HButtonBox 4269 4270 Linker.link(gtk_hbutton_box_new, \"gtk_hbutton_box_new\", LIBRARY.GTK); 4271 4272 // gtk.VButtonBox 4273 4274 Linker.link(gtk_vbutton_box_new, \"gtk_vbutton_box_new\", LIBRARY.GTK); 4275 4276 // gtk.HPaned 4277 4278 Linker.link(gtk_hpaned_new, \"gtk_hpaned_new\", LIBRARY.GTK); 4279 4280 // gtk.VPaned 4281 4282 Linker.link(gtk_vpaned_new, \"gtk_vpaned_new\", LIBRARY.GTK); 4283 4284 // gtk.Table 4285 4286 Linker.link(gtk_table_new, \"gtk_table_new\", LIBRARY.GTK); 4287 Linker.link(gtk_table_resize, \"gtk_table_resize\", LIBRARY.GTK); 4288 Linker.link(gtk_table_get_size, \"gtk_table_get_size\", LIBRARY.GTK); 4289 Linker.link(gtk_table_attach, \"gtk_table_attach\", LIBRARY.GTK); 4290 Linker.link(gtk_table_attach_defaults, \"gtk_table_attach_defaults\", LIBRARY.GTK); 4291 Linker.link(gtk_table_set_row_spacing, \"gtk_table_set_row_spacing\", LIBRARY.GTK); 4292 Linker.link(gtk_table_set_col_spacing, \"gtk_table_set_col_spacing\", LIBRARY.GTK); 4293 Linker.link(gtk_table_set_row_spacings, \"gtk_table_set_row_spacings\", LIBRARY.GTK); 4294 Linker.link(gtk_table_set_col_spacings, \"gtk_table_set_col_spacings\", LIBRARY.GTK); 4295 Linker.link(gtk_table_set_homogeneous, \"gtk_table_set_homogeneous\", LIBRARY.GTK); 4296 Linker.link(gtk_table_get_default_row_spacing, \"gtk_table_get_default_row_spacing\", LIBRARY.GTK); 4297 Linker.link(gtk_table_get_homogeneous, \"gtk_table_get_homogeneous\", LIBRARY.GTK); 4298 Linker.link(gtk_table_get_row_spacing, \"gtk_table_get_row_spacing\", LIBRARY.GTK); 4299 Linker.link(gtk_table_get_col_spacing, \"gtk_table_get_col_spacing\", LIBRARY.GTK); 4300 Linker.link(gtk_table_get_default_col_spacing, \"gtk_table_get_default_col_spacing\", LIBRARY.GTK); 4301 4302 // gtk.HSeparator 4303 4304 Linker.link(gtk_hseparator_new, \"gtk_hseparator_new\", LIBRARY.GTK); 4305 4306 // gtk.VSeparator 4307 4308 Linker.link(gtk_vseparator_new, \"gtk_vseparator_new\", LIBRARY.GTK); 4309 4310 // gtk.HScrollbar 4311 4312 Linker.link(gtk_hscrollbar_new, \"gtk_hscrollbar_new\", LIBRARY.GTK); 4313 4314 // gtk.VScrollbar 4315 4316 Linker.link(gtk_vscrollbar_new, \"gtk_vscrollbar_new\", LIBRARY.GTK); 4317 4318 // gtk.UIManager 4319 4320 Linker.link(gtk_ui_manager_new, \"gtk_ui_manager_new\", LIBRARY.GTK); 4321 Linker.link(gtk_ui_manager_set_add_tearoffs, \"gtk_ui_manager_set_add_tearoffs\", LIBRARY.GTK); 4322 Linker.link(gtk_ui_manager_get_add_tearoffs, \"gtk_ui_manager_get_add_tearoffs\", LIBRARY.GTK); 4323 Linker.link(gtk_ui_manager_insert_action_group, \"gtk_ui_manager_insert_action_group\", LIBRARY.GTK); 4324 Linker.link(gtk_ui_manager_remove_action_group, \"gtk_ui_manager_remove_action_group\", LIBRARY.GTK); 4325 Linker.link(gtk_ui_manager_get_action_groups, \"gtk_ui_manager_get_action_groups\", LIBRARY.GTK); 4326 Linker.link(gtk_ui_manager_get_accel_group, \"gtk_ui_manager_get_accel_group\", LIBRARY.GTK); 4327 Linker.link(gtk_ui_manager_get_widget, \"gtk_ui_manager_get_widget\", LIBRARY.GTK); 4328 Linker.link(gtk_ui_manager_get_toplevels, \"gtk_ui_manager_get_toplevels\", LIBRARY.GTK); 4329 Linker.link(gtk_ui_manager_get_action, \"gtk_ui_manager_get_action\", LIBRARY.GTK); 4330 Linker.link(gtk_ui_manager_add_ui_from_resource, \"gtk_ui_manager_add_ui_from_resource\", LIBRARY.GTK); 4331 Linker.link(gtk_ui_manager_add_ui_from_string, \"gtk_ui_manager_add_ui_from_string\", LIBRARY.GTK); 4332 Linker.link(gtk_ui_manager_add_ui_from_file, \"gtk_ui_manager_add_ui_from_file\", LIBRARY.GTK); 4333 Linker.link(gtk_ui_manager_new_merge_id, \"gtk_ui_manager_new_merge_id\", LIBRARY.GTK); 4334 Linker.link(gtk_ui_manager_add_ui, \"gtk_ui_manager_add_ui\", LIBRARY.GTK); 4335 Linker.link(gtk_ui_manager_remove_ui, \"gtk_ui_manager_remove_ui\", LIBRARY.GTK); 4336 Linker.link(gtk_ui_manager_get_ui, \"gtk_ui_manager_get_ui\", LIBRARY.GTK); 4337 Linker.link(gtk_ui_manager_ensure_update, \"gtk_ui_manager_ensure_update\", LIBRARY.GTK); 4338 4339 // gtk.ActionGroup 4340 4341 Linker.link(gtk_action_group_new, \"gtk_action_group_new\", LIBRARY.GTK); 4342 Linker.link(gtk_action_group_get_name, \"gtk_action_group_get_name\", LIBRARY.GTK); 4343 Linker.link(gtk_action_group_get_sensitive, \"gtk_action_group_get_sensitive\", LIBRARY.GTK); 4344 Linker.link(gtk_action_group_set_sensitive, \"gtk_action_group_set_sensitive\", LIBRARY.GTK); 4345 Linker.link(gtk_action_group_get_visible, \"gtk_action_group_get_visible\", LIBRARY.GTK); 4346 Linker.link(gtk_action_group_set_visible, \"gtk_action_group_set_visible\", LIBRARY.GTK); 4347 Linker.link(gtk_action_group_get_accel_group, \"gtk_action_group_get_accel_group\", LIBRARY.GTK); 4348 Linker.link(gtk_action_group_set_accel_group, \"gtk_action_group_set_accel_group\", LIBRARY.GTK); 4349 Linker.link(gtk_action_group_get_action, \"gtk_action_group_get_action\", LIBRARY.GTK); 4350 Linker.link(gtk_action_group_list_actions, \"gtk_action_group_list_actions\", LIBRARY.GTK); 4351 Linker.link(gtk_action_group_add_action, \"gtk_action_group_add_action\", LIBRARY.GTK); 4352 Linker.link(gtk_action_group_add_action_with_accel, \"gtk_action_group_add_action_with_accel\", LIBRARY.GTK); 4353 Linker.link(gtk_action_group_remove_action, \"gtk_action_group_remove_action\", LIBRARY.GTK); 4354 Linker.link(gtk_action_group_add_actions, \"gtk_action_group_add_actions\", LIBRARY.GTK); 4355 Linker.link(gtk_action_group_add_actions_full, \"gtk_action_group_add_actions_full\", LIBRARY.GTK); 4356 Linker.link(gtk_action_group_add_toggle_actions, \"gtk_action_group_add_toggle_actions\", LIBRARY.GTK); 4357 Linker.link(gtk_action_group_add_toggle_actions_full, \"gtk_action_group_add_toggle_actions_full\", LIBRARY.GTK); 4358 Linker.link(gtk_action_group_add_radio_actions, \"gtk_action_group_add_radio_actions\", LIBRARY.GTK); 4359 Linker.link(gtk_action_group_add_radio_actions_full, \"gtk_action_group_add_radio_actions_full\", LIBRARY.GTK); 4360 Linker.link(gtk_action_group_set_translate_func, \"gtk_action_group_set_translate_func\", LIBRARY.GTK); 4361 Linker.link(gtk_action_group_set_translation_domain, \"gtk_action_group_set_translation_domain\", LIBRARY.GTK); 4362 Linker.link(gtk_action_group_translate_string, \"gtk_action_group_translate_string\", LIBRARY.GTK); 4363 4364 // gtk.Action 4365 4366 Linker.link(gtk_action_new, \"gtk_action_new\", LIBRARY.GTK); 4367 Linker.link(gtk_action_get_name, \"gtk_action_get_name\", LIBRARY.GTK); 4368 Linker.link(gtk_action_is_sensitive, \"gtk_action_is_sensitive\", LIBRARY.GTK); 4369 Linker.link(gtk_action_get_sensitive, \"gtk_action_get_sensitive\", LIBRARY.GTK); 4370 Linker.link(gtk_action_set_sensitive, \"gtk_action_set_sensitive\", LIBRARY.GTK); 4371 Linker.link(gtk_action_is_visible, \"gtk_action_is_visible\", LIBRARY.GTK); 4372 Linker.link(gtk_action_get_visible, \"gtk_action_get_visible\", LIBRARY.GTK); 4373 Linker.link(gtk_action_set_visible, \"gtk_action_set_visible\", LIBRARY.GTK); 4374 Linker.link(gtk_action_activate, \"gtk_action_activate\", LIBRARY.GTK); 4375 Linker.link(gtk_action_create_icon, \"gtk_action_create_icon\", LIBRARY.GTK); 4376 Linker.link(gtk_action_create_menu_item, \"gtk_action_create_menu_item\", LIBRARY.GTK); 4377 Linker.link(gtk_action_create_tool_item, \"gtk_action_create_tool_item\", LIBRARY.GTK); 4378 Linker.link(gtk_action_create_menu, \"gtk_action_create_menu\", LIBRARY.GTK); 4379 Linker.link(gtk_action_get_proxies, \"gtk_action_get_proxies\", LIBRARY.GTK); 4380 Linker.link(gtk_action_connect_accelerator, \"gtk_action_connect_accelerator\", LIBRARY.GTK); 4381 Linker.link(gtk_action_disconnect_accelerator, \"gtk_action_disconnect_accelerator\", LIBRARY.GTK); 4382 Linker.link(gtk_action_block_activate, \"gtk_action_block_activate\", LIBRARY.GTK); 4383 Linker.link(gtk_action_unblock_activate, \"gtk_action_unblock_activate\", LIBRARY.GTK); 4384 Linker.link(gtk_action_get_always_show_image, \"gtk_action_get_always_show_image\", LIBRARY.GTK); 4385 Linker.link(gtk_action_set_always_show_image, \"gtk_action_set_always_show_image\", LIBRARY.GTK); 4386 Linker.link(gtk_action_get_accel_path, \"gtk_action_get_accel_path\", LIBRARY.GTK); 4387 Linker.link(gtk_action_set_accel_path, \"gtk_action_set_accel_path\", LIBRARY.GTK); 4388 Linker.link(gtk_action_get_accel_closure, \"gtk_action_get_accel_closure\", LIBRARY.GTK); 4389 Linker.link(gtk_action_set_accel_group, \"gtk_action_set_accel_group\", LIBRARY.GTK); 4390 Linker.link(gtk_action_set_label, \"gtk_action_set_label\", LIBRARY.GTK); 4391 Linker.link(gtk_action_get_label, \"gtk_action_get_label\", LIBRARY.GTK); 4392 Linker.link(gtk_action_set_short_label, \"gtk_action_set_short_label\", LIBRARY.GTK); 4393 Linker.link(gtk_action_get_short_label, \"gtk_action_get_short_label\", LIBRARY.GTK); 4394 Linker.link(gtk_action_set_tooltip, \"gtk_action_set_tooltip\", LIBRARY.GTK); 4395 Linker.link(gtk_action_get_tooltip, \"gtk_action_get_tooltip\", LIBRARY.GTK); 4396 Linker.link(gtk_action_set_stock_id, \"gtk_action_set_stock_id\", LIBRARY.GTK); 4397 Linker.link(gtk_action_get_stock_id, \"gtk_action_get_stock_id\", LIBRARY.GTK); 4398 Linker.link(gtk_action_set_gicon, \"gtk_action_set_gicon\", LIBRARY.GTK); 4399 Linker.link(gtk_action_get_gicon, \"gtk_action_get_gicon\", LIBRARY.GTK); 4400 Linker.link(gtk_action_set_icon_name, \"gtk_action_set_icon_name\", LIBRARY.GTK); 4401 Linker.link(gtk_action_get_icon_name, \"gtk_action_get_icon_name\", LIBRARY.GTK); 4402 Linker.link(gtk_action_set_visible_horizontal, \"gtk_action_set_visible_horizontal\", LIBRARY.GTK); 4403 Linker.link(gtk_action_get_visible_horizontal, \"gtk_action_get_visible_horizontal\", LIBRARY.GTK); 4404 Linker.link(gtk_action_set_visible_vertical, \"gtk_action_set_visible_vertical\", LIBRARY.GTK); 4405 Linker.link(gtk_action_get_visible_vertical, \"gtk_action_get_visible_vertical\", LIBRARY.GTK); 4406 Linker.link(gtk_action_set_is_important, \"gtk_action_set_is_important\", LIBRARY.GTK); 4407 Linker.link(gtk_action_get_is_important, \"gtk_action_get_is_important\", LIBRARY.GTK); 4408 4409 // gtk.ToggleAction 4410 4411 Linker.link(gtk_toggle_action_new, \"gtk_toggle_action_new\", LIBRARY.GTK); 4412 Linker.link(gtk_toggle_action_toggled, \"gtk_toggle_action_toggled\", LIBRARY.GTK); 4413 Linker.link(gtk_toggle_action_set_active, \"gtk_toggle_action_set_active\", LIBRARY.GTK); 4414 Linker.link(gtk_toggle_action_get_active, \"gtk_toggle_action_get_active\", LIBRARY.GTK); 4415 Linker.link(gtk_toggle_action_set_draw_as_radio, \"gtk_toggle_action_set_draw_as_radio\", LIBRARY.GTK); 4416 Linker.link(gtk_toggle_action_get_draw_as_radio, \"gtk_toggle_action_get_draw_as_radio\", LIBRARY.GTK); 4417 4418 // gtk.RadioAction 4419 4420 Linker.link(gtk_radio_action_new, \"gtk_radio_action_new\", LIBRARY.GTK); 4421 Linker.link(gtk_radio_action_get_group, \"gtk_radio_action_get_group\", LIBRARY.GTK); 4422 Linker.link(gtk_radio_action_set_group, \"gtk_radio_action_set_group\", LIBRARY.GTK); 4423 Linker.link(gtk_radio_action_join_group, \"gtk_radio_action_join_group\", LIBRARY.GTK); 4424 Linker.link(gtk_radio_action_get_current_value, \"gtk_radio_action_get_current_value\", LIBRARY.GTK); 4425 Linker.link(gtk_radio_action_set_current_value, \"gtk_radio_action_set_current_value\", LIBRARY.GTK); 4426 4427 // gtk.RecentAction 4428 4429 Linker.link(gtk_recent_action_new, \"gtk_recent_action_new\", LIBRARY.GTK); 4430 Linker.link(gtk_recent_action_new_for_manager, \"gtk_recent_action_new_for_manager\", LIBRARY.GTK); 4431 Linker.link(gtk_recent_action_get_show_numbers, \"gtk_recent_action_get_show_numbers\", LIBRARY.GTK); 4432 Linker.link(gtk_recent_action_set_show_numbers, \"gtk_recent_action_set_show_numbers\", LIBRARY.GTK); 4433 4434 // gtk.ActivatableT 4435 4436 4437 // gtk.ActivatableT 4438 4439 Linker.link(gtk_activatable_do_set_related_action, \"gtk_activatable_do_set_related_action\", LIBRARY.GTK); 4440 Linker.link(gtk_activatable_get_related_action, \"gtk_activatable_get_related_action\", LIBRARY.GTK); 4441 Linker.link(gtk_activatable_get_use_action_appearance, \"gtk_activatable_get_use_action_appearance\", LIBRARY.GTK); 4442 Linker.link(gtk_activatable_sync_action_properties, \"gtk_activatable_sync_action_properties\", LIBRARY.GTK); 4443 Linker.link(gtk_activatable_set_related_action, \"gtk_activatable_set_related_action\", LIBRARY.GTK); 4444 Linker.link(gtk_activatable_set_use_action_appearance, \"gtk_activatable_set_use_action_appearance\", LIBRARY.GTK); 4445 4446 // gtk.ImageMenuItem 4447 4448 Linker.link(gtk_image_menu_item_set_image, \"gtk_image_menu_item_set_image\", LIBRARY.GTK); 4449 Linker.link(gtk_image_menu_item_get_image, \"gtk_image_menu_item_get_image\", LIBRARY.GTK); 4450 Linker.link(gtk_image_menu_item_new, \"gtk_image_menu_item_new\", LIBRARY.GTK); 4451 Linker.link(gtk_image_menu_item_new_from_stock, \"gtk_image_menu_item_new_from_stock\", LIBRARY.GTK); 4452 Linker.link(gtk_image_menu_item_new_with_label, \"gtk_image_menu_item_new_with_label\", LIBRARY.GTK); 4453 Linker.link(gtk_image_menu_item_new_with_mnemonic, \"gtk_image_menu_item_new_with_mnemonic\", LIBRARY.GTK); 4454 Linker.link(gtk_image_menu_item_get_use_stock, \"gtk_image_menu_item_get_use_stock\", LIBRARY.GTK); 4455 Linker.link(gtk_image_menu_item_set_use_stock, \"gtk_image_menu_item_set_use_stock\", LIBRARY.GTK); 4456 Linker.link(gtk_image_menu_item_get_always_show_image, \"gtk_image_menu_item_get_always_show_image\", LIBRARY.GTK); 4457 Linker.link(gtk_image_menu_item_set_always_show_image, \"gtk_image_menu_item_set_always_show_image\", LIBRARY.GTK); 4458 Linker.link(gtk_image_menu_item_set_accel_group, \"gtk_image_menu_item_set_accel_group\", LIBRARY.GTK); 4459 4460 // gtk.StockItem 4461 4462 Linker.link(gtk_stock_add, \"gtk_stock_add\", LIBRARY.GTK); 4463 Linker.link(gtk_stock_add_static, \"gtk_stock_add_static\", LIBRARY.GTK); 4464 Linker.link(gtk_stock_item_copy, \"gtk_stock_item_copy\", LIBRARY.GTK); 4465 Linker.link(gtk_stock_item_free, \"gtk_stock_item_free\", LIBRARY.GTK); 4466 Linker.link(gtk_stock_list_ids, \"gtk_stock_list_ids\", LIBRARY.GTK); 4467 Linker.link(gtk_stock_lookup, \"gtk_stock_lookup\", LIBRARY.GTK); 4468 Linker.link(gtk_stock_set_translate_func, \"gtk_stock_set_translate_func\", LIBRARY.GTK); 4469 }"); 4470 4471 mixin( gshared ~"extern(C) 4472 { 4473 // gtk.Main 4474 4475 void function() c_gtk_disable_setlocale; 4476 PangoLanguage* function() c_gtk_get_default_language; 4477 gboolean function(int* argc, char*** argv) c_gtk_parse_args; 4478 void function(int* argc, char*** argv) c_gtk_init; 4479 gboolean function(int* argc, char*** argv) c_gtk_init_check; 4480 gboolean function(gint* argc, gchar*** argv, gchar* parameterString, GOptionEntry* entries, gchar* translationDomain, GError** error) c_gtk_init_with_args; 4481 GOptionGroup* function(gboolean openDefaultDisplay) c_gtk_get_option_group; 4482 gboolean function() c_gtk_events_pending; 4483 void function() c_gtk_main; 4484 guint function() c_gtk_main_level; 4485 void function() c_gtk_main_quit; 4486 gboolean function() c_gtk_main_iteration; 4487 gboolean function(gboolean blocking) c_gtk_main_iteration_do; 4488 void function(GdkEvent* event) c_gtk_main_do_event; 4489 void function(GtkWidget* widget) c_gtk_grab_add; 4490 GtkWidget* function() c_gtk_grab_get_current; 4491 void function(GtkWidget* widget) c_gtk_grab_remove; 4492 void function(GtkWidget* widget, GdkDevice* device, gboolean blockOthers) c_gtk_device_grab_add; 4493 void function(GtkWidget* widget, GdkDevice* device) c_gtk_device_grab_remove; 4494 guint function(GtkKeySnoopFunc snooper, void* funcData) c_gtk_key_snooper_install; 4495 void function(guint snooperHandlerId) c_gtk_key_snooper_remove; 4496 GdkEvent* function() c_gtk_get_current_event; 4497 guint32 function() c_gtk_get_current_event_time; 4498 gboolean function(GdkModifierType* state) c_gtk_get_current_event_state; 4499 GdkDevice* function() c_gtk_get_current_event_device; 4500 GtkWidget* function(GdkEvent* event) c_gtk_get_event_widget; 4501 void function(GtkWidget* widget, GdkEvent* event) c_gtk_propagate_event; 4502 4503 // gtk.Version 4504 4505 guint function() c_gtk_get_major_version; 4506 guint function() c_gtk_get_minor_version; 4507 guint function() c_gtk_get_micro_version; 4508 guint function() c_gtk_get_binary_age; 4509 guint function() c_gtk_get_interface_age; 4510 gchar* function(guint requiredMajor, guint requiredMinor, guint requiredMicro) c_gtk_check_version; 4511 4512 // gtk.AccelGroup 4513 4514 GtkAccelGroup* function() c_gtk_accel_group_new; 4515 void function(GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags, GClosure* closure) c_gtk_accel_group_connect; 4516 void function(GtkAccelGroup* accelGroup, gchar* accelPath, GClosure* closure) c_gtk_accel_group_connect_by_path; 4517 gboolean function(GtkAccelGroup* accelGroup, GClosure* closure) c_gtk_accel_group_disconnect; 4518 gboolean function(GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods) c_gtk_accel_group_disconnect_key; 4519 gboolean function(GtkAccelGroup* accelGroup, GQuark accelQuark, GObject* acceleratable, guint accelKey, GdkModifierType accelMods) c_gtk_accel_group_activate; 4520 void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_lock; 4521 void function(GtkAccelGroup* accelGroup) c_gtk_accel_group_unlock; 4522 gboolean function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_is_locked; 4523 GtkAccelGroup* function(GClosure* closure) c_gtk_accel_group_from_accel_closure; 4524 GdkModifierType function(GtkAccelGroup* accelGroup) c_gtk_accel_group_get_modifier_mask; 4525 gboolean function(GObject* object, guint accelKey, GdkModifierType accelMods) c_gtk_accel_groups_activate; 4526 GSList* function(GObject* object) c_gtk_accel_groups_from_object; 4527 GtkAccelKey* function(GtkAccelGroup* accelGroup, GtkAccelGroupFindFunc findFunc, void* data) c_gtk_accel_group_find; 4528 gboolean function(guint keyval, GdkModifierType modifiers) c_gtk_accelerator_valid; 4529 void function(gchar* accelerator, guint* acceleratorKey, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse; 4530 gchar* function(guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_name; 4531 gchar* function(guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label; 4532 void function(gchar* accelerator, guint* acceleratorKey, guint** acceleratorCodes, GdkModifierType* acceleratorMods) c_gtk_accelerator_parse_with_keycode; 4533 gchar* function(GdkDisplay* display, guint acceleratorKey, guint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_name_with_keycode; 4534 gchar* function(GdkDisplay* display, guint acceleratorKey, guint keycode, GdkModifierType acceleratorMods) c_gtk_accelerator_get_label_with_keycode; 4535 void function(GdkModifierType defaultModMask) c_gtk_accelerator_set_default_mod_mask; 4536 GdkModifierType function() c_gtk_accelerator_get_default_mod_mask; 4537 4538 // gtk.AccelMap 4539 4540 void function(gchar* accelPath, guint accelKey, GdkModifierType accelMods) c_gtk_accel_map_add_entry; 4541 gboolean function(gchar* accelPath, GtkAccelKey* key) c_gtk_accel_map_lookup_entry; 4542 gboolean function(gchar* accelPath, guint accelKey, GdkModifierType accelMods, gboolean replace) c_gtk_accel_map_change_entry; 4543 void function(gchar* fileName) c_gtk_accel_map_load; 4544 void function(gchar* fileName) c_gtk_accel_map_save; 4545 void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach; 4546 void function(gint fd) c_gtk_accel_map_load_fd; 4547 void function(gint fd) c_gtk_accel_map_save_fd; 4548 void function(GScanner* scanner) c_gtk_accel_map_load_scanner; 4549 void function(gchar* filterPattern) c_gtk_accel_map_add_filter; 4550 void function(void* data, GtkAccelMapForeach foreachFunc) c_gtk_accel_map_foreach_unfiltered; 4551 GtkAccelMap* function() c_gtk_accel_map_get; 4552 void function(gchar* accelPath) c_gtk_accel_map_lock_path; 4553 void function(gchar* accelPath) c_gtk_accel_map_unlock_path; 4554 4555 // gtk.Clipboard 4556 4557 GtkClipboard* function(GdkAtom selection) c_gtk_clipboard_get; 4558 GtkClipboard* function(GdkDisplay* display, GdkAtom selection) c_gtk_clipboard_get_for_display; 4559 GdkDisplay* function(GtkClipboard* clipboard) c_gtk_clipboard_get_display; 4560 gboolean function(GtkClipboard* clipboard, GtkTargetEntry* targets, guint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, void* userData) c_gtk_clipboard_set_with_data; 4561 gboolean function(GtkClipboard* clipboard, GtkTargetEntry* targets, guint nTargets, GtkClipboardGetFunc getFunc, GtkClipboardClearFunc clearFunc, GObject* owner) c_gtk_clipboard_set_with_owner; 4562 GObject* function(GtkClipboard* clipboard) c_gtk_clipboard_get_owner; 4563 void function(GtkClipboard* clipboard) c_gtk_clipboard_clear; 4564 void function(GtkClipboard* clipboard, gchar* text, gint len) c_gtk_clipboard_set_text; 4565 void function(GtkClipboard* clipboard, GdkPixbuf* pixbuf) c_gtk_clipboard_set_image; 4566 void function(GtkClipboard* clipboard, GdkAtom target, GtkClipboardReceivedFunc callback, void* userData) c_gtk_clipboard_request_contents; 4567 void function(GtkClipboard* clipboard, GtkClipboardTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_text; 4568 void function(GtkClipboard* clipboard, GtkClipboardImageReceivedFunc callback, void* userData) c_gtk_clipboard_request_image; 4569 void function(GtkClipboard* clipboard, GtkClipboardTargetsReceivedFunc callback, void* userData) c_gtk_clipboard_request_targets; 4570 void function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GtkClipboardRichTextReceivedFunc callback, void* userData) c_gtk_clipboard_request_rich_text; 4571 void function(GtkClipboard* clipboard, GtkClipboardURIReceivedFunc callback, void* userData) c_gtk_clipboard_request_uris; 4572 GtkSelectionData* function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_for_contents; 4573 gchar* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_text; 4574 GdkPixbuf* function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_image; 4575 guint8* function(GtkClipboard* clipboard, GtkTextBuffer* buffer, GdkAtom* format, gsize* length) c_gtk_clipboard_wait_for_rich_text; 4576 gchar** function(GtkClipboard* clipboard) c_gtk_clipboard_wait_for_uris; 4577 gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_text_available; 4578 gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_image_available; 4579 gboolean function(GtkClipboard* clipboard, GtkTextBuffer* buffer) c_gtk_clipboard_wait_is_rich_text_available; 4580 gboolean function(GtkClipboard* clipboard) c_gtk_clipboard_wait_is_uris_available; 4581 gboolean function(GtkClipboard* clipboard, GdkAtom** targets, gint* nTargets) c_gtk_clipboard_wait_for_targets; 4582 gboolean function(GtkClipboard* clipboard, GdkAtom target) c_gtk_clipboard_wait_is_target_available; 4583 void function(GtkClipboard* clipboard, GtkTargetEntry* targets, gint nTargets) c_gtk_clipboard_set_can_store; 4584 void function(GtkClipboard* clipboard) c_gtk_clipboard_store; 4585 4586 // gtk.DragAndDrop 4587 4588 void function(GtkWidget* widget, GtkDestDefaults flags, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_drag_dest_set; 4589 void function(GtkWidget* widget, GdkWindow* proxyWindow, GdkDragProtocol protocol, gboolean useCoordinates) c_gtk_drag_dest_set_proxy; 4590 void function(GtkWidget* widget) c_gtk_drag_dest_unset; 4591 GdkAtom function(GtkWidget* widget, GdkDragContext* context, GtkTargetList* targetList) c_gtk_drag_dest_find_target; 4592 GtkTargetList* function(GtkWidget* widget) c_gtk_drag_dest_get_target_list; 4593 void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_dest_set_target_list; 4594 void function(GtkWidget* widget) c_gtk_drag_dest_add_text_targets; 4595 void function(GtkWidget* widget) c_gtk_drag_dest_add_image_targets; 4596 void function(GtkWidget* widget) c_gtk_drag_dest_add_uri_targets; 4597 void function(GtkWidget* widget, gboolean trackMotion) c_gtk_drag_dest_set_track_motion; 4598 gboolean function(GtkWidget* widget) c_gtk_drag_dest_get_track_motion; 4599 void function(GdkDragContext* context, gboolean success, gboolean del, guint32 time) c_gtk_drag_finish; 4600 void function(GtkWidget* widget, GdkDragContext* context, GdkAtom target, guint32 time) c_gtk_drag_get_data; 4601 GtkWidget* function(GdkDragContext* context) c_gtk_drag_get_source_widget; 4602 void function(GtkWidget* widget) c_gtk_drag_highlight; 4603 void function(GtkWidget* widget) c_gtk_drag_unhighlight; 4604 GdkDragContext* function(GtkWidget* widget, GtkTargetList* targets, GdkDragAction actions, gint button, GdkEvent* event) c_gtk_drag_begin; 4605 void function(GdkDragContext* context, GtkWidget* widget, gint hotX, gint hotY) c_gtk_drag_set_icon_widget; 4606 void function(GdkDragContext* context, GdkPixbuf* pixbuf, gint hotX, gint hotY) c_gtk_drag_set_icon_pixbuf; 4607 void function(GdkDragContext* context, gchar* stockId, gint hotX, gint hotY) c_gtk_drag_set_icon_stock; 4608 void function(GdkDragContext* context, cairo_surface_t* surface) c_gtk_drag_set_icon_surface; 4609 void function(GdkDragContext* context, gchar* iconName, gint hotX, gint hotY) c_gtk_drag_set_icon_name; 4610 void function(GdkDragContext* context, GIcon* icon, gint hotX, gint hotY) c_gtk_drag_set_icon_gicon; 4611 void function(GdkDragContext* context) c_gtk_drag_set_icon_default; 4612 gboolean function(GtkWidget* widget, gint startX, gint startY, gint currentX, gint currentY) c_gtk_drag_check_threshold; 4613 void function(GtkWidget* widget, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_drag_source_set; 4614 void function(GtkWidget* widget, GdkPixbuf* pixbuf) c_gtk_drag_source_set_icon_pixbuf; 4615 void function(GtkWidget* widget, gchar* stockId) c_gtk_drag_source_set_icon_stock; 4616 void function(GtkWidget* widget, gchar* iconName) c_gtk_drag_source_set_icon_name; 4617 void function(GtkWidget* widget, GIcon* icon) c_gtk_drag_source_set_icon_gicon; 4618 void function(GtkWidget* widget) c_gtk_drag_source_unset; 4619 void function(GtkWidget* widget, GtkTargetList* targetList) c_gtk_drag_source_set_target_list; 4620 GtkTargetList* function(GtkWidget* widget) c_gtk_drag_source_get_target_list; 4621 void function(GtkWidget* widget) c_gtk_drag_source_add_text_targets; 4622 void function(GtkWidget* widget) c_gtk_drag_source_add_image_targets; 4623 void function(GtkWidget* widget) c_gtk_drag_source_add_uri_targets; 4624 4625 // gtk.Settings 4626 4627 GtkSettings* function() c_gtk_settings_get_default; 4628 GtkSettings* function(GdkScreen* screen) c_gtk_settings_get_for_screen; 4629 void function(GParamSpec* pspec) c_gtk_settings_install_property; 4630 void function(GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_settings_install_property_parser; 4631 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_color; 4632 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_enum; 4633 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_flags; 4634 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_requisition; 4635 gboolean function(GParamSpec* pspec, GString* gstring, GValue* propertyValue) c_gtk_rc_property_parse_border; 4636 void function(GtkSettings* settings, gchar* name, GtkSettingsValue* svalue) c_gtk_settings_set_property_value; 4637 void function(GtkSettings* settings, gchar* name, gchar* vString, gchar* origin) c_gtk_settings_set_string_property; 4638 void function(GtkSettings* settings, gchar* name, glong vLong, gchar* origin) c_gtk_settings_set_long_property; 4639 void function(GtkSettings* settings, gchar* name, gdouble vDouble, gchar* origin) c_gtk_settings_set_double_property; 4640 4641 // gtk.BindingSet 4642 4643 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, gchar* signalName, GSList* bindingArgs) c_gtk_binding_entry_add_signall; 4644 GtkBindingSet* function(gchar* setName) c_gtk_binding_set_new; 4645 GtkBindingSet* function(void* objectClass) c_gtk_binding_set_by_class; 4646 GtkBindingSet* function(gchar* setName) c_gtk_binding_set_find; 4647 gboolean function(GObject* object, guint keyval, GdkModifierType modifiers) c_gtk_bindings_activate; 4648 gboolean function(GObject* object, GdkEventKey* event) c_gtk_bindings_activate_event; 4649 gboolean function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, GObject* object) c_gtk_binding_set_activate; 4650 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers, gchar* signalName, guint nArgs, ... ) c_gtk_binding_entry_add_signal; 4651 GTokenType function(GtkBindingSet* bindingSet, gchar* signalDesc) c_gtk_binding_entry_add_signal_from_string; 4652 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers) c_gtk_binding_entry_skip; 4653 void function(GtkBindingSet* bindingSet, guint keyval, GdkModifierType modifiers) c_gtk_binding_entry_remove; 4654 void function(GtkBindingSet* bindingSet, GtkPathType pathType, gchar* pathPattern, GtkPathPriorityType priority) c_gtk_binding_set_add_path; 4655 4656 // gtk.TargetEntry 4657 4658 GtkTargetEntry* function(gchar* target, guint flags, guint info) c_gtk_target_entry_new; 4659 GtkTargetEntry* function(GtkTargetEntry* data) c_gtk_target_entry_copy; 4660 void function(GtkTargetEntry* data) c_gtk_target_entry_free; 4661 4662 // gtk.TargetList 4663 4664 GtkTargetList* function(GtkTargetEntry* targets, guint ntargets) c_gtk_target_list_new; 4665 GtkTargetList* function(GtkTargetList* list) c_gtk_target_list_ref; 4666 void function(GtkTargetList* list) c_gtk_target_list_unref; 4667 void function(GtkTargetList* list, GdkAtom target, guint flags, guint info) c_gtk_target_list_add; 4668 void function(GtkTargetList* list, GtkTargetEntry* targets, guint ntargets) c_gtk_target_list_add_table; 4669 void function(GtkTargetList* list, guint info) c_gtk_target_list_add_text_targets; 4670 void function(GtkTargetList* list, guint info, gboolean writable) c_gtk_target_list_add_image_targets; 4671 void function(GtkTargetList* list, guint info) c_gtk_target_list_add_uri_targets; 4672 void function(GtkTargetList* list, guint info, gboolean deserializable, GtkTextBuffer* buffer) c_gtk_target_list_add_rich_text_targets; 4673 void function(GtkTargetList* list, GdkAtom target) c_gtk_target_list_remove; 4674 gboolean function(GtkTargetList* list, GdkAtom target, guint* info) c_gtk_target_list_find; 4675 void function(GtkTargetEntry* targets, gint nTargets) c_gtk_target_table_free; 4676 GtkTargetEntry* function(GtkTargetList* list, gint* nTargets) c_gtk_target_table_new_from_list; 4677 gboolean function(GdkAtom* targets, gint nTargets, gboolean writable) c_gtk_targets_include_image; 4678 gboolean function(GdkAtom* targets, gint nTargets) c_gtk_targets_include_text; 4679 gboolean function(GdkAtom* targets, gint nTargets) c_gtk_targets_include_uri; 4680 gboolean function(GdkAtom* targets, gint nTargets, GtkTextBuffer* buffer) c_gtk_targets_include_rich_text; 4681 4682 // gtk.SelectionData 4683 4684 gboolean function(GtkWidget* widget, GdkAtom selection, guint32 time) c_gtk_selection_owner_set; 4685 gboolean function(GdkDisplay* display, GtkWidget* widget, GdkAtom selection, guint32 time) c_gtk_selection_owner_set_for_display; 4686 void function(GtkWidget* widget, GdkAtom selection, GdkAtom target, guint info) c_gtk_selection_add_target; 4687 void function(GtkWidget* widget, GdkAtom selection, GtkTargetEntry* targets, guint ntargets) c_gtk_selection_add_targets; 4688 void function(GtkWidget* widget, GdkAtom selection) c_gtk_selection_clear_targets; 4689 gboolean function(GtkWidget* widget, GdkAtom selection, GdkAtom target, guint32 time) c_gtk_selection_convert; 4690 void function(GtkSelectionData* selectionData, GdkAtom type, gint format, guchar* data, gint length) c_gtk_selection_data_set; 4691 gboolean function(GtkSelectionData* selectionData, gchar* str, gint len) c_gtk_selection_data_set_text; 4692 guchar* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_text; 4693 gboolean function(GtkSelectionData* selectionData, GdkPixbuf* pixbuf) c_gtk_selection_data_set_pixbuf; 4694 GdkPixbuf* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_pixbuf; 4695 gboolean function(GtkSelectionData* selectionData, gchar** uris) c_gtk_selection_data_set_uris; 4696 gchar** function(GtkSelectionData* selectionData) c_gtk_selection_data_get_uris; 4697 gboolean function(GtkSelectionData* selectionData, GdkAtom** targets, gint* nAtoms) c_gtk_selection_data_get_targets; 4698 gboolean function(GtkSelectionData* selectionData, gboolean writable) c_gtk_selection_data_targets_include_image; 4699 gboolean function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_text; 4700 gboolean function(GtkSelectionData* selectionData) c_gtk_selection_data_targets_include_uri; 4701 gboolean function(GtkSelectionData* selectionData, GtkTextBuffer* buffer) c_gtk_selection_data_targets_include_rich_text; 4702 GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_selection; 4703 guchar* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data; 4704 gint function(GtkSelectionData* selectionData) c_gtk_selection_data_get_length; 4705 guchar* function(GtkSelectionData* selectionData, gint* length) c_gtk_selection_data_get_data_with_length; 4706 GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_data_type; 4707 GdkDisplay* function(GtkSelectionData* selectionData) c_gtk_selection_data_get_display; 4708 gint function(GtkSelectionData* selectionData) c_gtk_selection_data_get_format; 4709 GdkAtom function(GtkSelectionData* selectionData) c_gtk_selection_data_get_target; 4710 void function(GtkWidget* widget) c_gtk_selection_remove_all; 4711 GtkSelectionData* function(GtkSelectionData* data) c_gtk_selection_data_copy; 4712 void function(GtkSelectionData* data) c_gtk_selection_data_free; 4713 4714 // gtk.Testing 4715 4716 GtkWidget* function(gchar* windowTitle, gchar* dialogText) c_gtk_test_create_simple_window; 4717 GtkWidget* function(GType widgetType, gchar* firstPropertyName, ... ) c_gtk_test_create_widget; 4718 GtkWidget* function(gchar* windowTitle, gchar* dialogText, ... ) c_gtk_test_display_button_window; 4719 GtkWidget* function(GtkWidget* widget, gchar* labelPattern) c_gtk_test_find_label; 4720 GtkWidget* function(GtkWidget* baseWidget, GType widgetType) c_gtk_test_find_sibling; 4721 GtkWidget* function(GtkWidget* widget, gchar* labelPattern, GType widgetType) c_gtk_test_find_widget; 4722 void function(int* argcp, char*** argvp, ... ) c_gtk_test_init; 4723 GType* function(guint* nTypes) c_gtk_test_list_all_types; 4724 void function() c_gtk_test_register_all_types; 4725 double function(GtkWidget* widget) c_gtk_test_slider_get_value; 4726 void function(GtkWidget* widget, double percentage) c_gtk_test_slider_set_perc; 4727 gboolean function(GtkSpinButton* spinner, guint button, gboolean upwards) c_gtk_test_spin_button_click; 4728 gchar* function(GtkWidget* widget) c_gtk_test_text_get; 4729 void function(GtkWidget* widget, gchar* string) c_gtk_test_text_set; 4730 gboolean function(GtkWidget* widget, guint button, GdkModifierType modifiers) c_gtk_test_widget_click; 4731 gboolean function(GtkWidget* widget, guint keyval, GdkModifierType modifiers) c_gtk_test_widget_send_key; 4732 void function(GtkWidget* widget) c_gtk_test_widget_wait_for_draw; 4733 4734 // gtk.MountOperation 4735 4736 GMountOperation* function(GtkWindow* parent) c_gtk_mount_operation_new; 4737 gboolean function(GtkMountOperation* op) c_gtk_mount_operation_is_showing; 4738 void function(GtkMountOperation* op, GtkWindow* parent) c_gtk_mount_operation_set_parent; 4739 GtkWindow* function(GtkMountOperation* op) c_gtk_mount_operation_get_parent; 4740 void function(GtkMountOperation* op, GdkScreen* screen) c_gtk_mount_operation_set_screen; 4741 GdkScreen* function(GtkMountOperation* op) c_gtk_mount_operation_get_screen; 4742 gboolean function(GdkScreen* screen, gchar* uri, guint32 timestamp, GError** error) c_gtk_show_uri; 4743 4744 // gtk.StyleContext 4745 4746 GtkStyleContext* function() c_gtk_style_context_new; 4747 void function(GtkStyleContext* context, GtkStyleProvider* provider, guint priority) c_gtk_style_context_add_provider; 4748 void function(GdkScreen* screen, GtkStyleProvider* provider, guint priority) c_gtk_style_context_add_provider_for_screen; 4749 void function(GtkStyleContext* context, GtkStateFlags state, ... ) c_gtk_style_context_get; 4750 GtkTextDirection function(GtkStyleContext* context) c_gtk_style_context_get_direction; 4751 GtkJunctionSides function(GtkStyleContext* context) c_gtk_style_context_get_junction_sides; 4752 GtkStyleContext* function(GtkStyleContext* context) c_gtk_style_context_get_parent; 4753 GtkWidgetPath* function(GtkStyleContext* context) c_gtk_style_context_get_path; 4754 void function(GtkStyleContext* context, gchar* property, GtkStateFlags state, GValue* value) c_gtk_style_context_get_property; 4755 GdkScreen* function(GtkStyleContext* context) c_gtk_style_context_get_screen; 4756 GdkFrameClock* function(GtkStyleContext* context) c_gtk_style_context_get_frame_clock; 4757 GtkStateFlags function(GtkStyleContext* context) c_gtk_style_context_get_state; 4758 void function(GtkStyleContext* context, ... ) c_gtk_style_context_get_style; 4759 void function(GtkStyleContext* context, gchar* propertyName, GValue* value) c_gtk_style_context_get_style_property; 4760 void function(GtkStyleContext* context, va_list args) c_gtk_style_context_get_style_valist; 4761 void function(GtkStyleContext* context, GtkStateFlags state, va_list args) c_gtk_style_context_get_valist; 4762 GtkCssSection* function(GtkStyleContext* context, gchar* property) c_gtk_style_context_get_section; 4763 void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_color; 4764 void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_background_color; 4765 void function(GtkStyleContext* context, GtkStateFlags state, GdkRGBA* color) c_gtk_style_context_get_border_color; 4766 void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* border) c_gtk_style_context_get_border; 4767 void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* padding) c_gtk_style_context_get_padding; 4768 void function(GtkStyleContext* context, GtkStateFlags state, GtkBorder* margin) c_gtk_style_context_get_margin; 4769 PangoFontDescription* function(GtkStyleContext* context, GtkStateFlags state) c_gtk_style_context_get_font; 4770 void function(GtkStyleContext* context) c_gtk_style_context_invalidate; 4771 gboolean function(GtkStyleContext* context, GtkStateType state, gdouble* progress) c_gtk_style_context_state_is_running; 4772 gboolean function(GtkStyleContext* context, gchar* colorName, GdkRGBA* color) c_gtk_style_context_lookup_color; 4773 GtkIconSet* function(GtkStyleContext* context, gchar* stockId) c_gtk_style_context_lookup_icon_set; 4774 void function(GtkStyleContext* context, GdkWindow* window, void* regionId, GtkStateType state, gboolean stateValue) c_gtk_style_context_notify_state_change; 4775 void function(GtkStyleContext* context) c_gtk_style_context_pop_animatable_region; 4776 void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_push_animatable_region; 4777 void function(GtkStyleContext* context, void* regionId) c_gtk_style_context_cancel_animations; 4778 void function(GtkStyleContext* context, GdkWindow* window, gint dx, gint dy) c_gtk_style_context_scroll_animations; 4779 void function(GtkStyleContext* context, GtkStyleProvider* provider) c_gtk_style_context_remove_provider; 4780 void function(GdkScreen* screen, GtkStyleProvider* provider) c_gtk_style_context_remove_provider_for_screen; 4781 void function(GdkScreen* screen) c_gtk_style_context_reset_widgets; 4782 void function(GtkStyleContext* context, GdkWindow* window) c_gtk_style_context_set_background; 4783 void function(GtkStyleContext* context) c_gtk_style_context_restore; 4784 void function(GtkStyleContext* context) c_gtk_style_context_save; 4785 void function(GtkStyleContext* context, GtkTextDirection direction) c_gtk_style_context_set_direction; 4786 void function(GtkStyleContext* context, GtkJunctionSides sides) c_gtk_style_context_set_junction_sides; 4787 void function(GtkStyleContext* context, GtkStyleContext* parent) c_gtk_style_context_set_parent; 4788 void function(GtkStyleContext* context, GtkWidgetPath* path) c_gtk_style_context_set_path; 4789 void function(GtkStyleContext* context, gchar* className) c_gtk_style_context_add_class; 4790 void function(GtkStyleContext* context, gchar* className) c_gtk_style_context_remove_class; 4791 gboolean function(GtkStyleContext* context, gchar* className) c_gtk_style_context_has_class; 4792 GList* function(GtkStyleContext* context) c_gtk_style_context_list_classes; 4793 void function(GtkStyleContext* context, gchar* regionName, GtkRegionFlags flags) c_gtk_style_context_add_region; 4794 void function(GtkStyleContext* context, gchar* regionName) c_gtk_style_context_remove_region; 4795 gboolean function(GtkStyleContext* context, gchar* regionName, GtkRegionFlags* flagsReturn) c_gtk_style_context_has_region; 4796 GList* function(GtkStyleContext* context) c_gtk_style_context_list_regions; 4797 void function(GtkStyleContext* context, GdkScreen* screen) c_gtk_style_context_set_screen; 4798 void function(GtkStyleContext* context, GdkFrameClock* frameClock) c_gtk_style_context_set_frame_clock; 4799 void function(GtkStyleContext* context, GtkStateFlags flags) c_gtk_style_context_set_state; 4800 void function(GtkStyleContext* context, gint scale) c_gtk_style_context_set_scale; 4801 gint function(GtkStyleContext* context) c_gtk_style_context_get_scale; 4802 void function(GtkStyleContext* context, cairo_t* cr, gdouble angle, gdouble x, gdouble y, gdouble size) c_gtk_render_arrow; 4803 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_background; 4804 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_check; 4805 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_expander; 4806 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height, GtkPositionType gapSide) c_gtk_render_extension; 4807 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_focus; 4808 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_frame; 4809 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; 4810 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_handle; 4811 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, PangoLayout* layout) c_gtk_render_layout; 4812 void function(GtkStyleContext* context, cairo_t* cr, gdouble x0, gdouble y0, gdouble x1, gdouble y1) c_gtk_render_line; 4813 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_option; 4814 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height, GtkOrientation orientation) c_gtk_render_slider; 4815 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, gdouble width, gdouble height) c_gtk_render_activity; 4816 GdkPixbuf* function(GtkStyleContext* context, GtkIconSource* source, GtkIconSize size) c_gtk_render_icon_pixbuf; 4817 void function(GtkStyleContext* context, cairo_t* cr, cairo_surface_t* surface, gdouble x, gdouble y) c_gtk_render_icon_surface; 4818 void function(GtkStyleContext* context, cairo_t* cr, GdkPixbuf* pixbuf, gdouble x, gdouble y) c_gtk_render_icon; 4819 void function(GtkStyleContext* context, cairo_t* cr, gdouble x, gdouble y, PangoLayout* layout, int index, PangoDirection direction) c_gtk_render_insertion_cursor; 4820 4821 // gtk.Border 4822 4823 GtkBorder* function() c_gtk_border_new; 4824 GtkBorder* function(GtkBorder* border) c_gtk_border_copy; 4825 void function(GtkBorder* border) c_gtk_border_free; 4826 4827 // gtk.CssProvider 4828 4829 GtkCssProvider* function() c_gtk_css_provider_get_default; 4830 GtkCssProvider* function(gchar* name, gchar* variant) c_gtk_css_provider_get_named; 4831 gboolean function(GtkCssProvider* cssProvider, gchar* data, gssize length, GError** error) c_gtk_css_provider_load_from_data; 4832 gboolean function(GtkCssProvider* cssProvider, GFile* file, GError** error) c_gtk_css_provider_load_from_file; 4833 gboolean function(GtkCssProvider* cssProvider, gchar* path, GError** error) c_gtk_css_provider_load_from_path; 4834 GtkCssProvider* function() c_gtk_css_provider_new; 4835 char* function(GtkCssProvider* provider) c_gtk_css_provider_to_string; 4836 4837 // gtk.CssSection 4838 4839 guint function(GtkCssSection* section) c_gtk_css_section_get_end_line; 4840 guint function(GtkCssSection* section) c_gtk_css_section_get_end_position; 4841 GFile* function(GtkCssSection* section) c_gtk_css_section_get_file; 4842 GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_get_parent; 4843 GtkCssSectionType function(GtkCssSection* section) c_gtk_css_section_get_section_type; 4844 guint function(GtkCssSection* section) c_gtk_css_section_get_start_line; 4845 guint function(GtkCssSection* section) c_gtk_css_section_get_start_position; 4846 GtkCssSection* function(GtkCssSection* section) c_gtk_css_section_ref; 4847 void function(GtkCssSection* section) c_gtk_css_section_unref; 4848 4849 // gtk.StyleProviderT 4850 4851 4852 // gtk.StyleProviderT 4853 4854 GtkIconFactory* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_icon_factory; 4855 GtkStyleProperties* function(GtkStyleProvider* provider, GtkWidgetPath* path) c_gtk_style_provider_get_style; 4856 gboolean function(GtkStyleProvider* provider, GtkWidgetPath* path, GtkStateFlags state, GParamSpec* pspec, GValue* value) c_gtk_style_provider_get_style_property; 4857 4858 // gtk.StyleProperties 4859 4860 void function(GtkStyleProperties* props) c_gtk_style_properties_clear; 4861 void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_get; 4862 gboolean function(GtkStyleProperties* props, gchar* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_get_property; 4863 void function(GtkStyleProperties* props, GtkStateFlags state, va_list args) c_gtk_style_properties_get_valist; 4864 GtkSymbolicColor* function(GtkStyleProperties* props, gchar* name) c_gtk_style_properties_lookup_color; 4865 gboolean function(gchar* propertyName, GtkStylePropertyParser* parseFunc, GParamSpec** pspec) c_gtk_style_properties_lookup_property; 4866 void function(GtkStyleProperties* props, gchar* name, GtkSymbolicColor* color) c_gtk_style_properties_map_color; 4867 void function(GtkStyleProperties* props, GtkStyleProperties* propsToMerge, gboolean replace) c_gtk_style_properties_merge; 4868 GtkStyleProperties* function() c_gtk_style_properties_new; 4869 void function(GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_style_properties_register_property; 4870 void function(GtkStyleProperties* props, GtkStateFlags state, ... ) c_gtk_style_properties_set; 4871 void function(GtkStyleProperties* props, gchar* property, GtkStateFlags state, GValue* value) c_gtk_style_properties_set_property; 4872 void function(GtkStyleProperties* props, GtkStateFlags state, va_list args) c_gtk_style_properties_set_valist; 4873 void function(GtkStyleProperties* props, gchar* property, GtkStateFlags state) c_gtk_style_properties_unset_property; 4874 4875 // gtk.ThemingEngine 4876 4877 void function(GtkThemingEngine* engine, GtkStateFlags state, ... ) c_gtk_theming_engine_get; 4878 GtkTextDirection function(GtkThemingEngine* engine) c_gtk_theming_engine_get_direction; 4879 GtkJunctionSides function(GtkThemingEngine* engine) c_gtk_theming_engine_get_junction_sides; 4880 GtkWidgetPath* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_path; 4881 void function(GtkThemingEngine* engine, gchar* property, GtkStateFlags state, GValue* value) c_gtk_theming_engine_get_property; 4882 GdkScreen* function(GtkThemingEngine* engine) c_gtk_theming_engine_get_screen; 4883 GtkStateFlags function(GtkThemingEngine* engine) c_gtk_theming_engine_get_state; 4884 void function(GtkThemingEngine* engine, ... ) c_gtk_theming_engine_get_style; 4885 void function(GtkThemingEngine* engine, gchar* propertyName, GValue* value) c_gtk_theming_engine_get_style_property; 4886 void function(GtkThemingEngine* engine, va_list args) c_gtk_theming_engine_get_style_valist; 4887 void function(GtkThemingEngine* engine, GtkStateFlags state, va_list args) c_gtk_theming_engine_get_valist; 4888 void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_color; 4889 void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_background_color; 4890 void function(GtkThemingEngine* engine, GtkStateFlags state, GdkRGBA* color) c_gtk_theming_engine_get_border_color; 4891 void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* border) c_gtk_theming_engine_get_border; 4892 void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* padding) c_gtk_theming_engine_get_padding; 4893 void function(GtkThemingEngine* engine, GtkStateFlags state, GtkBorder* margin) c_gtk_theming_engine_get_margin; 4894 PangoFontDescription* function(GtkThemingEngine* engine, GtkStateFlags state) c_gtk_theming_engine_get_font; 4895 gboolean function(GtkThemingEngine* engine, gchar* styleClass) c_gtk_theming_engine_has_class; 4896 gboolean function(GtkThemingEngine* engine, gchar* styleRegion, GtkRegionFlags* flags) c_gtk_theming_engine_has_region; 4897 gboolean function(GtkThemingEngine* engine, gchar* colorName, GdkRGBA* color) c_gtk_theming_engine_lookup_color; 4898 gboolean function(GtkThemingEngine* engine, GtkStateType state, gdouble* progress) c_gtk_theming_engine_state_is_running; 4899 GtkThemingEngine* function(gchar* name) c_gtk_theming_engine_load; 4900 void function(gchar* nameSpace, GtkStylePropertyParser parseFunc, GParamSpec* pspec) c_gtk_theming_engine_register_property; 4901 4902 // gtk.WidgetPath 4903 4904 gint function(GtkWidgetPath* path, GType type) c_gtk_widget_path_append_type; 4905 gint function(GtkWidgetPath* path, GtkWidgetPath* siblings, guint siblingIndex) c_gtk_widget_path_append_with_siblings; 4906 gint function(GtkWidgetPath* path, GtkWidget* widget) c_gtk_widget_path_append_for_widget; 4907 GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_copy; 4908 GtkWidgetPath* function(GtkWidgetPath* path) c_gtk_widget_path_ref; 4909 void function(GtkWidgetPath* path) c_gtk_widget_path_unref; 4910 void function(GtkWidgetPath* path) c_gtk_widget_path_free; 4911 GType function(GtkWidgetPath* path) c_gtk_widget_path_get_object_type; 4912 gboolean function(GtkWidgetPath* path, GType type) c_gtk_widget_path_has_parent; 4913 gboolean function(GtkWidgetPath* path, GType type) c_gtk_widget_path_is_type; 4914 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_add_class; 4915 void function(GtkWidgetPath* path, gint pos, gchar* name, GtkRegionFlags flags) c_gtk_widget_path_iter_add_region; 4916 void function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_clear_classes; 4917 void function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_clear_regions; 4918 gchar* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_name; 4919 GType function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_object_type; 4920 GtkWidgetPath* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_siblings; 4921 guint function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_get_sibling_index; 4922 gboolean function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_has_class; 4923 gboolean function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_has_name; 4924 gboolean function(GtkWidgetPath* path, gint pos, GQuark qname) c_gtk_widget_path_iter_has_qclass; 4925 gboolean function(GtkWidgetPath* path, gint pos, GQuark qname) c_gtk_widget_path_iter_has_qname; 4926 gboolean function(GtkWidgetPath* path, gint pos, GQuark qname, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_qregion; 4927 gboolean function(GtkWidgetPath* path, gint pos, gchar* name, GtkRegionFlags* flags) c_gtk_widget_path_iter_has_region; 4928 GSList* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_list_classes; 4929 GSList* function(GtkWidgetPath* path, gint pos) c_gtk_widget_path_iter_list_regions; 4930 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_remove_class; 4931 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_remove_region; 4932 void function(GtkWidgetPath* path, gint pos, gchar* name) c_gtk_widget_path_iter_set_name; 4933 void function(GtkWidgetPath* path, gint pos, GType type) c_gtk_widget_path_iter_set_object_type; 4934 gint function(GtkWidgetPath* path) c_gtk_widget_path_length; 4935 GtkWidgetPath* function() c_gtk_widget_path_new; 4936 void function(GtkWidgetPath* path, GType type) c_gtk_widget_path_prepend_type; 4937 char* function(GtkWidgetPath* path) c_gtk_widget_path_to_string; 4938 4939 // gtk.IconTheme 4940 4941 GtkIconTheme* function() c_gtk_icon_theme_new; 4942 GtkIconTheme* function() c_gtk_icon_theme_get_default; 4943 GtkIconTheme* function(GdkScreen* screen) c_gtk_icon_theme_get_for_screen; 4944 void function(GtkIconTheme* iconTheme, GdkScreen* screen) c_gtk_icon_theme_set_screen; 4945 void function(GtkIconTheme* iconTheme, gchar** path, gint nElements) c_gtk_icon_theme_set_search_path; 4946 void function(GtkIconTheme* iconTheme, gchar*** path, gint* nElements) c_gtk_icon_theme_get_search_path; 4947 void function(GtkIconTheme* iconTheme, gchar* path) c_gtk_icon_theme_append_search_path; 4948 void function(GtkIconTheme* iconTheme, gchar* path) c_gtk_icon_theme_prepend_search_path; 4949 void function(GtkIconTheme* iconTheme, gchar* themeName) c_gtk_icon_theme_set_custom_theme; 4950 gboolean function(GtkIconTheme* iconTheme, gchar* iconName) c_gtk_icon_theme_has_icon; 4951 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon; 4952 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, gint scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_icon_for_scale; 4953 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar** iconNames, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon; 4954 GtkIconInfo* function(GtkIconTheme* iconTheme, gchar** iconNames, gint size, gint scale, GtkIconLookupFlags flags) c_gtk_icon_theme_choose_icon_for_scale; 4955 GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, gint size, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon; 4956 GtkIconInfo* function(GtkIconTheme* iconTheme, GIcon* icon, gint size, gint scale, GtkIconLookupFlags flags) c_gtk_icon_theme_lookup_by_gicon_for_scale; 4957 GdkPixbuf* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, GtkIconLookupFlags flags, GError** error) c_gtk_icon_theme_load_icon; 4958 GdkPixbuf* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, gint scale, GtkIconLookupFlags flags, GError** error) c_gtk_icon_theme_load_icon_for_scale; 4959 cairo_surface_t* function(GtkIconTheme* iconTheme, gchar* iconName, gint size, gint scale, GdkWindow* forWindow, GtkIconLookupFlags flags, GError** error) c_gtk_icon_theme_load_surface; 4960 GList* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_list_contexts; 4961 GList* function(GtkIconTheme* iconTheme, gchar* context) c_gtk_icon_theme_list_icons; 4962 gint* function(GtkIconTheme* iconTheme, gchar* iconName) c_gtk_icon_theme_get_icon_sizes; 4963 char* function(GtkIconTheme* iconTheme) c_gtk_icon_theme_get_example_icon_name; 4964 gboolean function(GtkIconTheme* iconTheme) c_gtk_icon_theme_rescan_if_needed; 4965 void function(gchar* iconName, gint size, GdkPixbuf* pixbuf) c_gtk_icon_theme_add_builtin_icon; 4966 4967 // gtk.IconInfo 4968 4969 GtkIconInfo* function(GtkIconInfo* iconInfo) c_gtk_icon_info_copy; 4970 void function(GtkIconInfo* iconInfo) c_gtk_icon_info_free; 4971 GtkIconInfo* function(GtkIconTheme* iconTheme, GdkPixbuf* pixbuf) c_gtk_icon_info_new_for_pixbuf; 4972 gint function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_size; 4973 gint function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_base_scale; 4974 gchar* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_filename; 4975 GdkPixbuf* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_builtin_pixbuf; 4976 GdkPixbuf* function(GtkIconInfo* iconInfo, GError** error) c_gtk_icon_info_load_icon; 4977 cairo_surface_t* function(GtkIconInfo* iconInfo, GdkWindow* forWindow, GError** error) c_gtk_icon_info_load_surface; 4978 void function(GtkIconInfo* iconInfo, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_icon_async; 4979 GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, GError** error) c_gtk_icon_info_load_icon_finish; 4980 GdkPixbuf* function(GtkIconInfo* iconInfo, GdkRGBA* fg, GdkRGBA* successColor, GdkRGBA* warningColor, GdkRGBA* errorColor, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic; 4981 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; 4982 GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_finish; 4983 GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyle* style, GtkStateType state, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_for_style; 4984 GdkPixbuf* function(GtkIconInfo* iconInfo, GtkStyleContext* context, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_for_context; 4985 void function(GtkIconInfo* iconInfo, GtkStyleContext* context, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) c_gtk_icon_info_load_symbolic_for_context_async; 4986 GdkPixbuf* function(GtkIconInfo* iconInfo, GAsyncResult* res, gboolean* wasSymbolic, GError** error) c_gtk_icon_info_load_symbolic_for_context_finish; 4987 void function(GtkIconInfo* iconInfo, gboolean rawCoordinates) c_gtk_icon_info_set_raw_coordinates; 4988 gboolean function(GtkIconInfo* iconInfo, GdkRectangle* rectangle) c_gtk_icon_info_get_embedded_rect; 4989 gboolean function(GtkIconInfo* iconInfo, GdkPoint** points, gint* nPoints) c_gtk_icon_info_get_attach_points; 4990 gchar* function(GtkIconInfo* iconInfo) c_gtk_icon_info_get_display_name; 4991 4992 // gtk.IconSource 4993 4994 GtkIconSource* function(GtkIconSource* source) c_gtk_icon_source_copy; 4995 void function(GtkIconSource* source) c_gtk_icon_source_free; 4996 GtkTextDirection function(GtkIconSource* source) c_gtk_icon_source_get_direction; 4997 gboolean function(GtkIconSource* source) c_gtk_icon_source_get_direction_wildcarded; 4998 gchar* function(GtkIconSource* source) c_gtk_icon_source_get_filename; 4999 GdkPixbuf* function(GtkIconSource* source) c_gtk_icon_source_get_pixbuf; 5000 gchar* function(GtkIconSource* source) c_gtk_icon_source_get_icon_name; 5001 GtkIconSize function(GtkIconSource* source) c_gtk_icon_source_get_size; 5002 gboolean function(GtkIconSource* source) c_gtk_icon_source_get_size_wildcarded; 5003 GtkStateType function(GtkIconSource* source) c_gtk_icon_source_get_state; 5004 gboolean function(GtkIconSource* source) c_gtk_icon_source_get_state_wildcarded; 5005 GtkIconSource* function() c_gtk_icon_source_new; 5006 void function(GtkIconSource* source, GtkTextDirection direction) c_gtk_icon_source_set_direction; 5007 void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_direction_wildcarded; 5008 void function(GtkIconSource* source, gchar* filename) c_gtk_icon_source_set_filename; 5009 void function(GtkIconSource* source, GdkPixbuf* pixbuf) c_gtk_icon_source_set_pixbuf; 5010 void function(GtkIconSource* source, gchar* iconName) c_gtk_icon_source_set_icon_name; 5011 void function(GtkIconSource* source, GtkIconSize size) c_gtk_icon_source_set_size; 5012 void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_size_wildcarded; 5013 void function(GtkIconSource* source, GtkStateType state) c_gtk_icon_source_set_state; 5014 void function(GtkIconSource* source, gboolean setting) c_gtk_icon_source_set_state_wildcarded; 5015 5016 // gtk.IconFactory 5017 5018 void function(GtkIconFactory* factory, gchar* stockId, GtkIconSet* iconSet) c_gtk_icon_factory_add; 5019 void function(GtkIconFactory* factory) c_gtk_icon_factory_add_default; 5020 GtkIconSet* function(GtkIconFactory* factory, gchar* stockId) c_gtk_icon_factory_lookup; 5021 GtkIconSet* function(gchar* stockId) c_gtk_icon_factory_lookup_default; 5022 GtkIconFactory* function() c_gtk_icon_factory_new; 5023 void function(GtkIconFactory* factory) c_gtk_icon_factory_remove_default; 5024 5025 // gtk.IconSet 5026 5027 void function(GtkIconSet* iconSet, GtkIconSource* source) c_gtk_icon_set_add_source; 5028 GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_copy; 5029 GtkIconSet* function() c_gtk_icon_set_new; 5030 GtkIconSet* function(GdkPixbuf* pixbuf) c_gtk_icon_set_new_from_pixbuf; 5031 GtkIconSet* function(GtkIconSet* iconSet) c_gtk_icon_set_ref; 5032 GdkPixbuf* function(GtkIconSet* iconSet, GtkStyle* style, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, gchar* detail) c_gtk_icon_set_render_icon; 5033 GdkPixbuf* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size) c_gtk_icon_set_render_icon_pixbuf; 5034 cairo_surface_t* function(GtkIconSet* iconSet, GtkStyleContext* context, GtkIconSize size, int scale, GdkWindow* forWindow) c_gtk_icon_set_render_icon_surface; 5035 void function(GtkIconSet* iconSet) c_gtk_icon_set_unref; 5036 void function(GtkIconSet* iconSet, GtkIconSize** sizes, gint* nSizes) c_gtk_icon_set_get_sizes; 5037 5038 // gtk.IconSize 5039 5040 gboolean function(GtkIconSize size, gint* width, gint* height) c_gtk_icon_size_lookup; 5041 gboolean function(GtkSettings* settings, GtkIconSize size, gint* width, gint* height) c_gtk_icon_size_lookup_for_settings; 5042 GtkIconSize function(gchar* name, gint width, gint height) c_gtk_icon_size_register; 5043 void function(gchar* alia, GtkIconSize target) c_gtk_icon_size_register_alias; 5044 GtkIconSize function(gchar* name) c_gtk_icon_size_from_name; 5045 gchar* function(GtkIconSize size) c_gtk_icon_size_get_name; 5046 5047 // gtk.NumerableIcon 5048 5049 GIcon* function(GIcon* baseIcon) c_gtk_numerable_icon_new; 5050 GIcon* function(GIcon* baseIcon, GtkStyleContext* context) c_gtk_numerable_icon_new_with_style_context; 5051 GIcon* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_gicon; 5052 void function(GtkNumerableIcon* self, GIcon* icon) c_gtk_numerable_icon_set_background_gicon; 5053 gchar* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_background_icon_name; 5054 void function(GtkNumerableIcon* self, gchar* iconName) c_gtk_numerable_icon_set_background_icon_name; 5055 gint function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_count; 5056 void function(GtkNumerableIcon* self, gint count) c_gtk_numerable_icon_set_count; 5057 gchar* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_label; 5058 void function(GtkNumerableIcon* self, gchar* label) c_gtk_numerable_icon_set_label; 5059 GtkStyleContext* function(GtkNumerableIcon* self) c_gtk_numerable_icon_get_style_context; 5060 void function(GtkNumerableIcon* self, GtkStyleContext* style) c_gtk_numerable_icon_set_style_context; 5061 5062 // gtk.Application 5063 5064 GtkApplication* function(gchar* applicationId, GApplicationFlags flags) c_gtk_application_new; 5065 void function(GtkApplication* application, GtkWindow* window) c_gtk_application_add_window; 5066 void function(GtkApplication* application, GtkWindow* window) c_gtk_application_remove_window; 5067 GList* function(GtkApplication* application) c_gtk_application_get_windows; 5068 GtkWindow* function(GtkApplication* application, guint id) c_gtk_application_get_window_by_id; 5069 GtkWindow* function(GtkApplication* application) c_gtk_application_get_active_window; 5070 guint function(GtkApplication* application, GtkWindow* window, GtkApplicationInhibitFlags flags, gchar* reason) c_gtk_application_inhibit; 5071 void function(GtkApplication* application, guint cookie) c_gtk_application_uninhibit; 5072 gboolean function(GtkApplication* application, GtkApplicationInhibitFlags flags) c_gtk_application_is_inhibited; 5073 GMenuModel* function(GtkApplication* application) c_gtk_application_get_app_menu; 5074 void function(GtkApplication* application, GMenuModel* appMenu) c_gtk_application_set_app_menu; 5075 GMenuModel* function(GtkApplication* application) c_gtk_application_get_menubar; 5076 void function(GtkApplication* application, GMenuModel* menubar) c_gtk_application_set_menubar; 5077 void function(GtkApplication* application, gchar* accelerator, gchar* actionName, GVariant* parameter) c_gtk_application_add_accelerator; 5078 void function(GtkApplication* application, gchar* actionName, GVariant* parameter) c_gtk_application_remove_accelerator; 5079 5080 // gtk.ApplicationWindow 5081 5082 GtkWidget* function(GtkApplication* application) c_gtk_application_window_new; 5083 void function(GtkApplicationWindow* window, gboolean showMenubar) c_gtk_application_window_set_show_menubar; 5084 gboolean function(GtkApplicationWindow* window) c_gtk_application_window_get_show_menubar; 5085 guint function(GtkApplicationWindow* window) c_gtk_application_window_get_id; 5086 5087 // gtk.ActionableT 5088 5089 5090 // gtk.ActionableT 5091 5092 gchar* function(GtkActionable* actionable) c_gtk_actionable_get_action_name; 5093 void function(GtkActionable* actionable, gchar* actionName) c_gtk_actionable_set_action_name; 5094 GVariant* function(GtkActionable* actionable) c_gtk_actionable_get_action_target_value; 5095 void function(GtkActionable* actionable, GVariant* targetValue) c_gtk_actionable_set_action_target_value; 5096 void function(GtkActionable* actionable, gchar* formatString, ... ) c_gtk_actionable_set_action_target; 5097 void function(GtkActionable* actionable, gchar* detailedActionName) c_gtk_actionable_set_detailed_action_name; 5098 5099 // gtk.BuildableT 5100 5101 5102 // gtk.BuildableT 5103 5104 void function(GtkBuildable* buildable, gchar* name) c_gtk_buildable_set_name; 5105 gchar* function(GtkBuildable* buildable) c_gtk_buildable_get_name; 5106 void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* type) c_gtk_buildable_add_child; 5107 void function(GtkBuildable* buildable, GtkBuilder* builder, gchar* name, GValue* value) c_gtk_buildable_set_buildable_property; 5108 GObject* function(GtkBuildable* buildable, GtkBuilder* builder, gchar* name) c_gtk_buildable_construct_child; 5109 gboolean function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, GMarkupParser* parser, void** data) c_gtk_buildable_custom_tag_start; 5110 void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, void** data) c_gtk_buildable_custom_tag_end; 5111 void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, gchar* tagname, void* data) c_gtk_buildable_custom_finished; 5112 void function(GtkBuildable* buildable, GtkBuilder* builder) c_gtk_buildable_parser_finished; 5113 GObject* function(GtkBuildable* buildable, GtkBuilder* builder, gchar* childname) c_gtk_buildable_get_internal_child; 5114 5115 // gtk.Builder 5116 5117 GtkBuilder* function() c_gtk_builder_new; 5118 GtkBuilder* function(gchar* filename) c_gtk_builder_new_from_file; 5119 GtkBuilder* function(gchar* resourcePath) c_gtk_builder_new_from_resource; 5120 GtkBuilder* function(gchar* string, gssize length) c_gtk_builder_new_from_string; 5121 void function(GtkBuilder* builder, gchar* callbackName, GCallback callbackSymbol) c_gtk_builder_add_callback_symbol; 5122 void function(GtkBuilder* builder, gchar* firstCallbackName, GCallback firstCallbackSymbol, ... ) c_gtk_builder_add_callback_symbols; 5123 GCallback function(GtkBuilder* builder, gchar* callbackName) c_gtk_builder_lookup_callback_symbol; 5124 guint function(GtkBuilder* builder, gchar* filename, GError** error) c_gtk_builder_add_from_file; 5125 guint function(GtkBuilder* builder, gchar* resourcePath, GError** error) c_gtk_builder_add_from_resource; 5126 guint function(GtkBuilder* builder, gchar* buffer, gsize length, GError** error) c_gtk_builder_add_from_string; 5127 guint function(GtkBuilder* builder, gchar* filename, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_file; 5128 guint function(GtkBuilder* builder, gchar* buffer, gsize length, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_string; 5129 guint function(GtkBuilder* builder, gchar* resourcePath, gchar** objectIds, GError** error) c_gtk_builder_add_objects_from_resource; 5130 GObject* function(GtkBuilder* builder, gchar* name) c_gtk_builder_get_object; 5131 GSList* function(GtkBuilder* builder) c_gtk_builder_get_objects; 5132 void function(GtkBuilder* builder, gchar* name, GObject* object) c_gtk_builder_expose_object; 5133 void function(GtkBuilder* builder, void* userData) c_gtk_builder_connect_signals; 5134 void function(GtkBuilder* builder, GtkBuilderConnectFunc func, void* userData) c_gtk_builder_connect_signals_full; 5135 void function(GtkBuilder* builder, gchar* domain) c_gtk_builder_set_translation_domain; 5136 gchar* function(GtkBuilder* builder) c_gtk_builder_get_translation_domain; 5137 GType function(GtkBuilder* builder, char* typeName) c_gtk_builder_get_type_from_name; 5138 gboolean function(GtkBuilder* builder, GParamSpec* pspec, gchar* string, GValue* value, GError** error) c_gtk_builder_value_from_string; 5139 gboolean function(GtkBuilder* builder, GType type, gchar* string, GValue* value, GError** error) c_gtk_builder_value_from_string_type; 5140 5141 // gtk.Dialog 5142 5143 GtkWidget* function() c_gtk_dialog_new; 5144 GtkWidget* function(gchar* title, GtkWindow* parent, GtkDialogFlags flags, gchar* firstButtonText, ... ) c_gtk_dialog_new_with_buttons; 5145 gint function(GtkDialog* dialog) c_gtk_dialog_run; 5146 void function(GtkDialog* dialog, gint responseId) c_gtk_dialog_response; 5147 GtkWidget* function(GtkDialog* dialog, gchar* buttonText, gint responseId) c_gtk_dialog_add_button; 5148 void function(GtkDialog* dialog, gchar* firstButtonText, ... ) c_gtk_dialog_add_buttons; 5149 void function(GtkDialog* dialog, GtkWidget* child, gint responseId) c_gtk_dialog_add_action_widget; 5150 void function(GtkDialog* dialog, gint responseId) c_gtk_dialog_set_default_response; 5151 void function(GtkDialog* dialog, gint responseId, gboolean setting) c_gtk_dialog_set_response_sensitive; 5152 gint function(GtkDialog* dialog, GtkWidget* widget) c_gtk_dialog_get_response_for_widget; 5153 GtkWidget* function(GtkDialog* dialog, gint responseId) c_gtk_dialog_get_widget_for_response; 5154 GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_action_area; 5155 GtkWidget* function(GtkDialog* dialog) c_gtk_dialog_get_content_area; 5156 gboolean function(GdkScreen* screen) c_gtk_alternative_dialog_button_order; 5157 void function(GtkDialog* dialog, gint firstResponseId, ... ) c_gtk_dialog_set_alternative_button_order; 5158 void function(GtkDialog* dialog, gint nParams, gint* newOrder) c_gtk_dialog_set_alternative_button_order_from_array; 5159 5160 // gtk.MessageDialog 5161 5162 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, gchar* messageFormat, ... ) c_gtk_message_dialog_new; 5163 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, gchar* messageFormat, ... ) c_gtk_message_dialog_new_with_markup; 5164 void function(GtkMessageDialog* messageDialog, gchar* str) c_gtk_message_dialog_set_markup; 5165 void function(GtkMessageDialog* dialog, GtkWidget* image) c_gtk_message_dialog_set_image; 5166 GtkWidget* function(GtkMessageDialog* dialog) c_gtk_message_dialog_get_image; 5167 void function(GtkMessageDialog* messageDialog, gchar* messageFormat, ... ) c_gtk_message_dialog_format_secondary_text; 5168 void function(GtkMessageDialog* messageDialog, gchar* messageFormat, ... ) c_gtk_message_dialog_format_secondary_markup; 5169 GtkWidget* function(GtkMessageDialog* messageDialog) c_gtk_message_dialog_get_message_area; 5170 5171 // gtk.PopupBox 5172 5173 5174 // gtk.AboutDialog 5175 5176 GtkWidget* function() c_gtk_about_dialog_new; 5177 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_program_name; 5178 void function(GtkAboutDialog* about, gchar* name) c_gtk_about_dialog_set_program_name; 5179 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_version; 5180 void function(GtkAboutDialog* about, gchar* versio) c_gtk_about_dialog_set_version; 5181 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_copyright; 5182 void function(GtkAboutDialog* about, gchar* copyright) c_gtk_about_dialog_set_copyright; 5183 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_comments; 5184 void function(GtkAboutDialog* about, gchar* comments) c_gtk_about_dialog_set_comments; 5185 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_license; 5186 void function(GtkAboutDialog* about, gchar* license) c_gtk_about_dialog_set_license; 5187 gboolean function(GtkAboutDialog* about) c_gtk_about_dialog_get_wrap_license; 5188 void function(GtkAboutDialog* about, gboolean wrapLicense) c_gtk_about_dialog_set_wrap_license; 5189 GtkLicense function(GtkAboutDialog* about) c_gtk_about_dialog_get_license_type; 5190 void function(GtkAboutDialog* about, GtkLicense licenseType) c_gtk_about_dialog_set_license_type; 5191 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website; 5192 void function(GtkAboutDialog* about, gchar* website) c_gtk_about_dialog_set_website; 5193 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_website_label; 5194 void function(GtkAboutDialog* about, gchar* websiteLabel) c_gtk_about_dialog_set_website_label; 5195 gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_authors; 5196 void function(GtkAboutDialog* about, gchar** authors) c_gtk_about_dialog_set_authors; 5197 gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_artists; 5198 void function(GtkAboutDialog* about, gchar** artists) c_gtk_about_dialog_set_artists; 5199 gchar** function(GtkAboutDialog* about) c_gtk_about_dialog_get_documenters; 5200 void function(GtkAboutDialog* about, gchar** documenters) c_gtk_about_dialog_set_documenters; 5201 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_translator_credits; 5202 void function(GtkAboutDialog* about, gchar* translatorCredits) c_gtk_about_dialog_set_translator_credits; 5203 GdkPixbuf* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo; 5204 void function(GtkAboutDialog* about, GdkPixbuf* logo) c_gtk_about_dialog_set_logo; 5205 gchar* function(GtkAboutDialog* about) c_gtk_about_dialog_get_logo_icon_name; 5206 void function(GtkAboutDialog* about, gchar* iconName) c_gtk_about_dialog_set_logo_icon_name; 5207 void function(GtkAboutDialog* about, gchar* sectionName, gchar** people) c_gtk_about_dialog_add_credit_section; 5208 void function(GtkWindow* parent, gchar* firstPropertyName, ... ) c_gtk_show_about_dialog; 5209 5210 // gtk.Assistant 5211 5212 GtkWidget* function() c_gtk_assistant_new; 5213 gint function(GtkAssistant* assistant) c_gtk_assistant_get_current_page; 5214 void function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_set_current_page; 5215 gint function(GtkAssistant* assistant) c_gtk_assistant_get_n_pages; 5216 GtkWidget* function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_get_nth_page; 5217 gint function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_prepend_page; 5218 gint function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_append_page; 5219 gint function(GtkAssistant* assistant, GtkWidget* page, gint position) c_gtk_assistant_insert_page; 5220 void function(GtkAssistant* assistant, gint pageNum) c_gtk_assistant_remove_page; 5221 void function(GtkAssistant* assistant, GtkAssistantPageFunc pageFunc, void* data, GDestroyNotify destroy) c_gtk_assistant_set_forward_page_func; 5222 void function(GtkAssistant* assistant, GtkWidget* page, GtkAssistantPageType type) c_gtk_assistant_set_page_type; 5223 GtkAssistantPageType function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_type; 5224 void function(GtkAssistant* assistant, GtkWidget* page, gchar* title) c_gtk_assistant_set_page_title; 5225 gchar* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_title; 5226 void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_header_image; 5227 GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_header_image; 5228 void function(GtkAssistant* assistant, GtkWidget* page, GdkPixbuf* pixbuf) c_gtk_assistant_set_page_side_image; 5229 GdkPixbuf* function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_side_image; 5230 void function(GtkAssistant* assistant, GtkWidget* page, gboolean complete) c_gtk_assistant_set_page_complete; 5231 gboolean function(GtkAssistant* assistant, GtkWidget* page) c_gtk_assistant_get_page_complete; 5232 void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_add_action_widget; 5233 void function(GtkAssistant* assistant, GtkWidget* child) c_gtk_assistant_remove_action_widget; 5234 void function(GtkAssistant* assistant) c_gtk_assistant_update_buttons_state; 5235 void function(GtkAssistant* assistant) c_gtk_assistant_commit; 5236 void function(GtkAssistant* assistant) c_gtk_assistant_next_page; 5237 void function(GtkAssistant* assistant) c_gtk_assistant_previous_page; 5238 5239 // gtk.Window 5240 5241 GtkWidget* function(GtkWindowType type) c_gtk_window_new; 5242 void function(GtkWindow* window, gchar* title) c_gtk_window_set_title; 5243 void function(GtkWindow* window, gchar* wmclassName, gchar* wmclassClass) c_gtk_window_set_wmclass; 5244 void function(GtkWindow* window, gboolean resizable) c_gtk_window_set_resizable; 5245 gboolean function(GtkWindow* window) c_gtk_window_get_resizable; 5246 void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_add_accel_group; 5247 void function(GtkWindow* window, GtkAccelGroup* accelGroup) c_gtk_window_remove_accel_group; 5248 gboolean function(GtkWindow* window) c_gtk_window_activate_focus; 5249 gboolean function(GtkWindow* window) c_gtk_window_activate_default; 5250 void function(GtkWindow* window, gboolean modal) c_gtk_window_set_modal; 5251 void function(GtkWindow* window, gint width, gint height) c_gtk_window_set_default_size; 5252 void function(GtkWindow* window, gint width, gint height) c_gtk_window_set_default_geometry; 5253 void function(GtkWindow* window, GtkWidget* geometryWidget, GdkGeometry* geometry, GdkWindowHints geomMask) c_gtk_window_set_geometry_hints; 5254 void function(GtkWindow* window, GdkGravity gravity) c_gtk_window_set_gravity; 5255 GdkGravity function(GtkWindow* window) c_gtk_window_get_gravity; 5256 void function(GtkWindow* window, GtkWindowPosition position) c_gtk_window_set_position; 5257 void function(GtkWindow* window, GtkWindow* parent) c_gtk_window_set_transient_for; 5258 void function(GtkWindow* window, GtkWidget* attachWidget) c_gtk_window_set_attached_to; 5259 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_destroy_with_parent; 5260 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_hide_titlebar_when_maximized; 5261 void function(GtkWindow* window, GdkScreen* screen) c_gtk_window_set_screen; 5262 GdkScreen* function(GtkWindow* window) c_gtk_window_get_screen; 5263 gboolean function(GtkWindow* window) c_gtk_window_is_active; 5264 gboolean function(GtkWindow* window) c_gtk_window_has_toplevel_focus; 5265 GList* function() c_gtk_window_list_toplevels; 5266 void function(GtkWindow* window, guint keyval, GtkWidget* target) c_gtk_window_add_mnemonic; 5267 void function(GtkWindow* window, guint keyval, GtkWidget* target) c_gtk_window_remove_mnemonic; 5268 gboolean function(GtkWindow* window, guint keyval, GdkModifierType modifier) c_gtk_window_mnemonic_activate; 5269 gboolean function(GtkWindow* window, GdkEventKey* event) c_gtk_window_activate_key; 5270 gboolean function(GtkWindow* window, GdkEventKey* event) c_gtk_window_propagate_key_event; 5271 GtkWidget* function(GtkWindow* window) c_gtk_window_get_focus; 5272 void function(GtkWindow* window, GtkWidget* focus) c_gtk_window_set_focus; 5273 GtkWidget* function(GtkWindow* window) c_gtk_window_get_default_widget; 5274 void function(GtkWindow* window, GtkWidget* defaultWidget) c_gtk_window_set_default; 5275 void function(GtkWindow* window) c_gtk_window_present; 5276 void function(GtkWindow* window, guint32 timestamp) c_gtk_window_present_with_time; 5277 void function(GtkWindow* window) c_gtk_window_close; 5278 void function(GtkWindow* window) c_gtk_window_iconify; 5279 void function(GtkWindow* window) c_gtk_window_deiconify; 5280 void function(GtkWindow* window) c_gtk_window_stick; 5281 void function(GtkWindow* window) c_gtk_window_unstick; 5282 void function(GtkWindow* window) c_gtk_window_maximize; 5283 void function(GtkWindow* window) c_gtk_window_unmaximize; 5284 void function(GtkWindow* window) c_gtk_window_fullscreen; 5285 void function(GtkWindow* window) c_gtk_window_unfullscreen; 5286 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_keep_above; 5287 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_keep_below; 5288 void function(GtkWindow* window, GdkWindowEdge edge, gint button, gint rootX, gint rootY, guint32 timestamp) c_gtk_window_begin_resize_drag; 5289 void function(GtkWindow* window, gint button, gint rootX, gint rootY, guint32 timestamp) c_gtk_window_begin_move_drag; 5290 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_decorated; 5291 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_deletable; 5292 void function(GtkWindow* window, GdkModifierType modifier) c_gtk_window_set_mnemonic_modifier; 5293 void function(GtkWindow* window, GdkWindowTypeHint hint) c_gtk_window_set_type_hint; 5294 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_skip_taskbar_hint; 5295 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_skip_pager_hint; 5296 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_urgency_hint; 5297 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_accept_focus; 5298 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_focus_on_map; 5299 void function(GtkWindow* window, gchar* startupId) c_gtk_window_set_startup_id; 5300 void function(GtkWindow* window, gchar* role) c_gtk_window_set_role; 5301 gboolean function(GtkWindow* window) c_gtk_window_get_decorated; 5302 gboolean function(GtkWindow* window) c_gtk_window_get_deletable; 5303 GList* function() c_gtk_window_get_default_icon_list; 5304 gchar* function() c_gtk_window_get_default_icon_name; 5305 void function(GtkWindow* window, gint* width, gint* height) c_gtk_window_get_default_size; 5306 gboolean function(GtkWindow* window) c_gtk_window_get_destroy_with_parent; 5307 gboolean function(GtkWindow* window) c_gtk_window_get_hide_titlebar_when_maximized; 5308 GdkPixbuf* function(GtkWindow* window) c_gtk_window_get_icon; 5309 GList* function(GtkWindow* window) c_gtk_window_get_icon_list; 5310 gchar* function(GtkWindow* window) c_gtk_window_get_icon_name; 5311 GdkModifierType function(GtkWindow* window) c_gtk_window_get_mnemonic_modifier; 5312 gboolean function(GtkWindow* window) c_gtk_window_get_modal; 5313 void function(GtkWindow* window, gint* rootX, gint* rootY) c_gtk_window_get_position; 5314 gchar* function(GtkWindow* window) c_gtk_window_get_role; 5315 void function(GtkWindow* window, gint* width, gint* height) c_gtk_window_get_size; 5316 gchar* function(GtkWindow* window) c_gtk_window_get_title; 5317 GtkWindow* function(GtkWindow* window) c_gtk_window_get_transient_for; 5318 GtkWidget* function(GtkWindow* window) c_gtk_window_get_attached_to; 5319 GdkWindowTypeHint function(GtkWindow* window) c_gtk_window_get_type_hint; 5320 gboolean function(GtkWindow* window) c_gtk_window_get_skip_taskbar_hint; 5321 gboolean function(GtkWindow* window) c_gtk_window_get_skip_pager_hint; 5322 gboolean function(GtkWindow* window) c_gtk_window_get_urgency_hint; 5323 gboolean function(GtkWindow* window) c_gtk_window_get_accept_focus; 5324 gboolean function(GtkWindow* window) c_gtk_window_get_focus_on_map; 5325 GtkWindowGroup* function(GtkWindow* window) c_gtk_window_get_group; 5326 gboolean function(GtkWindow* window) c_gtk_window_has_group; 5327 GtkWindowType function(GtkWindow* window) c_gtk_window_get_window_type; 5328 void function(GtkWindow* window, gint x, gint y) c_gtk_window_move; 5329 gboolean function(GtkWindow* window, gchar* geometry) c_gtk_window_parse_geometry; 5330 void function(GtkWindow* window) c_gtk_window_reshow_with_initial_size; 5331 void function(GtkWindow* window, gint width, gint height) c_gtk_window_resize; 5332 void function(GtkWindow* window, gint width, gint height) c_gtk_window_resize_to_geometry; 5333 void function(GList* list) c_gtk_window_set_default_icon_list; 5334 void function(GdkPixbuf* icon) c_gtk_window_set_default_icon; 5335 gboolean function(gchar* filename, GError** err) c_gtk_window_set_default_icon_from_file; 5336 void function(gchar* name) c_gtk_window_set_default_icon_name; 5337 void function(GtkWindow* window, GdkPixbuf* icon) c_gtk_window_set_icon; 5338 void function(GtkWindow* window, GList* list) c_gtk_window_set_icon_list; 5339 gboolean function(GtkWindow* window, gchar* filename, GError** err) c_gtk_window_set_icon_from_file; 5340 void function(GtkWindow* window, gchar* name) c_gtk_window_set_icon_name; 5341 void function(gboolean setting) c_gtk_window_set_auto_startup_notification; 5342 gdouble function(GtkWindow* window) c_gtk_window_get_opacity; 5343 void function(GtkWindow* window, gdouble opacity) c_gtk_window_set_opacity; 5344 gboolean function(GtkWindow* window) c_gtk_window_get_mnemonics_visible; 5345 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_mnemonics_visible; 5346 gboolean function(GtkWindow* window) c_gtk_window_get_focus_visible; 5347 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_focus_visible; 5348 void function(GtkWindow* window, gboolean value) c_gtk_window_set_has_resize_grip; 5349 gboolean function(GtkWindow* window) c_gtk_window_get_has_resize_grip; 5350 gboolean function(GtkWindow* window) c_gtk_window_resize_grip_is_visible; 5351 gboolean function(GtkWindow* window, GdkRectangle* rect) c_gtk_window_get_resize_grip_area; 5352 GtkApplication* function(GtkWindow* window) c_gtk_window_get_application; 5353 void function(GtkWindow* window, GtkApplication* application) c_gtk_window_set_application; 5354 void function(GtkWindow* window, gboolean setting) c_gtk_window_set_has_user_ref_count; 5355 void function(GtkWindow* window, GtkWidget* titlebar) c_gtk_window_set_titlebar; 5356 5357 // gtk. 5358 5359 5360 // gtk.WindowGroup 5361 5362 GtkWindowGroup* function() c_gtk_window_group_new; 5363 void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_add_window; 5364 void function(GtkWindowGroup* windowGroup, GtkWindow* window) c_gtk_window_group_remove_window; 5365 GList* function(GtkWindowGroup* windowGroup) c_gtk_window_group_list_windows; 5366 GtkWidget* function(GtkWindowGroup* windowGroup) c_gtk_window_group_get_current_grab; 5367 GtkWidget* function(GtkWindowGroup* windowGroup, GdkDevice* device) c_gtk_window_group_get_current_device_grab; 5368 5369 // gtk.Invisible 5370 5371 GtkWidget* function() c_gtk_invisible_new; 5372 GtkWidget* function(GdkScreen* screen) c_gtk_invisible_new_for_screen; 5373 void function(GtkInvisible* invisible, GdkScreen* screen) c_gtk_invisible_set_screen; 5374 GdkScreen* function(GtkInvisible* invisible) c_gtk_invisible_get_screen; 5375 5376 // gtk.OffscreenWindow 5377 5378 GtkWidget* function() c_gtk_offscreen_window_new; 5379 cairo_surface_t* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_surface; 5380 GdkPixbuf* function(GtkOffscreenWindow* offscreen) c_gtk_offscreen_window_get_pixbuf; 5381 5382 // gtk.Box 5383 5384 GtkWidget* function(GtkOrientation orientation, gint spacing) c_gtk_box_new; 5385 void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding) c_gtk_box_pack_start; 5386 void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding) c_gtk_box_pack_end; 5387 gboolean function(GtkBox* box) c_gtk_box_get_homogeneous; 5388 void function(GtkBox* box, gboolean homogeneous) c_gtk_box_set_homogeneous; 5389 gint function(GtkBox* box) c_gtk_box_get_spacing; 5390 void function(GtkBox* box, gint spacing) c_gtk_box_set_spacing; 5391 void function(GtkBox* box, GtkWidget* child, gint position) c_gtk_box_reorder_child; 5392 void function(GtkBox* box, GtkWidget* child, gboolean* expand, gboolean* fill, guint* padding, GtkPackType* packType) c_gtk_box_query_child_packing; 5393 void function(GtkBox* box, GtkWidget* child, gboolean expand, gboolean fill, guint padding, GtkPackType packType) c_gtk_box_set_child_packing; 5394 GtkBaselinePosition function(GtkBox* box) c_gtk_box_get_baseline_position; 5395 void function(GtkBox* box, GtkBaselinePosition position) c_gtk_box_set_baseline_position; 5396 5397 // gtk.Grid 5398 5399 GtkWidget* function() c_gtk_grid_new; 5400 void function(GtkGrid* grid, GtkWidget* child, gint left, gint top, gint width, gint height) c_gtk_grid_attach; 5401 void function(GtkGrid* grid, GtkWidget* child, GtkWidget* sibling, GtkPositionType side, gint width, gint height) c_gtk_grid_attach_next_to; 5402 GtkWidget* function(GtkGrid* grid, gint left, gint top) c_gtk_grid_get_child_at; 5403 void function(GtkGrid* grid, gint position) c_gtk_grid_insert_row; 5404 void function(GtkGrid* grid, gint position) c_gtk_grid_insert_column; 5405 void function(GtkGrid* grid, gint position) c_gtk_grid_remove_row; 5406 void function(GtkGrid* grid, gint position) c_gtk_grid_remove_column; 5407 void function(GtkGrid* grid, GtkWidget* sibling, GtkPositionType side) c_gtk_grid_insert_next_to; 5408 void function(GtkGrid* grid, gboolean homogeneous) c_gtk_grid_set_row_homogeneous; 5409 gboolean function(GtkGrid* grid) c_gtk_grid_get_row_homogeneous; 5410 void function(GtkGrid* grid, guint spacing) c_gtk_grid_set_row_spacing; 5411 guint function(GtkGrid* grid) c_gtk_grid_get_row_spacing; 5412 void function(GtkGrid* grid, gboolean homogeneous) c_gtk_grid_set_column_homogeneous; 5413 gboolean function(GtkGrid* grid) c_gtk_grid_get_column_homogeneous; 5414 void function(GtkGrid* grid, guint spacing) c_gtk_grid_set_column_spacing; 5415 guint function(GtkGrid* grid) c_gtk_grid_get_column_spacing; 5416 gint function(GtkGrid* grid) c_gtk_grid_get_baseline_row; 5417 void function(GtkGrid* grid, gint row) c_gtk_grid_set_baseline_row; 5418 GtkBaselinePosition function(GtkGrid* grid, gint row) c_gtk_grid_get_row_baseline_position; 5419 void function(GtkGrid* grid, gint row, GtkBaselinePosition pos) c_gtk_grid_set_row_baseline_position; 5420 5421 // gtk.Revealer 5422 5423 GtkWidget* function() c_gtk_revealer_new; 5424 gboolean function(GtkRevealer* revealer) c_gtk_revealer_get_reveal_child; 5425 void function(GtkRevealer* revealer, gboolean revealChild) c_gtk_revealer_set_reveal_child; 5426 gboolean function(GtkRevealer* revealer) c_gtk_revealer_get_child_revealed; 5427 guint function(GtkRevealer* revealer) c_gtk_revealer_get_transition_duration; 5428 void function(GtkRevealer* revealer, guint duration) c_gtk_revealer_set_transition_duration; 5429 GtkRevealerTransitionType function(GtkRevealer* revealer) c_gtk_revealer_get_transition_type; 5430 void function(GtkRevealer* revealer, GtkRevealerTransitionType transition) c_gtk_revealer_set_transition_type; 5431 5432 // gtk.ListBox 5433 5434 GtkWidget* function() c_gtk_list_box_new; 5435 void function(GtkListBox* listBox, GtkWidget* child) c_gtk_list_box_prepend; 5436 void function(GtkListBox* listBox, GtkWidget* child, gint position) c_gtk_list_box_insert; 5437 void function(GtkListBox* listBox, GtkListBoxRow* row) c_gtk_list_box_select_row; 5438 GtkListBoxRow* function(GtkListBox* listBox) c_gtk_list_box_get_selected_row; 5439 void function(GtkListBox* listBox, GtkSelectionMode mode) c_gtk_list_box_set_selection_mode; 5440 GtkSelectionMode function(GtkListBox* listBox) c_gtk_list_box_get_selection_mode; 5441 void function(GtkListBox* listBox, gboolean single) c_gtk_list_box_set_activate_on_single_click; 5442 gboolean function(GtkListBox* listBox) c_gtk_list_box_get_activate_on_single_click; 5443 GtkAdjustment* function(GtkListBox* listBox) c_gtk_list_box_get_adjustment; 5444 void function(GtkListBox* listBox, GtkAdjustment* adjustment) c_gtk_list_box_set_adjustment; 5445 void function(GtkListBox* listBox, GtkWidget* placeholder) c_gtk_list_box_set_placeholder; 5446 GtkListBoxRow* function(GtkListBox* listBox, gint index) c_gtk_list_box_get_row_at_index; 5447 GtkListBoxRow* function(GtkListBox* listBox, gint y) c_gtk_list_box_get_row_at_y; 5448 void function(GtkListBox* listBox) c_gtk_list_box_invalidate_filter; 5449 void function(GtkListBox* listBox) c_gtk_list_box_invalidate_headers; 5450 void function(GtkListBox* listBox) c_gtk_list_box_invalidate_sort; 5451 void function(GtkListBox* listBox, GtkListBoxFilterFunc filterFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_filter_func; 5452 void function(GtkListBox* listBox, GtkListBoxUpdateHeaderFunc updateHeader, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_header_func; 5453 void function(GtkListBox* listBox, GtkListBoxSortFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_list_box_set_sort_func; 5454 void function(GtkListBox* listBox, GtkListBoxRow* row) c_gtk_list_box_drag_highlight_row; 5455 void function(GtkListBox* listBox) c_gtk_list_box_drag_unhighlight_row; 5456 5457 // gtk.ListBoxRow 5458 5459 GtkWidget* function() c_gtk_list_box_row_new; 5460 void function(GtkListBoxRow* row) c_gtk_list_box_row_changed; 5461 GtkWidget* function(GtkListBoxRow* row) c_gtk_list_box_row_get_header; 5462 GType function() c_gtk_list_box_row_get_type; 5463 void function(GtkListBoxRow* row, GtkWidget* header) c_gtk_list_box_row_set_header; 5464 gint function(GtkListBoxRow* row) c_gtk_list_box_row_get_index; 5465 5466 // gtk.Stack 5467 5468 GtkWidget* function() c_gtk_stack_new; 5469 void function(GtkStack* stack, GtkWidget* child, gchar* name) c_gtk_stack_add_named; 5470 void function(GtkStack* stack, GtkWidget* child, gchar* name, gchar* title) c_gtk_stack_add_titled; 5471 void function(GtkStack* stack, GtkWidget* child) c_gtk_stack_set_visible_child; 5472 GtkWidget* function(GtkStack* stack) c_gtk_stack_get_visible_child; 5473 void function(GtkStack* stack, gchar* name) c_gtk_stack_set_visible_child_name; 5474 gchar* function(GtkStack* stack) c_gtk_stack_get_visible_child_name; 5475 void function(GtkStack* stack, gchar* name, GtkStackTransitionType transition) c_gtk_stack_set_visible_child_full; 5476 void function(GtkStack* stack, gboolean homogeneous) c_gtk_stack_set_homogeneous; 5477 gboolean function(GtkStack* stack) c_gtk_stack_get_homogeneous; 5478 void function(GtkStack* stack, guint duration) c_gtk_stack_set_transition_duration; 5479 guint function(GtkStack* stack) c_gtk_stack_get_transition_duration; 5480 void function(GtkStack* stack, GtkStackTransitionType transition) c_gtk_stack_set_transition_type; 5481 GtkStackTransitionType function(GtkStack* stack) c_gtk_stack_get_transition_type; 5482 5483 // gtk.StackSwitcher 5484 5485 GtkWidget* function() c_gtk_stack_switcher_new; 5486 void function(GtkStackSwitcher* switcher, GtkStack* stack) c_gtk_stack_switcher_set_stack; 5487 GtkStack* function(GtkStackSwitcher* switcher) c_gtk_stack_switcher_get_stack; 5488 5489 // gtk.HeaderBar 5490 5491 GtkWidget* function() c_gtk_header_bar_new; 5492 void function(GtkHeaderBar* bar, gchar* title) c_gtk_header_bar_set_title; 5493 gchar* function(GtkHeaderBar* bar) c_gtk_header_bar_get_title; 5494 void function(GtkHeaderBar* bar, gchar* subtitle) c_gtk_header_bar_set_subtitle; 5495 gchar* function(GtkHeaderBar* bar) c_gtk_header_bar_get_subtitle; 5496 void function(GtkHeaderBar* bar, GtkWidget* titleWidget) c_gtk_header_bar_set_custom_title; 5497 GtkWidget* function(GtkHeaderBar* bar) c_gtk_header_bar_get_custom_title; 5498 void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_start; 5499 void function(GtkHeaderBar* bar, GtkWidget* child) c_gtk_header_bar_pack_end; 5500 void function(GtkHeaderBar* bar, gboolean setting) c_gtk_header_bar_set_show_close_button; 5501 gboolean function(GtkHeaderBar* bar) c_gtk_header_bar_get_show_close_button; 5502 5503 // gtk.Overlay 5504 5505 GtkWidget* function() c_gtk_overlay_new; 5506 void function(GtkOverlay* overlay, GtkWidget* widget) c_gtk_overlay_add_overlay; 5507 5508 // gtk.Alignment 5509 5510 GtkWidget* function(gfloat xalign, gfloat yalign, gfloat xscale, gfloat yscale) c_gtk_alignment_new; 5511 void function(GtkAlignment* alignment, gfloat xalign, gfloat yalign, gfloat xscale, gfloat yscale) c_gtk_alignment_set; 5512 void function(GtkAlignment* alignment, guint* paddingTop, guint* paddingBottom, guint* paddingLeft, guint* paddingRight) c_gtk_alignment_get_padding; 5513 void function(GtkAlignment* alignment, guint paddingTop, guint paddingBottom, guint paddingLeft, guint paddingRight) c_gtk_alignment_set_padding; 5514 5515 // gtk.ButtonBox 5516 5517 GtkWidget* function(GtkOrientation orientation) c_gtk_button_box_new; 5518 GtkButtonBoxStyle function(GtkButtonBox* widget) c_gtk_button_box_get_layout; 5519 gboolean function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_secondary; 5520 gboolean function(GtkButtonBox* widget, GtkWidget* child) c_gtk_button_box_get_child_non_homogeneous; 5521 void function(GtkButtonBox* widget, GtkButtonBoxStyle layoutStyle) c_gtk_button_box_set_layout; 5522 void function(GtkButtonBox* widget, GtkWidget* child, gboolean isSecondary) c_gtk_button_box_set_child_secondary; 5523 void function(GtkButtonBox* widget, GtkWidget* child, gboolean nonHomogeneous) c_gtk_button_box_set_child_non_homogeneous; 5524 5525 // gtk.Paned 5526 5527 GtkWidget* function(GtkOrientation orientation) c_gtk_paned_new; 5528 void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add1; 5529 void function(GtkPaned* paned, GtkWidget* child) c_gtk_paned_add2; 5530 void function(GtkPaned* paned, GtkWidget* child, gboolean resize, gboolean shrink) c_gtk_paned_pack1; 5531 void function(GtkPaned* paned, GtkWidget* child, gboolean resize, gboolean shrink) c_gtk_paned_pack2; 5532 GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child1; 5533 GtkWidget* function(GtkPaned* paned) c_gtk_paned_get_child2; 5534 void function(GtkPaned* paned, gint position) c_gtk_paned_set_position; 5535 gint function(GtkPaned* paned) c_gtk_paned_get_position; 5536 GdkWindow* function(GtkPaned* paned) c_gtk_paned_get_handle_window; 5537 5538 // gtk.Layout 5539 5540 GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_layout_new; 5541 void function(GtkLayout* layout, GtkWidget* childWidget, gint x, gint y) c_gtk_layout_put; 5542 void function(GtkLayout* layout, GtkWidget* childWidget, gint x, gint y) c_gtk_layout_move; 5543 void function(GtkLayout* layout, guint width, guint height) c_gtk_layout_set_size; 5544 void function(GtkLayout* layout, guint* width, guint* height) c_gtk_layout_get_size; 5545 GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_hadjustment; 5546 GtkAdjustment* function(GtkLayout* layout) c_gtk_layout_get_vadjustment; 5547 void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_hadjustment; 5548 void function(GtkLayout* layout, GtkAdjustment* adjustment) c_gtk_layout_set_vadjustment; 5549 GdkWindow* function(GtkLayout* layout) c_gtk_layout_get_bin_window; 5550 5551 // gtk.Notebook 5552 5553 GtkWidget* function() c_gtk_notebook_new; 5554 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_append_page; 5555 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_append_page_menu; 5556 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_prepend_page; 5557 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel) c_gtk_notebook_prepend_page_menu; 5558 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, gint position) c_gtk_notebook_insert_page; 5559 gint function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel, GtkWidget* menuLabel, gint position) c_gtk_notebook_insert_page_menu; 5560 void function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_remove_page; 5561 gint function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_page_num; 5562 void function(GtkNotebook* notebook) c_gtk_notebook_next_page; 5563 void function(GtkNotebook* notebook) c_gtk_notebook_prev_page; 5564 void function(GtkNotebook* notebook, GtkWidget* child, gint position) c_gtk_notebook_reorder_child; 5565 void function(GtkNotebook* notebook, GtkPositionType pos) c_gtk_notebook_set_tab_pos; 5566 void function(GtkNotebook* notebook, gboolean showTabs) c_gtk_notebook_set_show_tabs; 5567 void function(GtkNotebook* notebook, gboolean showBorder) c_gtk_notebook_set_show_border; 5568 void function(GtkNotebook* notebook, gboolean scrollable) c_gtk_notebook_set_scrollable; 5569 void function(GtkNotebook* notebook) c_gtk_notebook_popup_enable; 5570 void function(GtkNotebook* notebook) c_gtk_notebook_popup_disable; 5571 gint function(GtkNotebook* notebook) c_gtk_notebook_get_current_page; 5572 GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label; 5573 GtkWidget* function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_get_nth_page; 5574 gint function(GtkNotebook* notebook) c_gtk_notebook_get_n_pages; 5575 GtkWidget* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label; 5576 void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* menuLabel) c_gtk_notebook_set_menu_label; 5577 void function(GtkNotebook* notebook, GtkWidget* child, gchar* menuText) c_gtk_notebook_set_menu_label_text; 5578 void function(GtkNotebook* notebook, GtkWidget* child, GtkWidget* tabLabel) c_gtk_notebook_set_tab_label; 5579 void function(GtkNotebook* notebook, GtkWidget* child, gchar* tabText) c_gtk_notebook_set_tab_label_text; 5580 void function(GtkNotebook* notebook, GtkWidget* child, gboolean reorderable) c_gtk_notebook_set_tab_reorderable; 5581 void function(GtkNotebook* notebook, GtkWidget* child, gboolean detachable) c_gtk_notebook_set_tab_detachable; 5582 gchar* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_menu_label_text; 5583 gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_scrollable; 5584 gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_show_border; 5585 gboolean function(GtkNotebook* notebook) c_gtk_notebook_get_show_tabs; 5586 gchar* function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_label_text; 5587 GtkPositionType function(GtkNotebook* notebook) c_gtk_notebook_get_tab_pos; 5588 gboolean function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_reorderable; 5589 gboolean function(GtkNotebook* notebook, GtkWidget* child) c_gtk_notebook_get_tab_detachable; 5590 guint16 function(GtkNotebook* notebook) c_gtk_notebook_get_tab_hborder; 5591 guint16 function(GtkNotebook* notebook) c_gtk_notebook_get_tab_vborder; 5592 void function(GtkNotebook* notebook, gint pageNum) c_gtk_notebook_set_current_page; 5593 void function(GtkNotebook* notebook, gchar* groupName) c_gtk_notebook_set_group_name; 5594 gchar* function(GtkNotebook* notebook) c_gtk_notebook_get_group_name; 5595 void function(GtkNotebook* notebook, GtkWidget* widget, GtkPackType packType) c_gtk_notebook_set_action_widget; 5596 GtkWidget* function(GtkNotebook* notebook, GtkPackType packType) c_gtk_notebook_get_action_widget; 5597 5598 // gtk.Expander 5599 5600 GtkWidget* function(gchar* label) c_gtk_expander_new; 5601 GtkWidget* function(gchar* label) c_gtk_expander_new_with_mnemonic; 5602 void function(GtkExpander* expander, gboolean expanded) c_gtk_expander_set_expanded; 5603 gboolean function(GtkExpander* expander) c_gtk_expander_get_expanded; 5604 void function(GtkExpander* expander, gint spacing) c_gtk_expander_set_spacing; 5605 gint function(GtkExpander* expander) c_gtk_expander_get_spacing; 5606 void function(GtkExpander* expander, gchar* label) c_gtk_expander_set_label; 5607 gchar* function(GtkExpander* expander) c_gtk_expander_get_label; 5608 void function(GtkExpander* expander, gboolean useUnderline) c_gtk_expander_set_use_underline; 5609 gboolean function(GtkExpander* expander) c_gtk_expander_get_use_underline; 5610 void function(GtkExpander* expander, gboolean useMarkup) c_gtk_expander_set_use_markup; 5611 gboolean function(GtkExpander* expander) c_gtk_expander_get_use_markup; 5612 void function(GtkExpander* expander, GtkWidget* labelWidget) c_gtk_expander_set_label_widget; 5613 GtkWidget* function(GtkExpander* expander) c_gtk_expander_get_label_widget; 5614 void function(GtkExpander* expander, gboolean labelFill) c_gtk_expander_set_label_fill; 5615 gboolean function(GtkExpander* expander) c_gtk_expander_get_label_fill; 5616 void function(GtkExpander* expander, gboolean resizeToplevel) c_gtk_expander_set_resize_toplevel; 5617 gboolean function(GtkExpander* expander) c_gtk_expander_get_resize_toplevel; 5618 5619 // gtk.OrientableT 5620 5621 5622 // gtk.OrientableT 5623 5624 GtkOrientation function(GtkOrientable* orientable) c_gtk_orientable_get_orientation; 5625 void function(GtkOrientable* orientable, GtkOrientation orientation) c_gtk_orientable_set_orientation; 5626 5627 // gtk.AspectFrame 5628 5629 GtkWidget* function(gchar* label, gfloat xalign, gfloat yalign, gfloat ratio, gboolean obeyChild) c_gtk_aspect_frame_new; 5630 void function(GtkAspectFrame* aspectFrame, gfloat xalign, gfloat yalign, gfloat ratio, gboolean obeyChild) c_gtk_aspect_frame_set; 5631 5632 // gtk.Fixed 5633 5634 GtkWidget* function() c_gtk_fixed_new; 5635 void function(GtkFixed* fixed, GtkWidget* widget, gint x, gint y) c_gtk_fixed_put; 5636 void function(GtkFixed* fixed, GtkWidget* widget, gint x, gint y) c_gtk_fixed_move; 5637 5638 // gtk.Label 5639 5640 GtkWidget* function(gchar* str) c_gtk_label_new; 5641 void function(GtkLabel* label, gchar* str) c_gtk_label_set_text; 5642 void function(GtkLabel* label, PangoAttrList* attrs) c_gtk_label_set_attributes; 5643 void function(GtkLabel* label, gchar* str) c_gtk_label_set_markup; 5644 void function(GtkLabel* label, gchar* str) c_gtk_label_set_markup_with_mnemonic; 5645 void function(GtkLabel* label, gchar* pattern) c_gtk_label_set_pattern; 5646 void function(GtkLabel* label, GtkJustification jtype) c_gtk_label_set_justify; 5647 void function(GtkLabel* label, PangoEllipsizeMode mode) c_gtk_label_set_ellipsize; 5648 void function(GtkLabel* label, gint nChars) c_gtk_label_set_width_chars; 5649 void function(GtkLabel* label, gint nChars) c_gtk_label_set_max_width_chars; 5650 void function(GtkLabel* label, gboolean wrap) c_gtk_label_set_line_wrap; 5651 void function(GtkLabel* label, PangoWrapMode wrapMode) c_gtk_label_set_line_wrap_mode; 5652 void function(GtkLabel* label, gint lines) c_gtk_label_set_lines; 5653 void function(GtkLabel* label, gint* x, gint* y) c_gtk_label_get_layout_offsets; 5654 guint function(GtkLabel* label) c_gtk_label_get_mnemonic_keyval; 5655 gboolean function(GtkLabel* label) c_gtk_label_get_selectable; 5656 gchar* function(GtkLabel* label) c_gtk_label_get_text; 5657 GtkWidget* function(gchar* str) c_gtk_label_new_with_mnemonic; 5658 void function(GtkLabel* label, gint startOffset, gint endOffset) c_gtk_label_select_region; 5659 void function(GtkLabel* label, GtkWidget* widget) c_gtk_label_set_mnemonic_widget; 5660 void function(GtkLabel* label, gboolean setting) c_gtk_label_set_selectable; 5661 void function(GtkLabel* label, gchar* str) c_gtk_label_set_text_with_mnemonic; 5662 PangoAttrList* function(GtkLabel* label) c_gtk_label_get_attributes; 5663 GtkJustification function(GtkLabel* label) c_gtk_label_get_justify; 5664 PangoEllipsizeMode function(GtkLabel* label) c_gtk_label_get_ellipsize; 5665 gint function(GtkLabel* label) c_gtk_label_get_width_chars; 5666 gint function(GtkLabel* label) c_gtk_label_get_max_width_chars; 5667 gchar* function(GtkLabel* label) c_gtk_label_get_label; 5668 PangoLayout* function(GtkLabel* label) c_gtk_label_get_layout; 5669 gboolean function(GtkLabel* label) c_gtk_label_get_line_wrap; 5670 PangoWrapMode function(GtkLabel* label) c_gtk_label_get_line_wrap_mode; 5671 gint function(GtkLabel* label) c_gtk_label_get_lines; 5672 GtkWidget* function(GtkLabel* label) c_gtk_label_get_mnemonic_widget; 5673 gboolean function(GtkLabel* label, gint* start, gint* end) c_gtk_label_get_selection_bounds; 5674 gboolean function(GtkLabel* label) c_gtk_label_get_use_markup; 5675 gboolean function(GtkLabel* label) c_gtk_label_get_use_underline; 5676 gboolean function(GtkLabel* label) c_gtk_label_get_single_line_mode; 5677 gdouble function(GtkLabel* label) c_gtk_label_get_angle; 5678 void function(GtkLabel* label, gchar* str) c_gtk_label_set_label; 5679 void function(GtkLabel* label, gboolean setting) c_gtk_label_set_use_markup; 5680 void function(GtkLabel* label, gboolean setting) c_gtk_label_set_use_underline; 5681 void function(GtkLabel* label, gboolean singleLineMode) c_gtk_label_set_single_line_mode; 5682 void function(GtkLabel* label, gdouble angle) c_gtk_label_set_angle; 5683 gchar* function(GtkLabel* label) c_gtk_label_get_current_uri; 5684 void function(GtkLabel* label, gboolean trackLinks) c_gtk_label_set_track_visited_links; 5685 gboolean function(GtkLabel* label) c_gtk_label_get_track_visited_links; 5686 5687 // gtk.Image 5688 5689 void function(GtkImage* image, GtkIconSet** iconSet, GtkIconSize* size) c_gtk_image_get_icon_set; 5690 GdkPixbuf* function(GtkImage* image) c_gtk_image_get_pixbuf; 5691 void function(GtkImage* image, gchar** stockId, GtkIconSize* size) c_gtk_image_get_stock; 5692 GdkPixbufAnimation* function(GtkImage* image) c_gtk_image_get_animation; 5693 void function(GtkImage* image, gchar** iconName, GtkIconSize* size) c_gtk_image_get_icon_name; 5694 void function(GtkImage* image, GIcon** gicon, GtkIconSize* size) c_gtk_image_get_gicon; 5695 GtkImageType function(GtkImage* image) c_gtk_image_get_storage_type; 5696 GtkWidget* function(gchar* filename) c_gtk_image_new_from_file; 5697 GtkWidget* function(GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_new_from_icon_set; 5698 GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_image_new_from_pixbuf; 5699 GtkWidget* function(gchar* stockId, GtkIconSize size) c_gtk_image_new_from_stock; 5700 GtkWidget* function(GdkPixbufAnimation* animation) c_gtk_image_new_from_animation; 5701 GtkWidget* function(gchar* iconName, GtkIconSize size) c_gtk_image_new_from_icon_name; 5702 GtkWidget* function(GIcon* icon, GtkIconSize size) c_gtk_image_new_from_gicon; 5703 GtkWidget* function(gchar* resourcePath) c_gtk_image_new_from_resource; 5704 void function(GtkImage* image, gchar* filename) c_gtk_image_set_from_file; 5705 void function(GtkImage* image, GtkIconSet* iconSet, GtkIconSize size) c_gtk_image_set_from_icon_set; 5706 void function(GtkImage* image, GdkPixbuf* pixbuf) c_gtk_image_set_from_pixbuf; 5707 void function(GtkImage* image, gchar* stockId, GtkIconSize size) c_gtk_image_set_from_stock; 5708 void function(GtkImage* image, GdkPixbufAnimation* animation) c_gtk_image_set_from_animation; 5709 void function(GtkImage* image, gchar* iconName, GtkIconSize size) c_gtk_image_set_from_icon_name; 5710 void function(GtkImage* image, GIcon* icon, GtkIconSize size) c_gtk_image_set_from_gicon; 5711 void function(GtkImage* image, gchar* resourcePath) c_gtk_image_set_from_resource; 5712 void function(GtkImage* image) c_gtk_image_clear; 5713 GtkWidget* function() c_gtk_image_new; 5714 void function(GtkImage* image, gint pixelSize) c_gtk_image_set_pixel_size; 5715 gint function(GtkImage* image) c_gtk_image_get_pixel_size; 5716 5717 // gtk.Spinner 5718 5719 GtkWidget* function() c_gtk_spinner_new; 5720 void function(GtkSpinner* spinner) c_gtk_spinner_start; 5721 void function(GtkSpinner* spinner) c_gtk_spinner_stop; 5722 5723 // gtk.InfoBar 5724 5725 GtkWidget* function() c_gtk_info_bar_new; 5726 GtkWidget* function(gchar* firstButtonText, ... ) c_gtk_info_bar_new_with_buttons; 5727 void function(GtkInfoBar* infoBar, GtkWidget* child, gint responseId) c_gtk_info_bar_add_action_widget; 5728 GtkWidget* function(GtkInfoBar* infoBar, gchar* buttonText, gint responseId) c_gtk_info_bar_add_button; 5729 void function(GtkInfoBar* infoBar, gchar* firstButtonText, ... ) c_gtk_info_bar_add_buttons; 5730 void function(GtkInfoBar* infoBar, gint responseId, gboolean setting) c_gtk_info_bar_set_response_sensitive; 5731 void function(GtkInfoBar* infoBar, gint responseId) c_gtk_info_bar_set_default_response; 5732 void function(GtkInfoBar* infoBar, gint responseId) c_gtk_info_bar_response; 5733 void function(GtkInfoBar* infoBar, GtkMessageType messageType) c_gtk_info_bar_set_message_type; 5734 GtkMessageType function(GtkInfoBar* infoBar) c_gtk_info_bar_get_message_type; 5735 GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_action_area; 5736 GtkWidget* function(GtkInfoBar* infoBar) c_gtk_info_bar_get_content_area; 5737 gboolean function(GtkInfoBar* infoBar) c_gtk_info_bar_get_show_close_button; 5738 void function(GtkInfoBar* infoBar, gboolean setting) c_gtk_info_bar_set_show_close_button; 5739 5740 // gtk.ProgressBar 5741 5742 GtkWidget* function() c_gtk_progress_bar_new; 5743 void function(GtkProgressBar* pbar) c_gtk_progress_bar_pulse; 5744 void function(GtkProgressBar* pbar, gdouble fraction) c_gtk_progress_bar_set_fraction; 5745 gdouble function(GtkProgressBar* pbar) c_gtk_progress_bar_get_fraction; 5746 void function(GtkProgressBar* pbar, gboolean inverted) c_gtk_progress_bar_set_inverted; 5747 gboolean function(GtkProgressBar* pbar) c_gtk_progress_bar_get_inverted; 5748 void function(GtkProgressBar* pbar, gboolean showText) c_gtk_progress_bar_set_show_text; 5749 gboolean function(GtkProgressBar* pbar) c_gtk_progress_bar_get_show_text; 5750 void function(GtkProgressBar* pbar, gchar* text) c_gtk_progress_bar_set_text; 5751 gchar* function(GtkProgressBar* pbar) c_gtk_progress_bar_get_text; 5752 void function(GtkProgressBar* pbar, PangoEllipsizeMode mode) c_gtk_progress_bar_set_ellipsize; 5753 PangoEllipsizeMode function(GtkProgressBar* pbar) c_gtk_progress_bar_get_ellipsize; 5754 void function(GtkProgressBar* pbar, gdouble fraction) c_gtk_progress_bar_set_pulse_step; 5755 gdouble function(GtkProgressBar* pbar) c_gtk_progress_bar_get_pulse_step; 5756 5757 // gtk.LevelBar 5758 5759 GtkWidget* function() c_gtk_level_bar_new; 5760 GtkWidget* function(gdouble minValue, gdouble maxValue) c_gtk_level_bar_new_for_interval; 5761 void function(GtkLevelBar* self, GtkLevelBarMode mode) c_gtk_level_bar_set_mode; 5762 GtkLevelBarMode function(GtkLevelBar* self) c_gtk_level_bar_get_mode; 5763 void function(GtkLevelBar* self, gdouble value) c_gtk_level_bar_set_value; 5764 gdouble function(GtkLevelBar* self) c_gtk_level_bar_get_value; 5765 void function(GtkLevelBar* self, gdouble value) c_gtk_level_bar_set_min_value; 5766 gdouble function(GtkLevelBar* self) c_gtk_level_bar_get_min_value; 5767 void function(GtkLevelBar* self, gdouble value) c_gtk_level_bar_set_max_value; 5768 gdouble function(GtkLevelBar* self) c_gtk_level_bar_get_max_value; 5769 void function(GtkLevelBar* self, gboolean inverted) c_gtk_level_bar_set_inverted; 5770 gboolean function(GtkLevelBar* self) c_gtk_level_bar_get_inverted; 5771 void function(GtkLevelBar* self, gchar* name, gdouble value) c_gtk_level_bar_add_offset_value; 5772 void function(GtkLevelBar* self, gchar* name) c_gtk_level_bar_remove_offset_value; 5773 gboolean function(GtkLevelBar* self, gchar* name, gdouble* value) c_gtk_level_bar_get_offset_value; 5774 5775 // gtk.Statusbar 5776 5777 GtkWidget* function() c_gtk_statusbar_new; 5778 guint function(GtkStatusbar* statusbar, gchar* contextDescription) c_gtk_statusbar_get_context_id; 5779 guint function(GtkStatusbar* statusbar, guint contextId, gchar* text) c_gtk_statusbar_push; 5780 void function(GtkStatusbar* statusbar, guint contextId) c_gtk_statusbar_pop; 5781 void function(GtkStatusbar* statusbar, guint contextId, guint messageId) c_gtk_statusbar_remove; 5782 void function(GtkStatusbar* statusbar, guint contextId) c_gtk_statusbar_remove_all; 5783 GtkWidget* function(GtkStatusbar* statusbar) c_gtk_statusbar_get_message_area; 5784 5785 // gtk.AccelLabel 5786 5787 GtkWidget* function(gchar* string) c_gtk_accel_label_new; 5788 void function(GtkAccelLabel* accelLabel, GClosure* accelClosure) c_gtk_accel_label_set_accel_closure; 5789 GtkWidget* function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_widget; 5790 void function(GtkAccelLabel* accelLabel, GtkWidget* accelWidget) c_gtk_accel_label_set_accel_widget; 5791 guint function(GtkAccelLabel* accelLabel) c_gtk_accel_label_get_accel_width; 5792 void function(GtkAccelLabel* accelLabel, guint acceleratorKey, GdkModifierType acceleratorMods) c_gtk_accel_label_set_accel; 5793 gboolean function(GtkAccelLabel* accelLabel) c_gtk_accel_label_refetch; 5794 5795 // gtk.StatusIcon 5796 5797 GtkStatusIcon* function() c_gtk_status_icon_new; 5798 GtkStatusIcon* function(GdkPixbuf* pixbuf) c_gtk_status_icon_new_from_pixbuf; 5799 GtkStatusIcon* function(gchar* filename) c_gtk_status_icon_new_from_file; 5800 GtkStatusIcon* function(gchar* stockId) c_gtk_status_icon_new_from_stock; 5801 GtkStatusIcon* function(gchar* iconName) c_gtk_status_icon_new_from_icon_name; 5802 GtkStatusIcon* function(GIcon* icon) c_gtk_status_icon_new_from_gicon; 5803 void function(GtkStatusIcon* statusIcon, GdkPixbuf* pixbuf) c_gtk_status_icon_set_from_pixbuf; 5804 void function(GtkStatusIcon* statusIcon, gchar* filename) c_gtk_status_icon_set_from_file; 5805 void function(GtkStatusIcon* statusIcon, gchar* stockId) c_gtk_status_icon_set_from_stock; 5806 void function(GtkStatusIcon* statusIcon, gchar* iconName) c_gtk_status_icon_set_from_icon_name; 5807 void function(GtkStatusIcon* statusIcon, GIcon* icon) c_gtk_status_icon_set_from_gicon; 5808 GtkImageType function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_storage_type; 5809 GdkPixbuf* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_pixbuf; 5810 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_stock; 5811 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_icon_name; 5812 GIcon* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_gicon; 5813 gint function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_size; 5814 void function(GtkStatusIcon* statusIcon, GdkScreen* screen) c_gtk_status_icon_set_screen; 5815 GdkScreen* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_screen; 5816 void function(GtkStatusIcon* statusIcon, gchar* text) c_gtk_status_icon_set_tooltip_text; 5817 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_text; 5818 void function(GtkStatusIcon* statusIcon, gchar* markup) c_gtk_status_icon_set_tooltip_markup; 5819 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_tooltip_markup; 5820 void function(GtkStatusIcon* statusIcon, gboolean hasTooltip) c_gtk_status_icon_set_has_tooltip; 5821 gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_has_tooltip; 5822 void function(GtkStatusIcon* statusIcon, gchar* title) c_gtk_status_icon_set_title; 5823 gchar* function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_title; 5824 void function(GtkStatusIcon* statusIcon, gchar* name) c_gtk_status_icon_set_name; 5825 void function(GtkStatusIcon* statusIcon, gboolean visible) c_gtk_status_icon_set_visible; 5826 gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_visible; 5827 gboolean function(GtkStatusIcon* statusIcon) c_gtk_status_icon_is_embedded; 5828 void function(GtkMenu* menu, gint* x, gint* y, gboolean* pushIn, void* userData) c_gtk_status_icon_position_menu; 5829 gboolean function(GtkStatusIcon* statusIcon, GdkScreen** screen, GdkRectangle* area, GtkOrientation* orientation) c_gtk_status_icon_get_geometry; 5830 guint32 function(GtkStatusIcon* statusIcon) c_gtk_status_icon_get_x11_window_id; 5831 5832 // gtk.Button 5833 5834 GtkWidget* function() c_gtk_button_new; 5835 GtkWidget* function(gchar* label) c_gtk_button_new_with_label; 5836 GtkWidget* function(gchar* label) c_gtk_button_new_with_mnemonic; 5837 GtkWidget* function(gchar* iconName, GtkIconSize size) c_gtk_button_new_from_icon_name; 5838 GtkWidget* function(gchar* stockId) c_gtk_button_new_from_stock; 5839 void function(GtkButton* button) c_gtk_button_pressed; 5840 void function(GtkButton* button) c_gtk_button_released; 5841 void function(GtkButton* button) c_gtk_button_clicked; 5842 void function(GtkButton* button) c_gtk_button_enter; 5843 void function(GtkButton* button) c_gtk_button_leave; 5844 void function(GtkButton* button, GtkReliefStyle newstyle) c_gtk_button_set_relief; 5845 GtkReliefStyle function(GtkButton* button) c_gtk_button_get_relief; 5846 gchar* function(GtkButton* button) c_gtk_button_get_label; 5847 void function(GtkButton* button, gchar* label) c_gtk_button_set_label; 5848 gboolean function(GtkButton* button) c_gtk_button_get_use_stock; 5849 void function(GtkButton* button, gboolean useStock) c_gtk_button_set_use_stock; 5850 gboolean function(GtkButton* button) c_gtk_button_get_use_underline; 5851 void function(GtkButton* button, gboolean useUnderline) c_gtk_button_set_use_underline; 5852 void function(GtkButton* button, gboolean focusOnClick) c_gtk_button_set_focus_on_click; 5853 gboolean function(GtkButton* button) c_gtk_button_get_focus_on_click; 5854 void function(GtkButton* button, gfloat xalign, gfloat yalign) c_gtk_button_set_alignment; 5855 void function(GtkButton* button, gfloat* xalign, gfloat* yalign) c_gtk_button_get_alignment; 5856 void function(GtkButton* button, GtkWidget* image) c_gtk_button_set_image; 5857 GtkWidget* function(GtkButton* button) c_gtk_button_get_image; 5858 void function(GtkButton* button, GtkPositionType position) c_gtk_button_set_image_position; 5859 GtkPositionType function(GtkButton* button) c_gtk_button_get_image_position; 5860 void function(GtkButton* button, gboolean alwaysShow) c_gtk_button_set_always_show_image; 5861 gboolean function(GtkButton* button) c_gtk_button_get_always_show_image; 5862 GdkWindow* function(GtkButton* button) c_gtk_button_get_event_window; 5863 5864 // gtk.CheckButton 5865 5866 GtkWidget* function() c_gtk_check_button_new; 5867 GtkWidget* function(gchar* label) c_gtk_check_button_new_with_label; 5868 GtkWidget* function(gchar* label) c_gtk_check_button_new_with_mnemonic; 5869 5870 // gtk.RadioButton 5871 5872 GtkWidget* function(GSList* group) c_gtk_radio_button_new; 5873 GtkWidget* function(GtkRadioButton* radioGroupMember) c_gtk_radio_button_new_from_widget; 5874 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_button_new_with_label; 5875 GtkWidget* function(GtkRadioButton* radioGroupMember, gchar* label) c_gtk_radio_button_new_with_label_from_widget; 5876 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_button_new_with_mnemonic; 5877 GtkWidget* function(GtkRadioButton* radioGroupMember, gchar* label) c_gtk_radio_button_new_with_mnemonic_from_widget; 5878 void function(GtkRadioButton* radioButton, GSList* group) c_gtk_radio_button_set_group; 5879 GSList* function(GtkRadioButton* radioButton) c_gtk_radio_button_get_group; 5880 void function(GtkRadioButton* radioButton, GtkRadioButton* groupSource) c_gtk_radio_button_join_group; 5881 5882 // gtk.ToggleButton 5883 5884 GtkWidget* function() c_gtk_toggle_button_new; 5885 GtkWidget* function(gchar* label) c_gtk_toggle_button_new_with_label; 5886 GtkWidget* function(gchar* label) c_gtk_toggle_button_new_with_mnemonic; 5887 void function(GtkToggleButton* toggleButton, gboolean drawIndicator) c_gtk_toggle_button_set_mode; 5888 gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_mode; 5889 void function(GtkToggleButton* toggleButton) c_gtk_toggle_button_toggled; 5890 gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_active; 5891 void function(GtkToggleButton* toggleButton, gboolean isActive) c_gtk_toggle_button_set_active; 5892 gboolean function(GtkToggleButton* toggleButton) c_gtk_toggle_button_get_inconsistent; 5893 void function(GtkToggleButton* toggleButton, gboolean setting) c_gtk_toggle_button_set_inconsistent; 5894 5895 // gtk.LinkButton 5896 5897 GtkWidget* function(gchar* uri) c_gtk_link_button_new; 5898 GtkWidget* function(gchar* uri, gchar* label) c_gtk_link_button_new_with_label; 5899 gchar* function(GtkLinkButton* linkButton) c_gtk_link_button_get_uri; 5900 void function(GtkLinkButton* linkButton, gchar* uri) c_gtk_link_button_set_uri; 5901 gboolean function(GtkLinkButton* linkButton) c_gtk_link_button_get_visited; 5902 void function(GtkLinkButton* linkButton, gboolean visited) c_gtk_link_button_set_visited; 5903 5904 // gtk.MenuButton 5905 5906 GtkWidget* function() c_gtk_menu_button_new; 5907 void function(GtkMenuButton* menuButton, GtkWidget* popup) c_gtk_menu_button_set_popup; 5908 GtkMenu* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_popup; 5909 void function(GtkMenuButton* menuButton, GMenuModel* menuModel) c_gtk_menu_button_set_menu_model; 5910 GMenuModel* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_menu_model; 5911 void function(GtkMenuButton* menuButton, GtkArrowType direction) c_gtk_menu_button_set_direction; 5912 GtkArrowType function(GtkMenuButton* menuButton) c_gtk_menu_button_get_direction; 5913 void function(GtkMenuButton* menuButton, GtkWidget* alignWidget) c_gtk_menu_button_set_align_widget; 5914 GtkWidget* function(GtkMenuButton* menuButton) c_gtk_menu_button_get_align_widget; 5915 5916 // gtk.Switch 5917 5918 GtkWidget* function() c_gtk_switch_new; 5919 void function(GtkSwitch* sw, gboolean isActive) c_gtk_switch_set_active; 5920 gboolean function(GtkSwitch* sw) c_gtk_switch_get_active; 5921 5922 // gtk.ScaleButton 5923 5924 GtkWidget* function(GtkIconSize size, gdouble min, gdouble max, gdouble step, gchar** icons) c_gtk_scale_button_new; 5925 void function(GtkScaleButton* button, GtkAdjustment* adjustment) c_gtk_scale_button_set_adjustment; 5926 void function(GtkScaleButton* button, gchar** icons) c_gtk_scale_button_set_icons; 5927 void function(GtkScaleButton* button, gdouble value) c_gtk_scale_button_set_value; 5928 GtkAdjustment* function(GtkScaleButton* button) c_gtk_scale_button_get_adjustment; 5929 gdouble function(GtkScaleButton* button) c_gtk_scale_button_get_value; 5930 GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_popup; 5931 GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_plus_button; 5932 GtkWidget* function(GtkScaleButton* button) c_gtk_scale_button_get_minus_button; 5933 5934 // gtk.VolumeButton 5935 5936 GtkWidget* function() c_gtk_volume_button_new; 5937 5938 // gtk.LockButton 5939 5940 GtkWidget* function(GPermission* permission) c_gtk_lock_button_new; 5941 GPermission* function(GtkLockButton* button) c_gtk_lock_button_get_permission; 5942 void function(GtkLockButton* button, GPermission* permission) c_gtk_lock_button_set_permission; 5943 5944 // gtk.Entry 5945 5946 GtkWidget* function() c_gtk_entry_new; 5947 GtkWidget* function(GtkEntryBuffer* buffer) c_gtk_entry_new_with_buffer; 5948 GtkEntryBuffer* function(GtkEntry* entry) c_gtk_entry_get_buffer; 5949 void function(GtkEntry* entry, GtkEntryBuffer* buffer) c_gtk_entry_set_buffer; 5950 void function(GtkEntry* entry, gchar* text) c_gtk_entry_set_text; 5951 gchar* function(GtkEntry* entry) c_gtk_entry_get_text; 5952 guint16 function(GtkEntry* entry) c_gtk_entry_get_text_length; 5953 void function(GtkEntry* entry, GdkRectangle* textArea) c_gtk_entry_get_text_area; 5954 void function(GtkEntry* entry, gboolean visible) c_gtk_entry_set_visibility; 5955 void function(GtkEntry* entry, gunichar ch) c_gtk_entry_set_invisible_char; 5956 void function(GtkEntry* entry) c_gtk_entry_unset_invisible_char; 5957 void function(GtkEntry* entry, gint max) c_gtk_entry_set_max_length; 5958 gboolean function(GtkEntry* entry) c_gtk_entry_get_activates_default; 5959 gboolean function(GtkEntry* entry) c_gtk_entry_get_has_frame; 5960 GtkBorder* function(GtkEntry* entry) c_gtk_entry_get_inner_border; 5961 gint function(GtkEntry* entry) c_gtk_entry_get_width_chars; 5962 void function(GtkEntry* entry, gboolean setting) c_gtk_entry_set_activates_default; 5963 void function(GtkEntry* entry, gboolean setting) c_gtk_entry_set_has_frame; 5964 void function(GtkEntry* entry, GtkBorder* border) c_gtk_entry_set_inner_border; 5965 void function(GtkEntry* entry, gint nChars) c_gtk_entry_set_width_chars; 5966 gunichar function(GtkEntry* entry) c_gtk_entry_get_invisible_char; 5967 void function(GtkEntry* entry, gfloat xalign) c_gtk_entry_set_alignment; 5968 gfloat function(GtkEntry* entry) c_gtk_entry_get_alignment; 5969 void function(GtkEntry* entry, gchar* text) c_gtk_entry_set_placeholder_text; 5970 gchar* function(GtkEntry* entry) c_gtk_entry_get_placeholder_text; 5971 void function(GtkEntry* entry, gboolean overwrite) c_gtk_entry_set_overwrite_mode; 5972 gboolean function(GtkEntry* entry) c_gtk_entry_get_overwrite_mode; 5973 PangoLayout* function(GtkEntry* entry) c_gtk_entry_get_layout; 5974 void function(GtkEntry* entry, gint* x, gint* y) c_gtk_entry_get_layout_offsets; 5975 gint function(GtkEntry* entry, gint layoutIndex) c_gtk_entry_layout_index_to_text_index; 5976 gint function(GtkEntry* entry, gint textIndex) c_gtk_entry_text_index_to_layout_index; 5977 void function(GtkEntry* entry, PangoAttrList* attrs) c_gtk_entry_set_attributes; 5978 PangoAttrList* function(GtkEntry* entry) c_gtk_entry_get_attributes; 5979 gint function(GtkEntry* entry) c_gtk_entry_get_max_length; 5980 gboolean function(GtkEntry* entry) c_gtk_entry_get_visibility; 5981 void function(GtkEntry* entry, GtkEntryCompletion* completion) c_gtk_entry_set_completion; 5982 GtkEntryCompletion* function(GtkEntry* entry) c_gtk_entry_get_completion; 5983 void function(GtkEntry* entry, GtkAdjustment* adjustment) c_gtk_entry_set_cursor_hadjustment; 5984 GtkAdjustment* function(GtkEntry* entry) c_gtk_entry_get_cursor_hadjustment; 5985 void function(GtkEntry* entry, gdouble fraction) c_gtk_entry_set_progress_fraction; 5986 gdouble function(GtkEntry* entry) c_gtk_entry_get_progress_fraction; 5987 void function(GtkEntry* entry, gdouble fraction) c_gtk_entry_set_progress_pulse_step; 5988 gdouble function(GtkEntry* entry) c_gtk_entry_get_progress_pulse_step; 5989 void function(GtkEntry* entry) c_gtk_entry_progress_pulse; 5990 gboolean function(GtkEntry* entry, GdkEventKey* event) c_gtk_entry_im_context_filter_keypress; 5991 void function(GtkEntry* entry) c_gtk_entry_reset_im_context; 5992 PangoTabArray* function(GtkEntry* entry) c_gtk_entry_get_tabs; 5993 void function(GtkEntry* entry, PangoTabArray* tabs) c_gtk_entry_set_tabs; 5994 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkPixbuf* pixbuf) c_gtk_entry_set_icon_from_pixbuf; 5995 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* stockId) c_gtk_entry_set_icon_from_stock; 5996 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* iconName) c_gtk_entry_set_icon_from_icon_name; 5997 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GIcon* icon) c_gtk_entry_set_icon_from_gicon; 5998 GtkImageType function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_storage_type; 5999 GdkPixbuf* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_pixbuf; 6000 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_stock; 6001 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_name; 6002 GIcon* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_gicon; 6003 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gboolean activatable) c_gtk_entry_set_icon_activatable; 6004 gboolean function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_activatable; 6005 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gboolean sensitive) c_gtk_entry_set_icon_sensitive; 6006 gboolean function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_sensitive; 6007 gint function(GtkEntry* entry, gint x, gint y) c_gtk_entry_get_icon_at_pos; 6008 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* tooltip) c_gtk_entry_set_icon_tooltip_text; 6009 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_text; 6010 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, gchar* tooltip) c_gtk_entry_set_icon_tooltip_markup; 6011 gchar* function(GtkEntry* entry, GtkEntryIconPosition iconPos) c_gtk_entry_get_icon_tooltip_markup; 6012 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GtkTargetList* targetList, GdkDragAction actions) c_gtk_entry_set_icon_drag_source; 6013 gint function(GtkEntry* entry) c_gtk_entry_get_current_icon_drag_source; 6014 void function(GtkEntry* entry, GtkEntryIconPosition iconPos, GdkRectangle* iconArea) c_gtk_entry_get_icon_area; 6015 void function(GtkEntry* entry, GtkInputPurpose purpose) c_gtk_entry_set_input_purpose; 6016 GtkInputPurpose function(GtkEntry* entry) c_gtk_entry_get_input_purpose; 6017 void function(GtkEntry* entry, GtkInputHints hints) c_gtk_entry_set_input_hints; 6018 GtkInputHints function(GtkEntry* entry) c_gtk_entry_get_input_hints; 6019 6020 // gtk.EntryBuffer 6021 6022 GtkEntryBuffer* function(gchar* initialChars, gint nInitialChars) c_gtk_entry_buffer_new; 6023 gchar* function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_text; 6024 void function(GtkEntryBuffer* buffer, gchar* chars, gint nChars) c_gtk_entry_buffer_set_text; 6025 gsize function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_bytes; 6026 guint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_length; 6027 gint function(GtkEntryBuffer* buffer) c_gtk_entry_buffer_get_max_length; 6028 void function(GtkEntryBuffer* buffer, gint maxLength) c_gtk_entry_buffer_set_max_length; 6029 guint function(GtkEntryBuffer* buffer, guint position, gchar* chars, gint nChars) c_gtk_entry_buffer_insert_text; 6030 guint function(GtkEntryBuffer* buffer, guint position, gint nChars) c_gtk_entry_buffer_delete_text; 6031 void function(GtkEntryBuffer* buffer, guint position, guint nChars) c_gtk_entry_buffer_emit_deleted_text; 6032 void function(GtkEntryBuffer* buffer, guint position, gchar* chars, guint nChars) c_gtk_entry_buffer_emit_inserted_text; 6033 6034 // gtk.EntryCompletion 6035 6036 GtkEntryCompletion* function() c_gtk_entry_completion_new; 6037 GtkEntryCompletion* function(GtkCellArea* area) c_gtk_entry_completion_new_with_area; 6038 GtkWidget* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_entry; 6039 void function(GtkEntryCompletion* completion, GtkTreeModel* model) c_gtk_entry_completion_set_model; 6040 GtkTreeModel* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_model; 6041 void function(GtkEntryCompletion* completion, GtkEntryCompletionMatchFunc func, void* funcData, GDestroyNotify funcNotify) c_gtk_entry_completion_set_match_func; 6042 void function(GtkEntryCompletion* completion, gint length) c_gtk_entry_completion_set_minimum_key_length; 6043 gint function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_minimum_key_length; 6044 gchar* function(GtkEntryCompletion* completion, char* key) c_gtk_entry_completion_compute_prefix; 6045 void function(GtkEntryCompletion* completion) c_gtk_entry_completion_complete; 6046 gchar* function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_completion_prefix; 6047 void function(GtkEntryCompletion* completion) c_gtk_entry_completion_insert_prefix; 6048 void function(GtkEntryCompletion* completion, gint index, gchar* text) c_gtk_entry_completion_insert_action_text; 6049 void function(GtkEntryCompletion* completion, gint index, gchar* markup) c_gtk_entry_completion_insert_action_markup; 6050 void function(GtkEntryCompletion* completion, gint index) c_gtk_entry_completion_delete_action; 6051 void function(GtkEntryCompletion* completion, gint column) c_gtk_entry_completion_set_text_column; 6052 gint function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_text_column; 6053 void function(GtkEntryCompletion* completion, gboolean inlineCompletion) c_gtk_entry_completion_set_inline_completion; 6054 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_completion; 6055 void function(GtkEntryCompletion* completion, gboolean inlineSelection) c_gtk_entry_completion_set_inline_selection; 6056 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_inline_selection; 6057 void function(GtkEntryCompletion* completion, gboolean popupCompletion) c_gtk_entry_completion_set_popup_completion; 6058 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_completion; 6059 void function(GtkEntryCompletion* completion, gboolean popupSetWidth) c_gtk_entry_completion_set_popup_set_width; 6060 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_set_width; 6061 void function(GtkEntryCompletion* completion, gboolean popupSingleMatch) c_gtk_entry_completion_set_popup_single_match; 6062 gboolean function(GtkEntryCompletion* completion) c_gtk_entry_completion_get_popup_single_match; 6063 6064 // gtk.Scale 6065 6066 GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scale_new; 6067 GtkWidget* function(GtkOrientation orientation, gdouble min, gdouble max, gdouble step) c_gtk_scale_new_with_range; 6068 void function(GtkScale* scale, gint digits) c_gtk_scale_set_digits; 6069 void function(GtkScale* scale, gboolean drawValue) c_gtk_scale_set_draw_value; 6070 void function(GtkScale* scale, gboolean hasOrigin) c_gtk_scale_set_has_origin; 6071 void function(GtkScale* scale, GtkPositionType pos) c_gtk_scale_set_value_pos; 6072 gint function(GtkScale* scale) c_gtk_scale_get_digits; 6073 gboolean function(GtkScale* scale) c_gtk_scale_get_draw_value; 6074 gboolean function(GtkScale* scale) c_gtk_scale_get_has_origin; 6075 GtkPositionType function(GtkScale* scale) c_gtk_scale_get_value_pos; 6076 PangoLayout* function(GtkScale* scale) c_gtk_scale_get_layout; 6077 void function(GtkScale* scale, gint* x, gint* y) c_gtk_scale_get_layout_offsets; 6078 void function(GtkScale* scale, gdouble value, GtkPositionType position, gchar* markup) c_gtk_scale_add_mark; 6079 void function(GtkScale* scale) c_gtk_scale_clear_marks; 6080 6081 // gtk.SpinButton 6082 6083 void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment, gdouble climbRate, guint digits) c_gtk_spin_button_configure; 6084 GtkWidget* function(GtkAdjustment* adjustment, gdouble climbRate, guint digits) c_gtk_spin_button_new; 6085 GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_spin_button_new_with_range; 6086 void function(GtkSpinButton* spinButton, GtkAdjustment* adjustment) c_gtk_spin_button_set_adjustment; 6087 GtkAdjustment* function(GtkSpinButton* spinButton) c_gtk_spin_button_get_adjustment; 6088 void function(GtkSpinButton* spinButton, guint digits) c_gtk_spin_button_set_digits; 6089 void function(GtkSpinButton* spinButton, gdouble step, gdouble page) c_gtk_spin_button_set_increments; 6090 void function(GtkSpinButton* spinButton, gdouble min, gdouble max) c_gtk_spin_button_set_range; 6091 gint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value_as_int; 6092 void function(GtkSpinButton* spinButton, gdouble value) c_gtk_spin_button_set_value; 6093 void function(GtkSpinButton* spinButton, GtkSpinButtonUpdatePolicy policy) c_gtk_spin_button_set_update_policy; 6094 void function(GtkSpinButton* spinButton, gboolean numeric) c_gtk_spin_button_set_numeric; 6095 void function(GtkSpinButton* spinButton, GtkSpinType direction, gdouble increment) c_gtk_spin_button_spin; 6096 void function(GtkSpinButton* spinButton, gboolean wrap) c_gtk_spin_button_set_wrap; 6097 void function(GtkSpinButton* spinButton, gboolean snapToTicks) c_gtk_spin_button_set_snap_to_ticks; 6098 void function(GtkSpinButton* spinButton) c_gtk_spin_button_update; 6099 guint function(GtkSpinButton* spinButton) c_gtk_spin_button_get_digits; 6100 void function(GtkSpinButton* spinButton, gdouble* step, gdouble* page) c_gtk_spin_button_get_increments; 6101 gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_numeric; 6102 void function(GtkSpinButton* spinButton, gdouble* min, gdouble* max) c_gtk_spin_button_get_range; 6103 gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_snap_to_ticks; 6104 GtkSpinButtonUpdatePolicy function(GtkSpinButton* spinButton) c_gtk_spin_button_get_update_policy; 6105 gdouble function(GtkSpinButton* spinButton) c_gtk_spin_button_get_value; 6106 gboolean function(GtkSpinButton* spinButton) c_gtk_spin_button_get_wrap; 6107 6108 // gtk.SearchEntry 6109 6110 GtkWidget* function() c_gtk_search_entry_new; 6111 6112 // gtk.SearchBar 6113 6114 GtkWidget* function() c_gtk_search_bar_new; 6115 void function(GtkSearchBar* bar, GtkEntry* entry) c_gtk_search_bar_connect_entry; 6116 gboolean function(GtkSearchBar* bar) c_gtk_search_bar_get_search_mode; 6117 void function(GtkSearchBar* bar, gboolean searchMode) c_gtk_search_bar_set_search_mode; 6118 gboolean function(GtkSearchBar* bar) c_gtk_search_bar_get_show_close_button; 6119 void function(GtkSearchBar* bar, gboolean visible) c_gtk_search_bar_set_show_close_button; 6120 gboolean function(GtkSearchBar* bar, GdkEvent* event) c_gtk_search_bar_handle_event; 6121 6122 // gtk.EditableT 6123 6124 6125 // gtk.EditableT 6126 6127 void function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_select_region; 6128 gboolean function(GtkEditable* editable, gint* startPos, gint* endPos) c_gtk_editable_get_selection_bounds; 6129 void function(GtkEditable* editable, gchar* newText, gint newTextLength, gint* position) c_gtk_editable_insert_text; 6130 void function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_delete_text; 6131 gchar* function(GtkEditable* editable, gint startPos, gint endPos) c_gtk_editable_get_chars; 6132 void function(GtkEditable* editable) c_gtk_editable_cut_clipboard; 6133 void function(GtkEditable* editable) c_gtk_editable_copy_clipboard; 6134 void function(GtkEditable* editable) c_gtk_editable_paste_clipboard; 6135 void function(GtkEditable* editable) c_gtk_editable_delete_selection; 6136 void function(GtkEditable* editable, gint position) c_gtk_editable_set_position; 6137 gint function(GtkEditable* editable) c_gtk_editable_get_position; 6138 void function(GtkEditable* editable, gboolean isEditable) c_gtk_editable_set_editable; 6139 gboolean function(GtkEditable* editable) c_gtk_editable_get_editable; 6140 6141 // gtk.TextIter 6142 6143 GtkTextBuffer* function(GtkTextIter* iter) c_gtk_text_iter_get_buffer; 6144 GtkTextIter* function(GtkTextIter* iter) c_gtk_text_iter_copy; 6145 void function(GtkTextIter* iter, GtkTextIter* other) c_gtk_text_iter_assign; 6146 void function(GtkTextIter* iter) c_gtk_text_iter_free; 6147 gint function(GtkTextIter* iter) c_gtk_text_iter_get_offset; 6148 gint function(GtkTextIter* iter) c_gtk_text_iter_get_line; 6149 gint function(GtkTextIter* iter) c_gtk_text_iter_get_line_offset; 6150 gint function(GtkTextIter* iter) c_gtk_text_iter_get_line_index; 6151 gint function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_index; 6152 gint function(GtkTextIter* iter) c_gtk_text_iter_get_visible_line_offset; 6153 gunichar function(GtkTextIter* iter) c_gtk_text_iter_get_char; 6154 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_slice; 6155 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_text; 6156 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_slice; 6157 gchar* function(GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_get_visible_text; 6158 GdkPixbuf* function(GtkTextIter* iter) c_gtk_text_iter_get_pixbuf; 6159 GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_marks; 6160 GSList* function(GtkTextIter* iter, gboolean toggledOn) c_gtk_text_iter_get_toggled_tags; 6161 GtkTextChildAnchor* function(GtkTextIter* iter) c_gtk_text_iter_get_child_anchor; 6162 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_begins_tag; 6163 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_ends_tag; 6164 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_toggles_tag; 6165 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_has_tag; 6166 GSList* function(GtkTextIter* iter) c_gtk_text_iter_get_tags; 6167 gboolean function(GtkTextIter* iter, gboolean defaultSetting) c_gtk_text_iter_editable; 6168 gboolean function(GtkTextIter* iter, gboolean defaultEditability) c_gtk_text_iter_can_insert; 6169 gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_word; 6170 gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_word; 6171 gboolean function(GtkTextIter* iter) c_gtk_text_iter_inside_word; 6172 gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_line; 6173 gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_line; 6174 gboolean function(GtkTextIter* iter) c_gtk_text_iter_starts_sentence; 6175 gboolean function(GtkTextIter* iter) c_gtk_text_iter_ends_sentence; 6176 gboolean function(GtkTextIter* iter) c_gtk_text_iter_inside_sentence; 6177 gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_cursor_position; 6178 gint function(GtkTextIter* iter) c_gtk_text_iter_get_chars_in_line; 6179 gint function(GtkTextIter* iter) c_gtk_text_iter_get_bytes_in_line; 6180 gboolean function(GtkTextIter* iter, GtkTextAttributes* values) c_gtk_text_iter_get_attributes; 6181 PangoLanguage* function(GtkTextIter* iter) c_gtk_text_iter_get_language; 6182 gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_end; 6183 gboolean function(GtkTextIter* iter) c_gtk_text_iter_is_start; 6184 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_char; 6185 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_char; 6186 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_chars; 6187 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_chars; 6188 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_line; 6189 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_line; 6190 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_lines; 6191 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_lines; 6192 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_word_ends; 6193 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_word_starts; 6194 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_word_end; 6195 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_word_start; 6196 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_cursor_position; 6197 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_cursor_position; 6198 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_cursor_positions; 6199 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_cursor_positions; 6200 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_sentence_start; 6201 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_sentence_starts; 6202 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_sentence_end; 6203 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_sentence_ends; 6204 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_word_ends; 6205 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_word_starts; 6206 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_word_end; 6207 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_word_start; 6208 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_cursor_position; 6209 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_cursor_position; 6210 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_cursor_positions; 6211 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_cursor_positions; 6212 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_visible_line; 6213 gboolean function(GtkTextIter* iter) c_gtk_text_iter_backward_visible_line; 6214 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_forward_visible_lines; 6215 gboolean function(GtkTextIter* iter, gint count) c_gtk_text_iter_backward_visible_lines; 6216 void function(GtkTextIter* iter, gint charOffset) c_gtk_text_iter_set_offset; 6217 void function(GtkTextIter* iter, gint lineNumber) c_gtk_text_iter_set_line; 6218 void function(GtkTextIter* iter, gint charOnLine) c_gtk_text_iter_set_line_offset; 6219 void function(GtkTextIter* iter, gint byteOnLine) c_gtk_text_iter_set_line_index; 6220 void function(GtkTextIter* iter, gint byteOnLine) c_gtk_text_iter_set_visible_line_index; 6221 void function(GtkTextIter* iter, gint charOnLine) c_gtk_text_iter_set_visible_line_offset; 6222 void function(GtkTextIter* iter) c_gtk_text_iter_forward_to_end; 6223 gboolean function(GtkTextIter* iter) c_gtk_text_iter_forward_to_line_end; 6224 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_forward_to_tag_toggle; 6225 gboolean function(GtkTextIter* iter, GtkTextTag* tag) c_gtk_text_iter_backward_to_tag_toggle; 6226 gboolean function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_forward_find_char; 6227 gboolean function(GtkTextIter* iter, GtkTextCharPredicate pred, void* userData, GtkTextIter* limit) c_gtk_text_iter_backward_find_char; 6228 gboolean function(GtkTextIter* iter, gchar* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_forward_search; 6229 gboolean function(GtkTextIter* iter, gchar* str, GtkTextSearchFlags flags, GtkTextIter* matchStart, GtkTextIter* matchEnd, GtkTextIter* limit) c_gtk_text_iter_backward_search; 6230 gboolean function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_equal; 6231 gint function(GtkTextIter* lhs, GtkTextIter* rhs) c_gtk_text_iter_compare; 6232 gboolean function(GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_iter_in_range; 6233 void function(GtkTextIter* first, GtkTextIter* second) c_gtk_text_iter_order; 6234 6235 // gtk.TextMark 6236 6237 GtkTextMark* function(gchar* name, gboolean leftGravity) c_gtk_text_mark_new; 6238 void function(GtkTextMark* mark, gboolean setting) c_gtk_text_mark_set_visible; 6239 gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_visible; 6240 gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_deleted; 6241 gchar* function(GtkTextMark* mark) c_gtk_text_mark_get_name; 6242 GtkTextBuffer* function(GtkTextMark* mark) c_gtk_text_mark_get_buffer; 6243 gboolean function(GtkTextMark* mark) c_gtk_text_mark_get_left_gravity; 6244 6245 // gtk.TextBuffer 6246 6247 GtkTextBuffer* function(GtkTextTagTable* table) c_gtk_text_buffer_new; 6248 gint function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_line_count; 6249 gint function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_char_count; 6250 GtkTextTagTable* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_tag_table; 6251 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len) c_gtk_text_buffer_insert; 6252 void function(GtkTextBuffer* buffer, gchar* text, gint len) c_gtk_text_buffer_insert_at_cursor; 6253 gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, gboolean defaultEditable) c_gtk_text_buffer_insert_interactive; 6254 gboolean function(GtkTextBuffer* buffer, gchar* text, gint len, gboolean defaultEditable) c_gtk_text_buffer_insert_interactive_at_cursor; 6255 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_insert_range; 6256 gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextIter* start, GtkTextIter* end, gboolean defaultEditable) c_gtk_text_buffer_insert_range_interactive; 6257 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, GtkTextTag* firstTag, ... ) c_gtk_text_buffer_insert_with_tags; 6258 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gchar* text, gint len, gchar* firstTagName, ... ) c_gtk_text_buffer_insert_with_tags_by_name; 6259 void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_delete; 6260 gboolean function(GtkTextBuffer* buffer, GtkTextIter* startIter, GtkTextIter* endIter, gboolean defaultEditable) c_gtk_text_buffer_delete_interactive; 6261 gboolean function(GtkTextBuffer* buffer, GtkTextIter* iter, gboolean interactive, gboolean defaultEditable) c_gtk_text_buffer_backspace; 6262 void function(GtkTextBuffer* buffer, gchar* text, gint len) c_gtk_text_buffer_set_text; 6263 gchar* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, gboolean includeHiddenChars) c_gtk_text_buffer_get_text; 6264 gchar* function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end, gboolean includeHiddenChars) c_gtk_text_buffer_get_slice; 6265 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GdkPixbuf* pixbuf) c_gtk_text_buffer_insert_pixbuf; 6266 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_insert_child_anchor; 6267 GtkTextChildAnchor* function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_create_child_anchor; 6268 GtkTextMark* function(GtkTextBuffer* buffer, gchar* markName, GtkTextIter* where, gboolean leftGravity) c_gtk_text_buffer_create_mark; 6269 void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_move_mark; 6270 void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* where) c_gtk_text_buffer_move_mark_by_name; 6271 void function(GtkTextBuffer* buffer, GtkTextMark* mark, GtkTextIter* where) c_gtk_text_buffer_add_mark; 6272 void function(GtkTextBuffer* buffer, GtkTextMark* mark) c_gtk_text_buffer_delete_mark; 6273 void function(GtkTextBuffer* buffer, gchar* name) c_gtk_text_buffer_delete_mark_by_name; 6274 GtkTextMark* function(GtkTextBuffer* buffer, gchar* name) c_gtk_text_buffer_get_mark; 6275 GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_insert; 6276 GtkTextMark* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_selection_bound; 6277 gboolean function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_has_selection; 6278 void function(GtkTextBuffer* buffer, GtkTextIter* where) c_gtk_text_buffer_place_cursor; 6279 void function(GtkTextBuffer* buffer, GtkTextIter* ins, GtkTextIter* bound) c_gtk_text_buffer_select_range; 6280 void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag; 6281 void function(GtkTextBuffer* buffer, GtkTextTag* tag, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag; 6282 void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_apply_tag_by_name; 6283 void function(GtkTextBuffer* buffer, gchar* name, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_tag_by_name; 6284 void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_remove_all_tags; 6285 GtkTextTag* function(GtkTextBuffer* buffer, gchar* tagName, gchar* firstPropertyName, ... ) c_gtk_text_buffer_create_tag; 6286 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber, gint charOffset) c_gtk_text_buffer_get_iter_at_line_offset; 6287 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint charOffset) c_gtk_text_buffer_get_iter_at_offset; 6288 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber) c_gtk_text_buffer_get_iter_at_line; 6289 void function(GtkTextBuffer* buffer, GtkTextIter* iter, gint lineNumber, gint byteIndex) c_gtk_text_buffer_get_iter_at_line_index; 6290 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextMark* mark) c_gtk_text_buffer_get_iter_at_mark; 6291 void function(GtkTextBuffer* buffer, GtkTextIter* iter, GtkTextChildAnchor* anchor) c_gtk_text_buffer_get_iter_at_child_anchor; 6292 void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_start_iter; 6293 void function(GtkTextBuffer* buffer, GtkTextIter* iter) c_gtk_text_buffer_get_end_iter; 6294 void function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_bounds; 6295 gboolean function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_modified; 6296 void function(GtkTextBuffer* buffer, gboolean setting) c_gtk_text_buffer_set_modified; 6297 gboolean function(GtkTextBuffer* buffer, gboolean interactive, gboolean defaultEditable) c_gtk_text_buffer_delete_selection; 6298 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, GtkTextIter* overrideLocation, gboolean defaultEditable) c_gtk_text_buffer_paste_clipboard; 6299 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_copy_clipboard; 6300 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard, gboolean defaultEditable) c_gtk_text_buffer_cut_clipboard; 6301 gboolean function(GtkTextBuffer* buffer, GtkTextIter* start, GtkTextIter* end) c_gtk_text_buffer_get_selection_bounds; 6302 void function(GtkTextBuffer* buffer) c_gtk_text_buffer_begin_user_action; 6303 void function(GtkTextBuffer* buffer) c_gtk_text_buffer_end_user_action; 6304 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_add_selection_clipboard; 6305 void function(GtkTextBuffer* buffer, GtkClipboard* clipboard) c_gtk_text_buffer_remove_selection_clipboard; 6306 gboolean function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* iter, guint8* data, gsize length, GError** error) c_gtk_text_buffer_deserialize; 6307 gboolean function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_deserialize_get_can_create_tags; 6308 void function(GtkTextBuffer* buffer, GdkAtom format, gboolean canCreateTags) c_gtk_text_buffer_deserialize_set_can_create_tags; 6309 GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_copy_target_list; 6310 GdkAtom* function(GtkTextBuffer* buffer, gint* nFormats) c_gtk_text_buffer_get_deserialize_formats; 6311 GtkTargetList* function(GtkTextBuffer* buffer) c_gtk_text_buffer_get_paste_target_list; 6312 GdkAtom* function(GtkTextBuffer* buffer, gint* nFormats) c_gtk_text_buffer_get_serialize_formats; 6313 GdkAtom function(GtkTextBuffer* buffer, gchar* mimeType, GtkTextBufferDeserializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_deserialize_format; 6314 GdkAtom function(GtkTextBuffer* buffer, gchar* tagsetName) c_gtk_text_buffer_register_deserialize_tagset; 6315 GdkAtom function(GtkTextBuffer* buffer, gchar* mimeType, GtkTextBufferSerializeFunc funct, void* userData, GDestroyNotify userDataDestroy) c_gtk_text_buffer_register_serialize_format; 6316 GdkAtom function(GtkTextBuffer* buffer, gchar* tagsetName) c_gtk_text_buffer_register_serialize_tagset; 6317 guint8* function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GdkAtom format, GtkTextIter* start, GtkTextIter* end, gsize* length) c_gtk_text_buffer_serialize; 6318 void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_deserialize_format; 6319 void function(GtkTextBuffer* buffer, GdkAtom format) c_gtk_text_buffer_unregister_serialize_format; 6320 6321 // gtk.TextTag 6322 6323 GtkTextTag* function(gchar* name) c_gtk_text_tag_new; 6324 gint function(GtkTextTag* tag) c_gtk_text_tag_get_priority; 6325 void function(GtkTextTag* tag, gint priority) c_gtk_text_tag_set_priority; 6326 gboolean function(GtkTextTag* tag, GObject* eventObject, GdkEvent* event, GtkTextIter* iter) c_gtk_text_tag_event; 6327 6328 // gtk.TextAttributes 6329 6330 GtkTextAttributes* function() c_gtk_text_attributes_new; 6331 GtkTextAttributes* function(GtkTextAttributes* src) c_gtk_text_attributes_copy; 6332 void function(GtkTextAttributes* src, GtkTextAttributes* dest) c_gtk_text_attributes_copy_values; 6333 void function(GtkTextAttributes* values) c_gtk_text_attributes_unref; 6334 GtkTextAttributes* function(GtkTextAttributes* values) c_gtk_text_attributes_ref; 6335 6336 // gtk.TextTagTable 6337 6338 GtkTextTagTable* function() c_gtk_text_tag_table_new; 6339 void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_add; 6340 void function(GtkTextTagTable* table, GtkTextTag* tag) c_gtk_text_tag_table_remove; 6341 GtkTextTag* function(GtkTextTagTable* table, gchar* name) c_gtk_text_tag_table_lookup; 6342 void function(GtkTextTagTable* table, GtkTextTagTableForeach func, void* data) c_gtk_text_tag_table_foreach; 6343 gint function(GtkTextTagTable* table) c_gtk_text_tag_table_get_size; 6344 6345 // gtk.TextView 6346 6347 GtkWidget* function() c_gtk_text_view_new; 6348 GtkWidget* function(GtkTextBuffer* buffer) c_gtk_text_view_new_with_buffer; 6349 void function(GtkTextView* textView, GtkTextBuffer* buffer) c_gtk_text_view_set_buffer; 6350 GtkTextBuffer* function(GtkTextView* textView) c_gtk_text_view_get_buffer; 6351 GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_hadjustment; 6352 GtkAdjustment* function(GtkTextView* textView) c_gtk_text_view_get_vadjustment; 6353 void function(GtkTextView* textView, GtkTextMark* mark, gdouble withinMargin, gboolean useAlign, gdouble xalign, gdouble yalign) c_gtk_text_view_scroll_to_mark; 6354 gboolean function(GtkTextView* textView, GtkTextIter* iter, gdouble withinMargin, gboolean useAlign, gdouble xalign, gdouble yalign) c_gtk_text_view_scroll_to_iter; 6355 void function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_scroll_mark_onscreen; 6356 gboolean function(GtkTextView* textView, GtkTextMark* mark) c_gtk_text_view_move_mark_onscreen; 6357 gboolean function(GtkTextView* textView) c_gtk_text_view_place_cursor_onscreen; 6358 void function(GtkTextView* textView, GdkRectangle* visibleRect) c_gtk_text_view_get_visible_rect; 6359 void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* location) c_gtk_text_view_get_iter_location; 6360 void function(GtkTextView* textView, GtkTextIter* iter, GdkRectangle* strong, GdkRectangle* weak) c_gtk_text_view_get_cursor_locations; 6361 void function(GtkTextView* textView, GtkTextIter* targetIter, gint y, gint* lineTop) c_gtk_text_view_get_line_at_y; 6362 void function(GtkTextView* textView, GtkTextIter* iter, gint* y, gint* height) c_gtk_text_view_get_line_yrange; 6363 void function(GtkTextView* textView, GtkTextIter* iter, gint x, gint y) c_gtk_text_view_get_iter_at_location; 6364 void function(GtkTextView* textView, GtkTextIter* iter, gint* trailing, gint x, gint y) c_gtk_text_view_get_iter_at_position; 6365 void function(GtkTextView* textView, GtkTextWindowType win, gint bufferX, gint bufferY, gint* windowX, gint* windowY) c_gtk_text_view_buffer_to_window_coords; 6366 void function(GtkTextView* textView, GtkTextWindowType win, gint windowX, gint windowY, gint* bufferX, gint* bufferY) c_gtk_text_view_window_to_buffer_coords; 6367 GdkWindow* function(GtkTextView* textView, GtkTextWindowType win) c_gtk_text_view_get_window; 6368 GtkTextWindowType function(GtkTextView* textView, GdkWindow* window) c_gtk_text_view_get_window_type; 6369 void function(GtkTextView* textView, GtkTextWindowType type, gint size) c_gtk_text_view_set_border_window_size; 6370 gint function(GtkTextView* textView, GtkTextWindowType type) c_gtk_text_view_get_border_window_size; 6371 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line; 6372 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line; 6373 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_forward_display_line_end; 6374 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_backward_display_line_start; 6375 gboolean function(GtkTextView* textView, GtkTextIter* iter) c_gtk_text_view_starts_display_line; 6376 gboolean function(GtkTextView* textView, GtkTextIter* iter, gint count) c_gtk_text_view_move_visually; 6377 void function(GtkTextView* textView, GtkWidget* child, GtkTextChildAnchor* anchor) c_gtk_text_view_add_child_at_anchor; 6378 void function(GtkTextView* textView, GtkWidget* child, GtkTextWindowType whichWindow, gint xpos, gint ypos) c_gtk_text_view_add_child_in_window; 6379 void function(GtkTextView* textView, GtkWidget* child, gint xpos, gint ypos) c_gtk_text_view_move_child; 6380 void function(GtkTextView* textView, GtkWrapMode wrapMode) c_gtk_text_view_set_wrap_mode; 6381 GtkWrapMode function(GtkTextView* textView) c_gtk_text_view_get_wrap_mode; 6382 void function(GtkTextView* textView, gboolean setting) c_gtk_text_view_set_editable; 6383 gboolean function(GtkTextView* textView) c_gtk_text_view_get_editable; 6384 void function(GtkTextView* textView, gboolean setting) c_gtk_text_view_set_cursor_visible; 6385 gboolean function(GtkTextView* textView) c_gtk_text_view_get_cursor_visible; 6386 void function(GtkTextView* textView, gboolean overwrite) c_gtk_text_view_set_overwrite; 6387 gboolean function(GtkTextView* textView) c_gtk_text_view_get_overwrite; 6388 void function(GtkTextView* textView, gint pixelsAboveLines) c_gtk_text_view_set_pixels_above_lines; 6389 gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_above_lines; 6390 void function(GtkTextView* textView, gint pixelsBelowLines) c_gtk_text_view_set_pixels_below_lines; 6391 gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_below_lines; 6392 void function(GtkTextView* textView, gint pixelsInsideWrap) c_gtk_text_view_set_pixels_inside_wrap; 6393 gint function(GtkTextView* textView) c_gtk_text_view_get_pixels_inside_wrap; 6394 void function(GtkTextView* textView, GtkJustification justification) c_gtk_text_view_set_justification; 6395 GtkJustification function(GtkTextView* textView) c_gtk_text_view_get_justification; 6396 void function(GtkTextView* textView, gint leftMargin) c_gtk_text_view_set_left_margin; 6397 gint function(GtkTextView* textView) c_gtk_text_view_get_left_margin; 6398 void function(GtkTextView* textView, gint rightMargin) c_gtk_text_view_set_right_margin; 6399 gint function(GtkTextView* textView) c_gtk_text_view_get_right_margin; 6400 void function(GtkTextView* textView, gint indent) c_gtk_text_view_set_indent; 6401 gint function(GtkTextView* textView) c_gtk_text_view_get_indent; 6402 void function(GtkTextView* textView, PangoTabArray* tabs) c_gtk_text_view_set_tabs; 6403 PangoTabArray* function(GtkTextView* textView) c_gtk_text_view_get_tabs; 6404 void function(GtkTextView* textView, gboolean acceptsTab) c_gtk_text_view_set_accepts_tab; 6405 gboolean function(GtkTextView* textView) c_gtk_text_view_get_accepts_tab; 6406 GtkTextAttributes* function(GtkTextView* textView) c_gtk_text_view_get_default_attributes; 6407 gboolean function(GtkTextView* textView, GdkEventKey* event) c_gtk_text_view_im_context_filter_keypress; 6408 void function(GtkTextView* textView) c_gtk_text_view_reset_im_context; 6409 void function(GtkTextView* textView, GtkInputPurpose purpose) c_gtk_text_view_set_input_purpose; 6410 GtkInputPurpose function(GtkTextView* textView) c_gtk_text_view_get_input_purpose; 6411 void function(GtkTextView* textView, GtkInputHints hints) c_gtk_text_view_set_input_hints; 6412 GtkInputHints function(GtkTextView* textView) c_gtk_text_view_get_input_hints; 6413 6414 // gtk.TextChildAnchor 6415 6416 GtkTextChildAnchor* function() c_gtk_text_child_anchor_new; 6417 GList* function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_widgets; 6418 gboolean function(GtkTextChildAnchor* anchor) c_gtk_text_child_anchor_get_deleted; 6419 6420 // gtk.TreePath 6421 6422 GtkTreePath* function() c_gtk_tree_path_new; 6423 GtkTreePath* function(gchar* path) c_gtk_tree_path_new_from_string; 6424 GtkTreePath* function(gint firstIndex, ... ) c_gtk_tree_path_new_from_indices; 6425 gchar* function(GtkTreePath* path) c_gtk_tree_path_to_string; 6426 GtkTreePath* function() c_gtk_tree_path_new_first; 6427 void function(GtkTreePath* path, gint index) c_gtk_tree_path_append_index; 6428 void function(GtkTreePath* path, gint index) c_gtk_tree_path_prepend_index; 6429 gint function(GtkTreePath* path) c_gtk_tree_path_get_depth; 6430 gint* function(GtkTreePath* path) c_gtk_tree_path_get_indices; 6431 gint* function(GtkTreePath* path, gint* depth) c_gtk_tree_path_get_indices_with_depth; 6432 void function(GtkTreePath* path) c_gtk_tree_path_free; 6433 GtkTreePath* function(GtkTreePath* path) c_gtk_tree_path_copy; 6434 gint function(GtkTreePath* a, GtkTreePath* b) c_gtk_tree_path_compare; 6435 void function(GtkTreePath* path) c_gtk_tree_path_next; 6436 gboolean function(GtkTreePath* path) c_gtk_tree_path_prev; 6437 gboolean function(GtkTreePath* path) c_gtk_tree_path_up; 6438 void function(GtkTreePath* path) c_gtk_tree_path_down; 6439 gboolean function(GtkTreePath* path, GtkTreePath* descendant) c_gtk_tree_path_is_ancestor; 6440 gboolean function(GtkTreePath* path, GtkTreePath* ancestor) c_gtk_tree_path_is_descendant; 6441 6442 // gtk.TreeModelT 6443 6444 6445 // gtk.TreeModelT 6446 6447 GtkTreeModelFlags function(GtkTreeModel* treeModel) c_gtk_tree_model_get_flags; 6448 gint function(GtkTreeModel* treeModel) c_gtk_tree_model_get_n_columns; 6449 GType function(GtkTreeModel* treeModel, gint index) c_gtk_tree_model_get_column_type; 6450 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreePath* path) c_gtk_tree_model_get_iter; 6451 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, gchar* pathString) c_gtk_tree_model_get_iter_from_string; 6452 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_iter_first; 6453 GtkTreePath* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_path; 6454 void function(GtkTreeModel* treeModel, GtkTreeIter* iter, gint column, GValue* value) c_gtk_tree_model_get_value; 6455 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_next; 6456 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_previous; 6457 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_model_iter_children; 6458 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_has_child; 6459 gint function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_iter_n_children; 6460 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* parent, gint n) c_gtk_tree_model_iter_nth_child; 6461 gboolean function(GtkTreeModel* treeModel, GtkTreeIter* iter, GtkTreeIter* child) c_gtk_tree_model_iter_parent; 6462 gchar* function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_get_string_from_iter; 6463 void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_ref_node; 6464 void function(GtkTreeModel* treeModel, GtkTreeIter* iter) c_gtk_tree_model_unref_node; 6465 void function(GtkTreeModel* treeModel, GtkTreeIter* iter, ... ) c_gtk_tree_model_get; 6466 void function(GtkTreeModel* treeModel, GtkTreeIter* iter, va_list varArgs) c_gtk_tree_model_get_valist; 6467 void function(GtkTreeModel* model, GtkTreeModelForeachFunc func, void* userData) c_gtk_tree_model_foreach; 6468 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_changed; 6469 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_inserted; 6470 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter) c_gtk_tree_model_row_has_child_toggled; 6471 void function(GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_model_row_deleted; 6472 void function(GtkTreeModel* treeModel, GtkTreePath* path, GtkTreeIter* iter, gint* newOrder) c_gtk_tree_model_rows_reordered; 6473 6474 // gtk.TreeIter 6475 6476 GtkTreeIter* function(GtkTreeIter* iter) c_gtk_tree_iter_copy; 6477 void function(GtkTreeIter* iter) c_gtk_tree_iter_free; 6478 6479 // gtk.TreeRowReference 6480 6481 GtkTreeRowReference* function(GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new; 6482 GtkTreeRowReference* function(GObject* proxy, GtkTreeModel* model, GtkTreePath* path) c_gtk_tree_row_reference_new_proxy; 6483 GtkTreeModel* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_model; 6484 GtkTreePath* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_get_path; 6485 gboolean function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_valid; 6486 void function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_free; 6487 GtkTreeRowReference* function(GtkTreeRowReference* reference) c_gtk_tree_row_reference_copy; 6488 void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_inserted; 6489 void function(GObject* proxy, GtkTreePath* path) c_gtk_tree_row_reference_deleted; 6490 void function(GObject* proxy, GtkTreePath* path, GtkTreeIter* iter, gint* newOrder) c_gtk_tree_row_reference_reordered; 6491 6492 // gtk.TreeIterError 6493 6494 6495 // gtk. 6496 6497 6498 // gtk.TreeSelection 6499 6500 void function(GtkTreeSelection* selection, GtkSelectionMode type) c_gtk_tree_selection_set_mode; 6501 GtkSelectionMode function(GtkTreeSelection* selection) c_gtk_tree_selection_get_mode; 6502 void function(GtkTreeSelection* selection, GtkTreeSelectionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_selection_set_select_function; 6503 GtkTreeSelectionFunc function(GtkTreeSelection* selection) c_gtk_tree_selection_get_select_function; 6504 gpointer function(GtkTreeSelection* selection) c_gtk_tree_selection_get_user_data; 6505 GtkTreeView* function(GtkTreeSelection* selection) c_gtk_tree_selection_get_tree_view; 6506 gboolean function(GtkTreeSelection* selection, GtkTreeModel** model, GtkTreeIter* iter) c_gtk_tree_selection_get_selected; 6507 void function(GtkTreeSelection* selection, GtkTreeSelectionForeachFunc func, void* data) c_gtk_tree_selection_selected_foreach; 6508 GList* function(GtkTreeSelection* selection, GtkTreeModel** model) c_gtk_tree_selection_get_selected_rows; 6509 gint function(GtkTreeSelection* selection) c_gtk_tree_selection_count_selected_rows; 6510 void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_select_path; 6511 void function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_unselect_path; 6512 gboolean function(GtkTreeSelection* selection, GtkTreePath* path) c_gtk_tree_selection_path_is_selected; 6513 void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_select_iter; 6514 void function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_unselect_iter; 6515 gboolean function(GtkTreeSelection* selection, GtkTreeIter* iter) c_gtk_tree_selection_iter_is_selected; 6516 void function(GtkTreeSelection* selection) c_gtk_tree_selection_select_all; 6517 void function(GtkTreeSelection* selection) c_gtk_tree_selection_unselect_all; 6518 void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_select_range; 6519 void function(GtkTreeSelection* selection, GtkTreePath* startPath, GtkTreePath* endPath) c_gtk_tree_selection_unselect_range; 6520 6521 // gtk.TreeViewColumn 6522 6523 GtkTreeViewColumn* function() c_gtk_tree_view_column_new; 6524 GtkTreeViewColumn* function(GtkCellArea* area) c_gtk_tree_view_column_new_with_area; 6525 GtkTreeViewColumn* function(gchar* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_column_new_with_attributes; 6526 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, gboolean expand) c_gtk_tree_view_column_pack_start; 6527 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell, gboolean expand) c_gtk_tree_view_column_pack_end; 6528 void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clear; 6529 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, gchar* attribute, gint column) c_gtk_tree_view_column_add_attribute; 6530 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, ... ) c_gtk_tree_view_column_set_attributes; 6531 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, GtkTreeCellDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_tree_view_column_set_cell_data_func; 6532 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer) c_gtk_tree_view_column_clear_attributes; 6533 void function(GtkTreeViewColumn* treeColumn, gint spacing) c_gtk_tree_view_column_set_spacing; 6534 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_spacing; 6535 void function(GtkTreeViewColumn* treeColumn, gboolean visible) c_gtk_tree_view_column_set_visible; 6536 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_visible; 6537 void function(GtkTreeViewColumn* treeColumn, gboolean resizable) c_gtk_tree_view_column_set_resizable; 6538 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_resizable; 6539 void function(GtkTreeViewColumn* treeColumn, GtkTreeViewColumnSizing type) c_gtk_tree_view_column_set_sizing; 6540 GtkTreeViewColumnSizing function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sizing; 6541 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_width; 6542 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_fixed_width; 6543 void function(GtkTreeViewColumn* treeColumn, gint fixedWidth) c_gtk_tree_view_column_set_fixed_width; 6544 void function(GtkTreeViewColumn* treeColumn, gint minWidth) c_gtk_tree_view_column_set_min_width; 6545 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_min_width; 6546 void function(GtkTreeViewColumn* treeColumn, gint maxWidth) c_gtk_tree_view_column_set_max_width; 6547 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_max_width; 6548 void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_clicked; 6549 void function(GtkTreeViewColumn* treeColumn, gchar* title) c_gtk_tree_view_column_set_title; 6550 gchar* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_title; 6551 void function(GtkTreeViewColumn* treeColumn, gboolean expand) c_gtk_tree_view_column_set_expand; 6552 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_expand; 6553 void function(GtkTreeViewColumn* treeColumn, gboolean clickable) c_gtk_tree_view_column_set_clickable; 6554 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_clickable; 6555 void function(GtkTreeViewColumn* treeColumn, GtkWidget* widget) c_gtk_tree_view_column_set_widget; 6556 GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_widget; 6557 GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_button; 6558 void function(GtkTreeViewColumn* treeColumn, gfloat xalign) c_gtk_tree_view_column_set_alignment; 6559 gfloat function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_alignment; 6560 void function(GtkTreeViewColumn* treeColumn, gboolean reorderable) c_gtk_tree_view_column_set_reorderable; 6561 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_reorderable; 6562 void function(GtkTreeViewColumn* treeColumn, gint sortColumnId) c_gtk_tree_view_column_set_sort_column_id; 6563 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_column_id; 6564 void function(GtkTreeViewColumn* treeColumn, gboolean setting) c_gtk_tree_view_column_set_sort_indicator; 6565 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_indicator; 6566 void function(GtkTreeViewColumn* treeColumn, GtkSortType order) c_gtk_tree_view_column_set_sort_order; 6567 GtkSortType function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_sort_order; 6568 void function(GtkTreeViewColumn* treeColumn, GtkTreeModel* treeModel, GtkTreeIter* iter, gboolean isExpander, gboolean isExpanded) c_gtk_tree_view_column_cell_set_cell_data; 6569 void function(GtkTreeViewColumn* treeColumn, GdkRectangle* cellArea, gint* xOffset, gint* yOffset, gint* width, gint* height) c_gtk_tree_view_column_cell_get_size; 6570 gboolean function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cellRenderer, gint* xOffset, gint* width) c_gtk_tree_view_column_cell_get_position; 6571 gboolean function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_cell_is_visible; 6572 void function(GtkTreeViewColumn* treeColumn, GtkCellRenderer* cell) c_gtk_tree_view_column_focus_cell; 6573 void function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_queue_resize; 6574 GtkWidget* function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_tree_view; 6575 gint function(GtkTreeViewColumn* treeColumn) c_gtk_tree_view_column_get_x_offset; 6576 6577 // gtk.TreeView 6578 6579 GtkWidget* function() c_gtk_tree_view_new; 6580 gint function(GtkTreeView* treeView) c_gtk_tree_view_get_level_indentation; 6581 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_show_expanders; 6582 void function(GtkTreeView* treeView, gint indentation) c_gtk_tree_view_set_level_indentation; 6583 void function(GtkTreeView* treeView, gboolean enabled) c_gtk_tree_view_set_show_expanders; 6584 GtkWidget* function(GtkTreeModel* model) c_gtk_tree_view_new_with_model; 6585 GtkTreeModel* function(GtkTreeView* treeView) c_gtk_tree_view_get_model; 6586 void function(GtkTreeView* treeView, GtkTreeModel* model) c_gtk_tree_view_set_model; 6587 GtkTreeSelection* function(GtkTreeView* treeView) c_gtk_tree_view_get_selection; 6588 GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_hadjustment; 6589 void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_hadjustment; 6590 GtkAdjustment* function(GtkTreeView* treeView) c_gtk_tree_view_get_vadjustment; 6591 void function(GtkTreeView* treeView, GtkAdjustment* adjustment) c_gtk_tree_view_set_vadjustment; 6592 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_visible; 6593 void function(GtkTreeView* treeView, gboolean headersVisible) c_gtk_tree_view_set_headers_visible; 6594 void function(GtkTreeView* treeView) c_gtk_tree_view_columns_autosize; 6595 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_headers_clickable; 6596 void function(GtkTreeView* treeView, gboolean setting) c_gtk_tree_view_set_headers_clickable; 6597 void function(GtkTreeView* treeView, gboolean setting) c_gtk_tree_view_set_rules_hint; 6598 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_rules_hint; 6599 void function(GtkTreeView* treeView, gboolean single) c_gtk_tree_view_set_activate_on_single_click; 6600 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_activate_on_single_click; 6601 gint function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_append_column; 6602 gint function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_remove_column; 6603 gint function(GtkTreeView* treeView, GtkTreeViewColumn* column, gint position) c_gtk_tree_view_insert_column; 6604 gint function(GtkTreeView* treeView, gint position, gchar* title, GtkCellRenderer* cell, ... ) c_gtk_tree_view_insert_column_with_attributes; 6605 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; 6606 guint function(GtkTreeView* treeView) c_gtk_tree_view_get_n_columns; 6607 GtkTreeViewColumn* function(GtkTreeView* treeView, gint n) c_gtk_tree_view_get_column; 6608 GList* function(GtkTreeView* treeView) c_gtk_tree_view_get_columns; 6609 void function(GtkTreeView* treeView, GtkTreeViewColumn* column, GtkTreeViewColumn* baseColumn) c_gtk_tree_view_move_column_after; 6610 void function(GtkTreeView* treeView, GtkTreeViewColumn* column) c_gtk_tree_view_set_expander_column; 6611 GtkTreeViewColumn* function(GtkTreeView* treeView) c_gtk_tree_view_get_expander_column; 6612 void function(GtkTreeView* treeView, GtkTreeViewColumnDropFunc func, void* userData, GDestroyNotify destroy) c_gtk_tree_view_set_column_drag_function; 6613 void function(GtkTreeView* treeView, gint treeX, gint treeY) c_gtk_tree_view_scroll_to_point; 6614 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, gboolean useAlign, gfloat rowAlign, gfloat colAlign) c_gtk_tree_view_scroll_to_cell; 6615 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, gboolean startEditing) c_gtk_tree_view_set_cursor; 6616 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* focusColumn, GtkCellRenderer* focusCell, gboolean startEditing) c_gtk_tree_view_set_cursor_on_cell; 6617 void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewColumn** focusColumn) c_gtk_tree_view_get_cursor; 6618 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column) c_gtk_tree_view_row_activated; 6619 void function(GtkTreeView* treeView) c_gtk_tree_view_expand_all; 6620 void function(GtkTreeView* treeView) c_gtk_tree_view_collapse_all; 6621 void function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_expand_to_path; 6622 gboolean function(GtkTreeView* treeView, GtkTreePath* path, gboolean openAll) c_gtk_tree_view_expand_row; 6623 gboolean function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_collapse_row; 6624 void function(GtkTreeView* treeView, GtkTreeViewMappingFunc func, void* data) c_gtk_tree_view_map_expanded_rows; 6625 gboolean function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_row_expanded; 6626 void function(GtkTreeView* treeView, gboolean reorderable) c_gtk_tree_view_set_reorderable; 6627 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_reorderable; 6628 gboolean function(GtkTreeView* treeView, gint x, gint y, GtkTreePath** path, GtkTreeViewColumn** column, gint* cellX, gint* cellY) c_gtk_tree_view_get_path_at_pos; 6629 gboolean function(GtkTreeView* treeView, gint x, gint y, GtkTreePath** path, GtkTreeViewColumn** column, gint* cellX, gint* cellY) c_gtk_tree_view_is_blank_at_pos; 6630 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_cell_area; 6631 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewColumn* column, GdkRectangle* rect) c_gtk_tree_view_get_background_area; 6632 void function(GtkTreeView* treeView, GdkRectangle* visibleRect) c_gtk_tree_view_get_visible_rect; 6633 gboolean function(GtkTreeView* treeView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_tree_view_get_visible_range; 6634 GdkWindow* function(GtkTreeView* treeView) c_gtk_tree_view_get_bin_window; 6635 void function(GtkTreeView* treeView, gint bx, gint by, gint* tx, gint* ty) c_gtk_tree_view_convert_bin_window_to_tree_coords; 6636 void function(GtkTreeView* treeView, gint bx, gint by, gint* wx, gint* wy) c_gtk_tree_view_convert_bin_window_to_widget_coords; 6637 void function(GtkTreeView* treeView, gint tx, gint ty, gint* bx, gint* by) c_gtk_tree_view_convert_tree_to_bin_window_coords; 6638 void function(GtkTreeView* treeView, gint tx, gint ty, gint* wx, gint* wy) c_gtk_tree_view_convert_tree_to_widget_coords; 6639 void function(GtkTreeView* treeView, gint wx, gint wy, gint* bx, gint* by) c_gtk_tree_view_convert_widget_to_bin_window_coords; 6640 void function(GtkTreeView* treeView, gint wx, gint wy, gint* tx, gint* ty) c_gtk_tree_view_convert_widget_to_tree_coords; 6641 void function(GtkTreeView* treeView, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_dest; 6642 void function(GtkTreeView* treeView, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_tree_view_enable_model_drag_source; 6643 void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_source; 6644 void function(GtkTreeView* treeView) c_gtk_tree_view_unset_rows_drag_dest; 6645 void function(GtkTreeView* treeView, GtkTreePath* path, GtkTreeViewDropPosition pos) c_gtk_tree_view_set_drag_dest_row; 6646 void function(GtkTreeView* treeView, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_drag_dest_row; 6647 gboolean function(GtkTreeView* treeView, gint dragX, gint dragY, GtkTreePath** path, GtkTreeViewDropPosition* pos) c_gtk_tree_view_get_dest_row_at_pos; 6648 cairo_surface_t* function(GtkTreeView* treeView, GtkTreePath* path) c_gtk_tree_view_create_row_drag_icon; 6649 void function(GtkTreeView* treeView, gboolean enableSearch) c_gtk_tree_view_set_enable_search; 6650 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_search; 6651 gint function(GtkTreeView* treeView) c_gtk_tree_view_get_search_column; 6652 void function(GtkTreeView* treeView, gint column) c_gtk_tree_view_set_search_column; 6653 GtkTreeViewSearchEqualFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_equal_func; 6654 void function(GtkTreeView* treeView, GtkTreeViewSearchEqualFunc searchEqualFunc, void* searchUserData, GDestroyNotify searchDestroy) c_gtk_tree_view_set_search_equal_func; 6655 GtkEntry* function(GtkTreeView* treeView) c_gtk_tree_view_get_search_entry; 6656 void function(GtkTreeView* treeView, GtkEntry* entry) c_gtk_tree_view_set_search_entry; 6657 GtkTreeViewSearchPositionFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_search_position_func; 6658 void function(GtkTreeView* treeView, GtkTreeViewSearchPositionFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_search_position_func; 6659 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_fixed_height_mode; 6660 void function(GtkTreeView* treeView, gboolean enable) c_gtk_tree_view_set_fixed_height_mode; 6661 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_selection; 6662 void function(GtkTreeView* treeView, gboolean hover) c_gtk_tree_view_set_hover_selection; 6663 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_hover_expand; 6664 void function(GtkTreeView* treeView, gboolean expand) c_gtk_tree_view_set_hover_expand; 6665 void function(GtkTreeView* treeView, GtkTreeDestroyCountFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_destroy_count_func; 6666 GtkTreeViewRowSeparatorFunc function(GtkTreeView* treeView) c_gtk_tree_view_get_row_separator_func; 6667 void function(GtkTreeView* treeView, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_view_set_row_separator_func; 6668 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_rubber_banding; 6669 void function(GtkTreeView* treeView, gboolean enable) c_gtk_tree_view_set_rubber_banding; 6670 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_is_rubber_banding_active; 6671 gboolean function(GtkTreeView* treeView) c_gtk_tree_view_get_enable_tree_lines; 6672 void function(GtkTreeView* treeView, gboolean enabled) c_gtk_tree_view_set_enable_tree_lines; 6673 GtkTreeViewGridLines function(GtkTreeView* treeView) c_gtk_tree_view_get_grid_lines; 6674 void function(GtkTreeView* treeView, GtkTreeViewGridLines gridLines) c_gtk_tree_view_set_grid_lines; 6675 void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_tree_view_set_tooltip_row; 6676 void function(GtkTreeView* treeView, GtkTooltip* tooltip, GtkTreePath* path, GtkTreeViewColumn* column, GtkCellRenderer* cell) c_gtk_tree_view_set_tooltip_cell; 6677 gboolean function(GtkTreeView* treeView, gint* x, gint* y, gboolean keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_tree_view_get_tooltip_context; 6678 gint function(GtkTreeView* treeView) c_gtk_tree_view_get_tooltip_column; 6679 void function(GtkTreeView* treeView, gint column) c_gtk_tree_view_set_tooltip_column; 6680 6681 // gtk.TreeDragSourceT 6682 6683 6684 // gtk.TreeDragSourceT 6685 6686 gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_drag_data_delete; 6687 gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path, GtkSelectionData* selectionData) c_gtk_tree_drag_source_drag_data_get; 6688 gboolean function(GtkTreeDragSource* dragSource, GtkTreePath* path) c_gtk_tree_drag_source_row_draggable; 6689 gboolean function(GtkSelectionData* selectionData, GtkTreeModel* treeModel, GtkTreePath* path) c_gtk_tree_set_row_drag_data; 6690 gboolean function(GtkSelectionData* selectionData, GtkTreeModel** treeModel, GtkTreePath** path) c_gtk_tree_get_row_drag_data; 6691 6692 // gtk.TreeDragDestT 6693 6694 6695 // gtk.TreeDragDestT 6696 6697 gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* dest, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_drag_data_received; 6698 gboolean function(GtkTreeDragDest* dragDest, GtkTreePath* destPath, GtkSelectionData* selectionData) c_gtk_tree_drag_dest_row_drop_possible; 6699 6700 // gtk.CellView 6701 6702 GtkWidget* function() c_gtk_cell_view_new; 6703 GtkWidget* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_view_new_with_context; 6704 GtkWidget* function(gchar* text) c_gtk_cell_view_new_with_text; 6705 GtkWidget* function(gchar* markup) c_gtk_cell_view_new_with_markup; 6706 GtkWidget* function(GdkPixbuf* pixbuf) c_gtk_cell_view_new_with_pixbuf; 6707 void function(GtkCellView* cellView, GtkTreeModel* model) c_gtk_cell_view_set_model; 6708 GtkTreeModel* function(GtkCellView* cellView) c_gtk_cell_view_get_model; 6709 void function(GtkCellView* cellView, GtkTreePath* path) c_gtk_cell_view_set_displayed_row; 6710 GtkTreePath* function(GtkCellView* cellView) c_gtk_cell_view_get_displayed_row; 6711 gboolean function(GtkCellView* cellView, GtkTreePath* path, GtkRequisition* requisition) c_gtk_cell_view_get_size_of_row; 6712 void function(GtkCellView* cellView, GdkColor* color) c_gtk_cell_view_set_background_color; 6713 void function(GtkCellView* cellView, GdkRGBA* rgba) c_gtk_cell_view_set_background_rgba; 6714 void function(GtkCellView* cellView, gboolean drawSensitive) c_gtk_cell_view_set_draw_sensitive; 6715 gboolean function(GtkCellView* cellView) c_gtk_cell_view_get_draw_sensitive; 6716 void function(GtkCellView* cellView, gboolean fitModel) c_gtk_cell_view_set_fit_model; 6717 gboolean function(GtkCellView* cellView) c_gtk_cell_view_get_fit_model; 6718 6719 // gtk.IconView 6720 6721 GtkWidget* function() c_gtk_icon_view_new; 6722 GtkWidget* function(GtkCellArea* area) c_gtk_icon_view_new_with_area; 6723 GtkWidget* function(GtkTreeModel* model) c_gtk_icon_view_new_with_model; 6724 void function(GtkIconView* iconView, GtkTreeModel* model) c_gtk_icon_view_set_model; 6725 GtkTreeModel* function(GtkIconView* iconView) c_gtk_icon_view_get_model; 6726 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_text_column; 6727 gint function(GtkIconView* iconView) c_gtk_icon_view_get_text_column; 6728 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_markup_column; 6729 gint function(GtkIconView* iconView) c_gtk_icon_view_get_markup_column; 6730 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_pixbuf_column; 6731 gint function(GtkIconView* iconView) c_gtk_icon_view_get_pixbuf_column; 6732 GtkTreePath* function(GtkIconView* iconView, gint x, gint y) c_gtk_icon_view_get_path_at_pos; 6733 gboolean function(GtkIconView* iconView, gint x, gint y, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_item_at_pos; 6734 void function(GtkIconView* iconView, gint wx, gint wy, gint* bx, gint* by) c_gtk_icon_view_convert_widget_to_bin_window_coords; 6735 void function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, gboolean startEditing) c_gtk_icon_view_set_cursor; 6736 gboolean function(GtkIconView* iconView, GtkTreePath** path, GtkCellRenderer** cell) c_gtk_icon_view_get_cursor; 6737 void function(GtkIconView* iconView, GtkIconViewForeachFunc func, void* data) c_gtk_icon_view_selected_foreach; 6738 void function(GtkIconView* iconView, GtkSelectionMode mode) c_gtk_icon_view_set_selection_mode; 6739 GtkSelectionMode function(GtkIconView* iconView) c_gtk_icon_view_get_selection_mode; 6740 void function(GtkIconView* iconView, GtkOrientation orientation) c_gtk_icon_view_set_item_orientation; 6741 GtkOrientation function(GtkIconView* iconView) c_gtk_icon_view_get_item_orientation; 6742 void function(GtkIconView* iconView, gint columns) c_gtk_icon_view_set_columns; 6743 gint function(GtkIconView* iconView) c_gtk_icon_view_get_columns; 6744 void function(GtkIconView* iconView, gint itemWidth) c_gtk_icon_view_set_item_width; 6745 gint function(GtkIconView* iconView) c_gtk_icon_view_get_item_width; 6746 void function(GtkIconView* iconView, gint spacing) c_gtk_icon_view_set_spacing; 6747 gint function(GtkIconView* iconView) c_gtk_icon_view_get_spacing; 6748 void function(GtkIconView* iconView, gint rowSpacing) c_gtk_icon_view_set_row_spacing; 6749 gint function(GtkIconView* iconView) c_gtk_icon_view_get_row_spacing; 6750 void function(GtkIconView* iconView, gint columnSpacing) c_gtk_icon_view_set_column_spacing; 6751 gint function(GtkIconView* iconView) c_gtk_icon_view_get_column_spacing; 6752 void function(GtkIconView* iconView, gint margin) c_gtk_icon_view_set_margin; 6753 gint function(GtkIconView* iconView) c_gtk_icon_view_get_margin; 6754 void function(GtkIconView* iconView, gint itemPadding) c_gtk_icon_view_set_item_padding; 6755 gint function(GtkIconView* iconView) c_gtk_icon_view_get_item_padding; 6756 void function(GtkIconView* iconView, gboolean single) c_gtk_icon_view_set_activate_on_single_click; 6757 gboolean function(GtkIconView* iconView) c_gtk_icon_view_get_activate_on_single_click; 6758 gboolean function(GtkIconView* iconView, GtkTreePath* path, GtkCellRenderer* cell, GdkRectangle* rect) c_gtk_icon_view_get_cell_rect; 6759 void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_select_path; 6760 void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_unselect_path; 6761 gboolean function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_path_is_selected; 6762 GList* function(GtkIconView* iconView) c_gtk_icon_view_get_selected_items; 6763 void function(GtkIconView* iconView) c_gtk_icon_view_select_all; 6764 void function(GtkIconView* iconView) c_gtk_icon_view_unselect_all; 6765 void function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_item_activated; 6766 void function(GtkIconView* iconView, GtkTreePath* path, gboolean useAlign, gfloat rowAlign, gfloat colAlign) c_gtk_icon_view_scroll_to_path; 6767 gboolean function(GtkIconView* iconView, GtkTreePath** startPath, GtkTreePath** endPath) c_gtk_icon_view_get_visible_range; 6768 void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path) c_gtk_icon_view_set_tooltip_item; 6769 void function(GtkIconView* iconView, GtkTooltip* tooltip, GtkTreePath* path, GtkCellRenderer* cell) c_gtk_icon_view_set_tooltip_cell; 6770 gboolean function(GtkIconView* iconView, gint* x, gint* y, gboolean keyboardTip, GtkTreeModel** model, GtkTreePath** path, GtkTreeIter* iter) c_gtk_icon_view_get_tooltip_context; 6771 void function(GtkIconView* iconView, gint column) c_gtk_icon_view_set_tooltip_column; 6772 gint function(GtkIconView* iconView) c_gtk_icon_view_get_tooltip_column; 6773 gint function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_row; 6774 gint function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_get_item_column; 6775 void function(GtkIconView* iconView, GdkModifierType startButtonMask, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_source; 6776 void function(GtkIconView* iconView, GtkTargetEntry* targets, gint nTargets, GdkDragAction actions) c_gtk_icon_view_enable_model_drag_dest; 6777 void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_source; 6778 void function(GtkIconView* iconView) c_gtk_icon_view_unset_model_drag_dest; 6779 void function(GtkIconView* iconView, gboolean reorderable) c_gtk_icon_view_set_reorderable; 6780 gboolean function(GtkIconView* iconView) c_gtk_icon_view_get_reorderable; 6781 void function(GtkIconView* iconView, GtkTreePath* path, GtkIconViewDropPosition pos) c_gtk_icon_view_set_drag_dest_item; 6782 void function(GtkIconView* iconView, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_drag_dest_item; 6783 gboolean function(GtkIconView* iconView, gint dragX, gint dragY, GtkTreePath** path, GtkIconViewDropPosition* pos) c_gtk_icon_view_get_dest_item_at_pos; 6784 cairo_surface_t* function(GtkIconView* iconView, GtkTreePath* path) c_gtk_icon_view_create_drag_icon; 6785 6786 // gtk.TreeSortableT 6787 6788 6789 // gtk.TreeSortableT 6790 6791 void function(GtkTreeSortable* sortable) c_gtk_tree_sortable_sort_column_changed; 6792 gboolean function(GtkTreeSortable* sortable, gint* sortColumnId, GtkSortType* order) c_gtk_tree_sortable_get_sort_column_id; 6793 void function(GtkTreeSortable* sortable, gint sortColumnId, GtkSortType order) c_gtk_tree_sortable_set_sort_column_id; 6794 void function(GtkTreeSortable* sortable, gint sortColumnId, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_sort_func; 6795 void function(GtkTreeSortable* sortable, GtkTreeIterCompareFunc sortFunc, void* userData, GDestroyNotify destroy) c_gtk_tree_sortable_set_default_sort_func; 6796 gboolean function(GtkTreeSortable* sortable) c_gtk_tree_sortable_has_default_sort_func; 6797 6798 // gtk.TreeModelSort 6799 6800 GtkTreeModel* function(GtkTreeModel* childModel) c_gtk_tree_model_sort_new_with_model; 6801 GtkTreeModel* function(GtkTreeModelSort* treeModel) c_gtk_tree_model_sort_get_model; 6802 GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* childPath) c_gtk_tree_model_sort_convert_child_path_to_path; 6803 gboolean function(GtkTreeModelSort* treeModelSort, GtkTreeIter* sortIter, GtkTreeIter* childIter) c_gtk_tree_model_sort_convert_child_iter_to_iter; 6804 GtkTreePath* function(GtkTreeModelSort* treeModelSort, GtkTreePath* sortedPath) c_gtk_tree_model_sort_convert_path_to_child_path; 6805 void function(GtkTreeModelSort* treeModelSort, GtkTreeIter* childIter, GtkTreeIter* sortedIter) c_gtk_tree_model_sort_convert_iter_to_child_iter; 6806 void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_reset_default_sort_func; 6807 void function(GtkTreeModelSort* treeModelSort) c_gtk_tree_model_sort_clear_cache; 6808 gboolean function(GtkTreeModelSort* treeModelSort, GtkTreeIter* iter) c_gtk_tree_model_sort_iter_is_valid; 6809 6810 // gtk.TreeModelFilter 6811 6812 GtkTreeModel* function(GtkTreeModel* childModel, GtkTreePath* root) c_gtk_tree_model_filter_new; 6813 void function(GtkTreeModelFilter* filter, GtkTreeModelFilterVisibleFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_visible_func; 6814 void function(GtkTreeModelFilter* filter, gint nColumns, GType* types, GtkTreeModelFilterModifyFunc func, void* data, GDestroyNotify destroy) c_gtk_tree_model_filter_set_modify_func; 6815 void function(GtkTreeModelFilter* filter, gint column) c_gtk_tree_model_filter_set_visible_column; 6816 GtkTreeModel* function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_get_model; 6817 gboolean function(GtkTreeModelFilter* filter, GtkTreeIter* filterIter, GtkTreeIter* childIter) c_gtk_tree_model_filter_convert_child_iter_to_iter; 6818 void function(GtkTreeModelFilter* filter, GtkTreeIter* childIter, GtkTreeIter* filterIter) c_gtk_tree_model_filter_convert_iter_to_child_iter; 6819 GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* childPath) c_gtk_tree_model_filter_convert_child_path_to_path; 6820 GtkTreePath* function(GtkTreeModelFilter* filter, GtkTreePath* filterPath) c_gtk_tree_model_filter_convert_path_to_child_path; 6821 void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_refilter; 6822 void function(GtkTreeModelFilter* filter) c_gtk_tree_model_filter_clear_cache; 6823 6824 // gtk.CellLayoutT 6825 6826 6827 // gtk.CellLayoutT 6828 6829 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gboolean expand) c_gtk_cell_layout_pack_start; 6830 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gboolean expand) c_gtk_cell_layout_pack_end; 6831 GtkCellArea* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_area; 6832 GList* function(GtkCellLayout* cellLayout) c_gtk_cell_layout_get_cells; 6833 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gint position) c_gtk_cell_layout_reorder; 6834 void function(GtkCellLayout* cellLayout) c_gtk_cell_layout_clear; 6835 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, ... ) c_gtk_cell_layout_set_attributes; 6836 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, gchar* attribute, gint column) c_gtk_cell_layout_add_attribute; 6837 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkCellLayoutDataFunc func, void* funcData, GDestroyNotify destroy) c_gtk_cell_layout_set_cell_data_func; 6838 void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell) c_gtk_cell_layout_clear_attributes; 6839 6840 // gtk.CellArea 6841 6842 void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_add; 6843 void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_remove; 6844 gboolean function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_has_renderer; 6845 void function(GtkCellArea* area, GtkCellCallback callback, void* callbackData) c_gtk_cell_area_foreach; 6846 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* backgroundArea, GtkCellAllocCallback callback, void* callbackData) c_gtk_cell_area_foreach_alloc; 6847 gint function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_event; 6848 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, cairo_t* cr, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags, gboolean paintFocus) c_gtk_cell_area_render; 6849 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GtkCellRenderer* renderer, GdkRectangle* cellArea, GdkRectangle* allocation) c_gtk_cell_area_get_cell_allocation; 6850 GtkCellRenderer* function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, gint x, gint y, GdkRectangle* allocArea) c_gtk_cell_area_get_cell_at_position; 6851 GtkCellAreaContext* function(GtkCellArea* area) c_gtk_cell_area_create_context; 6852 GtkCellAreaContext* function(GtkCellArea* area, GtkCellAreaContext* context) c_gtk_cell_area_copy_context; 6853 GtkSizeRequestMode function(GtkCellArea* area) c_gtk_cell_area_get_request_mode; 6854 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_get_preferred_width; 6855 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_get_preferred_height_for_width; 6856 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_get_preferred_height; 6857 void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_get_preferred_width_for_height; 6858 gchar* function(GtkCellArea* area) c_gtk_cell_area_get_current_path_string; 6859 void function(GtkCellArea* area, GtkTreeModel* treeModel, GtkTreeIter* iter, gboolean isExpander, gboolean isExpanded) c_gtk_cell_area_apply_attributes; 6860 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* attribute, gint column) c_gtk_cell_area_attribute_connect; 6861 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* attribute) c_gtk_cell_area_attribute_disconnect; 6862 void function(GtkCellAreaClass* aclass, guint propertyId, GParamSpec* pspec) c_gtk_cell_area_class_install_cell_property; 6863 GParamSpec* function(GtkCellAreaClass* aclass, gchar* propertyName) c_gtk_cell_area_class_find_cell_property; 6864 GParamSpec** function(GtkCellAreaClass* aclass, guint* nProperties) c_gtk_cell_area_class_list_cell_properties; 6865 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropName, ... ) c_gtk_cell_area_add_with_properties; 6866 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropName, ... ) c_gtk_cell_area_cell_set; 6867 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropName, ... ) c_gtk_cell_area_cell_get; 6868 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropertyName, va_list varArgs) c_gtk_cell_area_cell_set_valist; 6869 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* firstPropertyName, va_list varArgs) c_gtk_cell_area_cell_get_valist; 6870 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* propertyName, GValue* value) c_gtk_cell_area_cell_set_property; 6871 void function(GtkCellArea* area, GtkCellRenderer* renderer, gchar* propertyName, GValue* value) c_gtk_cell_area_cell_get_property; 6872 gboolean function(GtkCellArea* area) c_gtk_cell_area_is_activatable; 6873 gboolean function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkRectangle* cellArea, GtkCellRendererState flags, gboolean editOnly) c_gtk_cell_area_activate; 6874 gboolean function(GtkCellArea* area, GtkDirectionType direction) c_gtk_cell_area_focus; 6875 void function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_set_focus_cell; 6876 GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_focus_cell; 6877 void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_add_focus_sibling; 6878 void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_remove_focus_sibling; 6879 gboolean function(GtkCellArea* area, GtkCellRenderer* renderer, GtkCellRenderer* sibling) c_gtk_cell_area_is_focus_sibling; 6880 GList* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_siblings; 6881 GtkCellRenderer* function(GtkCellArea* area, GtkCellRenderer* renderer) c_gtk_cell_area_get_focus_from_sibling; 6882 GtkCellRenderer* function(GtkCellArea* area) c_gtk_cell_area_get_edited_cell; 6883 GtkCellEditable* function(GtkCellArea* area) c_gtk_cell_area_get_edit_widget; 6884 gboolean function(GtkCellArea* area, GtkWidget* widget, GtkCellRenderer* renderer, GdkEvent* event, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_area_activate_cell; 6885 void function(GtkCellArea* area, gboolean canceled) c_gtk_cell_area_stop_editing; 6886 void function(GtkCellArea* area, GtkWidget* widget, GdkRectangle* cellArea, GdkRectangle* innerArea) c_gtk_cell_area_inner_cell_area; 6887 void function(GtkCellArea* area, GtkCellRenderer* renderer, GtkOrientation orientation, GtkWidget* widget, gint forSize, gint* minimumSize, gint* naturalSize) c_gtk_cell_area_request_renderer; 6888 6889 // gtk.CellAreaBox 6890 6891 GtkCellArea* function() c_gtk_cell_area_box_new; 6892 void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, gboolean expand, gboolean alig, gboolean fixed) c_gtk_cell_area_box_pack_start; 6893 void function(GtkCellAreaBox* box, GtkCellRenderer* renderer, gboolean expand, gboolean alig, gboolean fixed) c_gtk_cell_area_box_pack_end; 6894 gint function(GtkCellAreaBox* box) c_gtk_cell_area_box_get_spacing; 6895 void function(GtkCellAreaBox* box, gint spacing) c_gtk_cell_area_box_set_spacing; 6896 6897 // gtk.CellAreaContext 6898 6899 GtkCellArea* function(GtkCellAreaContext* context) c_gtk_cell_area_context_get_area; 6900 void function(GtkCellAreaContext* context, gint width, gint height) c_gtk_cell_area_context_allocate; 6901 void function(GtkCellAreaContext* context) c_gtk_cell_area_context_reset; 6902 void function(GtkCellAreaContext* context, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_context_get_preferred_width; 6903 void function(GtkCellAreaContext* context, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_context_get_preferred_height; 6904 void function(GtkCellAreaContext* context, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_area_context_get_preferred_height_for_width; 6905 void function(GtkCellAreaContext* context, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_area_context_get_preferred_width_for_height; 6906 void function(GtkCellAreaContext* context, gint* width, gint* height) c_gtk_cell_area_context_get_allocation; 6907 void function(GtkCellAreaContext* context, gint minimumWidth, gint naturalWidth) c_gtk_cell_area_context_push_preferred_width; 6908 void function(GtkCellAreaContext* context, gint minimumHeight, gint naturalHeight) c_gtk_cell_area_context_push_preferred_height; 6909 6910 // gtk.CellRenderer 6911 6912 void function(GtkCellRendererClass* rendererClass, GType type) c_gtk_cell_renderer_class_set_accessible_type; 6913 void function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState flags, GdkRectangle* cellArea, GdkRectangle* alignedArea) c_gtk_cell_renderer_get_aligned_area; 6914 void function(GtkCellRenderer* cell, GtkWidget* widget, GdkRectangle* cellArea, gint* xOffset, gint* yOffset, gint* width, gint* height) c_gtk_cell_renderer_get_size; 6915 void function(GtkCellRenderer* cell, cairo_t* cr, GtkWidget* widget, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_render; 6916 gboolean function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, gchar* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_activate; 6917 GtkCellEditable* function(GtkCellRenderer* cell, GdkEvent* event, GtkWidget* widget, gchar* path, GdkRectangle* backgroundArea, GdkRectangle* cellArea, GtkCellRendererState flags) c_gtk_cell_renderer_start_editing; 6918 void function(GtkCellRenderer* cell, gboolean canceled) c_gtk_cell_renderer_stop_editing; 6919 void function(GtkCellRenderer* cell, gint* width, gint* height) c_gtk_cell_renderer_get_fixed_size; 6920 void function(GtkCellRenderer* cell, gint width, gint height) c_gtk_cell_renderer_set_fixed_size; 6921 gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_visible; 6922 void function(GtkCellRenderer* cell, gboolean visible) c_gtk_cell_renderer_set_visible; 6923 gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_sensitive; 6924 void function(GtkCellRenderer* cell, gboolean sensitive) c_gtk_cell_renderer_set_sensitive; 6925 void function(GtkCellRenderer* cell, gfloat* xalign, gfloat* yalign) c_gtk_cell_renderer_get_alignment; 6926 void function(GtkCellRenderer* cell, gfloat xalign, gfloat yalign) c_gtk_cell_renderer_set_alignment; 6927 void function(GtkCellRenderer* cell, gint* xpad, gint* ypad) c_gtk_cell_renderer_get_padding; 6928 void function(GtkCellRenderer* cell, gint xpad, gint ypad) c_gtk_cell_renderer_set_padding; 6929 GtkStateFlags function(GtkCellRenderer* cell, GtkWidget* widget, GtkCellRendererState cellState) c_gtk_cell_renderer_get_state; 6930 gboolean function(GtkCellRenderer* cell) c_gtk_cell_renderer_is_activatable; 6931 void function(GtkCellRenderer* cell, GtkWidget* widget, gint* minimumSize, gint* naturalSize) c_gtk_cell_renderer_get_preferred_height; 6932 void function(GtkCellRenderer* cell, GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_cell_renderer_get_preferred_height_for_width; 6933 void function(GtkCellRenderer* cell, GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_cell_renderer_get_preferred_size; 6934 void function(GtkCellRenderer* cell, GtkWidget* widget, gint* minimumSize, gint* naturalSize) c_gtk_cell_renderer_get_preferred_width; 6935 void function(GtkCellRenderer* cell, GtkWidget* widget, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_cell_renderer_get_preferred_width_for_height; 6936 GtkSizeRequestMode function(GtkCellRenderer* cell) c_gtk_cell_renderer_get_request_mode; 6937 6938 // gtk.CellEditableT 6939 6940 6941 // gtk.CellEditableT 6942 6943 void function(GtkCellEditable* cellEditable, GdkEvent* event) c_gtk_cell_editable_start_editing; 6944 void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_editing_done; 6945 void function(GtkCellEditable* cellEditable) c_gtk_cell_editable_remove_widget; 6946 6947 // gtk.CellEditable 6948 6949 6950 // gtk.CellRendererAccel 6951 6952 GtkCellRenderer* function() c_gtk_cell_renderer_accel_new; 6953 6954 // gtk.CellRendererCombo 6955 6956 GtkCellRenderer* function() c_gtk_cell_renderer_combo_new; 6957 6958 // gtk.CellRendererPixbuf 6959 6960 GtkCellRenderer* function() c_gtk_cell_renderer_pixbuf_new; 6961 6962 // gtk.CellRendererProgress 6963 6964 GtkCellRenderer* function() c_gtk_cell_renderer_progress_new; 6965 6966 // gtk.CellRendererSpin 6967 6968 GtkCellRenderer* function() c_gtk_cell_renderer_spin_new; 6969 6970 // gtk.CellRendererText 6971 6972 GtkCellRenderer* function() c_gtk_cell_renderer_text_new; 6973 void function(GtkCellRendererText* renderer, gint numberOfRows) c_gtk_cell_renderer_text_set_fixed_height_from_font; 6974 6975 // gtk.CellRendererToggle 6976 6977 GtkCellRenderer* function() c_gtk_cell_renderer_toggle_new; 6978 gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_radio; 6979 void function(GtkCellRendererToggle* toggle, gboolean radio) c_gtk_cell_renderer_toggle_set_radio; 6980 gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_active; 6981 void function(GtkCellRendererToggle* toggle, gboolean setting) c_gtk_cell_renderer_toggle_set_active; 6982 gboolean function(GtkCellRendererToggle* toggle) c_gtk_cell_renderer_toggle_get_activatable; 6983 void function(GtkCellRendererToggle* toggle, gboolean setting) c_gtk_cell_renderer_toggle_set_activatable; 6984 6985 // gtk.CellRendererSpinner 6986 6987 GtkCellRenderer* function() c_gtk_cell_renderer_spinner_new; 6988 6989 // gtk. 6990 6991 6992 // gtk.ListStore 6993 6994 GtkListStore* function(gint nColumns, ... ) c_gtk_list_store_new; 6995 GtkListStore* function(gint nColumns, GType* types) c_gtk_list_store_newv; 6996 void function(GtkListStore* listStore, gint nColumns, GType* types) c_gtk_list_store_set_column_types; 6997 void function(GtkListStore* listStore, GtkTreeIter* iter, ... ) c_gtk_list_store_set; 6998 void function(GtkListStore* listStore, GtkTreeIter* iter, va_list varArgs) c_gtk_list_store_set_valist; 6999 void function(GtkListStore* listStore, GtkTreeIter* iter, gint column, GValue* value) c_gtk_list_store_set_value; 7000 void function(GtkListStore* listStore, GtkTreeIter* iter, gint* columns, GValue* values, gint nValues) c_gtk_list_store_set_valuesv; 7001 gboolean function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_remove; 7002 void function(GtkListStore* listStore, GtkTreeIter* iter, gint position) c_gtk_list_store_insert; 7003 void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_before; 7004 void function(GtkListStore* listStore, GtkTreeIter* iter, GtkTreeIter* sibling) c_gtk_list_store_insert_after; 7005 void function(GtkListStore* listStore, GtkTreeIter* iter, gint position, ... ) c_gtk_list_store_insert_with_values; 7006 void function(GtkListStore* listStore, GtkTreeIter* iter, gint position, gint* columns, GValue* values, gint nValues) c_gtk_list_store_insert_with_valuesv; 7007 void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_prepend; 7008 void function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_append; 7009 void function(GtkListStore* listStore) c_gtk_list_store_clear; 7010 gboolean function(GtkListStore* listStore, GtkTreeIter* iter) c_gtk_list_store_iter_is_valid; 7011 void function(GtkListStore* store, gint* newOrder) c_gtk_list_store_reorder; 7012 void function(GtkListStore* store, GtkTreeIter* a, GtkTreeIter* b) c_gtk_list_store_swap; 7013 void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_before; 7014 void function(GtkListStore* store, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_list_store_move_after; 7015 7016 // gtk.TreeStore 7017 7018 GtkTreeStore* function(gint nColumns, ... ) c_gtk_tree_store_new; 7019 GtkTreeStore* function(gint nColumns, GType* types) c_gtk_tree_store_newv; 7020 void function(GtkTreeStore* treeStore, gint nColumns, GType* types) c_gtk_tree_store_set_column_types; 7021 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, gint column, GValue* value) c_gtk_tree_store_set_value; 7022 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, ... ) c_gtk_tree_store_set; 7023 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, va_list varArgs) c_gtk_tree_store_set_valist; 7024 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, gint* columns, GValue* values, gint nValues) c_gtk_tree_store_set_valuesv; 7025 gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_remove; 7026 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position) c_gtk_tree_store_insert; 7027 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_before; 7028 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, GtkTreeIter* sibling) c_gtk_tree_store_insert_after; 7029 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position, ... ) c_gtk_tree_store_insert_with_values; 7030 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent, gint position, gint* columns, GValue* values, gint nValues) c_gtk_tree_store_insert_with_valuesv; 7031 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_prepend; 7032 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* parent) c_gtk_tree_store_append; 7033 gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* descendant) c_gtk_tree_store_is_ancestor; 7034 gint function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_depth; 7035 void function(GtkTreeStore* treeStore) c_gtk_tree_store_clear; 7036 gboolean function(GtkTreeStore* treeStore, GtkTreeIter* iter) c_gtk_tree_store_iter_is_valid; 7037 void function(GtkTreeStore* treeStore, GtkTreeIter* parent, gint* newOrder) c_gtk_tree_store_reorder; 7038 void function(GtkTreeStore* treeStore, GtkTreeIter* a, GtkTreeIter* b) c_gtk_tree_store_swap; 7039 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_before; 7040 void function(GtkTreeStore* treeStore, GtkTreeIter* iter, GtkTreeIter* position) c_gtk_tree_store_move_after; 7041 7042 // gtk.ComboBox 7043 7044 GtkWidget* function() c_gtk_combo_box_new; 7045 GtkWidget* function() c_gtk_combo_box_new_with_entry; 7046 GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model; 7047 GtkWidget* function(GtkTreeModel* model) c_gtk_combo_box_new_with_model_and_entry; 7048 GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area; 7049 GtkWidget* function(GtkCellArea* area) c_gtk_combo_box_new_with_area_and_entry; 7050 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_wrap_width; 7051 void function(GtkComboBox* comboBox, gint width) c_gtk_combo_box_set_wrap_width; 7052 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_span_column; 7053 void function(GtkComboBox* comboBox, gint rowSpan) c_gtk_combo_box_set_row_span_column; 7054 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_column_span_column; 7055 void function(GtkComboBox* comboBox, gint columnSpan) c_gtk_combo_box_set_column_span_column; 7056 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_active; 7057 void function(GtkComboBox* comboBox, gint index) c_gtk_combo_box_set_active; 7058 gboolean function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_get_active_iter; 7059 void function(GtkComboBox* comboBox, GtkTreeIter* iter) c_gtk_combo_box_set_active_iter; 7060 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_id_column; 7061 void function(GtkComboBox* comboBox, gint idColumn) c_gtk_combo_box_set_id_column; 7062 gchar* function(GtkComboBox* comboBox) c_gtk_combo_box_get_active_id; 7063 gboolean function(GtkComboBox* comboBox, gchar* activeId) c_gtk_combo_box_set_active_id; 7064 GtkTreeModel* function(GtkComboBox* comboBox) c_gtk_combo_box_get_model; 7065 void function(GtkComboBox* comboBox, GtkTreeModel* model) c_gtk_combo_box_set_model; 7066 void function(GtkComboBox* comboBox, GdkDevice* device) c_gtk_combo_box_popup_for_device; 7067 void function(GtkComboBox* comboBox) c_gtk_combo_box_popup; 7068 void function(GtkComboBox* comboBox) c_gtk_combo_box_popdown; 7069 AtkObject* function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_accessible; 7070 GtkTreeViewRowSeparatorFunc function(GtkComboBox* comboBox) c_gtk_combo_box_get_row_separator_func; 7071 void function(GtkComboBox* comboBox, GtkTreeViewRowSeparatorFunc func, void* data, GDestroyNotify destroy) c_gtk_combo_box_set_row_separator_func; 7072 void function(GtkComboBox* comboBox, gboolean addTearoffs) c_gtk_combo_box_set_add_tearoffs; 7073 gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_add_tearoffs; 7074 void function(GtkComboBox* comboBox, gchar* title) c_gtk_combo_box_set_title; 7075 gchar* function(GtkComboBox* comboBox) c_gtk_combo_box_get_title; 7076 void function(GtkComboBox* combo, gboolean focusOnClick) c_gtk_combo_box_set_focus_on_click; 7077 gboolean function(GtkComboBox* combo) c_gtk_combo_box_get_focus_on_click; 7078 void function(GtkComboBox* comboBox, GtkSensitivityType sensitivity) c_gtk_combo_box_set_button_sensitivity; 7079 GtkSensitivityType function(GtkComboBox* comboBox) c_gtk_combo_box_get_button_sensitivity; 7080 gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_has_entry; 7081 void function(GtkComboBox* comboBox, gint textColumn) c_gtk_combo_box_set_entry_text_column; 7082 gint function(GtkComboBox* comboBox) c_gtk_combo_box_get_entry_text_column; 7083 void function(GtkComboBox* comboBox, gboolean fixed) c_gtk_combo_box_set_popup_fixed_width; 7084 gboolean function(GtkComboBox* comboBox) c_gtk_combo_box_get_popup_fixed_width; 7085 7086 // gtk.ComboBoxText 7087 7088 GtkWidget* function() c_gtk_combo_box_text_new; 7089 GtkWidget* function() c_gtk_combo_box_text_new_with_entry; 7090 void function(GtkComboBoxText* comboBox, gchar* id, gchar* text) c_gtk_combo_box_text_append; 7091 void function(GtkComboBoxText* comboBox, gchar* id, gchar* text) c_gtk_combo_box_text_prepend; 7092 void function(GtkComboBoxText* comboBox, gint position, gchar* id, gchar* text) c_gtk_combo_box_text_insert; 7093 void function(GtkComboBoxText* comboBox, gchar* text) c_gtk_combo_box_text_append_text; 7094 void function(GtkComboBoxText* comboBox, gchar* text) c_gtk_combo_box_text_prepend_text; 7095 void function(GtkComboBoxText* comboBox, gint position, gchar* text) c_gtk_combo_box_text_insert_text; 7096 void function(GtkComboBoxText* comboBox, gint position) c_gtk_combo_box_text_remove; 7097 void function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_remove_all; 7098 gchar* function(GtkComboBoxText* comboBox) c_gtk_combo_box_text_get_active_text; 7099 7100 // gtk.Menu 7101 7102 GtkWidget* function() c_gtk_menu_new; 7103 GtkWidget* function(GMenuModel* model) c_gtk_menu_new_from_model; 7104 void function(GtkMenu* menu, GdkScreen* screen) c_gtk_menu_set_screen; 7105 void function(GtkMenu* menu, GtkWidget* child, gint position) c_gtk_menu_reorder_child; 7106 void function(GtkMenu* menu, GtkWidget* child, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach) c_gtk_menu_attach; 7107 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; 7108 void function(GtkMenu* menu, GtkWidget* parentMenuShell, GtkWidget* parentMenuItem, GtkMenuPositionFunc func, void* data, guint button, guint32 activateTime) c_gtk_menu_popup; 7109 void function(GtkMenu* menu, GtkAccelGroup* accelGroup) c_gtk_menu_set_accel_group; 7110 GtkAccelGroup* function(GtkMenu* menu) c_gtk_menu_get_accel_group; 7111 void function(GtkMenu* menu, gchar* accelPath) c_gtk_menu_set_accel_path; 7112 gchar* function(GtkMenu* menu) c_gtk_menu_get_accel_path; 7113 void function(GtkMenu* menu, gchar* title) c_gtk_menu_set_title; 7114 gchar* function(GtkMenu* menu) c_gtk_menu_get_title; 7115 void function(GtkMenu* menu, gint monitorNum) c_gtk_menu_set_monitor; 7116 gint function(GtkMenu* menu) c_gtk_menu_get_monitor; 7117 gboolean function(GtkMenu* menu) c_gtk_menu_get_tearoff_state; 7118 void function(GtkMenu* menu, gboolean reserveToggleSize) c_gtk_menu_set_reserve_toggle_size; 7119 gboolean function(GtkMenu* menu) c_gtk_menu_get_reserve_toggle_size; 7120 void function(GtkMenu* menu) c_gtk_menu_popdown; 7121 void function(GtkMenu* menu) c_gtk_menu_reposition; 7122 GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_active; 7123 void function(GtkMenu* menu, guint index) c_gtk_menu_set_active; 7124 void function(GtkMenu* menu, gboolean tornOff) c_gtk_menu_set_tearoff_state; 7125 void function(GtkMenu* menu, GtkWidget* attachWidget, GtkMenuDetachFunc detacher) c_gtk_menu_attach_to_widget; 7126 void function(GtkMenu* menu) c_gtk_menu_detach; 7127 GtkWidget* function(GtkMenu* menu) c_gtk_menu_get_attach_widget; 7128 GList* function(GtkWidget* widget) c_gtk_menu_get_for_attach_widget; 7129 7130 // gtk.MenuBar 7131 7132 GtkWidget* function() c_gtk_menu_bar_new; 7133 GtkWidget* function(GMenuModel* model) c_gtk_menu_bar_new_from_model; 7134 void function(GtkMenuBar* menubar, GtkPackDirection packDir) c_gtk_menu_bar_set_pack_direction; 7135 GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_pack_direction; 7136 void function(GtkMenuBar* menubar, GtkPackDirection childPackDir) c_gtk_menu_bar_set_child_pack_direction; 7137 GtkPackDirection function(GtkMenuBar* menubar) c_gtk_menu_bar_get_child_pack_direction; 7138 7139 // gtk.MenuItem 7140 7141 GtkWidget* function() c_gtk_menu_item_new; 7142 GtkWidget* function(gchar* label) c_gtk_menu_item_new_with_label; 7143 GtkWidget* function(gchar* label) c_gtk_menu_item_new_with_mnemonic; 7144 void function(GtkMenuItem* menuItem, gboolean rightJustified) c_gtk_menu_item_set_right_justified; 7145 gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_right_justified; 7146 gchar* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_label; 7147 void function(GtkMenuItem* menuItem, gchar* label) c_gtk_menu_item_set_label; 7148 gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_use_underline; 7149 void function(GtkMenuItem* menuItem, gboolean setting) c_gtk_menu_item_set_use_underline; 7150 void function(GtkMenuItem* menuItem, GtkWidget* submenu) c_gtk_menu_item_set_submenu; 7151 GtkWidget* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_submenu; 7152 void function(GtkMenuItem* menuItem, gchar* accelPath) c_gtk_menu_item_set_accel_path; 7153 gchar* function(GtkMenuItem* menuItem) c_gtk_menu_item_get_accel_path; 7154 void function(GtkMenuItem* menuItem) c_gtk_menu_item_select; 7155 void function(GtkMenuItem* menuItem) c_gtk_menu_item_deselect; 7156 void function(GtkMenuItem* menuItem) c_gtk_menu_item_activate; 7157 void function(GtkMenuItem* menuItem, gint* requisition) c_gtk_menu_item_toggle_size_request; 7158 void function(GtkMenuItem* menuItem, gint allocation) c_gtk_menu_item_toggle_size_allocate; 7159 gboolean function(GtkMenuItem* menuItem) c_gtk_menu_item_get_reserve_indicator; 7160 void function(GtkMenuItem* menuItem, gboolean reserve) c_gtk_menu_item_set_reserve_indicator; 7161 7162 // gtk.RadioMenuItem 7163 7164 GtkWidget* function(GSList* group) c_gtk_radio_menu_item_new; 7165 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_menu_item_new_with_label; 7166 GtkWidget* function(GSList* group, gchar* label) c_gtk_radio_menu_item_new_with_mnemonic; 7167 GtkWidget* function(GtkRadioMenuItem* group) c_gtk_radio_menu_item_new_from_widget; 7168 GtkWidget* function(GtkRadioMenuItem* group, gchar* label) c_gtk_radio_menu_item_new_with_label_from_widget; 7169 GtkWidget* function(GtkRadioMenuItem* group, gchar* label) c_gtk_radio_menu_item_new_with_mnemonic_from_widget; 7170 void function(GtkRadioMenuItem* radioMenuItem, GSList* group) c_gtk_radio_menu_item_set_group; 7171 GSList* function(GtkRadioMenuItem* radioMenuItem) c_gtk_radio_menu_item_get_group; 7172 7173 // gtk.CheckMenuItem 7174 7175 GtkWidget* function() c_gtk_check_menu_item_new; 7176 GtkWidget* function(gchar* label) c_gtk_check_menu_item_new_with_label; 7177 GtkWidget* function(gchar* label) c_gtk_check_menu_item_new_with_mnemonic; 7178 gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_active; 7179 void function(GtkCheckMenuItem* checkMenuItem, gboolean isActive) c_gtk_check_menu_item_set_active; 7180 void function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_toggled; 7181 gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_inconsistent; 7182 void function(GtkCheckMenuItem* checkMenuItem, gboolean setting) c_gtk_check_menu_item_set_inconsistent; 7183 void function(GtkCheckMenuItem* checkMenuItem, gboolean drawAsRadio) c_gtk_check_menu_item_set_draw_as_radio; 7184 gboolean function(GtkCheckMenuItem* checkMenuItem) c_gtk_check_menu_item_get_draw_as_radio; 7185 7186 // gtk.SeparatorMenuItem 7187 7188 GtkWidget* function() c_gtk_separator_menu_item_new; 7189 7190 // gtk.ToolShellT 7191 7192 7193 // gtk.ToolShellT 7194 7195 PangoEllipsizeMode function(GtkToolShell* shell) c_gtk_tool_shell_get_ellipsize_mode; 7196 GtkIconSize function(GtkToolShell* shell) c_gtk_tool_shell_get_icon_size; 7197 GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_orientation; 7198 GtkReliefStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_relief_style; 7199 GtkToolbarStyle function(GtkToolShell* shell) c_gtk_tool_shell_get_style; 7200 gfloat function(GtkToolShell* shell) c_gtk_tool_shell_get_text_alignment; 7201 GtkOrientation function(GtkToolShell* shell) c_gtk_tool_shell_get_text_orientation; 7202 void function(GtkToolShell* shell) c_gtk_tool_shell_rebuild_menu; 7203 GtkSizeGroup* function(GtkToolShell* shell) c_gtk_tool_shell_get_text_size_group; 7204 7205 // gtk.Toolbar 7206 7207 GtkWidget* function() c_gtk_toolbar_new; 7208 void function(GtkToolbar* toolbar, GtkToolItem* item, gint pos) c_gtk_toolbar_insert; 7209 gint function(GtkToolbar* toolbar, GtkToolItem* item) c_gtk_toolbar_get_item_index; 7210 gint function(GtkToolbar* toolbar) c_gtk_toolbar_get_n_items; 7211 GtkToolItem* function(GtkToolbar* toolbar, gint n) c_gtk_toolbar_get_nth_item; 7212 gint function(GtkToolbar* toolbar, gint x, gint y) c_gtk_toolbar_get_drop_index; 7213 void function(GtkToolbar* toolbar, GtkToolItem* toolItem, gint index) c_gtk_toolbar_set_drop_highlight_item; 7214 void function(GtkToolbar* toolbar, gboolean showArrow) c_gtk_toolbar_set_show_arrow; 7215 void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_icon_size; 7216 gboolean function(GtkToolbar* toolbar) c_gtk_toolbar_get_show_arrow; 7217 GtkToolbarStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_style; 7218 GtkIconSize function(GtkToolbar* toolbar) c_gtk_toolbar_get_icon_size; 7219 GtkReliefStyle function(GtkToolbar* toolbar) c_gtk_toolbar_get_relief_style; 7220 void function(GtkToolbar* toolbar, GtkToolbarStyle style) c_gtk_toolbar_set_style; 7221 void function(GtkToolbar* toolbar, GtkIconSize iconSize) c_gtk_toolbar_set_icon_size; 7222 void function(GtkToolbar* toolbar) c_gtk_toolbar_unset_style; 7223 7224 // gtk.ToolItem 7225 7226 GtkToolItem* function() c_gtk_tool_item_new; 7227 void function(GtkToolItem* toolItem, gboolean homogeneous) c_gtk_tool_item_set_homogeneous; 7228 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_homogeneous; 7229 void function(GtkToolItem* toolItem, gboolean expand) c_gtk_tool_item_set_expand; 7230 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_expand; 7231 void function(GtkToolItem* toolItem, gchar* text) c_gtk_tool_item_set_tooltip_text; 7232 void function(GtkToolItem* toolItem, gchar* markup) c_gtk_tool_item_set_tooltip_markup; 7233 void function(GtkToolItem* toolItem, gboolean useDragWindow) c_gtk_tool_item_set_use_drag_window; 7234 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_use_drag_window; 7235 void function(GtkToolItem* toolItem, gboolean visibleHorizontal) c_gtk_tool_item_set_visible_horizontal; 7236 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_horizontal; 7237 void function(GtkToolItem* toolItem, gboolean visibleVertical) c_gtk_tool_item_set_visible_vertical; 7238 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_visible_vertical; 7239 void function(GtkToolItem* toolItem, gboolean isImportant) c_gtk_tool_item_set_is_important; 7240 gboolean function(GtkToolItem* toolItem) c_gtk_tool_item_get_is_important; 7241 PangoEllipsizeMode function(GtkToolItem* toolItem) c_gtk_tool_item_get_ellipsize_mode; 7242 GtkIconSize function(GtkToolItem* toolItem) c_gtk_tool_item_get_icon_size; 7243 GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_orientation; 7244 GtkToolbarStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_toolbar_style; 7245 GtkReliefStyle function(GtkToolItem* toolItem) c_gtk_tool_item_get_relief_style; 7246 gfloat function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_alignment; 7247 GtkOrientation function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_orientation; 7248 GtkWidget* function(GtkToolItem* toolItem) c_gtk_tool_item_retrieve_proxy_menu_item; 7249 GtkWidget* function(GtkToolItem* toolItem, gchar* menuItemId) c_gtk_tool_item_get_proxy_menu_item; 7250 void function(GtkToolItem* toolItem, gchar* menuItemId, GtkWidget* menuItem) c_gtk_tool_item_set_proxy_menu_item; 7251 void function(GtkToolItem* toolItem) c_gtk_tool_item_rebuild_menu; 7252 void function(GtkToolItem* toolItem) c_gtk_tool_item_toolbar_reconfigured; 7253 GtkSizeGroup* function(GtkToolItem* toolItem) c_gtk_tool_item_get_text_size_group; 7254 7255 // gtk.ToolPalette 7256 7257 GtkWidget* function() c_gtk_tool_palette_new; 7258 gboolean function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_exclusive; 7259 void function(GtkToolPalette* palette, GtkToolItemGroup* group, gboolean exclusive) c_gtk_tool_palette_set_exclusive; 7260 gboolean function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_expand; 7261 void function(GtkToolPalette* palette, GtkToolItemGroup* group, gboolean expand) c_gtk_tool_palette_set_expand; 7262 gint function(GtkToolPalette* palette, GtkToolItemGroup* group) c_gtk_tool_palette_get_group_position; 7263 void function(GtkToolPalette* palette, GtkToolItemGroup* group, gint position) c_gtk_tool_palette_set_group_position; 7264 GtkIconSize function(GtkToolPalette* palette) c_gtk_tool_palette_get_icon_size; 7265 void function(GtkToolPalette* palette, GtkIconSize iconSize) c_gtk_tool_palette_set_icon_size; 7266 void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_icon_size; 7267 GtkToolbarStyle function(GtkToolPalette* palette) c_gtk_tool_palette_get_style; 7268 void function(GtkToolPalette* palette, GtkToolbarStyle style) c_gtk_tool_palette_set_style; 7269 void function(GtkToolPalette* palette) c_gtk_tool_palette_unset_style; 7270 void function(GtkToolPalette* palette, GtkWidget* widget, GtkDestDefaults flags, GtkToolPaletteDragTargets targets, GdkDragAction actions) c_gtk_tool_palette_add_drag_dest; 7271 GtkWidget* function(GtkToolPalette* palette, GtkSelectionData* selection) c_gtk_tool_palette_get_drag_item; 7272 GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_group; 7273 GtkTargetEntry* function() c_gtk_tool_palette_get_drag_target_item; 7274 GtkToolItemGroup* function(GtkToolPalette* palette, gint x, gint y) c_gtk_tool_palette_get_drop_group; 7275 GtkToolItem* function(GtkToolPalette* palette, gint x, gint y) c_gtk_tool_palette_get_drop_item; 7276 void function(GtkToolPalette* palette, GtkToolPaletteDragTargets targets) c_gtk_tool_palette_set_drag_source; 7277 GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_hadjustment; 7278 GtkAdjustment* function(GtkToolPalette* palette) c_gtk_tool_palette_get_vadjustment; 7279 7280 // gtk.ToolItemGroup 7281 7282 gboolean function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_collapsed; 7283 GtkToolItem* function(GtkToolItemGroup* group, gint x, gint y) c_gtk_tool_item_group_get_drop_item; 7284 PangoEllipsizeMode function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_ellipsize; 7285 gint function(GtkToolItemGroup* group, GtkToolItem* item) c_gtk_tool_item_group_get_item_position; 7286 guint function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_n_items; 7287 gchar* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label; 7288 GtkWidget* function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_label_widget; 7289 GtkToolItem* function(GtkToolItemGroup* group, guint index) c_gtk_tool_item_group_get_nth_item; 7290 GtkReliefStyle function(GtkToolItemGroup* group) c_gtk_tool_item_group_get_header_relief; 7291 void function(GtkToolItemGroup* group, GtkToolItem* item, gint position) c_gtk_tool_item_group_insert; 7292 GtkWidget* function(gchar* label) c_gtk_tool_item_group_new; 7293 void function(GtkToolItemGroup* group, gboolean collapsed) c_gtk_tool_item_group_set_collapsed; 7294 void function(GtkToolItemGroup* group, PangoEllipsizeMode ellipsize) c_gtk_tool_item_group_set_ellipsize; 7295 void function(GtkToolItemGroup* group, GtkToolItem* item, gint position) c_gtk_tool_item_group_set_item_position; 7296 void function(GtkToolItemGroup* group, gchar* label) c_gtk_tool_item_group_set_label; 7297 void function(GtkToolItemGroup* group, GtkWidget* labelWidget) c_gtk_tool_item_group_set_label_widget; 7298 void function(GtkToolItemGroup* group, GtkReliefStyle style) c_gtk_tool_item_group_set_header_relief; 7299 7300 // gtk.SeparatorToolItem 7301 7302 GtkToolItem* function() c_gtk_separator_tool_item_new; 7303 void function(GtkSeparatorToolItem* item, gboolean draw) c_gtk_separator_tool_item_set_draw; 7304 gboolean function(GtkSeparatorToolItem* item) c_gtk_separator_tool_item_get_draw; 7305 7306 // gtk.ToolButton 7307 7308 GtkToolItem* function(GtkWidget* iconWidget, gchar* label) c_gtk_tool_button_new; 7309 GtkToolItem* function(gchar* stockId) c_gtk_tool_button_new_from_stock; 7310 void function(GtkToolButton* button, gchar* label) c_gtk_tool_button_set_label; 7311 gchar* function(GtkToolButton* button) c_gtk_tool_button_get_label; 7312 void function(GtkToolButton* button, gboolean useUnderline) c_gtk_tool_button_set_use_underline; 7313 gboolean function(GtkToolButton* button) c_gtk_tool_button_get_use_underline; 7314 void function(GtkToolButton* button, gchar* stockId) c_gtk_tool_button_set_stock_id; 7315 gchar* function(GtkToolButton* button) c_gtk_tool_button_get_stock_id; 7316 void function(GtkToolButton* button, gchar* iconName) c_gtk_tool_button_set_icon_name; 7317 gchar* function(GtkToolButton* button) c_gtk_tool_button_get_icon_name; 7318 void function(GtkToolButton* button, GtkWidget* iconWidget) c_gtk_tool_button_set_icon_widget; 7319 GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_icon_widget; 7320 void function(GtkToolButton* button, GtkWidget* labelWidget) c_gtk_tool_button_set_label_widget; 7321 GtkWidget* function(GtkToolButton* button) c_gtk_tool_button_get_label_widget; 7322 7323 // gtk.MenuToolButton 7324 7325 GtkToolItem* function(GtkWidget* iconWidget, gchar* label) c_gtk_menu_tool_button_new; 7326 GtkToolItem* function(gchar* stockId) c_gtk_menu_tool_button_new_from_stock; 7327 void function(GtkMenuToolButton* button, GtkWidget* menu) c_gtk_menu_tool_button_set_menu; 7328 GtkWidget* function(GtkMenuToolButton* button) c_gtk_menu_tool_button_get_menu; 7329 void function(GtkMenuToolButton* button, gchar* text) c_gtk_menu_tool_button_set_arrow_tooltip_text; 7330 void function(GtkMenuToolButton* button, gchar* markup) c_gtk_menu_tool_button_set_arrow_tooltip_markup; 7331 7332 // gtk.ToggleToolButton 7333 7334 GtkToolItem* function() c_gtk_toggle_tool_button_new; 7335 GtkToolItem* function(gchar* stockId) c_gtk_toggle_tool_button_new_from_stock; 7336 void function(GtkToggleToolButton* button, gboolean isActive) c_gtk_toggle_tool_button_set_active; 7337 gboolean function(GtkToggleToolButton* button) c_gtk_toggle_tool_button_get_active; 7338 7339 // gtk.RadioToolButton 7340 7341 GtkToolItem* function(GSList* group) c_gtk_radio_tool_button_new; 7342 GtkToolItem* function(GSList* group, gchar* stockId) c_gtk_radio_tool_button_new_from_stock; 7343 GtkToolItem* function(GtkRadioToolButton* group) c_gtk_radio_tool_button_new_from_widget; 7344 GtkToolItem* function(GtkRadioToolButton* group, gchar* stockId) c_gtk_radio_tool_button_new_with_stock_from_widget; 7345 GSList* function(GtkRadioToolButton* button) c_gtk_radio_tool_button_get_group; 7346 void function(GtkRadioToolButton* button, GSList* group) c_gtk_radio_tool_button_set_group; 7347 7348 // gtk.ColorChooserT 7349 7350 7351 // gtk.ColorChooserT 7352 7353 void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_get_rgba; 7354 void function(GtkColorChooser* chooser, GdkRGBA* color) c_gtk_color_chooser_set_rgba; 7355 gboolean function(GtkColorChooser* chooser) c_gtk_color_chooser_get_use_alpha; 7356 void function(GtkColorChooser* chooser, gboolean useAlpha) c_gtk_color_chooser_set_use_alpha; 7357 void function(GtkColorChooser* chooser, GtkOrientation orientation, gint colorsPerLine, gint nColors, GdkRGBA* colors) c_gtk_color_chooser_add_palette; 7358 7359 // gtk.ColorButton 7360 7361 GtkWidget* function() c_gtk_color_button_new; 7362 GtkWidget* function(GdkColor* color) c_gtk_color_button_new_with_color; 7363 GtkWidget* function(GdkRGBA* rgba) c_gtk_color_button_new_with_rgba; 7364 void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_set_color; 7365 void function(GtkColorButton* button, GdkColor* color) c_gtk_color_button_get_color; 7366 void function(GtkColorButton* button, guint16 alpha) c_gtk_color_button_set_alpha; 7367 guint16 function(GtkColorButton* button) c_gtk_color_button_get_alpha; 7368 void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_set_rgba; 7369 void function(GtkColorButton* button, GdkRGBA* rgba) c_gtk_color_button_get_rgba; 7370 void function(GtkColorButton* button, gboolean useAlpha) c_gtk_color_button_set_use_alpha; 7371 gboolean function(GtkColorButton* button) c_gtk_color_button_get_use_alpha; 7372 void function(GtkColorButton* button, gchar* title) c_gtk_color_button_set_title; 7373 gchar* function(GtkColorButton* button) c_gtk_color_button_get_title; 7374 7375 // gtk.ColorChooserWidget 7376 7377 GtkWidget* function() c_gtk_color_chooser_widget_new; 7378 7379 // gtk.ColorChooserDialog 7380 7381 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_color_chooser_dialog_new; 7382 7383 // gtk.FileChooserT 7384 7385 7386 // gtk.FileChooserT 7387 7388 void function(GtkFileChooser* chooser, GtkFileChooserAction action) c_gtk_file_chooser_set_action; 7389 GtkFileChooserAction function(GtkFileChooser* chooser) c_gtk_file_chooser_get_action; 7390 void function(GtkFileChooser* chooser, gboolean localOnly) c_gtk_file_chooser_set_local_only; 7391 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_local_only; 7392 void function(GtkFileChooser* chooser, gboolean selectMultiple) c_gtk_file_chooser_set_select_multiple; 7393 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_select_multiple; 7394 void function(GtkFileChooser* chooser, gboolean showHidden) c_gtk_file_chooser_set_show_hidden; 7395 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_show_hidden; 7396 void function(GtkFileChooser* chooser, gboolean doOverwriteConfirmation) c_gtk_file_chooser_set_do_overwrite_confirmation; 7397 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_do_overwrite_confirmation; 7398 void function(GtkFileChooser* chooser, gboolean createFolders) c_gtk_file_chooser_set_create_folders; 7399 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_create_folders; 7400 void function(GtkFileChooser* chooser, gchar* name) c_gtk_file_chooser_set_current_name; 7401 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_name; 7402 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filename; 7403 gboolean function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_set_filename; 7404 gboolean function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_select_filename; 7405 void function(GtkFileChooser* chooser, char* filename) c_gtk_file_chooser_unselect_filename; 7406 void function(GtkFileChooser* chooser) c_gtk_file_chooser_select_all; 7407 void function(GtkFileChooser* chooser) c_gtk_file_chooser_unselect_all; 7408 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filenames; 7409 gboolean function(GtkFileChooser* chooser, gchar* filename) c_gtk_file_chooser_set_current_folder; 7410 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder; 7411 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uri; 7412 gboolean function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_set_uri; 7413 gboolean function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_select_uri; 7414 void function(GtkFileChooser* chooser, char* uri) c_gtk_file_chooser_unselect_uri; 7415 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_uris; 7416 gboolean function(GtkFileChooser* chooser, gchar* uri) c_gtk_file_chooser_set_current_folder_uri; 7417 gchar* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_uri; 7418 void function(GtkFileChooser* chooser, GtkWidget* previewWidget) c_gtk_file_chooser_set_preview_widget; 7419 GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget; 7420 void function(GtkFileChooser* chooser, gboolean active) c_gtk_file_chooser_set_preview_widget_active; 7421 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_widget_active; 7422 void function(GtkFileChooser* chooser, gboolean useLabel) c_gtk_file_chooser_set_use_preview_label; 7423 gboolean function(GtkFileChooser* chooser) c_gtk_file_chooser_get_use_preview_label; 7424 char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_filename; 7425 char* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_uri; 7426 void function(GtkFileChooser* chooser, GtkWidget* extraWidget) c_gtk_file_chooser_set_extra_widget; 7427 GtkWidget* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_extra_widget; 7428 void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_add_filter; 7429 void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_remove_filter; 7430 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_filters; 7431 void function(GtkFileChooser* chooser, GtkFileFilter* filter) c_gtk_file_chooser_set_filter; 7432 GtkFileFilter* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_filter; 7433 gboolean function(GtkFileChooser* chooser, char* folder, GError** error) c_gtk_file_chooser_add_shortcut_folder; 7434 gboolean function(GtkFileChooser* chooser, char* folder, GError** error) c_gtk_file_chooser_remove_shortcut_folder; 7435 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folders; 7436 gboolean function(GtkFileChooser* chooser, char* uri, GError** error) c_gtk_file_chooser_add_shortcut_folder_uri; 7437 gboolean function(GtkFileChooser* chooser, char* uri, GError** error) c_gtk_file_chooser_remove_shortcut_folder_uri; 7438 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_list_shortcut_folder_uris; 7439 GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_current_folder_file; 7440 GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_file; 7441 GSList* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_files; 7442 GFile* function(GtkFileChooser* chooser) c_gtk_file_chooser_get_preview_file; 7443 gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_select_file; 7444 gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_set_current_folder_file; 7445 gboolean function(GtkFileChooser* chooser, GFile* file, GError** error) c_gtk_file_chooser_set_file; 7446 void function(GtkFileChooser* chooser, GFile* file) c_gtk_file_chooser_unselect_file; 7447 7448 // gtk.FileChooserButton 7449 7450 GtkWidget* function(gchar* title, GtkFileChooserAction action) c_gtk_file_chooser_button_new; 7451 GtkWidget* function(GtkWidget* dialog) c_gtk_file_chooser_button_new_with_dialog; 7452 gchar* function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_title; 7453 void function(GtkFileChooserButton* button, gchar* title) c_gtk_file_chooser_button_set_title; 7454 gint function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_width_chars; 7455 void function(GtkFileChooserButton* button, gint nChars) c_gtk_file_chooser_button_set_width_chars; 7456 gboolean function(GtkFileChooserButton* button) c_gtk_file_chooser_button_get_focus_on_click; 7457 void function(GtkFileChooserButton* button, gboolean focusOnClick) c_gtk_file_chooser_button_set_focus_on_click; 7458 7459 // gtk.FileChooserDialog 7460 7461 GtkWidget* function(gchar* title, GtkWindow* parent, GtkFileChooserAction action, gchar* firstButtonText, ... ) c_gtk_file_chooser_dialog_new; 7462 7463 // gtk.FileChooserWidget 7464 7465 GtkWidget* function(GtkFileChooserAction action) c_gtk_file_chooser_widget_new; 7466 7467 // gtk.FileFilter 7468 7469 GtkFileFilter* function() c_gtk_file_filter_new; 7470 void function(GtkFileFilter* filter, gchar* name) c_gtk_file_filter_set_name; 7471 gchar* function(GtkFileFilter* filter) c_gtk_file_filter_get_name; 7472 void function(GtkFileFilter* filter, gchar* mimeType) c_gtk_file_filter_add_mime_type; 7473 void function(GtkFileFilter* filter, gchar* pattern) c_gtk_file_filter_add_pattern; 7474 void function(GtkFileFilter* filter) c_gtk_file_filter_add_pixbuf_formats; 7475 void function(GtkFileFilter* filter, GtkFileFilterFlags needed, GtkFileFilterFunc func, void* data, GDestroyNotify notify) c_gtk_file_filter_add_custom; 7476 GtkFileFilterFlags function(GtkFileFilter* filter) c_gtk_file_filter_get_needed; 7477 gboolean function(GtkFileFilter* filter, GtkFileFilterInfo* filterInfo) c_gtk_file_filter_filter; 7478 7479 // gtk.FontChooserT 7480 7481 7482 // gtk.FontChooserT 7483 7484 PangoFontFamily* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_family; 7485 PangoFontFace* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_face; 7486 gint function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_size; 7487 gchar* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font; 7488 void function(GtkFontChooser* fontchooser, gchar* fontname) c_gtk_font_chooser_set_font; 7489 PangoFontDescription* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_font_desc; 7490 void function(GtkFontChooser* fontchooser, PangoFontDescription* fontDesc) c_gtk_font_chooser_set_font_desc; 7491 gchar* function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_preview_text; 7492 void function(GtkFontChooser* fontchooser, gchar* text) c_gtk_font_chooser_set_preview_text; 7493 gboolean function(GtkFontChooser* fontchooser) c_gtk_font_chooser_get_show_preview_entry; 7494 void function(GtkFontChooser* fontchooser, gboolean showPreviewEntry) c_gtk_font_chooser_set_show_preview_entry; 7495 void function(GtkFontChooser* fontchooser, GtkFontFilterFunc filter, void* userData, GDestroyNotify destroy) c_gtk_font_chooser_set_filter_func; 7496 7497 // gtk.FontButton 7498 7499 GtkWidget* function() c_gtk_font_button_new; 7500 GtkWidget* function(gchar* fontname) c_gtk_font_button_new_with_font; 7501 gboolean function(GtkFontButton* fontButton, gchar* fontname) c_gtk_font_button_set_font_name; 7502 gchar* function(GtkFontButton* fontButton) c_gtk_font_button_get_font_name; 7503 void function(GtkFontButton* fontButton, gboolean showStyle) c_gtk_font_button_set_show_style; 7504 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_show_style; 7505 void function(GtkFontButton* fontButton, gboolean showSize) c_gtk_font_button_set_show_size; 7506 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_show_size; 7507 void function(GtkFontButton* fontButton, gboolean useFont) c_gtk_font_button_set_use_font; 7508 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_use_font; 7509 void function(GtkFontButton* fontButton, gboolean useSize) c_gtk_font_button_set_use_size; 7510 gboolean function(GtkFontButton* fontButton) c_gtk_font_button_get_use_size; 7511 void function(GtkFontButton* fontButton, gchar* title) c_gtk_font_button_set_title; 7512 gchar* function(GtkFontButton* fontButton) c_gtk_font_button_get_title; 7513 7514 // gtk.FontChooserWidget 7515 7516 GtkWidget* function() c_gtk_font_chooser_widget_new; 7517 7518 // gtk.FontChooserDialog 7519 7520 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_font_chooser_dialog_new; 7521 7522 // gtk.PlacesSidebar 7523 7524 GtkWidget* function() c_gtk_places_sidebar_new; 7525 void function(GtkPlacesSidebar* sidebar, GtkPlacesOpenFlags flags) c_gtk_places_sidebar_set_open_flags; 7526 GtkPlacesOpenFlags function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_open_flags; 7527 void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_set_location; 7528 GFile* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_location; 7529 void function(GtkPlacesSidebar* sidebar, gboolean showDesktop) c_gtk_places_sidebar_set_show_desktop; 7530 gboolean function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_desktop; 7531 void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_add_shortcut; 7532 void function(GtkPlacesSidebar* sidebar, GFile* location) c_gtk_places_sidebar_remove_shortcut; 7533 GSList* function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_list_shortcuts; 7534 GFile* function(GtkPlacesSidebar* sidebar, gint n) c_gtk_places_sidebar_get_nth_bookmark; 7535 gboolean function(GtkPlacesSidebar* sidebar) c_gtk_places_sidebar_get_show_connect_to_server; 7536 void function(GtkPlacesSidebar* sidebar, gboolean showConnectToServer) c_gtk_places_sidebar_set_show_connect_to_server; 7537 7538 // gtk.Frame 7539 7540 GtkWidget* function(gchar* label) c_gtk_frame_new; 7541 void function(GtkFrame* frame, gchar* label) c_gtk_frame_set_label; 7542 void function(GtkFrame* frame, GtkWidget* labelWidget) c_gtk_frame_set_label_widget; 7543 void function(GtkFrame* frame, gfloat xalign, gfloat yalign) c_gtk_frame_set_label_align; 7544 void function(GtkFrame* frame, GtkShadowType type) c_gtk_frame_set_shadow_type; 7545 gchar* function(GtkFrame* frame) c_gtk_frame_get_label; 7546 void function(GtkFrame* frame, gfloat* xalign, gfloat* yalign) c_gtk_frame_get_label_align; 7547 GtkWidget* function(GtkFrame* frame) c_gtk_frame_get_label_widget; 7548 GtkShadowType function(GtkFrame* frame) c_gtk_frame_get_shadow_type; 7549 7550 // gtk.Separator 7551 7552 GtkWidget* function(GtkOrientation orientation) c_gtk_separator_new; 7553 7554 // gtk.Scrollbar 7555 7556 GtkWidget* function(GtkOrientation orientation, GtkAdjustment* adjustment) c_gtk_scrollbar_new; 7557 7558 // gtk.ScrolledWindow 7559 7560 GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_scrolled_window_new; 7561 GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hadjustment; 7562 GtkAdjustment* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vadjustment; 7563 GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_hscrollbar; 7564 GtkWidget* function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_vscrollbar; 7565 void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType hscrollbarPolicy, GtkPolicyType vscrollbarPolicy) c_gtk_scrolled_window_set_policy; 7566 void function(GtkScrolledWindow* scrolledWindow, GtkWidget* child) c_gtk_scrolled_window_add_with_viewport; 7567 void function(GtkScrolledWindow* scrolledWindow, GtkCornerType windowPlacement) c_gtk_scrolled_window_set_placement; 7568 void function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_unset_placement; 7569 void function(GtkScrolledWindow* scrolledWindow, GtkShadowType type) c_gtk_scrolled_window_set_shadow_type; 7570 void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* hadjustment) c_gtk_scrolled_window_set_hadjustment; 7571 void function(GtkScrolledWindow* scrolledWindow, GtkAdjustment* vadjustment) c_gtk_scrolled_window_set_vadjustment; 7572 GtkCornerType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_placement; 7573 void function(GtkScrolledWindow* scrolledWindow, GtkPolicyType* hscrollbarPolicy, GtkPolicyType* vscrollbarPolicy) c_gtk_scrolled_window_get_policy; 7574 GtkShadowType function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_shadow_type; 7575 gint function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_width; 7576 void function(GtkScrolledWindow* scrolledWindow, gint width) c_gtk_scrolled_window_set_min_content_width; 7577 gint function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_min_content_height; 7578 void function(GtkScrolledWindow* scrolledWindow, gint height) c_gtk_scrolled_window_set_min_content_height; 7579 void function(GtkScrolledWindow* scrolledWindow, gboolean kineticScrolling) c_gtk_scrolled_window_set_kinetic_scrolling; 7580 gboolean function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_kinetic_scrolling; 7581 void function(GtkScrolledWindow* scrolledWindow, gboolean captureButtonPress) c_gtk_scrolled_window_set_capture_button_press; 7582 gboolean function(GtkScrolledWindow* scrolledWindow) c_gtk_scrolled_window_get_capture_button_press; 7583 7584 // gtk.ScrollableT 7585 7586 7587 // gtk.ScrollableT 7588 7589 GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_hadjustment; 7590 void function(GtkScrollable* scrollable, GtkAdjustment* hadjustment) c_gtk_scrollable_set_hadjustment; 7591 GtkAdjustment* function(GtkScrollable* scrollable) c_gtk_scrollable_get_vadjustment; 7592 void function(GtkScrollable* scrollable, GtkAdjustment* vadjustment) c_gtk_scrollable_set_vadjustment; 7593 GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_hscroll_policy; 7594 void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_hscroll_policy; 7595 GtkScrollablePolicy function(GtkScrollable* scrollable) c_gtk_scrollable_get_vscroll_policy; 7596 void function(GtkScrollable* scrollable, GtkScrollablePolicy policy) c_gtk_scrollable_set_vscroll_policy; 7597 7598 // gtk.PrintOperation 7599 7600 GtkPrintOperation* function() c_gtk_print_operation_new; 7601 void function(GtkPrintOperation* op, gboolean allowAsync) c_gtk_print_operation_set_allow_async; 7602 void function(GtkPrintOperation* op, GError** error) c_gtk_print_operation_get_error; 7603 void function(GtkPrintOperation* op, GtkPageSetup* defaultPageSetup) c_gtk_print_operation_set_default_page_setup; 7604 GtkPageSetup* function(GtkPrintOperation* op) c_gtk_print_operation_get_default_page_setup; 7605 void function(GtkPrintOperation* op, GtkPrintSettings* printSettings) c_gtk_print_operation_set_print_settings; 7606 GtkPrintSettings* function(GtkPrintOperation* op) c_gtk_print_operation_get_print_settings; 7607 void function(GtkPrintOperation* op, gchar* jobName) c_gtk_print_operation_set_job_name; 7608 void function(GtkPrintOperation* op, gint nPages) c_gtk_print_operation_set_n_pages; 7609 gint function(GtkPrintOperation* op) c_gtk_print_operation_get_n_pages_to_print; 7610 void function(GtkPrintOperation* op, gint currentPage) c_gtk_print_operation_set_current_page; 7611 void function(GtkPrintOperation* op, gboolean fullPage) c_gtk_print_operation_set_use_full_page; 7612 void function(GtkPrintOperation* op, GtkUnit unit) c_gtk_print_operation_set_unit; 7613 void function(GtkPrintOperation* op, gchar* filename) c_gtk_print_operation_set_export_filename; 7614 void function(GtkPrintOperation* op, gboolean showProgress) c_gtk_print_operation_set_show_progress; 7615 void function(GtkPrintOperation* op, gboolean trackStatus) c_gtk_print_operation_set_track_print_status; 7616 void function(GtkPrintOperation* op, gchar* label) c_gtk_print_operation_set_custom_tab_label; 7617 GtkPrintOperationResult function(GtkPrintOperation* op, GtkPrintOperationAction action, GtkWindow* parent, GError** error) c_gtk_print_operation_run; 7618 void function(GtkPrintOperation* op) c_gtk_print_operation_cancel; 7619 void function(GtkPrintOperation* op) c_gtk_print_operation_draw_page_finish; 7620 void function(GtkPrintOperation* op) c_gtk_print_operation_set_defer_drawing; 7621 GtkPrintStatus function(GtkPrintOperation* op) c_gtk_print_operation_get_status; 7622 gchar* function(GtkPrintOperation* op) c_gtk_print_operation_get_status_string; 7623 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_is_finished; 7624 void function(GtkPrintOperation* op, gboolean supportSelection) c_gtk_print_operation_set_support_selection; 7625 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_support_selection; 7626 void function(GtkPrintOperation* op, gboolean hasSelection) c_gtk_print_operation_set_has_selection; 7627 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_has_selection; 7628 void function(GtkPrintOperation* op, gboolean embed) c_gtk_print_operation_set_embed_page_setup; 7629 gboolean function(GtkPrintOperation* op) c_gtk_print_operation_get_embed_page_setup; 7630 GtkPageSetup* function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings) c_gtk_print_run_page_setup_dialog; 7631 void function(GtkWindow* parent, GtkPageSetup* pageSetup, GtkPrintSettings* settings, GtkPageSetupDoneFunc doneCb, void* data) c_gtk_print_run_page_setup_dialog_async; 7632 7633 // gtk.PrintOperationPreviewT 7634 7635 7636 // gtk.PrintOperationPreviewT 7637 7638 void function(GtkPrintOperationPreview* preview) c_gtk_print_operation_preview_end_preview; 7639 gboolean function(GtkPrintOperationPreview* preview, gint pageNr) c_gtk_print_operation_preview_is_selected; 7640 void function(GtkPrintOperationPreview* preview, gint pageNr) c_gtk_print_operation_preview_render_page; 7641 7642 // gtk.PrintContext 7643 7644 cairo_t* function(GtkPrintContext* context) c_gtk_print_context_get_cairo_context; 7645 void function(GtkPrintContext* context, cairo_t* cr, double dpiX, double dpiY) c_gtk_print_context_set_cairo_context; 7646 GtkPageSetup* function(GtkPrintContext* context) c_gtk_print_context_get_page_setup; 7647 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_width; 7648 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_height; 7649 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_dpi_x; 7650 gdouble function(GtkPrintContext* context) c_gtk_print_context_get_dpi_y; 7651 PangoFontMap* function(GtkPrintContext* context) c_gtk_print_context_get_pango_fontmap; 7652 PangoContext* function(GtkPrintContext* context) c_gtk_print_context_create_pango_context; 7653 PangoLayout* function(GtkPrintContext* context) c_gtk_print_context_create_pango_layout; 7654 gboolean function(GtkPrintContext* context, gdouble* top, gdouble* bottom, gdouble* left, gdouble* right) c_gtk_print_context_get_hard_margins; 7655 7656 // gtk.PrintSettings 7657 7658 GtkPrintSettings* function() c_gtk_print_settings_new; 7659 GtkPrintSettings* function(GtkPrintSettings* other) c_gtk_print_settings_copy; 7660 gboolean function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_has_key; 7661 gchar* function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get; 7662 void function(GtkPrintSettings* settings, gchar* key, gchar* value) c_gtk_print_settings_set; 7663 void function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_unset; 7664 void function(GtkPrintSettings* settings, GtkPrintSettingsFunc func, void* userData) c_gtk_print_settings_foreach; 7665 gboolean function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_bool; 7666 void function(GtkPrintSettings* settings, gchar* key, gboolean value) c_gtk_print_settings_set_bool; 7667 gdouble function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_double; 7668 gdouble function(GtkPrintSettings* settings, gchar* key, gdouble def) c_gtk_print_settings_get_double_with_default; 7669 void function(GtkPrintSettings* settings, gchar* key, gdouble value) c_gtk_print_settings_set_double; 7670 gdouble function(GtkPrintSettings* settings, gchar* key, GtkUnit unit) c_gtk_print_settings_get_length; 7671 void function(GtkPrintSettings* settings, gchar* key, gdouble value, GtkUnit unit) c_gtk_print_settings_set_length; 7672 gint function(GtkPrintSettings* settings, gchar* key) c_gtk_print_settings_get_int; 7673 gint function(GtkPrintSettings* settings, gchar* key, gint def) c_gtk_print_settings_get_int_with_default; 7674 void function(GtkPrintSettings* settings, gchar* key, gint value) c_gtk_print_settings_set_int; 7675 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer; 7676 void function(GtkPrintSettings* settings, gchar* printer) c_gtk_print_settings_set_printer; 7677 GtkPageOrientation function(GtkPrintSettings* settings) c_gtk_print_settings_get_orientation; 7678 void function(GtkPrintSettings* settings, GtkPageOrientation orientation) c_gtk_print_settings_set_orientation; 7679 GtkPaperSize* function(GtkPrintSettings* settings) c_gtk_print_settings_get_paper_size; 7680 void function(GtkPrintSettings* settings, GtkPaperSize* paperSize) c_gtk_print_settings_set_paper_size; 7681 gdouble function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_width; 7682 void function(GtkPrintSettings* settings, gdouble width, GtkUnit unit) c_gtk_print_settings_set_paper_width; 7683 gdouble function(GtkPrintSettings* settings, GtkUnit unit) c_gtk_print_settings_get_paper_height; 7684 void function(GtkPrintSettings* settings, gdouble height, GtkUnit unit) c_gtk_print_settings_set_paper_height; 7685 gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_use_color; 7686 void function(GtkPrintSettings* settings, gboolean useColor) c_gtk_print_settings_set_use_color; 7687 gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_collate; 7688 void function(GtkPrintSettings* settings, gboolean collate) c_gtk_print_settings_set_collate; 7689 gboolean function(GtkPrintSettings* settings) c_gtk_print_settings_get_reverse; 7690 void function(GtkPrintSettings* settings, gboolean reverse) c_gtk_print_settings_set_reverse; 7691 GtkPrintDuplex function(GtkPrintSettings* settings) c_gtk_print_settings_get_duplex; 7692 void function(GtkPrintSettings* settings, GtkPrintDuplex duplex) c_gtk_print_settings_set_duplex; 7693 GtkPrintQuality function(GtkPrintSettings* settings) c_gtk_print_settings_get_quality; 7694 void function(GtkPrintSettings* settings, GtkPrintQuality quality) c_gtk_print_settings_set_quality; 7695 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_n_copies; 7696 void function(GtkPrintSettings* settings, gint numCopies) c_gtk_print_settings_set_n_copies; 7697 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up; 7698 void function(GtkPrintSettings* settings, gint numberUp) c_gtk_print_settings_set_number_up; 7699 GtkNumberUpLayout function(GtkPrintSettings* settings) c_gtk_print_settings_get_number_up_layout; 7700 void function(GtkPrintSettings* settings, GtkNumberUpLayout numberUpLayout) c_gtk_print_settings_set_number_up_layout; 7701 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution; 7702 void function(GtkPrintSettings* settings, gint resolution) c_gtk_print_settings_set_resolution; 7703 void function(GtkPrintSettings* settings, gint resolutionX, gint resolutionY) c_gtk_print_settings_set_resolution_xy; 7704 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_x; 7705 gint function(GtkPrintSettings* settings) c_gtk_print_settings_get_resolution_y; 7706 gdouble function(GtkPrintSettings* settings) c_gtk_print_settings_get_printer_lpi; 7707 void function(GtkPrintSettings* settings, gdouble lpi) c_gtk_print_settings_set_printer_lpi; 7708 gdouble function(GtkPrintSettings* settings) c_gtk_print_settings_get_scale; 7709 void function(GtkPrintSettings* settings, gdouble scale) c_gtk_print_settings_set_scale; 7710 GtkPrintPages function(GtkPrintSettings* settings) c_gtk_print_settings_get_print_pages; 7711 void function(GtkPrintSettings* settings, GtkPrintPages pages) c_gtk_print_settings_set_print_pages; 7712 GtkPageRange* function(GtkPrintSettings* settings, gint* numRanges) c_gtk_print_settings_get_page_ranges; 7713 void function(GtkPrintSettings* settings, GtkPageRange* pageRanges, gint numRanges) c_gtk_print_settings_set_page_ranges; 7714 GtkPageSet function(GtkPrintSettings* settings) c_gtk_print_settings_get_page_set; 7715 void function(GtkPrintSettings* settings, GtkPageSet pageSet) c_gtk_print_settings_set_page_set; 7716 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_default_source; 7717 void function(GtkPrintSettings* settings, gchar* defaultSource) c_gtk_print_settings_set_default_source; 7718 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_media_type; 7719 void function(GtkPrintSettings* settings, gchar* mediaType) c_gtk_print_settings_set_media_type; 7720 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_dither; 7721 void function(GtkPrintSettings* settings, gchar* dither) c_gtk_print_settings_set_dither; 7722 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_finishings; 7723 void function(GtkPrintSettings* settings, gchar* finishings) c_gtk_print_settings_set_finishings; 7724 gchar* function(GtkPrintSettings* settings) c_gtk_print_settings_get_output_bin; 7725 void function(GtkPrintSettings* settings, gchar* outputBin) c_gtk_print_settings_set_output_bin; 7726 GtkPrintSettings* function(gchar* fileName, GError** error) c_gtk_print_settings_new_from_file; 7727 GtkPrintSettings* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_print_settings_new_from_key_file; 7728 gboolean function(GtkPrintSettings* settings, gchar* fileName, GError** error) c_gtk_print_settings_load_file; 7729 gboolean function(GtkPrintSettings* settings, GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_print_settings_load_key_file; 7730 gboolean function(GtkPrintSettings* settings, gchar* fileName, GError** error) c_gtk_print_settings_to_file; 7731 void function(GtkPrintSettings* settings, GKeyFile* keyFile, gchar* groupName) c_gtk_print_settings_to_key_file; 7732 7733 // gtk.PageSetup 7734 7735 GtkPageSetup* function() c_gtk_page_setup_new; 7736 GtkPageSetup* function(GtkPageSetup* other) c_gtk_page_setup_copy; 7737 GtkPageOrientation function(GtkPageSetup* setup) c_gtk_page_setup_get_orientation; 7738 void function(GtkPageSetup* setup, GtkPageOrientation orientation) c_gtk_page_setup_set_orientation; 7739 GtkPaperSize* function(GtkPageSetup* setup) c_gtk_page_setup_get_paper_size; 7740 void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size; 7741 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_top_margin; 7742 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_top_margin; 7743 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_bottom_margin; 7744 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_bottom_margin; 7745 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_left_margin; 7746 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_left_margin; 7747 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_right_margin; 7748 void function(GtkPageSetup* setup, gdouble margin, GtkUnit unit) c_gtk_page_setup_set_right_margin; 7749 void function(GtkPageSetup* setup, GtkPaperSize* size) c_gtk_page_setup_set_paper_size_and_default_margins; 7750 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_width; 7751 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_paper_height; 7752 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_width; 7753 gdouble function(GtkPageSetup* setup, GtkUnit unit) c_gtk_page_setup_get_page_height; 7754 GtkPageSetup* function(gchar* fileName, GError** error) c_gtk_page_setup_new_from_file; 7755 GtkPageSetup* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_page_setup_new_from_key_file; 7756 gboolean function(GtkPageSetup* setup, char* fileName, GError** error) c_gtk_page_setup_load_file; 7757 gboolean function(GtkPageSetup* setup, GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_page_setup_load_key_file; 7758 gboolean function(GtkPageSetup* setup, char* fileName, GError** error) c_gtk_page_setup_to_file; 7759 void function(GtkPageSetup* setup, GKeyFile* keyFile, gchar* groupName) c_gtk_page_setup_to_key_file; 7760 7761 // gtk.PaperSize 7762 7763 GtkPaperSize* function(gchar* name) c_gtk_paper_size_new; 7764 GtkPaperSize* function(gchar* ppdName, gchar* ppdDisplayName, gdouble width, gdouble height) c_gtk_paper_size_new_from_ppd; 7765 GtkPaperSize* function(gchar* name, gchar* displayName, gdouble width, gdouble height, GtkUnit unit) c_gtk_paper_size_new_custom; 7766 GtkPaperSize* function(GtkPaperSize* other) c_gtk_paper_size_copy; 7767 void function(GtkPaperSize* size) c_gtk_paper_size_free; 7768 gboolean function(GtkPaperSize* size1, GtkPaperSize* size2) c_gtk_paper_size_is_equal; 7769 GList* function(gboolean includeCustom) c_gtk_paper_size_get_paper_sizes; 7770 gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_name; 7771 gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_display_name; 7772 gchar* function(GtkPaperSize* size) c_gtk_paper_size_get_ppd_name; 7773 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_width; 7774 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_height; 7775 gboolean function(GtkPaperSize* size) c_gtk_paper_size_is_custom; 7776 void function(GtkPaperSize* size, gdouble width, gdouble height, GtkUnit unit) c_gtk_paper_size_set_size; 7777 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_top_margin; 7778 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_bottom_margin; 7779 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_left_margin; 7780 gdouble function(GtkPaperSize* size, GtkUnit unit) c_gtk_paper_size_get_default_right_margin; 7781 gchar* function() c_gtk_paper_size_get_default; 7782 GtkPaperSize* function(GKeyFile* keyFile, gchar* groupName, GError** error) c_gtk_paper_size_new_from_key_file; 7783 void function(GtkPaperSize* size, GKeyFile* keyFile, gchar* groupName) c_gtk_paper_size_to_key_file; 7784 7785 // gtk.Printer 7786 7787 GtkPrinter* function(gchar* name, GtkPrintBackend* backend, gboolean virtual) c_gtk_printer_new; 7788 GtkPrintBackend* function(GtkPrinter* printer) c_gtk_printer_get_backend; 7789 gchar* function(GtkPrinter* printer) c_gtk_printer_get_name; 7790 gchar* function(GtkPrinter* printer) c_gtk_printer_get_state_message; 7791 gchar* function(GtkPrinter* printer) c_gtk_printer_get_description; 7792 gchar* function(GtkPrinter* printer) c_gtk_printer_get_location; 7793 gchar* function(GtkPrinter* printer) c_gtk_printer_get_icon_name; 7794 gint function(GtkPrinter* printer) c_gtk_printer_get_job_count; 7795 gboolean function(GtkPrinter* printer) c_gtk_printer_is_active; 7796 gboolean function(GtkPrinter* printer) c_gtk_printer_is_paused; 7797 gboolean function(GtkPrinter* printer) c_gtk_printer_is_accepting_jobs; 7798 gboolean function(GtkPrinter* printer) c_gtk_printer_is_virtual; 7799 gboolean function(GtkPrinter* printer) c_gtk_printer_is_default; 7800 gboolean function(GtkPrinter* printer) c_gtk_printer_accepts_ps; 7801 gboolean function(GtkPrinter* printer) c_gtk_printer_accepts_pdf; 7802 GList* function(GtkPrinter* printer) c_gtk_printer_list_papers; 7803 gint function(GtkPrinter* a, GtkPrinter* b) c_gtk_printer_compare; 7804 gboolean function(GtkPrinter* printer) c_gtk_printer_has_details; 7805 void function(GtkPrinter* printer) c_gtk_printer_request_details; 7806 GtkPrintCapabilities function(GtkPrinter* printer) c_gtk_printer_get_capabilities; 7807 GtkPageSetup* function(GtkPrinter* printer) c_gtk_printer_get_default_page_size; 7808 gboolean function(GtkPrinter* printer, gdouble* top, gdouble* bottom, gdouble* left, gdouble* right) c_gtk_printer_get_hard_margins; 7809 void function(GtkPrinterFunc func, void* data, GDestroyNotify destroy, gboolean wait) c_gtk_enumerate_printers; 7810 7811 // gtk.PrintJob 7812 7813 GtkPrintJob* function(gchar* title, GtkPrinter* printer, GtkPrintSettings* settings, GtkPageSetup* pageSetup) c_gtk_print_job_new; 7814 GtkPrintSettings* function(GtkPrintJob* job) c_gtk_print_job_get_settings; 7815 GtkPrinter* function(GtkPrintJob* job) c_gtk_print_job_get_printer; 7816 gchar* function(GtkPrintJob* job) c_gtk_print_job_get_title; 7817 GtkPrintStatus function(GtkPrintJob* job) c_gtk_print_job_get_status; 7818 gboolean function(GtkPrintJob* job, gchar* filename, GError** error) c_gtk_print_job_set_source_file; 7819 cairo_surface_t* function(GtkPrintJob* job, GError** error) c_gtk_print_job_get_surface; 7820 void function(GtkPrintJob* job, GtkPrintJobCompleteFunc callback, void* userData, GDestroyNotify dnotify) c_gtk_print_job_send; 7821 void function(GtkPrintJob* job, gboolean trackStatus) c_gtk_print_job_set_track_print_status; 7822 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_track_print_status; 7823 GtkPrintPages function(GtkPrintJob* job) c_gtk_print_job_get_pages; 7824 void function(GtkPrintJob* job, GtkPrintPages pages) c_gtk_print_job_set_pages; 7825 GtkPageRange* function(GtkPrintJob* job, gint* nRanges) c_gtk_print_job_get_page_ranges; 7826 void function(GtkPrintJob* job, GtkPageRange* ranges, gint nRanges) c_gtk_print_job_set_page_ranges; 7827 GtkPageSet function(GtkPrintJob* job) c_gtk_print_job_get_page_set; 7828 void function(GtkPrintJob* job, GtkPageSet pageSet) c_gtk_print_job_set_page_set; 7829 gint function(GtkPrintJob* job) c_gtk_print_job_get_num_copies; 7830 void function(GtkPrintJob* job, gint numCopies) c_gtk_print_job_set_num_copies; 7831 gdouble function(GtkPrintJob* job) c_gtk_print_job_get_scale; 7832 void function(GtkPrintJob* job, gdouble scale) c_gtk_print_job_set_scale; 7833 guint function(GtkPrintJob* job) c_gtk_print_job_get_n_up; 7834 void function(GtkPrintJob* job, guint nUp) c_gtk_print_job_set_n_up; 7835 GtkNumberUpLayout function(GtkPrintJob* job) c_gtk_print_job_get_n_up_layout; 7836 void function(GtkPrintJob* job, GtkNumberUpLayout layout) c_gtk_print_job_set_n_up_layout; 7837 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_rotate; 7838 void function(GtkPrintJob* job, gboolean rotate) c_gtk_print_job_set_rotate; 7839 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_collate; 7840 void function(GtkPrintJob* job, gboolean collate) c_gtk_print_job_set_collate; 7841 gboolean function(GtkPrintJob* job) c_gtk_print_job_get_reverse; 7842 void function(GtkPrintJob* job, gboolean reverse) c_gtk_print_job_set_reverse; 7843 7844 // gtk.PrintUnixDialog 7845 7846 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_print_unix_dialog_new; 7847 void function(GtkPrintUnixDialog* dialog, GtkPageSetup* pageSetup) c_gtk_print_unix_dialog_set_page_setup; 7848 GtkPageSetup* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_page_setup; 7849 void function(GtkPrintUnixDialog* dialog, gint currentPage) c_gtk_print_unix_dialog_set_current_page; 7850 gint function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_current_page; 7851 void function(GtkPrintUnixDialog* dialog, GtkPrintSettings* settings) c_gtk_print_unix_dialog_set_settings; 7852 GtkPrintSettings* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_settings; 7853 GtkPrinter* function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_selected_printer; 7854 void function(GtkPrintUnixDialog* dialog, GtkWidget* child, GtkWidget* tabLabel) c_gtk_print_unix_dialog_add_custom_tab; 7855 void function(GtkPrintUnixDialog* dialog, gboolean supportSelection) c_gtk_print_unix_dialog_set_support_selection; 7856 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_support_selection; 7857 void function(GtkPrintUnixDialog* dialog, gboolean hasSelection) c_gtk_print_unix_dialog_set_has_selection; 7858 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_has_selection; 7859 void function(GtkPrintUnixDialog* dialog, gboolean embed) c_gtk_print_unix_dialog_set_embed_page_setup; 7860 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_embed_page_setup; 7861 gboolean function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_page_setup_set; 7862 void function(GtkPrintUnixDialog* dialog, GtkPrintCapabilities capabilities) c_gtk_print_unix_dialog_set_manual_capabilities; 7863 GtkPrintCapabilities function(GtkPrintUnixDialog* dialog) c_gtk_print_unix_dialog_get_manual_capabilities; 7864 7865 // gtk.PageSetupUnixDialog 7866 7867 GtkWidget* function(gchar* title, GtkWindow* parent) c_gtk_page_setup_unix_dialog_new; 7868 void function(GtkPageSetupUnixDialog* dialog, GtkPageSetup* pageSetup) c_gtk_page_setup_unix_dialog_set_page_setup; 7869 GtkPageSetup* function(GtkPageSetupUnixDialog* dialog) c_gtk_page_setup_unix_dialog_get_page_setup; 7870 void function(GtkPageSetupUnixDialog* dialog, GtkPrintSettings* printSettings) c_gtk_page_setup_unix_dialog_set_print_settings; 7871 GtkPrintSettings* function(GtkPageSetupUnixDialog* dialog) c_gtk_page_setup_unix_dialog_get_print_settings; 7872 7873 // gtk.Adjustment 7874 7875 GtkAdjustment* function(gdouble value, gdouble lower, gdouble upper, gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize) c_gtk_adjustment_new; 7876 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_value; 7877 void function(GtkAdjustment* adjustment, gdouble value) c_gtk_adjustment_set_value; 7878 void function(GtkAdjustment* adjustment, gdouble lower, gdouble upper) c_gtk_adjustment_clamp_page; 7879 void function(GtkAdjustment* adjustment) c_gtk_adjustment_changed; 7880 void function(GtkAdjustment* adjustment) c_gtk_adjustment_value_changed; 7881 void function(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper, gdouble stepIncrement, gdouble pageIncrement, gdouble pageSize) c_gtk_adjustment_configure; 7882 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_lower; 7883 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_increment; 7884 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_page_size; 7885 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_step_increment; 7886 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_minimum_increment; 7887 gdouble function(GtkAdjustment* adjustment) c_gtk_adjustment_get_upper; 7888 void function(GtkAdjustment* adjustment, gdouble lower) c_gtk_adjustment_set_lower; 7889 void function(GtkAdjustment* adjustment, gdouble pageIncrement) c_gtk_adjustment_set_page_increment; 7890 void function(GtkAdjustment* adjustment, gdouble pageSize) c_gtk_adjustment_set_page_size; 7891 void function(GtkAdjustment* adjustment, gdouble stepIncrement) c_gtk_adjustment_set_step_increment; 7892 void function(GtkAdjustment* adjustment, gdouble upper) c_gtk_adjustment_set_upper; 7893 7894 // gtk.Arrow 7895 7896 GtkWidget* function(GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_new; 7897 void function(GtkArrow* arrow, GtkArrowType arrowType, GtkShadowType shadowType) c_gtk_arrow_set; 7898 7899 // gtk.Calendar 7900 7901 GtkWidget* function() c_gtk_calendar_new; 7902 void function(GtkCalendar* calendar, guint month, guint year) c_gtk_calendar_select_month; 7903 void function(GtkCalendar* calendar, guint day) c_gtk_calendar_select_day; 7904 void function(GtkCalendar* calendar, guint day) c_gtk_calendar_mark_day; 7905 void function(GtkCalendar* calendar, guint day) c_gtk_calendar_unmark_day; 7906 gboolean function(GtkCalendar* calendar, guint day) c_gtk_calendar_get_day_is_marked; 7907 void function(GtkCalendar* calendar) c_gtk_calendar_clear_marks; 7908 GtkCalendarDisplayOptions function(GtkCalendar* calendar) c_gtk_calendar_get_display_options; 7909 void function(GtkCalendar* calendar, GtkCalendarDisplayOptions flags) c_gtk_calendar_set_display_options; 7910 void function(GtkCalendar* calendar, guint* year, guint* month, guint* day) c_gtk_calendar_get_date; 7911 void function(GtkCalendar* calendar, GtkCalendarDetailFunc func, void* data, GDestroyNotify destroy) c_gtk_calendar_set_detail_func; 7912 gint function(GtkCalendar* calendar) c_gtk_calendar_get_detail_width_chars; 7913 void function(GtkCalendar* calendar, gint chars) c_gtk_calendar_set_detail_width_chars; 7914 gint function(GtkCalendar* calendar) c_gtk_calendar_get_detail_height_rows; 7915 void function(GtkCalendar* calendar, gint rows) c_gtk_calendar_set_detail_height_rows; 7916 7917 // gtk.DrawingArea 7918 7919 GtkWidget* function() c_gtk_drawing_area_new; 7920 7921 // gtk.EventBox 7922 7923 GtkWidget* function() c_gtk_event_box_new; 7924 void function(GtkEventBox* eventBox, gboolean aboveChild) c_gtk_event_box_set_above_child; 7925 gboolean function(GtkEventBox* eventBox) c_gtk_event_box_get_above_child; 7926 void function(GtkEventBox* eventBox, gboolean visibleWindow) c_gtk_event_box_set_visible_window; 7927 gboolean function(GtkEventBox* eventBox) c_gtk_event_box_get_visible_window; 7928 7929 // gtk.HandleBox 7930 7931 GtkWidget* function() c_gtk_handle_box_new; 7932 void function(GtkHandleBox* handleBox, GtkShadowType type) c_gtk_handle_box_set_shadow_type; 7933 void function(GtkHandleBox* handleBox, GtkPositionType position) c_gtk_handle_box_set_handle_position; 7934 void function(GtkHandleBox* handleBox, GtkPositionType edge) c_gtk_handle_box_set_snap_edge; 7935 GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_handle_position; 7936 GtkShadowType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_shadow_type; 7937 GtkPositionType function(GtkHandleBox* handleBox) c_gtk_handle_box_get_snap_edge; 7938 gboolean function(GtkHandleBox* handleBox) c_gtk_handle_box_get_child_detached; 7939 7940 // gtk.IMContextSimple 7941 7942 GtkIMContext* function() c_gtk_im_context_simple_new; 7943 void function(GtkIMContextSimple* contextSimple, guint16* data, gint maxSeqLen, gint nSeqs) c_gtk_im_context_simple_add_table; 7944 7945 // gtk.IMMulticontext 7946 7947 GtkIMContext* function() c_gtk_im_multicontext_new; 7948 void function(GtkIMMulticontext* context, GtkMenuShell* menushell) c_gtk_im_multicontext_append_menuitems; 7949 char* function(GtkIMMulticontext* context) c_gtk_im_multicontext_get_context_id; 7950 void function(GtkIMMulticontext* context, char* contextId) c_gtk_im_multicontext_set_context_id; 7951 7952 // gtk.SizeGroup 7953 7954 GtkSizeGroup* function(GtkSizeGroupMode mode) c_gtk_size_group_new; 7955 void function(GtkSizeGroup* sizeGroup, GtkSizeGroupMode mode) c_gtk_size_group_set_mode; 7956 GtkSizeGroupMode function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_mode; 7957 void function(GtkSizeGroup* sizeGroup, gboolean ignoreHidden) c_gtk_size_group_set_ignore_hidden; 7958 gboolean function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_ignore_hidden; 7959 void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_add_widget; 7960 void function(GtkSizeGroup* sizeGroup, GtkWidget* widget) c_gtk_size_group_remove_widget; 7961 GSList* function(GtkSizeGroup* sizeGroup) c_gtk_size_group_get_widgets; 7962 7963 // gtk.Tooltip 7964 7965 void function(GtkTooltip* tooltip, gchar* markup) c_gtk_tooltip_set_markup; 7966 void function(GtkTooltip* tooltip, gchar* text) c_gtk_tooltip_set_text; 7967 void function(GtkTooltip* tooltip, GdkPixbuf* pixbuf) c_gtk_tooltip_set_icon; 7968 void function(GtkTooltip* tooltip, gchar* stockId, GtkIconSize size) c_gtk_tooltip_set_icon_from_stock; 7969 void function(GtkTooltip* tooltip, gchar* iconName, GtkIconSize size) c_gtk_tooltip_set_icon_from_icon_name; 7970 void function(GtkTooltip* tooltip, GIcon* gicon, GtkIconSize size) c_gtk_tooltip_set_icon_from_gicon; 7971 void function(GtkTooltip* tooltip, GtkWidget* customWidget) c_gtk_tooltip_set_custom; 7972 void function(GdkDisplay* display) c_gtk_tooltip_trigger_tooltip_query; 7973 void function(GtkTooltip* tooltip, GdkRectangle* rect) c_gtk_tooltip_set_tip_area; 7974 7975 // gtk.Viewport 7976 7977 GtkWidget* function(GtkAdjustment* hadjustment, GtkAdjustment* vadjustment) c_gtk_viewport_new; 7978 GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_hadjustment; 7979 GtkAdjustment* function(GtkViewport* viewport) c_gtk_viewport_get_vadjustment; 7980 void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_hadjustment; 7981 void function(GtkViewport* viewport, GtkAdjustment* adjustment) c_gtk_viewport_set_vadjustment; 7982 void function(GtkViewport* viewport, GtkShadowType type) c_gtk_viewport_set_shadow_type; 7983 GtkShadowType function(GtkViewport* viewport) c_gtk_viewport_get_shadow_type; 7984 GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_bin_window; 7985 GdkWindow* function(GtkViewport* viewport) c_gtk_viewport_get_view_window; 7986 7987 // gtk.Accessible 7988 7989 void function(GtkAccessible* accessible) c_gtk_accessible_connect_widget_destroyed; 7990 GtkWidget* function(GtkAccessible* accessible) c_gtk_accessible_get_widget; 7991 void function(GtkAccessible* accessible, GtkWidget* widget) c_gtk_accessible_set_widget; 7992 7993 // gtk.Widget 7994 7995 GtkWidget* function(GType type, gchar* firstPropertyName, ... ) c_gtk_widget_new; 7996 void function(GtkWidget* widget) c_gtk_widget_destroy; 7997 gboolean function(GtkWidget* widget) c_gtk_widget_in_destruction; 7998 void function(GtkWidget* widget, GtkWidget** widgetPointer) c_gtk_widget_destroyed; 7999 void function(GtkWidget* widget) c_gtk_widget_unparent; 8000 void function(GtkWidget* widget) c_gtk_widget_show; 8001 void function(GtkWidget* widget) c_gtk_widget_show_now; 8002 void function(GtkWidget* widget) c_gtk_widget_hide; 8003 void function(GtkWidget* widget) c_gtk_widget_show_all; 8004 void function(GtkWidget* widget) c_gtk_widget_map; 8005 void function(GtkWidget* widget) c_gtk_widget_unmap; 8006 void function(GtkWidget* widget) c_gtk_widget_realize; 8007 void function(GtkWidget* widget) c_gtk_widget_unrealize; 8008 void function(GtkWidget* widget, cairo_t* cr) c_gtk_widget_draw; 8009 void function(GtkWidget* widget) c_gtk_widget_queue_draw; 8010 void function(GtkWidget* widget) c_gtk_widget_queue_resize; 8011 void function(GtkWidget* widget) c_gtk_widget_queue_resize_no_redraw; 8012 GdkFrameClock* function(GtkWidget* widget) c_gtk_widget_get_frame_clock; 8013 gint function(GtkWidget* widget) c_gtk_widget_get_scale_factor; 8014 guint function(GtkWidget* widget, GtkTickCallback callback, void* userData, GDestroyNotify notify) c_gtk_widget_add_tick_callback; 8015 void function(GtkWidget* widget, guint id) c_gtk_widget_remove_tick_callback; 8016 void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_size_request; 8017 void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_child_requisition; 8018 void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_size_allocate; 8019 void function(GtkWidget* widget, GtkAllocation* allocation, gint baseline) c_gtk_widget_size_allocate_with_baseline; 8020 void function(GtkWidget* widget, gchar* accelSignal, GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods, GtkAccelFlags accelFlags) c_gtk_widget_add_accelerator; 8021 gboolean function(GtkWidget* widget, GtkAccelGroup* accelGroup, guint accelKey, GdkModifierType accelMods) c_gtk_widget_remove_accelerator; 8022 void function(GtkWidget* widget, gchar* accelPath, GtkAccelGroup* accelGroup) c_gtk_widget_set_accel_path; 8023 GList* function(GtkWidget* widget) c_gtk_widget_list_accel_closures; 8024 gboolean function(GtkWidget* widget, guint signalId) c_gtk_widget_can_activate_accel; 8025 gboolean function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_event; 8026 gboolean function(GtkWidget* widget) c_gtk_widget_activate; 8027 void function(GtkWidget* widget, GtkWidget* newParent) c_gtk_widget_reparent; 8028 gboolean function(GtkWidget* widget, GdkRectangle* area, GdkRectangle* intersection) c_gtk_widget_intersect; 8029 gboolean function(GtkWidget* widget) c_gtk_widget_is_focus; 8030 void function(GtkWidget* widget) c_gtk_widget_grab_focus; 8031 void function(GtkWidget* widget) c_gtk_widget_grab_default; 8032 void function(GtkWidget* widget, gchar* name) c_gtk_widget_set_name; 8033 gchar* function(GtkWidget* widget) c_gtk_widget_get_name; 8034 void function(GtkWidget* widget, GtkStateType state) c_gtk_widget_set_state; 8035 void function(GtkWidget* widget, gboolean sensitive) c_gtk_widget_set_sensitive; 8036 void function(GtkWidget* widget, GtkWidget* parent) c_gtk_widget_set_parent; 8037 void function(GtkWidget* widget, GdkWindow* parentWindow) c_gtk_widget_set_parent_window; 8038 GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_parent_window; 8039 void function(GtkWidget* widget, gint events) c_gtk_widget_set_events; 8040 gint function(GtkWidget* widget) c_gtk_widget_get_events; 8041 void function(GtkWidget* widget, gint events) c_gtk_widget_add_events; 8042 void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_set_device_events; 8043 GdkEventMask function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_events; 8044 void function(GtkWidget* widget, GdkDevice* device, GdkEventMask events) c_gtk_widget_add_device_events; 8045 void function(GtkWidget* widget, GdkDevice* device, gboolean enabled) c_gtk_widget_set_device_enabled; 8046 gboolean function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_get_device_enabled; 8047 GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_toplevel; 8048 GtkWidget* function(GtkWidget* widget, GType widgetType) c_gtk_widget_get_ancestor; 8049 GdkVisual* function(GtkWidget* widget) c_gtk_widget_get_visual; 8050 void function(GtkWidget* widget, GdkVisual* visual) c_gtk_widget_set_visual; 8051 void function(GtkWidget* widget, gint* x, gint* y) c_gtk_widget_get_pointer; 8052 gboolean function(GtkWidget* widget, GtkWidget* ancestor) c_gtk_widget_is_ancestor; 8053 gboolean function(GtkWidget* srcWidget, GtkWidget* destWidget, gint srcX, gint srcY, gint* destX, gint* destY) c_gtk_widget_translate_coordinates; 8054 gboolean function(GtkWidget* widget) c_gtk_widget_hide_on_delete; 8055 void function(GtkWidget* widget, GtkStyle* style) c_gtk_widget_set_style; 8056 void function(GtkWidget* widget) c_gtk_widget_ensure_style; 8057 GtkStyle* function(GtkWidget* widget) c_gtk_widget_get_style; 8058 void function(GtkWidget* widget) c_gtk_widget_reset_rc_styles; 8059 GtkStyle* function() c_gtk_widget_get_default_style; 8060 void function(GtkWidget* widget, GtkTextDirection dir) c_gtk_widget_set_direction; 8061 GtkTextDirection function(GtkWidget* widget) c_gtk_widget_get_direction; 8062 void function(GtkTextDirection dir) c_gtk_widget_set_default_direction; 8063 GtkTextDirection function() c_gtk_widget_get_default_direction; 8064 void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_shape_combine_region; 8065 void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_input_shape_combine_region; 8066 void function(GtkWidget* widget, guint* pathLength, gchar** path, gchar** pathReversed) c_gtk_widget_path; 8067 gchar* function(GtkWidget* widget) c_gtk_widget_get_composite_name; 8068 void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_background_color; 8069 void function(GtkWidget* widget, GtkStateFlags state, GdkRGBA* color) c_gtk_widget_override_color; 8070 void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_override_font; 8071 void function(GtkWidget* widget, gchar* name, GdkRGBA* color) c_gtk_widget_override_symbolic_color; 8072 void function(GtkWidget* widget, GdkRGBA* cursor, GdkRGBA* secondaryCursor) c_gtk_widget_override_cursor; 8073 void function(GtkWidget* widget, GtkRcStyle* style) c_gtk_widget_modify_style; 8074 GtkRcStyle* function(GtkWidget* widget) c_gtk_widget_get_modifier_style; 8075 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_fg; 8076 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_bg; 8077 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_text; 8078 void function(GtkWidget* widget, GtkStateType state, GdkColor* color) c_gtk_widget_modify_base; 8079 void function(GtkWidget* widget, PangoFontDescription* fontDesc) c_gtk_widget_modify_font; 8080 void function(GtkWidget* widget, GdkColor* primary, GdkColor* secondary) c_gtk_widget_modify_cursor; 8081 PangoContext* function(GtkWidget* widget) c_gtk_widget_create_pango_context; 8082 PangoContext* function(GtkWidget* widget) c_gtk_widget_get_pango_context; 8083 PangoLayout* function(GtkWidget* widget, gchar* text) c_gtk_widget_create_pango_layout; 8084 GdkPixbuf* function(GtkWidget* widget, gchar* stockId, GtkIconSize size, gchar* detail) c_gtk_widget_render_icon; 8085 GdkPixbuf* function(GtkWidget* widget, gchar* stockId, GtkIconSize size) c_gtk_widget_render_icon_pixbuf; 8086 void function() c_gtk_widget_pop_composite_child; 8087 void function() c_gtk_widget_push_composite_child; 8088 void function(GtkWidget* widget, gint x, gint y, gint width, gint height) c_gtk_widget_queue_draw_area; 8089 void function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_queue_draw_region; 8090 void function(GtkWidget* widget, gboolean appPaintable) c_gtk_widget_set_app_paintable; 8091 void function(GtkWidget* widget, gboolean doubleBuffered) c_gtk_widget_set_double_buffered; 8092 void function(GtkWidget* widget, gboolean redrawOnAllocate) c_gtk_widget_set_redraw_on_allocate; 8093 void function(GtkWidget* widget, gchar* name) c_gtk_widget_set_composite_name; 8094 gboolean function(GtkWidget* widget, gboolean groupCycling) c_gtk_widget_mnemonic_activate; 8095 cairo_region_t* function(GtkWidget* widget, cairo_region_t* region) c_gtk_widget_region_intersect; 8096 gint function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_expose; 8097 gboolean function(GtkWidget* widget, GdkEvent* event) c_gtk_widget_send_focus_change; 8098 void function(GtkWidget* widget, gchar* firstPropertyName, ... ) c_gtk_widget_style_get; 8099 void function(GtkWidget* widget, gchar* propertyName, GValue* value) c_gtk_widget_style_get_property; 8100 void function(GtkWidget* widget, gchar* firstPropertyName, va_list varArgs) c_gtk_widget_style_get_valist; 8101 void function(GtkWidget* widget) c_gtk_widget_style_attach; 8102 AtkObject* function(GtkWidget* widget) c_gtk_widget_get_accessible; 8103 gboolean function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_child_focus; 8104 void function(GtkWidget* widget, gchar* childProperty) c_gtk_widget_child_notify; 8105 void function(GtkWidget* widget) c_gtk_widget_freeze_child_notify; 8106 gboolean function(GtkWidget* widget) c_gtk_widget_get_child_visible; 8107 GtkWidget* function(GtkWidget* widget) c_gtk_widget_get_parent; 8108 GtkSettings* function(GtkWidget* widget) c_gtk_widget_get_settings; 8109 GtkClipboard* function(GtkWidget* widget, GdkAtom selection) c_gtk_widget_get_clipboard; 8110 GdkDisplay* function(GtkWidget* widget) c_gtk_widget_get_display; 8111 GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_root_window; 8112 GdkScreen* function(GtkWidget* widget) c_gtk_widget_get_screen; 8113 gboolean function(GtkWidget* widget) c_gtk_widget_has_screen; 8114 void function(GtkWidget* widget, gint* width, gint* height) c_gtk_widget_get_size_request; 8115 void function(GtkWidget* widget, gboolean isVisible) c_gtk_widget_set_child_visible; 8116 void function(GtkWidget* widget, gint width, gint height) c_gtk_widget_set_size_request; 8117 void function(GtkWidget* widget) c_gtk_widget_thaw_child_notify; 8118 void function(GtkWidget* widget, gboolean noShowAll) c_gtk_widget_set_no_show_all; 8119 gboolean function(GtkWidget* widget) c_gtk_widget_get_no_show_all; 8120 GList* function(GtkWidget* widget) c_gtk_widget_list_mnemonic_labels; 8121 void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_add_mnemonic_label; 8122 void function(GtkWidget* widget, GtkWidget* label) c_gtk_widget_remove_mnemonic_label; 8123 gboolean function(GtkWidget* widget) c_gtk_widget_is_composited; 8124 void function(GtkWidget* widget) c_gtk_widget_error_bell; 8125 gboolean function(GtkWidget* widget, GtkDirectionType direction) c_gtk_widget_keynav_failed; 8126 gchar* function(GtkWidget* widget) c_gtk_widget_get_tooltip_markup; 8127 void function(GtkWidget* widget, gchar* markup) c_gtk_widget_set_tooltip_markup; 8128 gchar* function(GtkWidget* widget) c_gtk_widget_get_tooltip_text; 8129 void function(GtkWidget* widget, gchar* text) c_gtk_widget_set_tooltip_text; 8130 GtkWindow* function(GtkWidget* widget) c_gtk_widget_get_tooltip_window; 8131 void function(GtkWidget* widget, GtkWindow* customWindow) c_gtk_widget_set_tooltip_window; 8132 gboolean function(GtkWidget* widget) c_gtk_widget_get_has_tooltip; 8133 void function(GtkWidget* widget, gboolean hasTooltip) c_gtk_widget_set_has_tooltip; 8134 void function(GtkWidget* widget) c_gtk_widget_trigger_tooltip_query; 8135 GdkWindow* function(GtkWidget* widget) c_gtk_widget_get_window; 8136 void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_register_window; 8137 void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_unregister_window; 8138 gboolean function(cairo_t* cr, GdkWindow* window) c_gtk_cairo_should_draw_window; 8139 void function(cairo_t* cr, GtkWidget* widget, GdkWindow* window) c_gtk_cairo_transform_to_window; 8140 int function(GtkWidget* widget) c_gtk_widget_get_allocated_width; 8141 int function(GtkWidget* widget) c_gtk_widget_get_allocated_height; 8142 void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_get_allocation; 8143 void function(GtkWidget* widget, GtkAllocation* allocation) c_gtk_widget_set_allocation; 8144 int function(GtkWidget* widget) c_gtk_widget_get_allocated_baseline; 8145 gboolean function(GtkWidget* widget) c_gtk_widget_get_app_paintable; 8146 gboolean function(GtkWidget* widget) c_gtk_widget_get_can_default; 8147 void function(GtkWidget* widget, gboolean canDefault) c_gtk_widget_set_can_default; 8148 gboolean function(GtkWidget* widget) c_gtk_widget_get_can_focus; 8149 void function(GtkWidget* widget, gboolean canFocus) c_gtk_widget_set_can_focus; 8150 gboolean function(GtkWidget* widget) c_gtk_widget_get_double_buffered; 8151 gboolean function(GtkWidget* widget) c_gtk_widget_get_has_window; 8152 void function(GtkWidget* widget, gboolean hasWindow) c_gtk_widget_set_has_window; 8153 gboolean function(GtkWidget* widget) c_gtk_widget_get_sensitive; 8154 gboolean function(GtkWidget* widget) c_gtk_widget_is_sensitive; 8155 GtkStateType function(GtkWidget* widget) c_gtk_widget_get_state; 8156 gboolean function(GtkWidget* widget) c_gtk_widget_get_visible; 8157 gboolean function(GtkWidget* widget) c_gtk_widget_is_visible; 8158 void function(GtkWidget* widget, gboolean visible) c_gtk_widget_set_visible; 8159 void function(GtkWidget* widget, GtkStateFlags flags, gboolean clear) c_gtk_widget_set_state_flags; 8160 void function(GtkWidget* widget, GtkStateFlags flags) c_gtk_widget_unset_state_flags; 8161 GtkStateFlags function(GtkWidget* widget) c_gtk_widget_get_state_flags; 8162 gboolean function(GtkWidget* widget) c_gtk_widget_has_default; 8163 gboolean function(GtkWidget* widget) c_gtk_widget_has_focus; 8164 gboolean function(GtkWidget* widget) c_gtk_widget_has_visible_focus; 8165 gboolean function(GtkWidget* widget) c_gtk_widget_has_grab; 8166 gboolean function(GtkWidget* widget) c_gtk_widget_has_rc_style; 8167 gboolean function(GtkWidget* widget) c_gtk_widget_is_drawable; 8168 gboolean function(GtkWidget* widget) c_gtk_widget_is_toplevel; 8169 void function(GtkWidget* widget, GdkWindow* window) c_gtk_widget_set_window; 8170 void function(GtkWidget* widget, gboolean receivesDefault) c_gtk_widget_set_receives_default; 8171 gboolean function(GtkWidget* widget) c_gtk_widget_get_receives_default; 8172 void function(GtkWidget* widget, gboolean supportMultidevice) c_gtk_widget_set_support_multidevice; 8173 gboolean function(GtkWidget* widget) c_gtk_widget_get_support_multidevice; 8174 void function(GtkWidget* widget, gboolean realized) c_gtk_widget_set_realized; 8175 gboolean function(GtkWidget* widget) c_gtk_widget_get_realized; 8176 void function(GtkWidget* widget, gboolean mapped) c_gtk_widget_set_mapped; 8177 gboolean function(GtkWidget* widget) c_gtk_widget_get_mapped; 8178 void function(GtkWidget* widget, GtkRequisition* requisition) c_gtk_widget_get_requisition; 8179 gboolean function(GtkWidget* widget, GdkDevice* device) c_gtk_widget_device_is_shadowed; 8180 GdkModifierType function(GtkWidget* widget, GdkModifierIntent intent) c_gtk_widget_get_modifier_mask; 8181 void function(GtkWidget* widget, gchar* name, GActionGroup* group) c_gtk_widget_insert_action_group; 8182 double function(GtkWidget* widget) c_gtk_widget_get_opacity; 8183 void function(GtkWidget* widget, double opacity) c_gtk_widget_set_opacity; 8184 GtkWidgetPath* function(GtkWidget* widget) c_gtk_widget_get_path; 8185 GtkStyleContext* function(GtkWidget* widget) c_gtk_widget_get_style_context; 8186 void function(GtkWidget* widget) c_gtk_widget_reset_style; 8187 void function(GtkWidget* widget, gint* minimumHeight, gint* naturalHeight) c_gtk_widget_get_preferred_height; 8188 void function(GtkWidget* widget, gint* minimumWidth, gint* naturalWidth) c_gtk_widget_get_preferred_width; 8189 void function(GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight) c_gtk_widget_get_preferred_height_for_width; 8190 void function(GtkWidget* widget, gint height, gint* minimumWidth, gint* naturalWidth) c_gtk_widget_get_preferred_width_for_height; 8191 void function(GtkWidget* widget, gint width, gint* minimumHeight, gint* naturalHeight, gint* minimumBaseline, gint* naturalBaseline) c_gtk_widget_get_preferred_height_and_baseline_for_width; 8192 GtkSizeRequestMode function(GtkWidget* widget) c_gtk_widget_get_request_mode; 8193 void function(GtkWidget* widget, GtkRequisition* minimumSize, GtkRequisition* naturalSize) c_gtk_widget_get_preferred_size; 8194 gint function(gint extraSpace, guint nRequestedSizes, GtkRequestedSize* sizes) c_gtk_distribute_natural_allocation; 8195 GtkAlign function(GtkWidget* widget) c_gtk_widget_get_halign; 8196 void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_halign; 8197 GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign; 8198 GtkAlign function(GtkWidget* widget) c_gtk_widget_get_valign_with_baseline; 8199 void function(GtkWidget* widget, GtkAlign alig) c_gtk_widget_set_valign; 8200 gint function(GtkWidget* widget) c_gtk_widget_get_margin_left; 8201 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_left; 8202 gint function(GtkWidget* widget) c_gtk_widget_get_margin_right; 8203 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_right; 8204 gint function(GtkWidget* widget) c_gtk_widget_get_margin_top; 8205 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_top; 8206 gint function(GtkWidget* widget) c_gtk_widget_get_margin_bottom; 8207 void function(GtkWidget* widget, gint margin) c_gtk_widget_set_margin_bottom; 8208 gboolean function(GtkWidget* widget) c_gtk_widget_get_hexpand; 8209 void function(GtkWidget* widget, gboolean expand) c_gtk_widget_set_hexpand; 8210 gboolean function(GtkWidget* widget) c_gtk_widget_get_hexpand_set; 8211 void function(GtkWidget* widget, gboolean set) c_gtk_widget_set_hexpand_set; 8212 gboolean function(GtkWidget* widget) c_gtk_widget_get_vexpand; 8213 void function(GtkWidget* widget, gboolean expand) c_gtk_widget_set_vexpand; 8214 gboolean function(GtkWidget* widget) c_gtk_widget_get_vexpand_set; 8215 void function(GtkWidget* widget, gboolean set) c_gtk_widget_set_vexpand_set; 8216 void function(GtkWidget* widget) c_gtk_widget_queue_compute_expand; 8217 gboolean function(GtkWidget* widget, GtkOrientation orientation) c_gtk_widget_compute_expand; 8218 void function(GtkWidget* widget) c_gtk_widget_init_template; 8219 GObject* function(GtkWidget* widget, GType widgetType, gchar* name) c_gtk_widget_get_template_child; 8220 8221 // gtk.Requisition 8222 8223 GtkRequisition* function() c_gtk_requisition_new; 8224 GtkRequisition* function(GtkRequisition* requisition) c_gtk_requisition_copy; 8225 void function(GtkRequisition* requisition) c_gtk_requisition_free; 8226 8227 // gtk.WidgetClass 8228 8229 void function(GtkWidget* widget, guint* pathLength, gchar** path, gchar** pathReversed) c_gtk_widget_class_path; 8230 void function(GtkWidgetClass* klass, GParamSpec* pspec) c_gtk_widget_class_install_style_property; 8231 void function(GtkWidgetClass* klass, GParamSpec* pspec, GtkRcPropertyParser parser) c_gtk_widget_class_install_style_property_parser; 8232 GParamSpec* function(GtkWidgetClass* klass, gchar* propertyName) c_gtk_widget_class_find_style_property; 8233 GParamSpec** function(GtkWidgetClass* klass, guint* nProperties) c_gtk_widget_class_list_style_properties; 8234 void function(GtkWidgetClass* widgetClass, GType type) c_gtk_widget_class_set_accessible_type; 8235 void function(GtkWidgetClass* widgetClass, AtkRole role) c_gtk_widget_class_set_accessible_role; 8236 void function(GtkWidgetClass* widgetClass, GBytes* templateBytes) c_gtk_widget_class_set_template; 8237 void function(GtkWidgetClass* widgetClass, gchar* resourceName) c_gtk_widget_class_set_template_from_resource; 8238 void function(GtkWidgetClass* widgetClass, gchar* name, gboolean internalChild, gssize structOffset) c_gtk_widget_class_bind_template_child_full; 8239 void function(GtkWidgetClass* widgetClass, gchar* callbackName, GCallback callbackSymbol) c_gtk_widget_class_bind_template_callback_full; 8240 void function(GtkWidgetClass* widgetClass, GtkBuilderConnectFunc connectFunc, void* connectData, GDestroyNotify connectDataDestroy) c_gtk_widget_class_set_connect_func; 8241 8242 // gtk.Container 8243 8244 void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_add; 8245 void function(GtkContainer* container, GtkWidget* widget) c_gtk_container_remove; 8246 void function(GtkContainer* container, GtkWidget* widget, gchar* firstPropName, ... ) c_gtk_container_add_with_properties; 8247 GtkResizeMode function(GtkContainer* container) c_gtk_container_get_resize_mode; 8248 void function(GtkContainer* container, GtkResizeMode resizeMode) c_gtk_container_set_resize_mode; 8249 void function(GtkContainer* container) c_gtk_container_check_resize; 8250 void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_foreach; 8251 GList* function(GtkContainer* container) c_gtk_container_get_children; 8252 GtkWidgetPath* function(GtkContainer* container, GtkWidget* child) c_gtk_container_get_path_for_child; 8253 void function(GtkContainer* container, gboolean needsRedraws) c_gtk_container_set_reallocate_redraws; 8254 GtkWidget* function(GtkContainer* container) c_gtk_container_get_focus_child; 8255 void function(GtkContainer* container, GtkWidget* child) c_gtk_container_set_focus_child; 8256 GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_vadjustment; 8257 void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_vadjustment; 8258 GtkAdjustment* function(GtkContainer* container) c_gtk_container_get_focus_hadjustment; 8259 void function(GtkContainer* container, GtkAdjustment* adjustment) c_gtk_container_set_focus_hadjustment; 8260 void function(GtkContainer* container) c_gtk_container_resize_children; 8261 GType function(GtkContainer* container) c_gtk_container_child_type; 8262 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropName, ... ) c_gtk_container_child_get; 8263 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropName, ... ) c_gtk_container_child_set; 8264 void function(GtkContainer* container, GtkWidget* child, gchar* propertyName, GValue* value) c_gtk_container_child_get_property; 8265 void function(GtkContainer* container, GtkWidget* child, gchar* propertyName, GValue* value) c_gtk_container_child_set_property; 8266 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropertyName, va_list varArgs) c_gtk_container_child_get_valist; 8267 void function(GtkContainer* container, GtkWidget* child, gchar* firstPropertyName, va_list varArgs) c_gtk_container_child_set_valist; 8268 void function(GtkContainer* container, GtkWidget* child, gchar* childProperty) c_gtk_container_child_notify; 8269 void function(GtkContainer* container, GtkCallback callback, void* callbackData) c_gtk_container_forall; 8270 guint function(GtkContainer* container) c_gtk_container_get_border_width; 8271 void function(GtkContainer* container, guint borderWidth) c_gtk_container_set_border_width; 8272 void function(GtkContainer* container, GtkWidget* child, cairo_t* cr) c_gtk_container_propagate_draw; 8273 gboolean function(GtkContainer* container, GList** focusableWidgets) c_gtk_container_get_focus_chain; 8274 void function(GtkContainer* container, GList* focusableWidgets) c_gtk_container_set_focus_chain; 8275 void function(GtkContainer* container) c_gtk_container_unset_focus_chain; 8276 GParamSpec* function(GObjectClass* cclass, gchar* propertyName) c_gtk_container_class_find_child_property; 8277 void function(GtkContainerClass* cclass, guint propertyId, GParamSpec* pspec) c_gtk_container_class_install_child_property; 8278 GParamSpec** function(GObjectClass* cclass, guint* nProperties) c_gtk_container_class_list_child_properties; 8279 void function(GtkContainerClass* klass) c_gtk_container_class_handle_border_width; 8280 8281 // gtk.Bin 8282 8283 GtkWidget* function(GtkBin* bin) c_gtk_bin_get_child; 8284 8285 // gtk.MenuShell 8286 8287 void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_append; 8288 void function(GtkMenuShell* menuShell, GtkWidget* child) c_gtk_menu_shell_prepend; 8289 void function(GtkMenuShell* menuShell, GtkWidget* child, gint position) c_gtk_menu_shell_insert; 8290 void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deactivate; 8291 void function(GtkMenuShell* menuShell, GtkWidget* menuItem) c_gtk_menu_shell_select_item; 8292 void function(GtkMenuShell* menuShell, gboolean searchSensitive) c_gtk_menu_shell_select_first; 8293 void function(GtkMenuShell* menuShell) c_gtk_menu_shell_deselect; 8294 void function(GtkMenuShell* menuShell, GtkWidget* menuItem, gboolean forceDeactivate) c_gtk_menu_shell_activate_item; 8295 void function(GtkMenuShell* menuShell) c_gtk_menu_shell_cancel; 8296 void function(GtkMenuShell* menuShell, gboolean takeFocus) c_gtk_menu_shell_set_take_focus; 8297 gboolean function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_take_focus; 8298 GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_selected_item; 8299 GtkWidget* function(GtkMenuShell* menuShell) c_gtk_menu_shell_get_parent_shell; 8300 void function(GtkMenuShell* menuShell, GMenuModel* model, gchar* actionNamespace, gboolean withSeparators) c_gtk_menu_shell_bind_model; 8301 8302 // gtk.Misc 8303 8304 void function(GtkMisc* misc, gfloat xalign, gfloat yalign) c_gtk_misc_set_alignment; 8305 void function(GtkMisc* misc, gint xpad, gint ypad) c_gtk_misc_set_padding; 8306 void function(GtkMisc* misc, gfloat* xalign, gfloat* yalign) c_gtk_misc_get_alignment; 8307 void function(GtkMisc* misc, gint* xpad, gint* ypad) c_gtk_misc_get_padding; 8308 8309 // gtk.Range 8310 8311 gdouble function(GtkRange* range) c_gtk_range_get_fill_level; 8312 gboolean function(GtkRange* range) c_gtk_range_get_restrict_to_fill_level; 8313 gboolean function(GtkRange* range) c_gtk_range_get_show_fill_level; 8314 void function(GtkRange* range, gdouble fillLevel) c_gtk_range_set_fill_level; 8315 void function(GtkRange* range, gboolean restrictToFillLevel) c_gtk_range_set_restrict_to_fill_level; 8316 void function(GtkRange* range, gboolean showFillLevel) c_gtk_range_set_show_fill_level; 8317 GtkAdjustment* function(GtkRange* range) c_gtk_range_get_adjustment; 8318 void function(GtkRange* range, GtkAdjustment* adjustment) c_gtk_range_set_adjustment; 8319 gboolean function(GtkRange* range) c_gtk_range_get_inverted; 8320 void function(GtkRange* range, gboolean setting) c_gtk_range_set_inverted; 8321 gdouble function(GtkRange* range) c_gtk_range_get_value; 8322 void function(GtkRange* range, gdouble value) c_gtk_range_set_value; 8323 void function(GtkRange* range, gdouble step, gdouble page) c_gtk_range_set_increments; 8324 void function(GtkRange* range, gdouble min, gdouble max) c_gtk_range_set_range; 8325 gint function(GtkRange* range) c_gtk_range_get_round_digits; 8326 void function(GtkRange* range, gint roundDigits) c_gtk_range_set_round_digits; 8327 void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_lower_stepper_sensitivity; 8328 GtkSensitivityType function(GtkRange* range) c_gtk_range_get_lower_stepper_sensitivity; 8329 void function(GtkRange* range, GtkSensitivityType sensitivity) c_gtk_range_set_upper_stepper_sensitivity; 8330 GtkSensitivityType function(GtkRange* range) c_gtk_range_get_upper_stepper_sensitivity; 8331 gboolean function(GtkRange* range) c_gtk_range_get_flippable; 8332 void function(GtkRange* range, gboolean flippable) c_gtk_range_set_flippable; 8333 gint function(GtkRange* range) c_gtk_range_get_min_slider_size; 8334 void function(GtkRange* range, GdkRectangle* rangeRect) c_gtk_range_get_range_rect; 8335 void function(GtkRange* range, gint* sliderStart, gint* sliderEnd) c_gtk_range_get_slider_range; 8336 gboolean function(GtkRange* range) c_gtk_range_get_slider_size_fixed; 8337 void function(GtkRange* range, gint minSize) c_gtk_range_set_min_slider_size; 8338 void function(GtkRange* range, gboolean sizeFixed) c_gtk_range_set_slider_size_fixed; 8339 8340 // gtk.IMContext 8341 8342 void function(GtkIMContext* context, GdkWindow* window) c_gtk_im_context_set_client_window; 8343 void function(GtkIMContext* context, gchar** str, PangoAttrList** attrs, gint* cursorPos) c_gtk_im_context_get_preedit_string; 8344 gboolean function(GtkIMContext* context, GdkEventKey* event) c_gtk_im_context_filter_keypress; 8345 void function(GtkIMContext* context) c_gtk_im_context_focus_in; 8346 void function(GtkIMContext* context) c_gtk_im_context_focus_out; 8347 void function(GtkIMContext* context) c_gtk_im_context_reset; 8348 void function(GtkIMContext* context, GdkRectangle* area) c_gtk_im_context_set_cursor_location; 8349 void function(GtkIMContext* context, gboolean usePreedit) c_gtk_im_context_set_use_preedit; 8350 void function(GtkIMContext* context, gchar* text, gint len, gint cursorIndex) c_gtk_im_context_set_surrounding; 8351 gboolean function(GtkIMContext* context, gchar** text, gint* cursorIndex) c_gtk_im_context_get_surrounding; 8352 gboolean function(GtkIMContext* context, gint offset, gint nChars) c_gtk_im_context_delete_surrounding; 8353 8354 // gtk.Plug 8355 8356 void function(GtkPlug* plug, gulong socketId) c_gtk_plug_construct; 8357 void function(GtkPlug* plug, GdkDisplay* display, gulong socketId) c_gtk_plug_construct_for_display; 8358 GtkWidget* function(gulong socketId) c_gtk_plug_new; 8359 GtkWidget* function(GdkDisplay* display, gulong socketId) c_gtk_plug_new_for_display; 8360 gulong function(GtkPlug* plug) c_gtk_plug_get_id; 8361 gboolean function(GtkPlug* plug) c_gtk_plug_get_embedded; 8362 GdkWindow* function(GtkPlug* plug) c_gtk_plug_get_socket_window; 8363 8364 // gtk.Socket 8365 8366 GtkWidget* function() c_gtk_socket_new; 8367 void function(GtkSocket* socket, gulong window) c_gtk_socket_add_id; 8368 gulong function(GtkSocket* socket) c_gtk_socket_get_id; 8369 GdkWindow* function(GtkSocket* socket) c_gtk_socket_get_plug_window; 8370 8371 // gtk.RecentManager 8372 8373 GtkRecentManager* function() c_gtk_recent_manager_new; 8374 GtkRecentManager* function() c_gtk_recent_manager_get_default; 8375 gboolean function(GtkRecentManager* manager, gchar* uri) c_gtk_recent_manager_add_item; 8376 gboolean function(GtkRecentManager* manager, gchar* uri, GtkRecentData* recentData) c_gtk_recent_manager_add_full; 8377 gboolean function(GtkRecentManager* manager, gchar* uri, GError** error) c_gtk_recent_manager_remove_item; 8378 GtkRecentInfo* function(GtkRecentManager* manager, gchar* uri, GError** error) c_gtk_recent_manager_lookup_item; 8379 gboolean function(GtkRecentManager* manager, gchar* uri) c_gtk_recent_manager_has_item; 8380 gboolean function(GtkRecentManager* manager, gchar* uri, gchar* newUri, GError** error) c_gtk_recent_manager_move_item; 8381 GList* function(GtkRecentManager* manager) c_gtk_recent_manager_get_items; 8382 gint function(GtkRecentManager* manager, GError** error) c_gtk_recent_manager_purge_items; 8383 8384 // gtk.RecentInfo 8385 8386 GtkRecentInfo* function(GtkRecentInfo* info) c_gtk_recent_info_ref; 8387 void function(GtkRecentInfo* info) c_gtk_recent_info_unref; 8388 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri; 8389 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_display_name; 8390 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_description; 8391 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_mime_type; 8392 time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_added; 8393 time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_modified; 8394 time_t function(GtkRecentInfo* info) c_gtk_recent_info_get_visited; 8395 gboolean function(GtkRecentInfo* info) c_gtk_recent_info_get_private_hint; 8396 gboolean function(GtkRecentInfo* info, gchar* appName, gchar** appExec, guint* count, time_t* time) c_gtk_recent_info_get_application_info; 8397 gchar** function(GtkRecentInfo* info, gsize* length) c_gtk_recent_info_get_applications; 8398 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_last_application; 8399 gboolean function(GtkRecentInfo* info, gchar* appName) c_gtk_recent_info_has_application; 8400 GAppInfo* function(GtkRecentInfo* info, gchar* appName, GError** error) c_gtk_recent_info_create_app_info; 8401 gchar** function(GtkRecentInfo* info, gsize* length) c_gtk_recent_info_get_groups; 8402 gboolean function(GtkRecentInfo* info, gchar* groupName) c_gtk_recent_info_has_group; 8403 GdkPixbuf* function(GtkRecentInfo* info, gint size) c_gtk_recent_info_get_icon; 8404 GIcon* function(GtkRecentInfo* info) c_gtk_recent_info_get_gicon; 8405 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_short_name; 8406 gchar* function(GtkRecentInfo* info) c_gtk_recent_info_get_uri_display; 8407 gint function(GtkRecentInfo* info) c_gtk_recent_info_get_age; 8408 gboolean function(GtkRecentInfo* info) c_gtk_recent_info_is_local; 8409 gboolean function(GtkRecentInfo* info) c_gtk_recent_info_exists; 8410 gboolean function(GtkRecentInfo* infoA, GtkRecentInfo* infoB) c_gtk_recent_info_match; 8411 8412 // gtk.RecentChooserT 8413 8414 8415 // gtk.RecentChooserT 8416 8417 void function(GtkRecentChooser* chooser, gboolean showPrivate) c_gtk_recent_chooser_set_show_private; 8418 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_private; 8419 void function(GtkRecentChooser* chooser, gboolean showNotFound) c_gtk_recent_chooser_set_show_not_found; 8420 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_not_found; 8421 void function(GtkRecentChooser* chooser, gboolean showIcons) c_gtk_recent_chooser_set_show_icons; 8422 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_icons; 8423 void function(GtkRecentChooser* chooser, gboolean selectMultiple) c_gtk_recent_chooser_set_select_multiple; 8424 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_select_multiple; 8425 void function(GtkRecentChooser* chooser, gboolean localOnly) c_gtk_recent_chooser_set_local_only; 8426 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_local_only; 8427 void function(GtkRecentChooser* chooser, gint limit) c_gtk_recent_chooser_set_limit; 8428 gint function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_limit; 8429 void function(GtkRecentChooser* chooser, gboolean showTips) c_gtk_recent_chooser_set_show_tips; 8430 gboolean function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_show_tips; 8431 void function(GtkRecentChooser* chooser, GtkRecentSortType sortType) c_gtk_recent_chooser_set_sort_type; 8432 GtkRecentSortType function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_sort_type; 8433 void function(GtkRecentChooser* chooser, GtkRecentSortFunc sortFunc, void* sortData, GDestroyNotify dataDestroy) c_gtk_recent_chooser_set_sort_func; 8434 gboolean function(GtkRecentChooser* chooser, gchar* uri, GError** error) c_gtk_recent_chooser_set_current_uri; 8435 gchar* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_uri; 8436 GtkRecentInfo* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_current_item; 8437 gboolean function(GtkRecentChooser* chooser, gchar* uri, GError** error) c_gtk_recent_chooser_select_uri; 8438 void function(GtkRecentChooser* chooser, gchar* uri) c_gtk_recent_chooser_unselect_uri; 8439 void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_select_all; 8440 void function(GtkRecentChooser* chooser) c_gtk_recent_chooser_unselect_all; 8441 GList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_items; 8442 gchar** function(GtkRecentChooser* chooser, gsize* length) c_gtk_recent_chooser_get_uris; 8443 void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_add_filter; 8444 void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_remove_filter; 8445 GSList* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_list_filters; 8446 void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) c_gtk_recent_chooser_set_filter; 8447 GtkRecentFilter* function(GtkRecentChooser* chooser) c_gtk_recent_chooser_get_filter; 8448 8449 // gtk.RecentChooserDialog 8450 8451 GtkWidget* function(gchar* title, GtkWindow* parent, gchar* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new; 8452 GtkWidget* function(gchar* title, GtkWindow* parent, GtkRecentManager* manager, gchar* firstButtonText, ... ) c_gtk_recent_chooser_dialog_new_for_manager; 8453 8454 // gtk.RecentChooserMenu 8455 8456 GtkWidget* function() c_gtk_recent_chooser_menu_new; 8457 GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_menu_new_for_manager; 8458 gboolean function(GtkRecentChooserMenu* menu) c_gtk_recent_chooser_menu_get_show_numbers; 8459 void function(GtkRecentChooserMenu* menu, gboolean showNumbers) c_gtk_recent_chooser_menu_set_show_numbers; 8460 8461 // gtk.RecentChooserWidget 8462 8463 GtkWidget* function() c_gtk_recent_chooser_widget_new; 8464 GtkWidget* function(GtkRecentManager* manager) c_gtk_recent_chooser_widget_new_for_manager; 8465 8466 // gtk.RecentFilter 8467 8468 GtkRecentFilter* function() c_gtk_recent_filter_new; 8469 gchar* function(GtkRecentFilter* filter) c_gtk_recent_filter_get_name; 8470 void function(GtkRecentFilter* filter, gchar* name) c_gtk_recent_filter_set_name; 8471 void function(GtkRecentFilter* filter, gchar* mimeType) c_gtk_recent_filter_add_mime_type; 8472 void function(GtkRecentFilter* filter, gchar* pattern) c_gtk_recent_filter_add_pattern; 8473 void function(GtkRecentFilter* filter) c_gtk_recent_filter_add_pixbuf_formats; 8474 void function(GtkRecentFilter* filter, gchar* application) c_gtk_recent_filter_add_application; 8475 void function(GtkRecentFilter* filter, gchar* group) c_gtk_recent_filter_add_group; 8476 void function(GtkRecentFilter* filter, gint days) c_gtk_recent_filter_add_age; 8477 void function(GtkRecentFilter* filter, GtkRecentFilterFlags needed, GtkRecentFilterFunc func, void* data, GDestroyNotify dataDestroy) c_gtk_recent_filter_add_custom; 8478 GtkRecentFilterFlags function(GtkRecentFilter* filter) c_gtk_recent_filter_get_needed; 8479 gboolean function(GtkRecentFilter* filter, GtkRecentFilterInfo* filterInfo) c_gtk_recent_filter_filter; 8480 8481 // gtk.AppChooserT 8482 8483 8484 // gtk.AppChooserT 8485 8486 GAppInfo* function(GtkAppChooser* self) c_gtk_app_chooser_get_app_info; 8487 gchar* function(GtkAppChooser* self) c_gtk_app_chooser_get_content_type; 8488 void function(GtkAppChooser* self) c_gtk_app_chooser_refresh; 8489 8490 // gtk.AppChooserButton 8491 8492 GtkWidget* function(gchar* contentType) c_gtk_app_chooser_button_new; 8493 void function(GtkAppChooserButton* self, gchar* name, gchar* label, GIcon* icon) c_gtk_app_chooser_button_append_custom_item; 8494 void function(GtkAppChooserButton* self) c_gtk_app_chooser_button_append_separator; 8495 void function(GtkAppChooserButton* self, gchar* name) c_gtk_app_chooser_button_set_active_custom_item; 8496 gboolean function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_default_item; 8497 void function(GtkAppChooserButton* self, gboolean setting) c_gtk_app_chooser_button_set_show_default_item; 8498 gboolean function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_show_dialog_item; 8499 void function(GtkAppChooserButton* self, gboolean setting) c_gtk_app_chooser_button_set_show_dialog_item; 8500 gchar* function(GtkAppChooserButton* self) c_gtk_app_chooser_button_get_heading; 8501 void function(GtkAppChooserButton* self, gchar* heading) c_gtk_app_chooser_button_set_heading; 8502 8503 // gtk.AppChooserDialog 8504 8505 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, GFile* file) c_gtk_app_chooser_dialog_new; 8506 GtkWidget* function(GtkWindow* parent, GtkDialogFlags flags, gchar* contentType) c_gtk_app_chooser_dialog_new_for_content_type; 8507 GtkWidget* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_widget; 8508 void function(GtkAppChooserDialog* self, gchar* heading) c_gtk_app_chooser_dialog_set_heading; 8509 gchar* function(GtkAppChooserDialog* self) c_gtk_app_chooser_dialog_get_heading; 8510 8511 // gtk.AppChooserWidget 8512 8513 GtkWidget* function(gchar* contentType) c_gtk_app_chooser_widget_new; 8514 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_default; 8515 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_default; 8516 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_recommended; 8517 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_recommended; 8518 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_fallback; 8519 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_fallback; 8520 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_other; 8521 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_other; 8522 void function(GtkAppChooserWidget* self, gboolean setting) c_gtk_app_chooser_widget_set_show_all; 8523 gboolean function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_show_all; 8524 void function(GtkAppChooserWidget* self, gchar* text) c_gtk_app_chooser_widget_set_default_text; 8525 gchar* function(GtkAppChooserWidget* self) c_gtk_app_chooser_widget_get_default_text; 8526 8527 // gtk.SymbolicColor 8528 8529 GtkSymbolicColor* function(GdkRGBA* color) c_gtk_symbolic_color_new_literal; 8530 GtkSymbolicColor* function(gchar* name) c_gtk_symbolic_color_new_name; 8531 GtkSymbolicColor* function(GtkSymbolicColor* color, gdouble factor) c_gtk_symbolic_color_new_shade; 8532 GtkSymbolicColor* function(GtkSymbolicColor* color, gdouble factor) c_gtk_symbolic_color_new_alpha; 8533 GtkSymbolicColor* function(GtkSymbolicColor* color1, GtkSymbolicColor* color2, gdouble factor) c_gtk_symbolic_color_new_mix; 8534 GtkSymbolicColor* function(gchar* themeClass, gint id) c_gtk_symbolic_color_new_win32; 8535 GtkSymbolicColor* function(GtkSymbolicColor* color) c_gtk_symbolic_color_ref; 8536 void function(GtkSymbolicColor* color) c_gtk_symbolic_color_unref; 8537 gboolean function(GtkSymbolicColor* color, GtkStyleProperties* props, GdkRGBA* resolvedColor) c_gtk_symbolic_color_resolve; 8538 char* function(GtkSymbolicColor* color) c_gtk_symbolic_color_to_string; 8539 8540 // gtk.Gradient 8541 8542 GtkGradient* function(gdouble x0, gdouble y0, gdouble x1, gdouble y1) c_gtk_gradient_new_linear; 8543 GtkGradient* function(gdouble x0, gdouble y0, gdouble radius0, gdouble x1, gdouble y1, gdouble radius1) c_gtk_gradient_new_radial; 8544 void function(GtkGradient* gradient, gdouble offset, GtkSymbolicColor* color) c_gtk_gradient_add_color_stop; 8545 GtkGradient* function(GtkGradient* gradient) c_gtk_gradient_ref; 8546 void function(GtkGradient* gradient) c_gtk_gradient_unref; 8547 gboolean function(GtkGradient* gradient, GtkStyleProperties* props, cairo_pattern_t** resolvedGradient) c_gtk_gradient_resolve; 8548 cairo_pattern_t* function(GtkGradient* gradient, GtkStyleContext* context) c_gtk_gradient_resolve_for_context; 8549 char* function(GtkGradient* gradient) c_gtk_gradient_to_string; 8550 8551 // gtk.RcStyle 8552 8553 GScanner* function() c_gtk_rc_scanner_new; 8554 GtkStyle* function(GtkWidget* widget) c_gtk_rc_get_style; 8555 GtkStyle* function(GtkSettings* settings, char* widgetPath, char* classPath, GType type) c_gtk_rc_get_style_by_paths; 8556 void function(gchar* filename) c_gtk_rc_parse; 8557 void function(gchar* rcString) c_gtk_rc_parse_string; 8558 gboolean function() c_gtk_rc_reparse_all; 8559 gboolean function(GtkSettings* settings, gboolean forceLoad) c_gtk_rc_reparse_all_for_settings; 8560 void function(GtkSettings* settings) c_gtk_rc_reset_styles; 8561 void function(gchar* filename) c_gtk_rc_add_default_file; 8562 gchar** function() c_gtk_rc_get_default_files; 8563 void function(gchar** filenames) c_gtk_rc_set_default_files; 8564 guint function(GScanner* scanner, GdkColor* color) c_gtk_rc_parse_color; 8565 guint function(GScanner* scanner, GtkRcStyle* style, GdkColor* color) c_gtk_rc_parse_color_full; 8566 guint function(GScanner* scanner, GtkStateType* state) c_gtk_rc_parse_state; 8567 guint function(GScanner* scanner, GtkPathPriorityType* priority) c_gtk_rc_parse_priority; 8568 gchar* function(gchar* moduleFile) c_gtk_rc_find_module_in_path; 8569 gchar* function(GtkSettings* settings, GScanner* scanner, gchar* pixmapFile) c_gtk_rc_find_pixmap_in_path; 8570 gchar* function() c_gtk_rc_get_module_dir; 8571 gchar* function() c_gtk_rc_get_im_module_path; 8572 gchar* function() c_gtk_rc_get_im_module_file; 8573 gchar* function() c_gtk_rc_get_theme_dir; 8574 GtkRcStyle* function() c_gtk_rc_style_new; 8575 GtkRcStyle* function(GtkRcStyle* orig) c_gtk_rc_style_copy; 8576 8577 // gtk.Style 8578 8579 GtkStyle* function() c_gtk_style_new; 8580 GtkStyle* function(GtkStyle* style) c_gtk_style_copy; 8581 GtkStyle* function(GtkStyle* style, GdkWindow* window) c_gtk_style_attach; 8582 void function(GtkStyle* style) c_gtk_style_detach; 8583 gboolean function(GtkStyle* style) c_gtk_style_has_context; 8584 void function(GtkStyle* style, GdkWindow* window, GtkStateType stateType) c_gtk_style_set_background; 8585 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; 8586 gboolean function(GtkStyle* style, gchar* colorName, GdkColor* color) c_gtk_style_lookup_color; 8587 GtkIconSet* function(GtkStyle* style, gchar* stockId) c_gtk_style_lookup_icon_set; 8588 GdkPixbuf* function(GtkStyle* style, GtkIconSource* source, GtkTextDirection direction, GtkStateType state, GtkIconSize size, GtkWidget* widget, gchar* detail) c_gtk_style_render_icon; 8589 void function(GtkStyle* style, GType widgetType, gchar* propertyName, GValue* value) c_gtk_style_get_style_property; 8590 void function(GtkStyle* style, GType widgetType, gchar* firstPropertyName, va_list varArgs) c_gtk_style_get_valist; 8591 void function(GtkStyle* style, GType widgetType, gchar* firstPropertyName, ... ) c_gtk_style_get; 8592 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; 8593 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; 8594 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; 8595 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; 8596 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; 8597 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; 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_flat_box; 8599 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; 8600 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; 8601 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, gint x1, gint x2, gint y) c_gtk_paint_hline; 8602 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; 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_shadow; 8604 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; 8605 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; 8606 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; 8607 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; 8608 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, gint y1_, gint y2_, gint x) c_gtk_paint_vline; 8609 void function(GtkStyle* style, cairo_t* cr, GtkStateType stateType, GtkWidget* widget, gchar* detail, gint x, gint y, GtkExpanderStyle expanderStyle) c_gtk_paint_expander; 8610 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; 8611 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; 8612 void function(GtkWidget* widget, cairo_t* cr, GdkRectangle* location, gboolean isPrimary, GtkTextDirection direction, gboolean drawArrow) c_gtk_draw_insertion_cursor; 8613 8614 // gtk.HScale 8615 8616 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscale_new; 8617 GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_hscale_new_with_range; 8618 8619 // gtk.VScale 8620 8621 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscale_new; 8622 GtkWidget* function(gdouble min, gdouble max, gdouble step) c_gtk_vscale_new_with_range; 8623 8624 // gtk.TearoffMenuItem 8625 8626 GtkWidget* function() c_gtk_tearoff_menu_item_new; 8627 8628 // gtk.ColorSelection 8629 8630 GtkWidget* function() c_gtk_color_selection_new; 8631 void function(GtkColorSelection* colorsel, gboolean hasOpacity) c_gtk_color_selection_set_has_opacity_control; 8632 gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_opacity_control; 8633 void function(GtkColorSelection* colorsel, gboolean hasPalette) c_gtk_color_selection_set_has_palette; 8634 gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_get_has_palette; 8635 guint16 function(GtkColorSelection* colorsel) c_gtk_color_selection_get_current_alpha; 8636 void function(GtkColorSelection* colorsel, guint16 alpha) c_gtk_color_selection_set_current_alpha; 8637 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_current_color; 8638 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_current_color; 8639 guint16 function(GtkColorSelection* colorsel) c_gtk_color_selection_get_previous_alpha; 8640 void function(GtkColorSelection* colorsel, guint16 alpha) c_gtk_color_selection_set_previous_alpha; 8641 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_get_previous_color; 8642 void function(GtkColorSelection* colorsel, GdkColor* color) c_gtk_color_selection_set_previous_color; 8643 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_current_rgba; 8644 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_current_rgba; 8645 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_get_previous_rgba; 8646 void function(GtkColorSelection* colorsel, GdkRGBA* rgba) c_gtk_color_selection_set_previous_rgba; 8647 gboolean function(GtkColorSelection* colorsel) c_gtk_color_selection_is_adjusting; 8648 gboolean function(gchar* str, GdkColor** colors, gint* nColors) c_gtk_color_selection_palette_from_string; 8649 gchar* function(GdkColor* colors, gint nColors) c_gtk_color_selection_palette_to_string; 8650 GtkColorSelectionChangePaletteWithScreenFunc function(GtkColorSelectionChangePaletteWithScreenFunc func) c_gtk_color_selection_set_change_palette_with_screen_hook; 8651 8652 // gtk.ColorSelectionDialog 8653 8654 GtkWidget* function(gchar* title) c_gtk_color_selection_dialog_new; 8655 GtkWidget* function(GtkColorSelectionDialog* colorsel) c_gtk_color_selection_dialog_get_color_selection; 8656 8657 // gtk.HSV 8658 8659 GtkWidget* function() c_gtk_hsv_new; 8660 void function(GtkHSV* hsv, double h, double s, double v) c_gtk_hsv_set_color; 8661 void function(GtkHSV* hsv, gdouble* h, gdouble* s, gdouble* v) c_gtk_hsv_get_color; 8662 void function(GtkHSV* hsv, gint size, gint ringWidth) c_gtk_hsv_set_metrics; 8663 void function(GtkHSV* hsv, gint* size, gint* ringWidth) c_gtk_hsv_get_metrics; 8664 gboolean function(GtkHSV* hsv) c_gtk_hsv_is_adjusting; 8665 void function(gdouble h, gdouble s, gdouble v, gdouble* r, gdouble* g, gdouble* b) c_gtk_hsv_to_rgb; 8666 void function(gdouble r, gdouble g, gdouble b, gdouble* h, gdouble* s, gdouble* v) c_gtk_rgb_to_hsv; 8667 8668 // gtk.FontSelection 8669 8670 GtkWidget* function() c_gtk_font_selection_new; 8671 gchar* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_font_name; 8672 gboolean function(GtkFontSelection* fontsel, gchar* fontname) c_gtk_font_selection_set_font_name; 8673 gchar* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_text; 8674 void function(GtkFontSelection* fontsel, gchar* text) c_gtk_font_selection_set_preview_text; 8675 PangoFontFace* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face; 8676 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_face_list; 8677 PangoFontFamily* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family; 8678 gint function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size; 8679 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_family_list; 8680 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_preview_entry; 8681 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_entry; 8682 GtkWidget* function(GtkFontSelection* fontsel) c_gtk_font_selection_get_size_list; 8683 8684 // gtk.FontSelectionDialog 8685 8686 GtkWidget* function(gchar* title) c_gtk_font_selection_dialog_new; 8687 gchar* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_name; 8688 gboolean function(GtkFontSelectionDialog* fsd, gchar* fontname) c_gtk_font_selection_dialog_set_font_name; 8689 gchar* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_preview_text; 8690 void function(GtkFontSelectionDialog* fsd, gchar* text) c_gtk_font_selection_dialog_set_preview_text; 8691 GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_cancel_button; 8692 GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_ok_button; 8693 GtkWidget* function(GtkFontSelectionDialog* fsd) c_gtk_font_selection_dialog_get_font_selection; 8694 8695 // gtk.HBox 8696 8697 GtkWidget* function(gboolean homogeneous, gint spacing) c_gtk_hbox_new; 8698 8699 // gtk.VBox 8700 8701 GtkWidget* function(gboolean homogeneous, gint spacing) c_gtk_vbox_new; 8702 8703 // gtk.HButtonBox 8704 8705 GtkWidget* function() c_gtk_hbutton_box_new; 8706 8707 // gtk.VButtonBox 8708 8709 GtkWidget* function() c_gtk_vbutton_box_new; 8710 8711 // gtk.HPaned 8712 8713 GtkWidget* function() c_gtk_hpaned_new; 8714 8715 // gtk.VPaned 8716 8717 GtkWidget* function() c_gtk_vpaned_new; 8718 8719 // gtk.Table 8720 8721 GtkWidget* function(guint rows, guint columns, gboolean homogeneous) c_gtk_table_new; 8722 void function(GtkTable* table, guint rows, guint columns) c_gtk_table_resize; 8723 void function(GtkTable* table, guint* rows, guint* columns) c_gtk_table_get_size; 8724 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; 8725 void function(GtkTable* table, GtkWidget* widget, guint leftAttach, guint rightAttach, guint topAttach, guint bottomAttach) c_gtk_table_attach_defaults; 8726 void function(GtkTable* table, guint row, guint spacing) c_gtk_table_set_row_spacing; 8727 void function(GtkTable* table, guint column, guint spacing) c_gtk_table_set_col_spacing; 8728 void function(GtkTable* table, guint spacing) c_gtk_table_set_row_spacings; 8729 void function(GtkTable* table, guint spacing) c_gtk_table_set_col_spacings; 8730 void function(GtkTable* table, gboolean homogeneous) c_gtk_table_set_homogeneous; 8731 guint function(GtkTable* table) c_gtk_table_get_default_row_spacing; 8732 gboolean function(GtkTable* table) c_gtk_table_get_homogeneous; 8733 guint function(GtkTable* table, guint row) c_gtk_table_get_row_spacing; 8734 guint function(GtkTable* table, guint column) c_gtk_table_get_col_spacing; 8735 guint function(GtkTable* table) c_gtk_table_get_default_col_spacing; 8736 8737 // gtk.HSeparator 8738 8739 GtkWidget* function() c_gtk_hseparator_new; 8740 8741 // gtk.VSeparator 8742 8743 GtkWidget* function() c_gtk_vseparator_new; 8744 8745 // gtk.HScrollbar 8746 8747 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_hscrollbar_new; 8748 8749 // gtk.VScrollbar 8750 8751 GtkWidget* function(GtkAdjustment* adjustment) c_gtk_vscrollbar_new; 8752 8753 // gtk.UIManager 8754 8755 GtkUIManager* function() c_gtk_ui_manager_new; 8756 void function(GtkUIManager* manager, gboolean addTearoffs) c_gtk_ui_manager_set_add_tearoffs; 8757 gboolean function(GtkUIManager* manager) c_gtk_ui_manager_get_add_tearoffs; 8758 void function(GtkUIManager* manager, GtkActionGroup* actionGroup, gint pos) c_gtk_ui_manager_insert_action_group; 8759 void function(GtkUIManager* manager, GtkActionGroup* actionGroup) c_gtk_ui_manager_remove_action_group; 8760 GList* function(GtkUIManager* manager) c_gtk_ui_manager_get_action_groups; 8761 GtkAccelGroup* function(GtkUIManager* manager) c_gtk_ui_manager_get_accel_group; 8762 GtkWidget* function(GtkUIManager* manager, gchar* path) c_gtk_ui_manager_get_widget; 8763 GSList* function(GtkUIManager* manager, GtkUIManagerItemType types) c_gtk_ui_manager_get_toplevels; 8764 GtkAction* function(GtkUIManager* manager, gchar* path) c_gtk_ui_manager_get_action; 8765 guint function(GtkUIManager* manager, gchar* resourcePath, GError** error) c_gtk_ui_manager_add_ui_from_resource; 8766 guint function(GtkUIManager* manager, gchar* buffer, gssize length, GError** error) c_gtk_ui_manager_add_ui_from_string; 8767 guint function(GtkUIManager* manager, gchar* filename, GError** error) c_gtk_ui_manager_add_ui_from_file; 8768 guint function(GtkUIManager* manager) c_gtk_ui_manager_new_merge_id; 8769 void function(GtkUIManager* manager, guint mergeId, gchar* path, gchar* name, gchar* action, GtkUIManagerItemType type, gboolean top) c_gtk_ui_manager_add_ui; 8770 void function(GtkUIManager* manager, guint mergeId) c_gtk_ui_manager_remove_ui; 8771 gchar* function(GtkUIManager* manager) c_gtk_ui_manager_get_ui; 8772 void function(GtkUIManager* manager) c_gtk_ui_manager_ensure_update; 8773 8774 // gtk.ActionGroup 8775 8776 GtkActionGroup* function(gchar* name) c_gtk_action_group_new; 8777 gchar* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_name; 8778 gboolean function(GtkActionGroup* actionGroup) c_gtk_action_group_get_sensitive; 8779 void function(GtkActionGroup* actionGroup, gboolean sensitive) c_gtk_action_group_set_sensitive; 8780 gboolean function(GtkActionGroup* actionGroup) c_gtk_action_group_get_visible; 8781 void function(GtkActionGroup* actionGroup, gboolean visible) c_gtk_action_group_set_visible; 8782 GtkAccelGroup* function(GtkActionGroup* actionGroup) c_gtk_action_group_get_accel_group; 8783 void function(GtkActionGroup* actionGroup, GtkAccelGroup* accelGroup) c_gtk_action_group_set_accel_group; 8784 GtkAction* function(GtkActionGroup* actionGroup, gchar* actionName) c_gtk_action_group_get_action; 8785 GList* function(GtkActionGroup* actionGroup) c_gtk_action_group_list_actions; 8786 void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_add_action; 8787 void function(GtkActionGroup* actionGroup, GtkAction* action, gchar* accelerator) c_gtk_action_group_add_action_with_accel; 8788 void function(GtkActionGroup* actionGroup, GtkAction* action) c_gtk_action_group_remove_action; 8789 void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, guint nEntries, void* userData) c_gtk_action_group_add_actions; 8790 void function(GtkActionGroup* actionGroup, GtkActionEntry* entries, guint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_actions_full; 8791 void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, guint nEntries, void* userData) c_gtk_action_group_add_toggle_actions; 8792 void function(GtkActionGroup* actionGroup, GtkToggleActionEntry* entries, guint nEntries, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_toggle_actions_full; 8793 void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, guint nEntries, gint value, GCallback onChange, void* userData) c_gtk_action_group_add_radio_actions; 8794 void function(GtkActionGroup* actionGroup, GtkRadioActionEntry* entries, guint nEntries, gint value, GCallback onChange, void* userData, GDestroyNotify destroy) c_gtk_action_group_add_radio_actions_full; 8795 void function(GtkActionGroup* actionGroup, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_action_group_set_translate_func; 8796 void function(GtkActionGroup* actionGroup, gchar* domain) c_gtk_action_group_set_translation_domain; 8797 gchar* function(GtkActionGroup* actionGroup, gchar* string) c_gtk_action_group_translate_string; 8798 8799 // gtk.Action 8800 8801 GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_action_new; 8802 gchar* function(GtkAction* action) c_gtk_action_get_name; 8803 gboolean function(GtkAction* action) c_gtk_action_is_sensitive; 8804 gboolean function(GtkAction* action) c_gtk_action_get_sensitive; 8805 void function(GtkAction* action, gboolean sensitive) c_gtk_action_set_sensitive; 8806 gboolean function(GtkAction* action) c_gtk_action_is_visible; 8807 gboolean function(GtkAction* action) c_gtk_action_get_visible; 8808 void function(GtkAction* action, gboolean visible) c_gtk_action_set_visible; 8809 void function(GtkAction* action) c_gtk_action_activate; 8810 GtkWidget* function(GtkAction* action, GtkIconSize iconSize) c_gtk_action_create_icon; 8811 GtkWidget* function(GtkAction* action) c_gtk_action_create_menu_item; 8812 GtkWidget* function(GtkAction* action) c_gtk_action_create_tool_item; 8813 GtkWidget* function(GtkAction* action) c_gtk_action_create_menu; 8814 GSList* function(GtkAction* action) c_gtk_action_get_proxies; 8815 void function(GtkAction* action) c_gtk_action_connect_accelerator; 8816 void function(GtkAction* action) c_gtk_action_disconnect_accelerator; 8817 void function(GtkAction* action) c_gtk_action_block_activate; 8818 void function(GtkAction* action) c_gtk_action_unblock_activate; 8819 gboolean function(GtkAction* action) c_gtk_action_get_always_show_image; 8820 void function(GtkAction* action, gboolean alwaysShow) c_gtk_action_set_always_show_image; 8821 gchar* function(GtkAction* action) c_gtk_action_get_accel_path; 8822 void function(GtkAction* action, gchar* accelPath) c_gtk_action_set_accel_path; 8823 GClosure* function(GtkAction* action) c_gtk_action_get_accel_closure; 8824 void function(GtkAction* action, GtkAccelGroup* accelGroup) c_gtk_action_set_accel_group; 8825 void function(GtkAction* action, gchar* label) c_gtk_action_set_label; 8826 gchar* function(GtkAction* action) c_gtk_action_get_label; 8827 void function(GtkAction* action, gchar* shortLabel) c_gtk_action_set_short_label; 8828 gchar* function(GtkAction* action) c_gtk_action_get_short_label; 8829 void function(GtkAction* action, gchar* tooltip) c_gtk_action_set_tooltip; 8830 gchar* function(GtkAction* action) c_gtk_action_get_tooltip; 8831 void function(GtkAction* action, gchar* stockId) c_gtk_action_set_stock_id; 8832 gchar* function(GtkAction* action) c_gtk_action_get_stock_id; 8833 void function(GtkAction* action, GIcon* icon) c_gtk_action_set_gicon; 8834 GIcon* function(GtkAction* action) c_gtk_action_get_gicon; 8835 void function(GtkAction* action, gchar* iconName) c_gtk_action_set_icon_name; 8836 gchar* function(GtkAction* action) c_gtk_action_get_icon_name; 8837 void function(GtkAction* action, gboolean visibleHorizontal) c_gtk_action_set_visible_horizontal; 8838 gboolean function(GtkAction* action) c_gtk_action_get_visible_horizontal; 8839 void function(GtkAction* action, gboolean visibleVertical) c_gtk_action_set_visible_vertical; 8840 gboolean function(GtkAction* action) c_gtk_action_get_visible_vertical; 8841 void function(GtkAction* action, gboolean isImportant) c_gtk_action_set_is_important; 8842 gboolean function(GtkAction* action) c_gtk_action_get_is_important; 8843 8844 // gtk.ToggleAction 8845 8846 GtkToggleAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_toggle_action_new; 8847 void function(GtkToggleAction* action) c_gtk_toggle_action_toggled; 8848 void function(GtkToggleAction* action, gboolean isActive) c_gtk_toggle_action_set_active; 8849 gboolean function(GtkToggleAction* action) c_gtk_toggle_action_get_active; 8850 void function(GtkToggleAction* action, gboolean drawAsRadio) c_gtk_toggle_action_set_draw_as_radio; 8851 gboolean function(GtkToggleAction* action) c_gtk_toggle_action_get_draw_as_radio; 8852 8853 // gtk.RadioAction 8854 8855 GtkRadioAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId, gint value) c_gtk_radio_action_new; 8856 GSList* function(GtkRadioAction* action) c_gtk_radio_action_get_group; 8857 void function(GtkRadioAction* action, GSList* group) c_gtk_radio_action_set_group; 8858 void function(GtkRadioAction* action, GtkRadioAction* groupSource) c_gtk_radio_action_join_group; 8859 gint function(GtkRadioAction* action) c_gtk_radio_action_get_current_value; 8860 void function(GtkRadioAction* action, gint currentValue) c_gtk_radio_action_set_current_value; 8861 8862 // gtk.RecentAction 8863 8864 GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId) c_gtk_recent_action_new; 8865 GtkAction* function(gchar* name, gchar* label, gchar* tooltip, gchar* stockId, GtkRecentManager* manager) c_gtk_recent_action_new_for_manager; 8866 gboolean function(GtkRecentAction* action) c_gtk_recent_action_get_show_numbers; 8867 void function(GtkRecentAction* action, gboolean showNumbers) c_gtk_recent_action_set_show_numbers; 8868 8869 // gtk.ActivatableT 8870 8871 8872 // gtk.ActivatableT 8873 8874 void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_do_set_related_action; 8875 GtkAction* function(GtkActivatable* activatable) c_gtk_activatable_get_related_action; 8876 gboolean function(GtkActivatable* activatable) c_gtk_activatable_get_use_action_appearance; 8877 void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_sync_action_properties; 8878 void function(GtkActivatable* activatable, GtkAction* action) c_gtk_activatable_set_related_action; 8879 void function(GtkActivatable* activatable, gboolean useAppearance) c_gtk_activatable_set_use_action_appearance; 8880 8881 // gtk.ImageMenuItem 8882 8883 void function(GtkImageMenuItem* imageMenuItem, GtkWidget* image) c_gtk_image_menu_item_set_image; 8884 GtkWidget* function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_image; 8885 GtkWidget* function() c_gtk_image_menu_item_new; 8886 GtkWidget* function(gchar* stockId, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_new_from_stock; 8887 GtkWidget* function(gchar* label) c_gtk_image_menu_item_new_with_label; 8888 GtkWidget* function(gchar* label) c_gtk_image_menu_item_new_with_mnemonic; 8889 gboolean function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_use_stock; 8890 void function(GtkImageMenuItem* imageMenuItem, gboolean useStock) c_gtk_image_menu_item_set_use_stock; 8891 gboolean function(GtkImageMenuItem* imageMenuItem) c_gtk_image_menu_item_get_always_show_image; 8892 void function(GtkImageMenuItem* imageMenuItem, gboolean alwaysShow) c_gtk_image_menu_item_set_always_show_image; 8893 void function(GtkImageMenuItem* imageMenuItem, GtkAccelGroup* accelGroup) c_gtk_image_menu_item_set_accel_group; 8894 8895 // gtk.StockItem 8896 8897 void function(GtkStockItem* items, guint nItems) c_gtk_stock_add; 8898 void function(GtkStockItem* items, guint nItems) c_gtk_stock_add_static; 8899 GtkStockItem* function(GtkStockItem* item) c_gtk_stock_item_copy; 8900 void function(GtkStockItem* item) c_gtk_stock_item_free; 8901 GSList* function() c_gtk_stock_list_ids; 8902 gboolean function(gchar* stockId, GtkStockItem* item) c_gtk_stock_lookup; 8903 void function(gchar* domain, GtkTranslateFunc func, void* data, GDestroyNotify notify) c_gtk_stock_set_translate_func; 8904 }"); 8905 8906 // gtk.Main 8907 8908 alias c_gtk_disable_setlocale gtk_disable_setlocale; 8909 alias c_gtk_get_default_language gtk_get_default_language; 8910 alias c_gtk_parse_args gtk_parse_args; 8911 alias c_gtk_init gtk_init; 8912 alias c_gtk_init_check gtk_init_check; 8913 alias c_gtk_init_with_args gtk_init_with_args; 8914 alias c_gtk_get_option_group gtk_get_option_group; 8915 alias c_gtk_events_pending gtk_events_pending; 8916 alias c_gtk_main gtk_main; 8917 alias c_gtk_main_level gtk_main_level; 8918 alias c_gtk_main_quit gtk_main_quit; 8919 alias c_gtk_main_iteration gtk_main_iteration; 8920 alias c_gtk_main_iteration_do gtk_main_iteration_do; 8921 alias c_gtk_main_do_event gtk_main_do_event; 8922 alias c_gtk_grab_add gtk_grab_add; 8923 alias c_gtk_grab_get_current gtk_grab_get_current; 8924 alias c_gtk_grab_remove gtk_grab_remove; 8925 alias c_gtk_device_grab_add gtk_device_grab_add; 8926 alias c_gtk_device_grab_remove gtk_device_grab_remove; 8927 alias c_gtk_key_snooper_install gtk_key_snooper_install; 8928 alias c_gtk_key_snooper_remove gtk_key_snooper_remove; 8929 alias c_gtk_get_current_event gtk_get_current_event; 8930 alias c_gtk_get_current_event_time gtk_get_current_event_time; 8931 alias c_gtk_get_current_event_state gtk_get_current_event_state; 8932 alias c_gtk_get_current_event_device gtk_get_current_event_device; 8933 alias c_gtk_get_event_widget gtk_get_event_widget; 8934 alias c_gtk_propagate_event gtk_propagate_event; 8935 8936 // gtk.Version 8937 8938 alias c_gtk_get_major_version gtk_get_major_version; 8939 alias c_gtk_get_minor_version gtk_get_minor_version; 8940 alias c_gtk_get_micro_version gtk_get_micro_version; 8941 alias c_gtk_get_binary_age gtk_get_binary_age; 8942 alias c_gtk_get_interface_age gtk_get_interface_age; 8943 alias c_gtk_check_version gtk_check_version; 8944 8945 // gtk.AccelGroup 8946 8947 alias c_gtk_accel_group_new gtk_accel_group_new; 8948 alias c_gtk_accel_group_connect gtk_accel_group_connect; 8949 alias c_gtk_accel_group_connect_by_path gtk_accel_group_connect_by_path; 8950 alias c_gtk_accel_group_disconnect gtk_accel_group_disconnect; 8951 alias c_gtk_accel_group_disconnect_key gtk_accel_group_disconnect_key; 8952 alias c_gtk_accel_group_activate gtk_accel_group_activate; 8953 alias c_gtk_accel_group_lock gtk_accel_group_lock; 8954 alias c_gtk_accel_group_unlock gtk_accel_group_unlock; 8955 alias c_gtk_accel_group_get_is_locked gtk_accel_group_get_is_locked; 8956 alias c_gtk_accel_group_from_accel_closure gtk_accel_group_from_accel_closure; 8957 alias c_gtk_accel_group_get_modifier_mask gtk_accel_group_get_modifier_mask; 8958 alias c_gtk_accel_groups_activate gtk_accel_groups_activate; 8959 alias c_gtk_accel_groups_from_object gtk_accel_groups_from_object; 8960 alias c_gtk_accel_group_find gtk_accel_group_find; 8961 alias c_gtk_accelerator_valid gtk_accelerator_valid; 8962 alias c_gtk_accelerator_parse gtk_accelerator_parse; 8963 alias c_gtk_accelerator_name gtk_accelerator_name; 8964 alias c_gtk_accelerator_get_label gtk_accelerator_get_label; 8965 alias c_gtk_accelerator_parse_with_keycode gtk_accelerator_parse_with_keycode; 8966 alias c_gtk_accelerator_name_with_keycode gtk_accelerator_name_with_keycode; 8967 alias c_gtk_accelerator_get_label_with_keycode gtk_accelerator_get_label_with_keycode; 8968 alias c_gtk_accelerator_set_default_mod_mask gtk_accelerator_set_default_mod_mask; 8969 alias c_gtk_accelerator_get_default_mod_mask gtk_accelerator_get_default_mod_mask; 8970 8971 // gtk.AccelMap 8972 8973 alias c_gtk_accel_map_add_entry gtk_accel_map_add_entry; 8974 alias c_gtk_accel_map_lookup_entry gtk_accel_map_lookup_entry; 8975 alias c_gtk_accel_map_change_entry gtk_accel_map_change_entry; 8976 alias c_gtk_accel_map_load gtk_accel_map_load; 8977 alias c_gtk_accel_map_save gtk_accel_map_save; 8978 alias c_gtk_accel_map_foreach gtk_accel_map_foreach; 8979 alias c_gtk_accel_map_load_fd gtk_accel_map_load_fd; 8980 alias c_gtk_accel_map_save_fd gtk_accel_map_save_fd; 8981 alias c_gtk_accel_map_load_scanner gtk_accel_map_load_scanner; 8982 alias c_gtk_accel_map_add_filter gtk_accel_map_add_filter; 8983 alias c_gtk_accel_map_foreach_unfiltered gtk_accel_map_foreach_unfiltered; 8984 alias c_gtk_accel_map_get gtk_accel_map_get; 8985 alias c_gtk_accel_map_lock_path gtk_accel_map_lock_path; 8986 alias c_gtk_accel_map_unlock_path gtk_accel_map_unlock_path; 8987 8988 // gtk.Clipboard 8989 8990 alias c_gtk_clipboard_get gtk_clipboard_get; 8991 alias c_gtk_clipboard_get_for_display gtk_clipboard_get_for_display; 8992 alias c_gtk_clipboard_get_display gtk_clipboard_get_display; 8993 alias c_gtk_clipboard_set_with_data gtk_clipboard_set_with_data; 8994 alias c_gtk_clipboard_set_with_owner gtk_clipboard_set_with_owner; 8995 alias c_gtk_clipboard_get_owner gtk_clipboard_get_owner; 8996 alias c_gtk_clipboard_clear gtk_clipboard_clear; 8997 alias c_gtk_clipboard_set_text gtk_clipboard_set_text; 8998 alias c_gtk_clipboard_set_image gtk_clipboard_set_image; 8999 alias c_gtk_clipboard_request_contents gtk_clipboard_request_contents; 9000 alias c_gtk_clipboard_request_text gtk_clipboard_request_text; 9001 alias c_gtk_clipboard_request_image gtk_clipboard_request_image; 9002 alias c_gtk_clipboard_request_targets gtk_clipboard_request_targets; 9003 alias c_gtk_clipboard_request_rich_text gtk_clipboard_request_rich_text; 9004 alias c_gtk_clipboard_request_uris gtk_clipboard_request_uris; 9005 alias c_gtk_clipboard_wait_for_contents gtk_clipboard_wait_for_contents; 9006 alias c_gtk_clipboard_wait_for_text gtk_clipboard_wait_for_text; 9007 alias c_gtk_clipboard_wait_for_image gtk_clipboard_wait_for_image; 9008 alias c_gtk_clipboard_wait_for_rich_text gtk_clipboard_wait_for_rich_text; 9009 alias c_gtk_clipboard_wait_for_uris gtk_clipboard_wait_for_uris; 9010 alias c_gtk_clipboard_wait_is_text_available gtk_clipboard_wait_is_text_available; 9011 alias c_gtk_clipboard_wait_is_image_available gtk_clipboard_wait_is_image_available; 9012 alias c_gtk_clipboard_wait_is_rich_text_available gtk_clipboard_wait_is_rich_text_available; 9013 alias c_gtk_clipboard_wait_is_uris_available gtk_clipboard_wait_is_uris_available; 9014 alias c_gtk_clipboard_wait_for_targets gtk_clipboard_wait_for_targets; 9015 alias c_gtk_clipboard_wait_is_target_available gtk_clipboard_wait_is_target_available; 9016 alias c_gtk_clipboard_set_can_store gtk_clipboard_set_can_store; 9017 alias c_gtk_clipboard_store gtk_clipboard_store; 9018 9019 // gtk.DragAndDrop 9020 9021 alias c_gtk_drag_dest_set gtk_drag_dest_set; 9022 alias c_gtk_drag_dest_set_proxy gtk_drag_dest_set_proxy; 9023 alias c_gtk_drag_dest_unset gtk_drag_dest_unset; 9024 alias c_gtk_drag_dest_find_target gtk_drag_dest_find_target; 9025 alias c_gtk_drag_dest_get_target_list gtk_drag_dest_get_target_list; 9026 alias c_gtk_drag_dest_set_target_list gtk_drag_dest_set_target_list; 9027 alias c_gtk_drag_dest_add_text_targets gtk_drag_dest_add_text_targets; 9028 alias c_gtk_drag_dest_add_image_targets gtk_drag_dest_add_image_targets; 9029 alias c_gtk_drag_dest_add_uri_targets gtk_drag_dest_add_uri_targets; 9030 alias c_gtk_drag_dest_set_track_motion gtk_drag_dest_set_track_motion; 9031 alias c_gtk_drag_dest_get_track_motion gtk_drag_dest_get_track_motion; 9032 alias c_gtk_drag_finish gtk_drag_finish; 9033 alias c_gtk_drag_get_data gtk_drag_get_data; 9034 alias c_gtk_drag_get_source_widget gtk_drag_get_source_widget; 9035 alias c_gtk_drag_highlight gtk_drag_highlight; 9036 alias c_gtk_drag_unhighlight gtk_drag_unhighlight; 9037 alias c_gtk_drag_begin gtk_drag_begin; 9038 alias c_gtk_drag_set_icon_widget gtk_drag_set_icon_widget; 9039 alias c_gtk_drag_set_icon_pixbuf gtk_drag_set_icon_pixbuf; 9040 alias c_gtk_drag_set_icon_stock gtk_drag_set_icon_stock; 9041 alias c_gtk_drag_set_icon_surface gtk_drag_set_icon_surface; 9042 alias c_gtk_drag_set_icon_name gtk_drag_set_icon_name; 9043 alias c_gtk_drag_set_icon_gicon gtk_drag_set_icon_gicon; 9044 alias c_gtk_drag_set_icon_default gtk_drag_set_icon_default; 9045 alias c_gtk_drag_check_threshold gtk_drag_check_threshold; 9046 alias c_gtk_drag_source_set gtk_drag_source_set; 9047 alias c_gtk_drag_source_set_icon_pixbuf gtk_drag_source_set_icon_pixbuf; 9048 alias c_gtk_drag_source_set_icon_stock gtk_drag_source_set_icon_stock; 9049 alias c_gtk_drag_source_set_icon_name gtk_drag_source_set_icon_name; 9050 alias c_gtk_drag_source_set_icon_gicon gtk_drag_source_set_icon_gicon; 9051 alias c_gtk_drag_source_unset gtk_drag_source_unset; 9052 alias c_gtk_drag_source_set_target_list gtk_drag_source_set_target_list; 9053 alias c_gtk_drag_source_get_target_list gtk_drag_source_get_target_list; 9054 alias c_gtk_drag_source_add_text_targets gtk_drag_source_add_text_targets; 9055 alias c_gtk_drag_source_add_image_targets gtk_drag_source_add_image_targets; 9056 alias c_gtk_drag_source_add_uri_targets gtk_drag_source_add_uri_targets; 9057 9058 // gtk.Settings 9059 9060 alias c_gtk_settings_get_default gtk_settings_get_default; 9061 alias c_gtk_settings_get_for_screen gtk_settings_get_for_screen; 9062 alias c_gtk_settings_install_property gtk_settings_install_property; 9063 alias c_gtk_settings_install_property_parser gtk_settings_install_property_parser; 9064 alias c_gtk_rc_property_parse_color gtk_rc_property_parse_color; 9065 alias c_gtk_rc_property_parse_enum gtk_rc_property_parse_enum; 9066 alias c_gtk_rc_property_parse_flags gtk_rc_property_parse_flags; 9067 alias c_gtk_rc_property_parse_requisition gtk_rc_property_parse_requisition; 9068 alias c_gtk_rc_property_parse_border gtk_rc_property_parse_border; 9069 alias c_gtk_settings_set_property_value gtk_settings_set_property_value; 9070 alias c_gtk_settings_set_string_property gtk_settings_set_string_property; 9071 alias c_gtk_settings_set_long_property gtk_settings_set_long_property; 9072 alias c_gtk_settings_set_double_property gtk_settings_set_double_property; 9073 9074 // gtk.BindingSet 9075 9076 alias c_gtk_binding_entry_add_signall gtk_binding_entry_add_signall; 9077 alias c_gtk_binding_set_new gtk_binding_set_new; 9078 alias c_gtk_binding_set_by_class gtk_binding_set_by_class; 9079 alias c_gtk_binding_set_find gtk_binding_set_find; 9080 alias c_gtk_bindings_activate gtk_bindings_activate; 9081 alias c_gtk_bindings_activate_event gtk_bindings_activate_event; 9082 alias c_gtk_binding_set_activate gtk_binding_set_activate; 9083 alias c_gtk_binding_entry_add_signal gtk_binding_entry_add_signal; 9084 alias c_gtk_binding_entry_add_signal_from_string gtk_binding_entry_add_signal_from_string; 9085 alias c_gtk_binding_entry_skip gtk_binding_entry_skip; 9086 alias c_gtk_binding_entry_remove gtk_binding_entry_remove; 9087 alias c_gtk_binding_set_add_path gtk_binding_set_add_path; 9088 9089 // gtk.TargetEntry 9090 9091 alias c_gtk_target_entry_new gtk_target_entry_new; 9092 alias c_gtk_target_entry_copy gtk_target_entry_copy; 9093 alias c_gtk_target_entry_free gtk_target_entry_free; 9094 9095 // gtk.TargetList 9096 9097 alias c_gtk_target_list_new gtk_target_list_new; 9098 alias c_gtk_target_list_ref gtk_target_list_ref; 9099 alias c_gtk_target_list_unref gtk_target_list_unref; 9100 alias c_gtk_target_list_add gtk_target_list_add; 9101 alias c_gtk_target_list_add_table gtk_target_list_add_table; 9102 alias c_gtk_target_list_add_text_targets gtk_target_list_add_text_targets; 9103 alias c_gtk_target_list_add_image_targets gtk_target_list_add_image_targets; 9104 alias c_gtk_target_list_add_uri_targets gtk_target_list_add_uri_targets; 9105 alias c_gtk_target_list_add_rich_text_targets gtk_target_list_add_rich_text_targets; 9106 alias c_gtk_target_list_remove gtk_target_list_remove; 9107 alias c_gtk_target_list_find gtk_target_list_find; 9108 alias c_gtk_target_table_free gtk_target_table_free; 9109 alias c_gtk_target_table_new_from_list gtk_target_table_new_from_list; 9110 alias c_gtk_targets_include_image gtk_targets_include_image; 9111 alias c_gtk_targets_include_text gtk_targets_include_text; 9112 alias c_gtk_targets_include_uri gtk_targets_include_uri; 9113 alias c_gtk_targets_include_rich_text gtk_targets_include_rich_text; 9114 9115 // gtk.SelectionData 9116 9117 alias c_gtk_selection_owner_set gtk_selection_owner_set; 9118 alias c_gtk_selection_owner_set_for_display gtk_selection_owner_set_for_display; 9119 alias c_gtk_selection_add_target gtk_selection_add_target; 9120 alias c_gtk_selection_add_targets gtk_selection_add_targets; 9121 alias c_gtk_selection_clear_targets gtk_selection_clear_targets; 9122 alias c_gtk_selection_convert gtk_selection_convert; 9123 alias c_gtk_selection_data_set gtk_selection_data_set; 9124 alias c_gtk_selection_data_set_text gtk_selection_data_set_text; 9125 alias c_gtk_selection_data_get_text gtk_selection_data_get_text; 9126 alias c_gtk_selection_data_set_pixbuf gtk_selection_data_set_pixbuf; 9127 alias c_gtk_selection_data_get_pixbuf gtk_selection_data_get_pixbuf; 9128 alias c_gtk_selection_data_set_uris gtk_selection_data_set_uris; 9129 alias c_gtk_selection_data_get_uris gtk_selection_data_get_uris; 9130 alias c_gtk_selection_data_get_targets gtk_selection_data_get_targets; 9131 alias c_gtk_selection_data_targets_include_image gtk_selection_data_targets_include_image; 9132 alias c_gtk_selection_data_targets_include_text gtk_selection_data_targets_include_text; 9133 alias c_gtk_selection_data_targets_include_uri gtk_selection_data_targets_include_uri; 9134 alias c_gtk_selection_data_targets_include_rich_text gtk_selection_data_targets_include_rich_text; 9135 alias c_gtk_selection_data_get_selection gtk_selection_data_get_selection; 9136 alias c_gtk_selection_data_get_data gtk_selection_data_get_data; 9137 alias c_gtk_selection_data_get_length gtk_selection_data_get_length; 9138 alias c_gtk_selection_data_get_data_with_length gtk_selection_data_get_data_with_length; 9139 alias c_gtk_selection_data_get_data_type gtk_selection_data_get_data_type; 9140 alias c_gtk_selection_data_get_display gtk_selection_data_get_display; 9141 alias c_gtk_selection_data_get_format gtk_selection_data_get_format; 9142 alias c_gtk_selection_data_get_target gtk_selection_data_get_target; 9143 alias c_gtk_selection_remove_all gtk_selection_remove_all; 9144 alias c_gtk_selection_data_copy gtk_selection_data_copy; 9145 alias c_gtk_selection_data_free gtk_selection_data_free; 9146 9147 // gtk.Testing 9148 9149 alias c_gtk_test_create_simple_window gtk_test_create_simple_window; 9150 alias c_gtk_test_create_widget gtk_test_create_widget; 9151 alias c_gtk_test_display_button_window gtk_test_display_button_window; 9152 alias c_gtk_test_find_label gtk_test_find_label; 9153 alias c_gtk_test_find_sibling gtk_test_find_sibling; 9154 alias c_gtk_test_find_widget gtk_test_find_widget; 9155 alias c_gtk_test_init gtk_test_init; 9156 alias c_gtk_test_list_all_types gtk_test_list_all_types; 9157 alias c_gtk_test_register_all_types gtk_test_register_all_types; 9158 alias c_gtk_test_slider_get_value gtk_test_slider_get_value; 9159 alias c_gtk_test_slider_set_perc gtk_test_slider_set_perc; 9160 alias c_gtk_test_spin_button_click gtk_test_spin_button_click; 9161 alias c_gtk_test_text_get gtk_test_text_get; 9162 alias c_gtk_test_text_set gtk_test_text_set; 9163 alias c_gtk_test_widget_click gtk_test_widget_click; 9164 alias c_gtk_test_widget_send_key gtk_test_widget_send_key; 9165 alias c_gtk_test_widget_wait_for_draw gtk_test_widget_wait_for_draw; 9166 9167 // gtk.MountOperation 9168 9169 alias c_gtk_mount_operation_new gtk_mount_operation_new; 9170 alias c_gtk_mount_operation_is_showing gtk_mount_operation_is_showing; 9171 alias c_gtk_mount_operation_set_parent gtk_mount_operation_set_parent; 9172 alias c_gtk_mount_operation_get_parent gtk_mount_operation_get_parent; 9173 alias c_gtk_mount_operation_set_screen gtk_mount_operation_set_screen; 9174 alias c_gtk_mount_operation_get_screen gtk_mount_operation_get_screen; 9175 alias c_gtk_show_uri gtk_show_uri; 9176 9177 // gtk.StyleContext 9178 9179 alias c_gtk_style_context_new gtk_style_context_new; 9180 alias c_gtk_style_context_add_provider gtk_style_context_add_provider; 9181 alias c_gtk_style_context_add_provider_for_screen gtk_style_context_add_provider_for_screen; 9182 alias c_gtk_style_context_get gtk_style_context_get; 9183 alias c_gtk_style_context_get_direction gtk_style_context_get_direction; 9184 alias c_gtk_style_context_get_junction_sides gtk_style_context_get_junction_sides; 9185 alias c_gtk_style_context_get_parent gtk_style_context_get_parent; 9186 alias c_gtk_style_context_get_path gtk_style_context_get_path; 9187 alias c_gtk_style_context_get_property gtk_style_context_get_property; 9188 alias c_gtk_style_context_get_screen gtk_style_context_get_screen; 9189 alias c_gtk_style_context_get_frame_clock gtk_style_context_get_frame_clock; 9190 alias c_gtk_style_context_get_state gtk_style_context_get_state; 9191 alias c_gtk_style_context_get_style gtk_style_context_get_style; 9192 alias c_gtk_style_context_get_style_property gtk_style_context_get_style_property; 9193 alias c_gtk_style_context_get_style_valist gtk_style_context_get_style_valist; 9194 alias c_gtk_style_context_get_valist gtk_style_context_get_valist; 9195 alias c_gtk_style_context_get_section gtk_style_context_get_section; 9196 alias c_gtk_style_context_get_color gtk_style_context_get_color; 9197 alias c_gtk_style_context_get_background_color gtk_style_context_get_background_color; 9198 alias c_gtk_style_context_get_border_color gtk_style_context_get_border_color; 9199 alias c_gtk_style_context_get_border gtk_style_context_get_border; 9200 alias c_gtk_style_context_get_padding gtk_style_context_get_padding; 9201 alias c_gtk_style_context_get_margin gtk_style_context_get_margin; 9202 alias c_gtk_style_context_get_font gtk_style_context_get_font; 9203 alias c_gtk_style_context_invalidate gtk_style_context_invalidate; 9204 alias c_gtk_style_context_state_is_running gtk_style_context_state_is_running; 9205 alias c_gtk_style_context_lookup_color gtk_style_context_lookup_color; 9206 alias c_gtk_style_context_lookup_icon_set gtk_style_context_lookup_icon_set; 9207 alias c_gtk_style_context_notify_state_change gtk_style_context_notify_state_change; 9208 alias c_gtk_style_context_pop_animatable_region gtk_style_context_pop_animatable_region; 9209 alias c_gtk_style_context_push_animatable_region gtk_style_context_push_animatable_region; 9210 alias c_gtk_style_context_cancel_animations gtk_style_context_cancel_animations; 9211 alias c_gtk_style_context_scroll_animations gtk_style_context_scroll_animations; 9212 alias c_gtk_style_context_remove_provider gtk_style_context_remove_provider; 9213 alias c_gtk_style_context_remove_provider_for_screen gtk_style_context_remove_provider_for_screen; 9214 alias c_gtk_style_context_reset_widgets gtk_style_context_reset_widgets; 9215 alias c_gtk_style_context_set_background gtk_style_context_set_background; 9216 alias c_gtk_style_context_restore gtk_style_context_restore; 9217 alias c_gtk_style_context_save gtk_style_context_save; 9218 alias c_gtk_style_context_set_direction gtk_style_context_set_direction; 9219 alias c_gtk_style_context_set_junction_sides gtk_style_context_set_junction_sides; 9220 alias c_gtk_style_context_set_parent gtk_style_context_set_parent; 9221 alias c_gtk_style_context_set_path gtk_style_context_set_path; 9222 alias c_gtk_style_context_add_class gtk_style_context_add_class; 9223 alias c_gtk_style_context_remove_class gtk_style_context_remove_class; 9224 alias c_gtk_style_context_has_class gtk_style_context_has_class; 9225 alias c_gtk_style_context_list_classes gtk_style_context_list_classes; 9226 alias c_gtk_style_context_add_region gtk_style_context_add_region; 9227 alias c_gtk_style_context_remove_region gtk_style_context_remove_region; 9228 alias c_gtk_style_context_has_region gtk_style_context_has_region; 9229 alias c_gtk_style_context_list_regions gtk_style_context_list_regions; 9230 alias c_gtk_style_context_set_screen gtk_style_context_set_screen; 9231 alias c_gtk_style_context_set_frame_clock gtk_style_context_set_frame_clock; 9232 alias c_gtk_style_context_set_state gtk_style_context_set_state; 9233 alias c_gtk_style_context_set_scale gtk_style_context_set_scale; 9234 alias c_gtk_style_context_get_scale gtk_style_context_get_scale; 9235 alias c_gtk_render_arrow gtk_render_arrow; 9236 alias c_gtk_render_background gtk_render_background; 9237 alias c_gtk_render_check gtk_render_check; 9238 alias c_gtk_render_expander gtk_render_expander; 9239 alias c_gtk_render_extension gtk_render_extension; 9240 alias c_gtk_render_focus gtk_render_focus; 9241 alias c_gtk_render_frame gtk_render_frame; 9242 alias c_gtk_render_frame_gap gtk_render_frame_gap; 9243 alias c_gtk_render_handle gtk_render_handle; 9244 alias c_gtk_render_layout gtk_render_layout; 9245 alias c_gtk_render_line gtk_render_line; 9246 alias c_gtk_render_option gtk_render_option; 9247 alias c_gtk_render_slider gtk_render_slider; 9248 alias c_gtk_render_activity gtk_render_activity; 9249 alias c_gtk_render_icon_pixbuf gtk_render_icon_pixbuf; 9250 alias c_gtk_render_icon_surface gtk_render_icon_surface; 9251 alias c_gtk_render_icon gtk_render_icon; 9252 alias c_gtk_render_insertion_cursor gtk_render_insertion_cursor; 9253 9254 // gtk.Border 9255 9256 alias c_gtk_border_new gtk_border_new; 9257 alias c_gtk_border_copy gtk_border_copy; 9258 alias c_gtk_border_free gtk_border_free; 9259 9260 // gtk.CssProvider 9261 9262 alias c_gtk_css_provider_get_default gtk_css_provider_get_default; 9263 alias c_gtk_css_provider_get_named gtk_css_provider_get_named; 9264 alias c_gtk_css_provider_load_from_data gtk_css_provider_load_from_data; 9265 alias c_gtk_css_provider_load_from_file gtk_css_provider_load_from_file; 9266 alias c_gtk_css_provider_load_from_path gtk_css_provider_load_from_path; 9267 alias c_gtk_css_provider_new gtk_css_provider_new; 9268 alias c_gtk_css_provider_to_string gtk_css_provider_to_string; 9269 9270 // gtk.CssSection 9271 9272 alias c_gtk_css_section_get_end_line gtk_css_section_get_end_line; 9273 alias c_gtk_css_section_get_end_position gtk_css_section_get_end_position; 9274 alias c_gtk_css_section_get_file gtk_css_section_get_file; 9275 alias c_gtk_css_section_get_parent gtk_css_section_get_parent; 9276 alias c_gtk_css_section_get_section_type gtk_css_section_get_section_type; 9277 alias c_gtk_css_section_get_start_line gtk_css_section_get_start_line; 9278 alias c_gtk_css_section_get_start_position gtk_css_section_get_start_position; 9279 alias c_gtk_css_section_ref gtk_css_section_ref; 9280 alias c_gtk_css_section_unref gtk_css_section_unref; 9281 9282 // gtk.StyleProviderT 9283 9284 9285 // gtk.StyleProviderT 9286 9287 alias c_gtk_style_provider_get_icon_factory gtk_style_provider_get_icon_factory; 9288 alias c_gtk_style_provider_get_style gtk_style_provider_get_style; 9289 alias c_gtk_style_provider_get_style_property gtk_style_provider_get_style_property; 9290 9291 // gtk.StyleProperties 9292 9293 alias c_gtk_style_properties_clear gtk_style_properties_clear; 9294 alias c_gtk_style_properties_get gtk_style_properties_get; 9295 alias c_gtk_style_properties_get_property gtk_style_properties_get_property; 9296 alias c_gtk_style_properties_get_valist gtk_style_properties_get_valist; 9297 alias c_gtk_style_properties_lookup_color gtk_style_properties_lookup_color; 9298 alias c_gtk_style_properties_lookup_property gtk_style_properties_lookup_property; 9299 alias c_gtk_style_properties_map_color gtk_style_properties_map_color; 9300 alias c_gtk_style_properties_merge gtk_style_properties_merge; 9301 alias c_gtk_style_properties_new gtk_style_properties_new; 9302 alias c_gtk_style_properties_register_property gtk_style_properties_register_property; 9303 alias c_gtk_style_properties_set gtk_style_properties_set; 9304 alias c_gtk_style_properties_set_property gtk_style_properties_set_property; 9305 alias c_gtk_style_properties_set_valist gtk_style_properties_set_valist; 9306 alias c_gtk_style_properties_unset_property gtk_style_properties_unset_property; 9307 9308 // gtk.ThemingEngine 9309 9310 alias c_gtk_theming_engine_get gtk_theming_engine_get; 9311 alias c_gtk_theming_engine_get_direction gtk_theming_engine_get_direction; 9312 alias c_gtk_theming_engine_get_junction_sides gtk_theming_engine_get_junction_sides; 9313 alias c_gtk_theming_engine_get_path gtk_theming_engine_get_path; 9314 alias c_gtk_theming_engine_get_property gtk_theming_engine_get_property; 9315 alias c_gtk_theming_engine_get_screen gtk_theming_engine_get_screen; 9316 alias c_gtk_theming_engine_get_state gtk_theming_engine_get_state; 9317 alias c_gtk_theming_engine_get_style gtk_theming_engine_get_style; 9318 alias c_gtk_theming_engine_get_style_property gtk_theming_engine_get_style_property; 9319 alias c_gtk_theming_engine_get_style_valist gtk_theming_engine_get_style_valist; 9320 alias c_gtk_theming_engine_get_valist gtk_theming_engine_get_valist; 9321 alias c_gtk_theming_engine_get_color gtk_theming_engine_get_color; 9322 alias c_gtk_theming_engine_get_background_color gtk_theming_engine_get_background_color; 9323 alias c_gtk_theming_engine_get_border_color gtk_theming_engine_get_border_color; 9324 alias c_gtk_theming_engine_get_border gtk_theming_engine_get_border; 9325 alias c_gtk_theming_engine_get_padding gtk_theming_engine_get_padding; 9326 alias c_gtk_theming_engine_get_margin gtk_theming_engine_get_margin; 9327 alias c_gtk_theming_engine_get_font gtk_theming_engine_get_font; 9328 alias c_gtk_theming_engine_has_class gtk_theming_engine_has_class; 9329 alias c_gtk_theming_engine_has_region gtk_theming_engine_has_region; 9330 alias c_gtk_theming_engine_lookup_color gtk_theming_engine_lookup_color; 9331 alias c_gtk_theming_engine_state_is_running gtk_theming_engine_state_is_running; 9332 alias c_gtk_theming_engine_load gtk_theming_engine_load; 9333 alias c_gtk_theming_engine_register_property gtk_theming_engine_register_property; 9334 9335 // gtk.WidgetPath 9336 9337 alias c_gtk_widget_path_append_type gtk_widget_path_append_type; 9338 alias c_gtk_widget_path_append_with_siblings gtk_widget_path_append_with_siblings; 9339 alias c_gtk_widget_path_append_for_widget gtk_widget_path_append_for_widget; 9340 alias c_gtk_widget_path_copy gtk_widget_path_copy; 9341 alias c_gtk_widget_path_ref gtk_widget_path_ref; 9342 alias c_gtk_widget_path_unref gtk_widget_path_unref; 9343 alias c_gtk_widget_path_free gtk_widget_path_free; 9344 alias c_gtk_widget_path_get_object_type gtk_widget_path_get_object_type; 9345 alias c_gtk_widget_path_has_parent gtk_widget_path_has_parent; 9346 alias c_gtk_widget_path_is_type gtk_widget_path_is_type; 9347 alias c_gtk_widget_path_iter_add_class gtk_widget_path_iter_add_class; 9348 alias c_gtk_widget_path_iter_add_region gtk_widget_path_iter_add_region; 9349 alias c_gtk_widget_path_iter_clear_classes gtk_widget_path_iter_clear_classes; 9350 alias c_gtk_widget_path_iter_clear_regions gtk_widget_path_iter_clear_regions; 9351 alias c_gtk_widget_path_iter_get_name gtk_widget_path_iter_get_name; 9352 alias c_gtk_widget_path_iter_get_object_type gtk_widget_path_iter_get_object_type; 9353 alias c_gtk_widget_path_iter_get_siblings gtk_widget_path_iter_get_siblings; 9354 alias c_gtk_widget_path_iter_get_sibling_index gtk_widget_path_iter_get_sibling_index; 9355 alias c_gtk_widget_path_iter_has_class gtk_widget_path_iter_has_class; 9356 alias c_gtk_widget_path_iter_has_name gtk_widget_path_iter_has_name; 9357 alias c_gtk_widget_path_iter_has_qclass gtk_widget_path_iter_has_qclass; 9358 alias c_gtk_widget_path_iter_has_qname gtk_widget_path_iter_has_qname; 9359 alias c_gtk_widget_path_iter_has_qregion gtk_widget_path_iter_has_qregion; 9360 alias c_gtk_widget_path_iter_has_region gtk_widget_path_iter_has_region; 9361 alias c_gtk_widget_path_iter_list_classes gtk_widget_path_iter_list_classes; 9362 alias c_gtk_widget_path_iter_list_regions gtk_widget_path_iter_list_regions; 9363 alias c_gtk_widget_path_iter_remove_class gtk_widget_path_iter_remove_class; 9364 alias c_gtk_widget_path_iter_remove_region gtk_widget_path_iter_remove_region; 9365 alias c_gtk_widget_path_iter_set_name gtk_widget_path_iter_set_name; 9366 alias c_gtk_widget_path_iter_set_object_type gtk_widget_path_iter_set_object_type; 9367 alias c_gtk_widget_path_length gtk_widget_path_length; 9368 alias c_gtk_widget_path_new gtk_widget_path_new; 9369 alias c_gtk_widget_path_prepend_type gtk_widget_path_prepend_type; 9370 alias c_gtk_widget_path_to_string gtk_widget_path_to_string; 9371 9372 // gtk.IconTheme 9373 9374 alias c_gtk_icon_theme_new gtk_icon_theme_new; 9375 alias c_gtk_icon_theme_get_default gtk_icon_theme_get_default; 9376 alias c_gtk_icon_theme_get_for_screen gtk_icon_theme_get_for_screen; 9377 alias c_gtk_icon_theme_set_screen gtk_icon_theme_set_screen; 9378 alias c_gtk_icon_theme_set_search_path gtk_icon_theme_set_search_path; 9379 alias c_gtk_icon_theme_get_search_path gtk_icon_theme_get_search_path; 9380 alias c_gtk_icon_theme_append_search_path gtk_icon_theme_append_search_path; 9381 alias c_gtk_icon_theme_prepend_search_path gtk_icon_theme_prepend_search_path; 9382 alias c_gtk_icon_theme_set_custom_theme gtk_icon_theme_set_custom_theme; 9383 alias c_gtk_icon_theme_has_icon gtk_icon_theme_has_icon; 9384 alias c_gtk_icon_theme_lookup_icon gtk_icon_theme_lookup_icon; 9385 alias c_gtk_icon_theme_lookup_icon_for_scale gtk_icon_theme_lookup_icon_for_scale; 9386 alias c_gtk_icon_theme_choose_icon gtk_icon_theme_choose_icon; 9387 alias c_gtk_icon_theme_choose_icon_for_scale gtk_icon_theme_choose_icon_for_scale; 9388 alias c_gtk_icon_theme_lookup_by_gicon gtk_icon_theme_lookup_by_gicon; 9389 alias c_gtk_icon_theme_lookup_by_gicon_for_scale gtk_icon_theme_lookup_by_gicon_for_scale; 9390 alias c_gtk_icon_theme_load_icon gtk_icon_theme_load_icon; 9391 alias c_gtk_icon_theme_load_icon_for_scale gtk_icon_theme_load_icon_for_scale; 9392 alias c_gtk_icon_theme_load_surface gtk_icon_theme_load_surface; 9393 alias c_gtk_icon_theme_list_contexts gtk_icon_theme_list_contexts; 9394 alias c_gtk_icon_theme_list_icons gtk_icon_theme_list_icons; 9395 alias c_gtk_icon_theme_get_icon_sizes gtk_icon_theme_get_icon_sizes; 9396 alias c_gtk_icon_theme_get_example_icon_name gtk_icon_theme_get_example_icon_name; 9397 alias c_gtk_icon_theme_rescan_if_needed gtk_icon_theme_rescan_if_needed; 9398 alias c_gtk_icon_theme_add_builtin_icon gtk_icon_theme_add_builtin_icon; 9399 9400 // gtk.IconInfo 9401 9402 alias c_gtk_icon_info_copy gtk_icon_info_copy; 9403 alias c_gtk_icon_info_free gtk_icon_info_free; 9404 alias c_gtk_icon_info_new_for_pixbuf gtk_icon_info_new_for_pixbuf; 9405 alias c_gtk_icon_info_get_base_size gtk_icon_info_get_base_size; 9406 alias c_gtk_icon_info_get_base_scale gtk_icon_info_get_base_scale; 9407 alias c_gtk_icon_info_get_filename gtk_icon_info_get_filename; 9408 alias c_gtk_icon_info_get_builtin_pixbuf gtk_icon_info_get_builtin_pixbuf; 9409 alias c_gtk_icon_info_load_icon gtk_icon_info_load_icon; 9410 alias c_gtk_icon_info_load_surface gtk_icon_info_load_surface; 9411 alias c_gtk_icon_info_load_icon_async gtk_icon_info_load_icon_async; 9412 alias c_gtk_icon_info_load_icon_finish gtk_icon_info_load_icon_finish; 9413 alias c_gtk_icon_info_load_symbolic gtk_icon_info_load_symbolic; 9414 alias c_gtk_icon_info_load_symbolic_async gtk_icon_info_load_symbolic_async; 9415 alias c_gtk_icon_info_load_symbolic_finish gtk_icon_info_load_symbolic_finish; 9416 alias c_gtk_icon_info_load_symbolic_for_style gtk_icon_info_load_symbolic_for_style; 9417 alias c_gtk_icon_info_load_symbolic_for_context gtk_icon_info_load_symbolic_for_context; 9418 alias c_gtk_icon_info_load_symbolic_for_context_async gtk_icon_info_load_symbolic_for_context_async; 9419 alias c_gtk_icon_info_load_symbolic_for_context_finish gtk_icon_info_load_symbolic_for_context_finish; 9420 alias c_gtk_icon_info_set_raw_coordinates gtk_icon_info_set_raw_coordinates; 9421 alias c_gtk_icon_info_get_embedded_rect gtk_icon_info_get_embedded_rect; 9422 alias c_gtk_icon_info_get_attach_points gtk_icon_info_get_attach_points; 9423 alias c_gtk_icon_info_get_display_name gtk_icon_info_get_display_name; 9424 9425 // gtk.IconSource 9426 9427 alias c_gtk_icon_source_copy gtk_icon_source_copy; 9428 alias c_gtk_icon_source_free gtk_icon_source_free; 9429 alias c_gtk_icon_source_get_direction gtk_icon_source_get_direction; 9430 alias c_gtk_icon_source_get_direction_wildcarded gtk_icon_source_get_direction_wildcarded; 9431 alias c_gtk_icon_source_get_filename gtk_icon_source_get_filename; 9432 alias c_gtk_icon_source_get_pixbuf gtk_icon_source_get_pixbuf; 9433 alias c_gtk_icon_source_get_icon_name gtk_icon_source_get_icon_name; 9434 alias c_gtk_icon_source_get_size gtk_icon_source_get_size; 9435 alias c_gtk_icon_source_get_size_wildcarded gtk_icon_source_get_size_wildcarded; 9436 alias c_gtk_icon_source_get_state gtk_icon_source_get_state; 9437 alias c_gtk_icon_source_get_state_wildcarded gtk_icon_source_get_state_wildcarded; 9438 alias c_gtk_icon_source_new gtk_icon_source_new; 9439 alias c_gtk_icon_source_set_direction gtk_icon_source_set_direction; 9440 alias c_gtk_icon_source_set_direction_wildcarded gtk_icon_source_set_direction_wildcarded; 9441 alias c_gtk_icon_source_set_filename gtk_icon_source_set_filename; 9442 alias c_gtk_icon_source_set_pixbuf gtk_icon_source_set_pixbuf; 9443 alias c_gtk_icon_source_set_icon_name gtk_icon_source_set_icon_name; 9444 alias c_gtk_icon_source_set_size gtk_icon_source_set_size; 9445 alias c_gtk_icon_source_set_size_wildcarded gtk_icon_source_set_size_wildcarded; 9446 alias c_gtk_icon_source_set_state gtk_icon_source_set_state; 9447 alias c_gtk_icon_source_set_state_wildcarded gtk_icon_source_set_state_wildcarded; 9448 9449 // gtk.IconFactory 9450 9451 alias c_gtk_icon_factory_add gtk_icon_factory_add; 9452 alias c_gtk_icon_factory_add_default gtk_icon_factory_add_default; 9453 alias c_gtk_icon_factory_lookup gtk_icon_factory_lookup; 9454 alias c_gtk_icon_factory_lookup_default gtk_icon_factory_lookup_default; 9455 alias c_gtk_icon_factory_new gtk_icon_factory_new; 9456 alias c_gtk_icon_factory_remove_default gtk_icon_factory_remove_default; 9457 9458 // gtk.IconSet 9459 9460 alias c_gtk_icon_set_add_source gtk_icon_set_add_source; 9461 alias c_gtk_icon_set_copy gtk_icon_set_copy; 9462 alias c_gtk_icon_set_new gtk_icon_set_new; 9463 alias c_gtk_icon_set_new_from_pixbuf gtk_icon_set_new_from_pixbuf; 9464 alias c_gtk_icon_set_ref gtk_icon_set_ref; 9465 alias c_gtk_icon_set_render_icon gtk_icon_set_render_icon; 9466 alias c_gtk_icon_set_render_icon_pixbuf gtk_icon_set_render_icon_pixbuf; 9467 alias c_gtk_icon_set_render_icon_surface gtk_icon_set_render_icon_surface; 9468 alias c_gtk_icon_set_unref gtk_icon_set_unref; 9469 alias c_gtk_icon_set_get_sizes gtk_icon_set_get_sizes; 9470 9471 // gtk.IconSize 9472 9473 alias c_gtk_icon_size_lookup gtk_icon_size_lookup; 9474 alias c_gtk_icon_size_lookup_for_settings gtk_icon_size_lookup_for_settings; 9475 alias c_gtk_icon_size_register gtk_icon_size_register; 9476 alias c_gtk_icon_size_register_alias gtk_icon_size_register_alias; 9477 alias c_gtk_icon_size_from_name gtk_icon_size_from_name; 9478 alias c_gtk_icon_size_get_name gtk_icon_size_get_name; 9479 9480 // gtk.NumerableIcon 9481 9482 alias c_gtk_numerable_icon_new gtk_numerable_icon_new; 9483 alias c_gtk_numerable_icon_new_with_style_context gtk_numerable_icon_new_with_style_context; 9484 alias c_gtk_numerable_icon_get_background_gicon gtk_numerable_icon_get_background_gicon; 9485 alias c_gtk_numerable_icon_set_background_gicon gtk_numerable_icon_set_background_gicon; 9486 alias c_gtk_numerable_icon_get_background_icon_name gtk_numerable_icon_get_background_icon_name; 9487 alias c_gtk_numerable_icon_set_background_icon_name gtk_numerable_icon_set_background_icon_name; 9488 alias c_gtk_numerable_icon_get_count gtk_numerable_icon_get_count; 9489 alias c_gtk_numerable_icon_set_count gtk_numerable_icon_set_count; 9490 alias c_gtk_numerable_icon_get_label gtk_numerable_icon_get_label; 9491 alias c_gtk_numerable_icon_set_label gtk_numerable_icon_set_label; 9492 alias c_gtk_numerable_icon_get_style_context gtk_numerable_icon_get_style_context; 9493 alias c_gtk_numerable_icon_set_style_context gtk_numerable_icon_set_style_context; 9494 9495 // gtk.Application 9496 9497 alias c_gtk_application_new gtk_application_new; 9498 alias c_gtk_application_add_window gtk_application_add_window; 9499 alias c_gtk_application_remove_window gtk_application_remove_window; 9500 alias c_gtk_application_get_windows gtk_application_get_windows; 9501 alias c_gtk_application_get_window_by_id gtk_application_get_window_by_id; 9502 alias c_gtk_application_get_active_window gtk_application_get_active_window; 9503 alias c_gtk_application_inhibit gtk_application_inhibit; 9504 alias c_gtk_application_uninhibit gtk_application_uninhibit; 9505 alias c_gtk_application_is_inhibited gtk_application_is_inhibited; 9506 alias c_gtk_application_get_app_menu gtk_application_get_app_menu; 9507 alias c_gtk_application_set_app_menu gtk_application_set_app_menu; 9508 alias c_gtk_application_get_menubar gtk_application_get_menubar; 9509 alias c_gtk_application_set_menubar gtk_application_set_menubar; 9510 alias c_gtk_application_add_accelerator gtk_application_add_accelerator; 9511 alias c_gtk_application_remove_accelerator gtk_application_remove_accelerator; 9512 9513 // gtk.ApplicationWindow 9514 9515 alias c_gtk_application_window_new gtk_application_window_new; 9516 alias c_gtk_application_window_set_show_menubar gtk_application_window_set_show_menubar; 9517 alias c_gtk_application_window_get_show_menubar gtk_application_window_get_show_menubar; 9518 alias c_gtk_application_window_get_id gtk_application_window_get_id; 9519 9520 // gtk.ActionableT 9521 9522 9523 // gtk.ActionableT 9524 9525 alias c_gtk_actionable_get_action_name gtk_actionable_get_action_name; 9526 alias c_gtk_actionable_set_action_name gtk_actionable_set_action_name; 9527 alias c_gtk_actionable_get_action_target_value gtk_actionable_get_action_target_value; 9528 alias c_gtk_actionable_set_action_target_value gtk_actionable_set_action_target_value; 9529 alias c_gtk_actionable_set_action_target gtk_actionable_set_action_target; 9530 alias c_gtk_actionable_set_detailed_action_name gtk_actionable_set_detailed_action_name; 9531 9532 // gtk.BuildableT 9533 9534 9535 // gtk.BuildableT 9536 9537 alias c_gtk_buildable_set_name gtk_buildable_set_name; 9538 alias c_gtk_buildable_get_name gtk_buildable_get_name; 9539 alias c_gtk_buildable_add_child gtk_buildable_add_child; 9540 alias c_gtk_buildable_set_buildable_property gtk_buildable_set_buildable_property; 9541 alias c_gtk_buildable_construct_child gtk_buildable_construct_child; 9542 alias c_gtk_buildable_custom_tag_start gtk_buildable_custom_tag_start; 9543 alias c_gtk_buildable_custom_tag_end gtk_buildable_custom_tag_end; 9544 alias c_gtk_buildable_custom_finished gtk_buildable_custom_finished; 9545 alias c_gtk_buildable_parser_finished gtk_buildable_parser_finished; 9546 alias c_gtk_buildable_get_internal_child gtk_buildable_get_internal_child; 9547 9548 // gtk.Builder 9549 9550 alias c_gtk_builder_new gtk_builder_new; 9551 alias c_gtk_builder_new_from_file gtk_builder_new_from_file; 9552 alias c_gtk_builder_new_from_resource gtk_builder_new_from_resource; 9553 alias c_gtk_builder_new_from_string gtk_builder_new_from_string; 9554 alias c_gtk_builder_add_callback_symbol gtk_builder_add_callback_symbol; 9555 alias c_gtk_builder_add_callback_symbols gtk_builder_add_callback_symbols; 9556 alias c_gtk_builder_lookup_callback_symbol gtk_builder_lookup_callback_symbol; 9557 alias c_gtk_builder_add_from_file gtk_builder_add_from_file; 9558 alias c_gtk_builder_add_from_resource gtk_builder_add_from_resource; 9559 alias c_gtk_builder_add_from_string gtk_builder_add_from_string; 9560 alias c_gtk_builder_add_objects_from_file gtk_builder_add_objects_from_file; 9561 alias c_gtk_builder_add_objects_from_string gtk_builder_add_objects_from_string; 9562 alias c_gtk_builder_add_objects_from_resource gtk_builder_add_objects_from_resource; 9563 alias c_gtk_builder_get_object gtk_builder_get_object; 9564 alias c_gtk_builder_get_objects gtk_builder_get_objects; 9565 alias c_gtk_builder_expose_object gtk_builder_expose_object; 9566 alias c_gtk_builder_connect_signals gtk_builder_connect_signals; 9567 alias c_gtk_builder_connect_signals_full gtk_builder_connect_signals_full; 9568 alias c_gtk_builder_set_translation_domain gtk_builder_set_translation_domain; 9569 alias c_gtk_builder_get_translation_domain gtk_builder_get_translation_domain; 9570 alias c_gtk_builder_get_type_from_name gtk_builder_get_type_from_name; 9571 alias c_gtk_builder_value_from_string gtk_builder_value_from_string; 9572 alias c_gtk_builder_value_from_string_type gtk_builder_value_from_string_type; 9573 9574 // gtk.Dialog 9575 9576 alias c_gtk_dialog_new gtk_dialog_new; 9577 alias c_gtk_dialog_new_with_buttons gtk_dialog_new_with_buttons; 9578 alias c_gtk_dialog_run gtk_dialog_run; 9579 alias c_gtk_dialog_response gtk_dialog_response; 9580 alias c_gtk_dialog_add_button gtk_dialog_add_button; 9581 alias c_gtk_dialog_add_buttons gtk_dialog_add_buttons; 9582 alias c_gtk_dialog_add_action_widget gtk_dialog_add_action_widget; 9583 alias c_gtk_dialog_set_default_response gtk_dialog_set_default_response; 9584 alias c_gtk_dialog_set_response_sensitive gtk_dialog_set_response_sensitive; 9585 alias c_gtk_dialog_get_response_for_widget gtk_dialog_get_response_for_widget; 9586 alias c_gtk_dialog_get_widget_for_response gtk_dialog_get_widget_for_response; 9587 alias c_gtk_dialog_get_action_area gtk_dialog_get_action_area; 9588 alias c_gtk_dialog_get_content_area gtk_dialog_get_content_area; 9589 alias c_gtk_alternative_dialog_button_order gtk_alternative_dialog_button_order; 9590 alias c_gtk_dialog_set_alternative_button_order gtk_dialog_set_alternative_button_order; 9591 alias c_gtk_dialog_set_alternative_button_order_from_array gtk_dialog_set_alternative_button_order_from_array; 9592 9593 // gtk.MessageDialog 9594 9595 alias c_gtk_message_dialog_new gtk_message_dialog_new; 9596 alias c_gtk_message_dialog_new_with_markup gtk_message_dialog_new_with_markup; 9597 alias c_gtk_message_dialog_set_markup gtk_message_dialog_set_markup; 9598 alias c_gtk_message_dialog_set_image gtk_message_dialog_set_image; 9599 alias c_gtk_message_dialog_get_image gtk_message_dialog_get_image; 9600 alias c_gtk_message_dialog_format_secondary_text gtk_message_dialog_format_secondary_text; 9601 alias c_gtk_message_dialog_format_secondary_markup gtk_message_dialog_format_secondary_markup; 9602 alias c_gtk_message_dialog_get_message_area gtk_message_dialog_get_message_area; 9603 9604 // gtk.PopupBox 9605 9606 9607 // gtk.AboutDialog 9608 9609 alias c_gtk_about_dialog_new gtk_about_dialog_new; 9610 alias c_gtk_about_dialog_get_program_name gtk_about_dialog_get_program_name; 9611 alias c_gtk_about_dialog_set_program_name gtk_about_dialog_set_program_name; 9612 alias c_gtk_about_dialog_get_version gtk_about_dialog_get_version; 9613 alias c_gtk_about_dialog_set_version gtk_about_dialog_set_version; 9614 alias c_gtk_about_dialog_get_copyright gtk_about_dialog_get_copyright; 9615 alias c_gtk_about_dialog_set_copyright gtk_about_dialog_set_copyright; 9616 alias c_gtk_about_dialog_get_comments gtk_about_dialog_get_comments; 9617 alias c_gtk_about_dialog_set_comments gtk_about_dialog_set_comments; 9618 alias c_gtk_about_dialog_get_license gtk_about_dialog_get_license; 9619 alias c_gtk_about_dialog_set_license gtk_about_dialog_set_license; 9620 alias c_gtk_about_dialog_get_wrap_license gtk_about_dialog_get_wrap_license; 9621 alias c_gtk_about_dialog_set_wrap_license gtk_about_dialog_set_wrap_license; 9622 alias c_gtk_about_dialog_get_license_type gtk_about_dialog_get_license_type; 9623 alias c_gtk_about_dialog_set_license_type gtk_about_dialog_set_license_type; 9624 alias c_gtk_about_dialog_get_website gtk_about_dialog_get_website; 9625 alias c_gtk_about_dialog_set_website gtk_about_dialog_set_website; 9626 alias c_gtk_about_dialog_get_website_label gtk_about_dialog_get_website_label; 9627 alias c_gtk_about_dialog_set_website_label gtk_about_dialog_set_website_label; 9628 alias c_gtk_about_dialog_get_authors gtk_about_dialog_get_authors; 9629 alias c_gtk_about_dialog_set_authors gtk_about_dialog_set_authors; 9630 alias c_gtk_about_dialog_get_artists gtk_about_dialog_get_artists; 9631 alias c_gtk_about_dialog_set_artists gtk_about_dialog_set_artists; 9632 alias c_gtk_about_dialog_get_documenters gtk_about_dialog_get_documenters; 9633 alias c_gtk_about_dialog_set_documenters gtk_about_dialog_set_documenters; 9634 alias c_gtk_about_dialog_get_translator_credits gtk_about_dialog_get_translator_credits; 9635 alias c_gtk_about_dialog_set_translator_credits gtk_about_dialog_set_translator_credits; 9636 alias c_gtk_about_dialog_get_logo gtk_about_dialog_get_logo; 9637 alias c_gtk_about_dialog_set_logo gtk_about_dialog_set_logo; 9638 alias c_gtk_about_dialog_get_logo_icon_name gtk_about_dialog_get_logo_icon_name; 9639 alias c_gtk_about_dialog_set_logo_icon_name gtk_about_dialog_set_logo_icon_name; 9640 alias c_gtk_about_dialog_add_credit_section gtk_about_dialog_add_credit_section; 9641 alias c_gtk_show_about_dialog gtk_show_about_dialog; 9642 9643 // gtk.Assistant 9644 9645 alias c_gtk_assistant_new gtk_assistant_new; 9646 alias c_gtk_assistant_get_current_page gtk_assistant_get_current_page; 9647 alias c_gtk_assistant_set_current_page gtk_assistant_set_current_page; 9648 alias c_gtk_assistant_get_n_pages gtk_assistant_get_n_pages; 9649 alias c_gtk_assistant_get_nth_page gtk_assistant_get_nth_page; 9650 alias c_gtk_assistant_prepend_page gtk_assistant_prepend_page; 9651 alias c_gtk_assistant_append_page gtk_assistant_append_page; 9652 alias c_gtk_assistant_insert_page gtk_assistant_insert_page; 9653 alias c_gtk_assistant_remove_page gtk_assistant_remove_page; 9654 alias c_gtk_assistant_set_forward_page_func gtk_assistant_set_forward_page_func; 9655 alias c_gtk_assistant_set_page_type gtk_assistant_set_page_type; 9656 alias c_gtk_assistant_get_page_type gtk_assistant_get_page_type; 9657 alias c_gtk_assistant_set_page_title gtk_assistant_set_page_title; 9658 alias c_gtk_assistant_get_page_title gtk_assistant_get_page_title; 9659 alias c_gtk_assistant_set_page_header_image gtk_assistant_set_page_header_image; 9660 alias c_gtk_assistant_get_page_header_image gtk_assistant_get_page_header_image; 9661 alias c_gtk_assistant_set_page_side_image gtk_assistant_set_page_side_image; 9662 alias c_gtk_assistant_get_page_side_image gtk_assistant_get_page_side_image; 9663 alias c_gtk_assistant_set_page_complete gtk_assistant_set_page_complete; 9664 alias c_gtk_assistant_get_page_complete gtk_assistant_get_page_complete; 9665 alias c_gtk_assistant_add_action_widget gtk_assistant_add_action_widget; 9666 alias c_gtk_assistant_remove_action_widget gtk_assistant_remove_action_widget; 9667 alias c_gtk_assistant_update_buttons_state gtk_assistant_update_buttons_state; 9668 alias c_gtk_assistant_commit gtk_assistant_commit; 9669 alias c_gtk_assistant_next_page gtk_assistant_next_page; 9670 alias c_gtk_assistant_previous_page gtk_assistant_previous_page; 9671 9672 // gtk.Window 9673 9674 alias c_gtk_window_new gtk_window_new; 9675 alias c_gtk_window_set_title gtk_window_set_title; 9676 alias c_gtk_window_set_wmclass gtk_window_set_wmclass; 9677 alias c_gtk_window_set_resizable gtk_window_set_resizable; 9678 alias c_gtk_window_get_resizable gtk_window_get_resizable; 9679 alias c_gtk_window_add_accel_group gtk_window_add_accel_group; 9680 alias c_gtk_window_remove_accel_group gtk_window_remove_accel_group; 9681 alias c_gtk_window_activate_focus gtk_window_activate_focus; 9682 alias c_gtk_window_activate_default gtk_window_activate_default; 9683 alias c_gtk_window_set_modal gtk_window_set_modal; 9684 alias c_gtk_window_set_default_size gtk_window_set_default_size; 9685 alias c_gtk_window_set_default_geometry gtk_window_set_default_geometry; 9686 alias c_gtk_window_set_geometry_hints gtk_window_set_geometry_hints; 9687 alias c_gtk_window_set_gravity gtk_window_set_gravity; 9688 alias c_gtk_window_get_gravity gtk_window_get_gravity; 9689 alias c_gtk_window_set_position gtk_window_set_position; 9690 alias c_gtk_window_set_transient_for gtk_window_set_transient_for; 9691 alias c_gtk_window_set_attached_to gtk_window_set_attached_to; 9692 alias c_gtk_window_set_destroy_with_parent gtk_window_set_destroy_with_parent; 9693 alias c_gtk_window_set_hide_titlebar_when_maximized gtk_window_set_hide_titlebar_when_maximized; 9694 alias c_gtk_window_set_screen gtk_window_set_screen; 9695 alias c_gtk_window_get_screen gtk_window_get_screen; 9696 alias c_gtk_window_is_active gtk_window_is_active; 9697 alias c_gtk_window_has_toplevel_focus gtk_window_has_toplevel_focus; 9698 alias c_gtk_window_list_toplevels gtk_window_list_toplevels; 9699 alias c_gtk_window_add_mnemonic gtk_window_add_mnemonic; 9700 alias c_gtk_window_remove_mnemonic gtk_window_remove_mnemonic; 9701 alias c_gtk_window_mnemonic_activate gtk_window_mnemonic_activate; 9702 alias c_gtk_window_activate_key gtk_window_activate_key; 9703 alias c_gtk_window_propagate_key_event gtk_window_propagate_key_event; 9704 alias c_gtk_window_get_focus gtk_window_get_focus; 9705 alias c_gtk_window_set_focus gtk_window_set_focus; 9706 alias c_gtk_window_get_default_widget gtk_window_get_default_widget; 9707 alias c_gtk_window_set_default gtk_window_set_default; 9708 alias c_gtk_window_present gtk_window_present; 9709 alias c_gtk_window_present_with_time gtk_window_present_with_time; 9710 alias c_gtk_window_close gtk_window_close; 9711 alias c_gtk_window_iconify gtk_window_iconify; 9712 alias c_gtk_window_deiconify gtk_window_deiconify; 9713 alias c_gtk_window_stick gtk_window_stick; 9714 alias c_gtk_window_unstick gtk_window_unstick; 9715 alias c_gtk_window_maximize gtk_window_maximize; 9716 alias c_gtk_window_unmaximize gtk_window_unmaximize; 9717 alias c_gtk_window_fullscreen gtk_window_fullscreen; 9718 alias c_gtk_window_unfullscreen gtk_window_unfullscreen; 9719 alias c_gtk_window_set_keep_above gtk_window_set_keep_above; 9720 alias c_gtk_window_set_keep_below gtk_window_set_keep_below; 9721 alias c_gtk_window_begin_resize_drag gtk_window_begin_resize_drag; 9722 alias c_gtk_window_begin_move_drag gtk_window_begin_move_drag; 9723 alias c_gtk_window_set_decorated gtk_window_set_decorated; 9724 alias c_gtk_window_set_deletable gtk_window_set_deletable; 9725 alias c_gtk_window_set_mnemonic_modifier gtk_window_set_mnemonic_modifier; 9726 alias c_gtk_window_set_type_hint gtk_window_set_type_hint; 9727 alias c_gtk_window_set_skip_taskbar_hint gtk_window_set_skip_taskbar_hint; 9728 alias c_gtk_window_set_skip_pager_hint gtk_window_set_skip_pager_hint; 9729 alias c_gtk_window_set_urgency_hint gtk_window_set_urgency_hint; 9730 alias c_gtk_window_set_accept_focus gtk_window_set_accept_focus; 9731 alias c_gtk_window_set_focus_on_map gtk_window_set_focus_on_map; 9732 alias c_gtk_window_set_startup_id gtk_window_set_startup_id; 9733 alias c_gtk_window_set_role gtk_window_set_role; 9734 alias c_gtk_window_get_decorated gtk_window_get_decorated; 9735 alias c_gtk_window_get_deletable gtk_window_get_deletable; 9736 alias c_gtk_window_get_default_icon_list gtk_window_get_default_icon_list; 9737 alias c_gtk_window_get_default_icon_name gtk_window_get_default_icon_name; 9738 alias c_gtk_window_get_default_size gtk_window_get_default_size; 9739 alias c_gtk_window_get_destroy_with_parent gtk_window_get_destroy_with_parent; 9740 alias c_gtk_window_get_hide_titlebar_when_maximized gtk_window_get_hide_titlebar_when_maximized; 9741 alias c_gtk_window_get_icon gtk_window_get_icon; 9742 alias c_gtk_window_get_icon_list gtk_window_get_icon_list; 9743 alias c_gtk_window_get_icon_name gtk_window_get_icon_name; 9744 alias c_gtk_window_get_mnemonic_modifier gtk_window_get_mnemonic_modifier; 9745 alias c_gtk_window_get_modal gtk_window_get_modal; 9746 alias c_gtk_window_get_position gtk_window_get_position; 9747 alias c_gtk_window_get_role gtk_window_get_role; 9748 alias c_gtk_window_get_size gtk_window_get_size; 9749 alias c_gtk_window_get_title gtk_window_get_title; 9750 alias c_gtk_window_get_transient_for gtk_window_get_transient_for; 9751 alias c_gtk_window_get_attached_to gtk_window_get_attached_to; 9752 alias c_gtk_window_get_type_hint gtk_window_get_type_hint; 9753 alias c_gtk_window_get_skip_taskbar_hint gtk_window_get_skip_taskbar_hint; 9754 alias c_gtk_window_get_skip_pager_hint gtk_window_get_skip_pager_hint; 9755 alias c_gtk_window_get_urgency_hint gtk_window_get_urgency_hint; 9756 alias c_gtk_window_get_accept_focus gtk_window_get_accept_focus; 9757 alias c_gtk_window_get_focus_on_map gtk_window_get_focus_on_map; 9758 alias c_gtk_window_get_group gtk_window_get_group; 9759 alias c_gtk_window_has_group gtk_window_has_group; 9760 alias c_gtk_window_get_window_type gtk_window_get_window_type; 9761 alias c_gtk_window_move gtk_window_move; 9762 alias c_gtk_window_parse_geometry gtk_window_parse_geometry; 9763 alias c_gtk_window_reshow_with_initial_size gtk_window_reshow_with_initial_size; 9764 alias c_gtk_window_resize gtk_window_resize; 9765 alias c_gtk_window_resize_to_geometry gtk_window_resize_to_geometry; 9766 alias c_gtk_window_set_default_icon_list gtk_window_set_default_icon_list; 9767 alias c_gtk_window_set_default_icon gtk_window_set_default_icon; 9768 alias c_gtk_window_set_default_icon_from_file gtk_window_set_default_icon_from_file; 9769 alias c_gtk_window_set_default_icon_name gtk_window_set_default_icon_name; 9770 alias c_gtk_window_set_icon gtk_window_set_icon; 9771 alias c_gtk_window_set_icon_list gtk_window_set_icon_list; 9772 alias c_gtk_window_set_icon_from_file gtk_window_set_icon_from_file; 9773 alias c_gtk_window_set_icon_name gtk_window_set_icon_name; 9774 alias c_gtk_window_set_auto_startup_notification gtk_window_set_auto_startup_notification; 9775 alias c_gtk_window_get_opacity gtk_window_get_opacity; 9776 alias c_gtk_window_set_opacity gtk_window_set_opacity; 9777 alias c_gtk_window_get_mnemonics_visible gtk_window_get_mnemonics_visible; 9778 alias c_gtk_window_set_mnemonics_visible gtk_window_set_mnemonics_visible; 9779 alias c_gtk_window_get_focus_visible gtk_window_get_focus_visible; 9780 alias c_gtk_window_set_focus_visible gtk_window_set_focus_visible; 9781 alias c_gtk_window_set_has_resize_grip gtk_window_set_has_resize_grip; 9782 alias c_gtk_window_get_has_resize_grip gtk_window_get_has_resize_grip; 9783 alias c_gtk_window_resize_grip_is_visible gtk_window_resize_grip_is_visible; 9784 alias c_gtk_window_get_resize_grip_area gtk_window_get_resize_grip_area; 9785 alias c_gtk_window_get_application gtk_window_get_application; 9786 alias c_gtk_window_set_application gtk_window_set_application; 9787 alias c_gtk_window_set_has_user_ref_count gtk_window_set_has_user_ref_count; 9788 alias c_gtk_window_set_titlebar gtk_window_set_titlebar; 9789 9790 // gtk. 9791 9792 9793 // gtk.WindowGroup 9794 9795 alias c_gtk_window_group_new gtk_window_group_new; 9796 alias c_gtk_window_group_add_window gtk_window_group_add_window; 9797 alias c_gtk_window_group_remove_window gtk_window_group_remove_window; 9798 alias c_gtk_window_group_list_windows gtk_window_group_list_windows; 9799 alias c_gtk_window_group_get_current_grab gtk_window_group_get_current_grab; 9800 alias c_gtk_window_group_get_current_device_grab gtk_window_group_get_current_device_grab; 9801 9802 // gtk.Invisible 9803 9804 alias c_gtk_invisible_new gtk_invisible_new; 9805 alias c_gtk_invisible_new_for_screen gtk_invisible_new_for_screen; 9806 alias c_gtk_invisible_set_screen gtk_invisible_set_screen; 9807 alias c_gtk_invisible_get_screen gtk_invisible_get_screen; 9808 9809 // gtk.OffscreenWindow 9810 9811 alias c_gtk_offscreen_window_new gtk_offscreen_window_new; 9812 alias c_gtk_offscreen_window_get_surface gtk_offscreen_window_get_surface; 9813 alias c_gtk_offscreen_window_get_pixbuf gtk_offscreen_window_get_pixbuf; 9814 9815 // gtk.Box 9816 9817 alias c_gtk_box_new gtk_box_new; 9818 alias c_gtk_box_pack_start gtk_box_pack_start; 9819 alias c_gtk_box_pack_end gtk_box_pack_end; 9820 alias c_gtk_box_get_homogeneous gtk_box_get_homogeneous; 9821 alias c_gtk_box_set_homogeneous gtk_box_set_homogeneous; 9822 alias c_gtk_box_get_spacing gtk_box_get_spacing; 9823 alias c_gtk_box_set_spacing gtk_box_set_spacing; 9824 alias c_gtk_box_reorder_child gtk_box_reorder_child; 9825 alias c_gtk_box_query_child_packing gtk_box_query_child_packing; 9826 alias c_gtk_box_set_child_packing gtk_box_set_child_packing; 9827 alias c_gtk_box_get_baseline_position gtk_box_get_baseline_position; 9828 alias c_gtk_box_set_baseline_position gtk_box_set_baseline_position; 9829 9830 // gtk.Grid 9831 9832 alias c_gtk_grid_new gtk_grid_new; 9833 alias c_gtk_grid_attach gtk_grid_attach; 9834 alias c_gtk_grid_attach_next_to gtk_grid_attach_next_to; 9835 alias c_gtk_grid_get_child_at gtk_grid_get_child_at; 9836 alias c_gtk_grid_insert_row gtk_grid_insert_row; 9837 alias c_gtk_grid_insert_column gtk_grid_insert_column; 9838 alias c_gtk_grid_remove_row gtk_grid_remove_row; 9839 alias c_gtk_grid_remove_column gtk_grid_remove_column; 9840 alias c_gtk_grid_insert_next_to gtk_grid_insert_next_to; 9841 alias c_gtk_grid_set_row_homogeneous gtk_grid_set_row_homogeneous; 9842 alias c_gtk_grid_get_row_homogeneous gtk_grid_get_row_homogeneous; 9843 alias c_gtk_grid_set_row_spacing gtk_grid_set_row_spacing; 9844 alias c_gtk_grid_get_row_spacing gtk_grid_get_row_spacing; 9845 alias c_gtk_grid_set_column_homogeneous gtk_grid_set_column_homogeneous; 9846 alias c_gtk_grid_get_column_homogeneous gtk_grid_get_column_homogeneous; 9847 alias c_gtk_grid_set_column_spacing gtk_grid_set_column_spacing; 9848 alias c_gtk_grid_get_column_spacing gtk_grid_get_column_spacing; 9849 alias c_gtk_grid_get_baseline_row gtk_grid_get_baseline_row; 9850 alias c_gtk_grid_set_baseline_row gtk_grid_set_baseline_row; 9851 alias c_gtk_grid_get_row_baseline_position gtk_grid_get_row_baseline_position; 9852 alias c_gtk_grid_set_row_baseline_position gtk_grid_set_row_baseline_position; 9853 9854 // gtk.Revealer 9855 9856 alias c_gtk_revealer_new gtk_revealer_new; 9857 alias c_gtk_revealer_get_reveal_child gtk_revealer_get_reveal_child; 9858 alias c_gtk_revealer_set_reveal_child gtk_revealer_set_reveal_child; 9859 alias c_gtk_revealer_get_child_revealed gtk_revealer_get_child_revealed; 9860 alias c_gtk_revealer_get_transition_duration gtk_revealer_get_transition_duration; 9861 alias c_gtk_revealer_set_transition_duration gtk_revealer_set_transition_duration; 9862 alias c_gtk_revealer_get_transition_type gtk_revealer_get_transition_type; 9863 alias c_gtk_revealer_set_transition_type gtk_revealer_set_transition_type; 9864 9865 // gtk.ListBox 9866 9867 alias c_gtk_list_box_new gtk_list_box_new; 9868 alias c_gtk_list_box_prepend gtk_list_box_prepend; 9869 alias c_gtk_list_box_insert gtk_list_box_insert; 9870 alias c_gtk_list_box_select_row gtk_list_box_select_row; 9871 alias c_gtk_list_box_get_selected_row gtk_list_box_get_selected_row; 9872 alias c_gtk_list_box_set_selection_mode gtk_list_box_set_selection_mode; 9873 alias c_gtk_list_box_get_selection_mode gtk_list_box_get_selection_mode; 9874 alias c_gtk_list_box_set_activate_on_single_click gtk_list_box_set_activate_on_single_click; 9875 alias c_gtk_list_box_get_activate_on_single_click gtk_list_box_get_activate_on_single_click; 9876 alias c_gtk_list_box_get_adjustment gtk_list_box_get_adjustment; 9877 alias c_gtk_list_box_set_adjustment gtk_list_box_set_adjustment; 9878 alias c_gtk_list_box_set_placeholder gtk_list_box_set_placeholder; 9879 alias c_gtk_list_box_get_row_at_index gtk_list_box_get_row_at_index; 9880 alias c_gtk_list_box_get_row_at_y gtk_list_box_get_row_at_y; 9881 alias c_gtk_list_box_invalidate_filter gtk_list_box_invalidate_filter; 9882 alias c_gtk_list_box_invalidate_headers gtk_list_box_invalidate_headers; 9883 alias c_gtk_list_box_invalidate_sort gtk_list_box_invalidate_sort; 9884 alias c_gtk_list_box_set_filter_func gtk_list_box_set_filter_func; 9885 alias c_gtk_list_box_set_header_func gtk_list_box_set_header_func; 9886 alias c_gtk_list_box_set_sort_func gtk_list_box_set_sort_func; 9887 alias c_gtk_list_box_drag_highlight_row gtk_list_box_drag_highlight_row; 9888 alias c_gtk_list_box_drag_unhighlight_row gtk_list_box_drag_unhighlight_row; 9889 9890 // gtk.ListBoxRow 9891 9892 alias c_gtk_list_box_row_new gtk_list_box_row_new; 9893 alias c_gtk_list_box_row_changed gtk_list_box_row_changed; 9894 alias c_gtk_list_box_row_get_header gtk_list_box_row_get_header; 9895 alias c_gtk_list_box_row_get_type gtk_list_box_row_get_type; 9896 alias c_gtk_list_box_row_set_header gtk_list_box_row_set_header; 9897 alias c_gtk_list_box_row_get_index gtk_list_box_row_get_index; 9898 9899 // gtk.Stack 9900 9901 alias c_gtk_stack_new gtk_stack_new; 9902 alias c_gtk_stack_add_named gtk_stack_add_named; 9903 alias c_gtk_stack_add_titled gtk_stack_add_titled; 9904 alias c_gtk_stack_set_visible_child gtk_stack_set_visible_child; 9905 alias c_gtk_stack_get_visible_child gtk_stack_get_visible_child; 9906 alias c_gtk_stack_set_visible_child_name gtk_stack_set_visible_child_name; 9907 alias c_gtk_stack_get_visible_child_name gtk_stack_get_visible_child_name; 9908 alias c_gtk_stack_set_visible_child_full gtk_stack_set_visible_child_full; 9909 alias c_gtk_stack_set_homogeneous gtk_stack_set_homogeneous; 9910 alias c_gtk_stack_get_homogeneous gtk_stack_get_homogeneous; 9911 alias c_gtk_stack_set_transition_duration gtk_stack_set_transition_duration; 9912 alias c_gtk_stack_get_transition_duration gtk_stack_get_transition_duration; 9913 alias c_gtk_stack_set_transition_type gtk_stack_set_transition_type; 9914 alias c_gtk_stack_get_transition_type gtk_stack_get_transition_type; 9915 9916 // gtk.StackSwitcher 9917 9918 alias c_gtk_stack_switcher_new gtk_stack_switcher_new; 9919 alias c_gtk_stack_switcher_set_stack gtk_stack_switcher_set_stack; 9920 alias c_gtk_stack_switcher_get_stack gtk_stack_switcher_get_stack; 9921 9922 // gtk.HeaderBar 9923 9924 alias c_gtk_header_bar_new gtk_header_bar_new; 9925 alias c_gtk_header_bar_set_title gtk_header_bar_set_title; 9926 alias c_gtk_header_bar_get_title gtk_header_bar_get_title; 9927 alias c_gtk_header_bar_set_subtitle gtk_header_bar_set_subtitle; 9928 alias c_gtk_header_bar_get_subtitle gtk_header_bar_get_subtitle; 9929 alias c_gtk_header_bar_set_custom_title gtk_header_bar_set_custom_title; 9930 alias c_gtk_header_bar_get_custom_title gtk_header_bar_get_custom_title; 9931 alias c_gtk_header_bar_pack_start gtk_header_bar_pack_start; 9932 alias c_gtk_header_bar_pack_end gtk_header_bar_pack_end; 9933 alias c_gtk_header_bar_set_show_close_button gtk_header_bar_set_show_close_button; 9934 alias c_gtk_header_bar_get_show_close_button gtk_header_bar_get_show_close_button; 9935 9936 // gtk.Overlay 9937 9938 alias c_gtk_overlay_new gtk_overlay_new; 9939 alias c_gtk_overlay_add_overlay gtk_overlay_add_overlay; 9940 9941 // gtk.Alignment 9942 9943 alias c_gtk_alignment_new gtk_alignment_new; 9944 alias c_gtk_alignment_set gtk_alignment_set; 9945 alias c_gtk_alignment_get_padding gtk_alignment_get_padding; 9946 alias c_gtk_alignment_set_padding gtk_alignment_set_padding; 9947 9948 // gtk.ButtonBox 9949 9950 alias c_gtk_button_box_new gtk_button_box_new; 9951 alias c_gtk_button_box_get_layout gtk_button_box_get_layout; 9952 alias c_gtk_button_box_get_child_secondary gtk_button_box_get_child_secondary; 9953 alias c_gtk_button_box_get_child_non_homogeneous gtk_button_box_get_child_non_homogeneous; 9954 alias c_gtk_button_box_set_layout gtk_button_box_set_layout; 9955 alias c_gtk_button_box_set_child_secondary gtk_button_box_set_child_secondary; 9956 alias c_gtk_button_box_set_child_non_homogeneous gtk_button_box_set_child_non_homogeneous; 9957 9958 // gtk.Paned 9959 9960 alias c_gtk_paned_new gtk_paned_new; 9961 alias c_gtk_paned_add1 gtk_paned_add1; 9962 alias c_gtk_paned_add2 gtk_paned_add2; 9963 alias c_gtk_paned_pack1 gtk_paned_pack1; 9964 alias c_gtk_paned_pack2 gtk_paned_pack2; 9965 alias c_gtk_paned_get_child1 gtk_paned_get_child1; 9966 alias c_gtk_paned_get_child2 gtk_paned_get_child2; 9967 alias c_gtk_paned_set_position gtk_paned_set_position; 9968 alias c_gtk_paned_get_position gtk_paned_get_position; 9969 alias c_gtk_paned_get_handle_window gtk_paned_get_handle_window; 9970 9971 // gtk.Layout 9972 9973 alias c_gtk_layout_new gtk_layout_new; 9974 alias c_gtk_layout_put gtk_layout_put; 9975 alias c_gtk_layout_move gtk_layout_move; 9976 alias c_gtk_layout_set_size gtk_layout_set_size; 9977 alias c_gtk_layout_get_size gtk_layout_get_size; 9978 alias c_gtk_layout_get_hadjustment gtk_layout_get_hadjustment; 9979 alias c_gtk_layout_get_vadjustment gtk_layout_get_vadjustment; 9980 alias c_gtk_layout_set_hadjustment gtk_layout_set_hadjustment; 9981 alias c_gtk_layout_set_vadjustment gtk_layout_set_vadjustment; 9982 alias c_gtk_layout_get_bin_window gtk_layout_get_bin_window; 9983 9984 // gtk.Notebook 9985 9986 alias c_gtk_notebook_new gtk_notebook_new; 9987 alias c_gtk_notebook_append_page gtk_notebook_append_page; 9988 alias c_gtk_notebook_append_page_menu gtk_notebook_append_page_menu; 9989 alias c_gtk_notebook_prepend_page gtk_notebook_prepend_page; 9990 alias c_gtk_notebook_prepend_page_menu gtk_notebook_prepend_page_menu; 9991 alias c_gtk_notebook_insert_page gtk_notebook_insert_page; 9992 alias c_gtk_notebook_insert_page_menu gtk_notebook_insert_page_menu; 9993 alias c_gtk_notebook_remove_page gtk_notebook_remove_page; 9994 alias c_gtk_notebook_page_num gtk_notebook_page_num; 9995 alias c_gtk_notebook_next_page gtk_notebook_next_page; 9996 alias c_gtk_notebook_prev_page gtk_notebook_prev_page; 9997 alias c_gtk_notebook_reorder_child gtk_notebook_reorder_child; 9998 alias c_gtk_notebook_set_tab_pos gtk_notebook_set_tab_pos; 9999 alias c_gtk_notebook_set_show_tabs gtk_notebook_set_show_tabs; 10000 alias c_gtk_notebook_set_show_border gtk_notebook_set_show_border; 10001 alias c_gtk_notebook_set_scrollable gtk_notebook_set_scrollable; 10002 alias c_gtk_notebook_popup_enable gtk_notebook_popup_enable; 10003 alias c_gtk_notebook_popup_disable gtk_notebook_popup_disable; 10004 alias c_gtk_notebook_get_current_page gtk_notebook_get_current_page; 10005 alias c_gtk_notebook_get_menu_label gtk_notebook_get_menu_label; 10006 alias c_gtk_notebook_get_nth_page gtk_notebook_get_nth_page; 10007 alias c_gtk_notebook_get_n_pages gtk_notebook_get_n_pages; 10008 alias c_gtk_notebook_get_tab_label gtk_notebook_get_tab_label; 10009 alias c_gtk_notebook_set_menu_label gtk_notebook_set_menu_label; 10010 alias c_gtk_notebook_set_menu_label_text gtk_notebook_set_menu_label_text; 10011 alias c_gtk_notebook_set_tab_label gtk_notebook_set_tab_label; 10012 alias c_gtk_notebook_set_tab_label_text gtk_notebook_set_tab_label_text; 10013 alias c_gtk_notebook_set_tab_reorderable gtk_notebook_set_tab_reorderable; 10014 alias c_gtk_notebook_set_tab_detachable gtk_notebook_set_tab_detachable; 10015 alias c_gtk_notebook_get_menu_label_text gtk_notebook_get_menu_label_text; 10016 alias c_gtk_notebook_get_scrollable gtk_notebook_get_scrollable; 10017 alias c_gtk_notebook_get_show_border gtk_notebook_get_show_border; 10018 alias c_gtk_notebook_get_show_tabs gtk_notebook_get_show_tabs; 10019 alias c_gtk_notebook_get_tab_label_text gtk_notebook_get_tab_label_text; 10020 alias c_gtk_notebook_get_tab_pos gtk_notebook_get_tab_pos; 10021 alias c_gtk_notebook_get_tab_reorderable gtk_notebook_get_tab_reorderable; 10022 alias c_gtk_notebook_get_tab_detachable gtk_notebook_get_tab_detachable; 10023 alias c_gtk_notebook_get_tab_hborder gtk_notebook_get_tab_hborder; 10024 alias c_gtk_notebook_get_tab_vborder gtk_notebook_get_tab_vborder; 10025 alias c_gtk_notebook_set_current_page gtk_notebook_set_current_page; 10026 alias c_gtk_notebook_set_group_name gtk_notebook_set_group_name; 10027 alias c_gtk_notebook_get_group_name gtk_notebook_get_group_name; 10028 alias c_gtk_notebook_set_action_widget gtk_notebook_set_action_widget; 10029 alias c_gtk_notebook_get_action_widget gtk_notebook_get_action_widget; 10030 10031 // gtk.Expander 10032 10033 alias c_gtk_expander_new gtk_expander_new; 10034 alias c_gtk_expander_new_with_mnemonic gtk_expander_new_with_mnemonic; 10035 alias c_gtk_expander_set_expanded gtk_expander_set_expanded; 10036 alias c_gtk_expander_get_expanded gtk_expander_get_expanded; 10037 alias c_gtk_expander_set_spacing gtk_expander_set_spacing; 10038 alias c_gtk_expander_get_spacing gtk_expander_get_spacing; 10039 alias c_gtk_expander_set_label gtk_expander_set_label; 10040 alias c_gtk_expander_get_label gtk_expander_get_label; 10041 alias c_gtk_expander_set_use_underline gtk_expander_set_use_underline; 10042 alias c_gtk_expander_get_use_underline gtk_expander_get_use_underline; 10043 alias c_gtk_expander_set_use_markup gtk_expander_set_use_markup; 10044 alias c_gtk_expander_get_use_markup gtk_expander_get_use_markup; 10045 alias c_gtk_expander_set_label_widget gtk_expander_set_label_widget; 10046 alias c_gtk_expander_get_label_widget gtk_expander_get_label_widget; 10047 alias c_gtk_expander_set_label_fill gtk_expander_set_label_fill; 10048 alias c_gtk_expander_get_label_fill gtk_expander_get_label_fill; 10049 alias c_gtk_expander_set_resize_toplevel gtk_expander_set_resize_toplevel; 10050 alias c_gtk_expander_get_resize_toplevel gtk_expander_get_resize_toplevel; 10051 10052 // gtk.OrientableT 10053 10054 10055 // gtk.OrientableT 10056 10057 alias c_gtk_orientable_get_orientation gtk_orientable_get_orientation; 10058 alias c_gtk_orientable_set_orientation gtk_orientable_set_orientation; 10059 10060 // gtk.AspectFrame 10061 10062 alias c_gtk_aspect_frame_new gtk_aspect_frame_new; 10063 alias c_gtk_aspect_frame_set gtk_aspect_frame_set; 10064 10065 // gtk.Fixed 10066 10067 alias c_gtk_fixed_new gtk_fixed_new; 10068 alias c_gtk_fixed_put gtk_fixed_put; 10069 alias c_gtk_fixed_move gtk_fixed_move; 10070 10071 // gtk.Label 10072 10073 alias c_gtk_label_new gtk_label_new; 10074 alias c_gtk_label_set_text gtk_label_set_text; 10075 alias c_gtk_label_set_attributes gtk_label_set_attributes; 10076 alias c_gtk_label_set_markup gtk_label_set_markup; 10077 alias c_gtk_label_set_markup_with_mnemonic gtk_label_set_markup_with_mnemonic; 10078 alias c_gtk_label_set_pattern gtk_label_set_pattern; 10079 alias c_gtk_label_set_justify gtk_label_set_justify; 10080 alias c_gtk_label_set_ellipsize gtk_label_set_ellipsize; 10081 alias c_gtk_label_set_width_chars gtk_label_set_width_chars; 10082 alias c_gtk_label_set_max_width_chars gtk_label_set_max_width_chars; 10083 alias c_gtk_label_set_line_wrap gtk_label_set_line_wrap; 10084 alias c_gtk_label_set_line_wrap_mode gtk_label_set_line_wrap_mode; 10085 alias c_gtk_label_set_lines gtk_label_set_lines; 10086 alias c_gtk_label_get_layout_offsets gtk_label_get_layout_offsets; 10087 alias c_gtk_label_get_mnemonic_keyval gtk_label_get_mnemonic_keyval; 10088 alias c_gtk_label_get_selectable gtk_label_get_selectable; 10089 alias c_gtk_label_get_text gtk_label_get_text; 10090 alias c_gtk_label_new_with_mnemonic gtk_label_new_with_mnemonic; 10091 alias c_gtk_label_select_region gtk_label_select_region; 10092 alias c_gtk_label_set_mnemonic_widget gtk_label_set_mnemonic_widget; 10093 alias c_gtk_label_set_selectable gtk_label_set_selectable; 10094 alias c_gtk_label_set_text_with_mnemonic gtk_label_set_text_with_mnemonic; 10095 alias c_gtk_label_get_attributes gtk_label_get_attributes; 10096 alias c_gtk_label_get_justify gtk_label_get_justify; 10097 alias c_gtk_label_get_ellipsize gtk_label_get_ellipsize; 10098 alias c_gtk_label_get_width_chars gtk_label_get_width_chars; 10099 alias c_gtk_label_get_max_width_chars gtk_label_get_max_width_chars; 10100 alias c_gtk_label_get_label gtk_label_get_label; 10101 alias c_gtk_label_get_layout gtk_label_get_layout; 10102 alias c_gtk_label_get_line_wrap gtk_label_get_line_wrap; 10103 alias c_gtk_label_get_line_wrap_mode gtk_label_get_line_wrap_mode; 10104 alias c_gtk_label_get_lines gtk_label_get_lines; 10105 alias c_gtk_label_get_mnemonic_widget gtk_label_get_mnemonic_widget; 10106 alias c_gtk_label_get_selection_bounds gtk_label_get_selection_bounds; 10107 alias c_gtk_label_get_use_markup gtk_label_get_use_markup; 10108 alias c_gtk_label_get_use_underline gtk_label_get_use_underline; 10109 alias c_gtk_label_get_single_line_mode gtk_label_get_single_line_mode; 10110 alias c_gtk_label_get_angle gtk_label_get_angle; 10111 alias c_gtk_label_set_label gtk_label_set_label; 10112 alias c_gtk_label_set_use_markup gtk_label_set_use_markup; 10113 alias c_gtk_label_set_use_underline gtk_label_set_use_underline; 10114 alias c_gtk_label_set_single_line_mode gtk_label_set_single_line_mode; 10115 alias c_gtk_label_set_angle gtk_label_set_angle; 10116 alias c_gtk_label_get_current_uri gtk_label_get_current_uri; 10117 alias c_gtk_label_set_track_visited_links gtk_label_set_track_visited_links; 10118 alias c_gtk_label_get_track_visited_links gtk_label_get_track_visited_links; 10119 10120 // gtk.Image 10121 10122 alias c_gtk_image_get_icon_set gtk_image_get_icon_set; 10123 alias c_gtk_image_get_pixbuf gtk_image_get_pixbuf; 10124 alias c_gtk_image_get_stock gtk_image_get_stock; 10125 alias c_gtk_image_get_animation gtk_image_get_animation; 10126 alias c_gtk_image_get_icon_name gtk_image_get_icon_name; 10127 alias c_gtk_image_get_gicon gtk_image_get_gicon; 10128 alias c_gtk_image_get_storage_type gtk_image_get_storage_type; 10129 alias c_gtk_image_new_from_file gtk_image_new_from_file; 10130 alias c_gtk_image_new_from_icon_set gtk_image_new_from_icon_set; 10131 alias c_gtk_image_new_from_pixbuf gtk_image_new_from_pixbuf; 10132 alias c_gtk_image_new_from_stock gtk_image_new_from_stock; 10133 alias c_gtk_image_new_from_animation gtk_image_new_from_animation; 10134 alias c_gtk_image_new_from_icon_name gtk_image_new_from_icon_name; 10135 alias c_gtk_image_new_from_gicon gtk_image_new_from_gicon; 10136 alias c_gtk_image_new_from_resource gtk_image_new_from_resource; 10137 alias c_gtk_image_set_from_file gtk_image_set_from_file; 10138 alias c_gtk_image_set_from_icon_set gtk_image_set_from_icon_set; 10139 alias c_gtk_image_set_from_pixbuf gtk_image_set_from_pixbuf; 10140 alias c_gtk_image_set_from_stock gtk_image_set_from_stock; 10141 alias c_gtk_image_set_from_animation gtk_image_set_from_animation; 10142 alias c_gtk_image_set_from_icon_name gtk_image_set_from_icon_name; 10143 alias c_gtk_image_set_from_gicon gtk_image_set_from_gicon; 10144 alias c_gtk_image_set_from_resource gtk_image_set_from_resource; 10145 alias c_gtk_image_clear gtk_image_clear; 10146 alias c_gtk_image_new gtk_image_new; 10147 alias c_gtk_image_set_pixel_size gtk_image_set_pixel_size; 10148 alias c_gtk_image_get_pixel_size gtk_image_get_pixel_size; 10149 10150 // gtk.Spinner 10151 10152 alias c_gtk_spinner_new gtk_spinner_new; 10153 alias c_gtk_spinner_start gtk_spinner_start; 10154 alias c_gtk_spinner_stop gtk_spinner_stop; 10155 10156 // gtk.InfoBar 10157 10158 alias c_gtk_info_bar_new gtk_info_bar_new; 10159 alias c_gtk_info_bar_new_with_buttons gtk_info_bar_new_with_buttons; 10160 alias c_gtk_info_bar_add_action_widget gtk_info_bar_add_action_widget; 10161 alias c_gtk_info_bar_add_button gtk_info_bar_add_button; 10162 alias c_gtk_info_bar_add_buttons gtk_info_bar_add_buttons; 10163 alias c_gtk_info_bar_set_response_sensitive gtk_info_bar_set_response_sensitive; 10164 alias c_gtk_info_bar_set_default_response gtk_info_bar_set_default_response; 10165 alias c_gtk_info_bar_response gtk_info_bar_response; 10166 alias c_gtk_info_bar_set_message_type gtk_info_bar_set_message_type; 10167 alias c_gtk_info_bar_get_message_type gtk_info_bar_get_message_type; 10168 alias c_gtk_info_bar_get_action_area gtk_info_bar_get_action_area; 10169 alias c_gtk_info_bar_get_content_area gtk_info_bar_get_content_area; 10170 alias c_gtk_info_bar_get_show_close_button gtk_info_bar_get_show_close_button; 10171 alias c_gtk_info_bar_set_show_close_button gtk_info_bar_set_show_close_button; 10172 10173 // gtk.ProgressBar 10174 10175 alias c_gtk_progress_bar_new gtk_progress_bar_new; 10176 alias c_gtk_progress_bar_pulse gtk_progress_bar_pulse; 10177 alias c_gtk_progress_bar_set_fraction gtk_progress_bar_set_fraction; 10178 alias c_gtk_progress_bar_get_fraction gtk_progress_bar_get_fraction; 10179 alias c_gtk_progress_bar_set_inverted gtk_progress_bar_set_inverted; 10180 alias c_gtk_progress_bar_get_inverted gtk_progress_bar_get_inverted; 10181 alias c_gtk_progress_bar_set_show_text gtk_progress_bar_set_show_text; 10182 alias c_gtk_progress_bar_get_show_text gtk_progress_bar_get_show_text; 10183 alias c_gtk_progress_bar_set_text gtk_progress_bar_set_text; 10184 alias c_gtk_progress_bar_get_text gtk_progress_bar_get_text; 10185 alias c_gtk_progress_bar_set_ellipsize gtk_progress_bar_set_ellipsize; 10186 alias c_gtk_progress_bar_get_ellipsize gtk_progress_bar_get_ellipsize; 10187 alias c_gtk_progress_bar_set_pulse_step gtk_progress_bar_set_pulse_step; 10188 alias c_gtk_progress_bar_get_pulse_step gtk_progress_bar_get_pulse_step; 10189 10190 // gtk.LevelBar 10191 10192 alias c_gtk_level_bar_new gtk_level_bar_new; 10193 alias c_gtk_level_bar_new_for_interval gtk_level_bar_new_for_interval; 10194 alias c_gtk_level_bar_set_mode gtk_level_bar_set_mode; 10195 alias c_gtk_level_bar_get_mode gtk_level_bar_get_mode; 10196 alias c_gtk_level_bar_set_value gtk_level_bar_set_value; 10197 alias c_gtk_level_bar_get_value gtk_level_bar_get_value; 10198 alias c_gtk_level_bar_set_min_value gtk_level_bar_set_min_value; 10199 alias c_gtk_level_bar_get_min_value gtk_level_bar_get_min_value; 10200 alias c_gtk_level_bar_set_max_value gtk_level_bar_set_max_value; 10201 alias c_gtk_level_bar_get_max_value gtk_level_bar_get_max_value; 10202 alias c_gtk_level_bar_set_inverted gtk_level_bar_set_inverted; 10203 alias c_gtk_level_bar_get_inverted gtk_level_bar_get_inverted; 10204 alias c_gtk_level_bar_add_offset_value gtk_level_bar_add_offset_value; 10205 alias c_gtk_level_bar_remove_offset_value gtk_level_bar_remove_offset_value; 10206 alias c_gtk_level_bar_get_offset_value gtk_level_bar_get_offset_value; 10207 10208 // gtk.Statusbar 10209 10210 alias c_gtk_statusbar_new gtk_statusbar_new; 10211 alias c_gtk_statusbar_get_context_id gtk_statusbar_get_context_id; 10212 alias c_gtk_statusbar_push gtk_statusbar_push; 10213 alias c_gtk_statusbar_pop gtk_statusbar_pop; 10214 alias c_gtk_statusbar_remove gtk_statusbar_remove; 10215 alias c_gtk_statusbar_remove_all gtk_statusbar_remove_all; 10216 alias c_gtk_statusbar_get_message_area gtk_statusbar_get_message_area; 10217 10218 // gtk.AccelLabel 10219 10220 alias c_gtk_accel_label_new gtk_accel_label_new; 10221 alias c_gtk_accel_label_set_accel_closure gtk_accel_label_set_accel_closure; 10222 alias c_gtk_accel_label_get_accel_widget gtk_accel_label_get_accel_widget; 10223 alias c_gtk_accel_label_set_accel_widget gtk_accel_label_set_accel_widget; 10224 alias c_gtk_accel_label_get_accel_width gtk_accel_label_get_accel_width; 10225 alias c_gtk_accel_label_set_accel gtk_accel_label_set_accel; 10226 alias c_gtk_accel_label_refetch gtk_accel_label_refetch; 10227 10228 // gtk.StatusIcon 10229 10230 alias c_gtk_status_icon_new gtk_status_icon_new; 10231 alias c_gtk_status_icon_new_from_pixbuf gtk_status_icon_new_from_pixbuf; 10232 alias c_gtk_status_icon_new_from_file gtk_status_icon_new_from_file; 10233 alias c_gtk_status_icon_new_from_stock gtk_status_icon_new_from_stock; 10234 alias c_gtk_status_icon_new_from_icon_name gtk_status_icon_new_from_icon_name; 10235 alias c_gtk_status_icon_new_from_gicon gtk_status_icon_new_from_gicon; 10236 alias c_gtk_status_icon_set_from_pixbuf gtk_status_icon_set_from_pixbuf; 10237 alias c_gtk_status_icon_set_from_file gtk_status_icon_set_from_file; 10238 alias c_gtk_status_icon_set_from_stock gtk_status_icon_set_from_stock; 10239 alias c_gtk_status_icon_set_from_icon_name gtk_status_icon_set_from_icon_name; 10240 alias c_gtk_status_icon_set_from_gicon gtk_status_icon_set_from_gicon; 10241 alias c_gtk_status_icon_get_storage_type gtk_status_icon_get_storage_type; 10242 alias c_gtk_status_icon_get_pixbuf gtk_status_icon_get_pixbuf; 10243 alias c_gtk_status_icon_get_stock gtk_status_icon_get_stock; 10244 alias c_gtk_status_icon_get_icon_name gtk_status_icon_get_icon_name; 10245 alias c_gtk_status_icon_get_gicon gtk_status_icon_get_gicon; 10246 alias c_gtk_status_icon_get_size gtk_status_icon_get_size; 10247 alias c_gtk_status_icon_set_screen gtk_status_icon_set_screen; 10248 alias c_gtk_status_icon_get_screen gtk_status_icon_get_screen; 10249 alias c_gtk_status_icon_set_tooltip_text gtk_status_icon_set_tooltip_text; 10250 alias c_gtk_status_icon_get_tooltip_text gtk_status_icon_get_tooltip_text; 10251 alias c_gtk_status_icon_set_tooltip_markup gtk_status_icon_set_tooltip_markup; 10252 alias c_gtk_status_icon_get_tooltip_markup gtk_status_icon_get_tooltip_markup; 10253 alias c_gtk_status_icon_set_has_tooltip gtk_status_icon_set_has_tooltip; 10254 alias c_gtk_status_icon_get_has_tooltip gtk_status_icon_get_has_tooltip; 10255 alias c_gtk_status_icon_set_title gtk_status_icon_set_title; 10256 alias c_gtk_status_icon_get_title gtk_status_icon_get_title; 10257 alias c_gtk_status_icon_set_name gtk_status_icon_set_name; 10258 alias c_gtk_status_icon_set_visible gtk_status_icon_set_visible; 10259 alias c_gtk_status_icon_get_visible gtk_status_icon_get_visible; 10260 alias c_gtk_status_icon_is_embedded gtk_status_icon_is_embedded; 10261 alias c_gtk_status_icon_position_menu gtk_status_icon_position_menu; 10262 alias c_gtk_status_icon_get_geometry gtk_status_icon_get_geometry; 10263 alias c_gtk_status_icon_get_x11_window_id gtk_status_icon_get_x11_window_id; 10264 10265 // gtk.Button 10266 10267 alias c_gtk_button_new gtk_button_new; 10268 alias c_gtk_button_new_with_label gtk_button_new_with_label; 10269 alias c_gtk_button_new_with_mnemonic gtk_button_new_with_mnemonic; 10270 alias c_gtk_button_new_from_icon_name gtk_button_new_from_icon_name; 10271 alias c_gtk_button_new_from_stock gtk_button_new_from_stock; 10272 alias c_gtk_button_pressed gtk_button_pressed; 10273 alias c_gtk_button_released gtk_button_released; 10274 alias c_gtk_button_clicked gtk_button_clicked; 10275 alias c_gtk_button_enter gtk_button_enter; 10276 alias c_gtk_button_leave gtk_button_leave; 10277 alias c_gtk_button_set_relief gtk_button_set_relief; 10278 alias c_gtk_button_get_relief gtk_button_get_relief; 10279 alias c_gtk_button_get_label gtk_button_get_label; 10280 alias c_gtk_button_set_label gtk_button_set_label; 10281 alias c_gtk_button_get_use_stock gtk_button_get_use_stock; 10282 alias c_gtk_button_set_use_stock gtk_button_set_use_stock; 10283 alias c_gtk_button_get_use_underline gtk_button_get_use_underline; 10284 alias c_gtk_button_set_use_underline gtk_button_set_use_underline; 10285 alias c_gtk_button_set_focus_on_click gtk_button_set_focus_on_click; 10286 alias c_gtk_button_get_focus_on_click gtk_button_get_focus_on_click; 10287 alias c_gtk_button_set_alignment gtk_button_set_alignment; 10288 alias c_gtk_button_get_alignment gtk_button_get_alignment; 10289 alias c_gtk_button_set_image gtk_button_set_image; 10290 alias c_gtk_button_get_image gtk_button_get_image; 10291 alias c_gtk_button_set_image_position gtk_button_set_image_position; 10292 alias c_gtk_button_get_image_position gtk_button_get_image_position; 10293 alias c_gtk_button_set_always_show_image gtk_button_set_always_show_image; 10294 alias c_gtk_button_get_always_show_image gtk_button_get_always_show_image; 10295 alias c_gtk_button_get_event_window gtk_button_get_event_window; 10296 10297 // gtk.CheckButton 10298 10299 alias c_gtk_check_button_new gtk_check_button_new; 10300 alias c_gtk_check_button_new_with_label gtk_check_button_new_with_label; 10301 alias c_gtk_check_button_new_with_mnemonic gtk_check_button_new_with_mnemonic; 10302 10303 // gtk.RadioButton 10304 10305 alias c_gtk_radio_button_new gtk_radio_button_new; 10306 alias c_gtk_radio_button_new_from_widget gtk_radio_button_new_from_widget; 10307 alias c_gtk_radio_button_new_with_label gtk_radio_button_new_with_label; 10308 alias c_gtk_radio_button_new_with_label_from_widget gtk_radio_button_new_with_label_from_widget; 10309 alias c_gtk_radio_button_new_with_mnemonic gtk_radio_button_new_with_mnemonic; 10310 alias c_gtk_radio_button_new_with_mnemonic_from_widget gtk_radio_button_new_with_mnemonic_from_widget; 10311 alias c_gtk_radio_button_set_group gtk_radio_button_set_group; 10312 alias c_gtk_radio_button_get_group gtk_radio_button_get_group; 10313 alias c_gtk_radio_button_join_group gtk_radio_button_join_group; 10314 10315 // gtk.ToggleButton 10316 10317 alias c_gtk_toggle_button_new gtk_toggle_button_new; 10318 alias c_gtk_toggle_button_new_with_label gtk_toggle_button_new_with_label; 10319 alias c_gtk_toggle_button_new_with_mnemonic gtk_toggle_button_new_with_mnemonic; 10320 alias c_gtk_toggle_button_set_mode gtk_toggle_button_set_mode; 10321 alias c_gtk_toggle_button_get_mode gtk_toggle_button_get_mode; 10322 alias c_gtk_toggle_button_toggled gtk_toggle_button_toggled; 10323 alias c_gtk_toggle_button_get_active gtk_toggle_button_get_active; 10324 alias c_gtk_toggle_button_set_active gtk_toggle_button_set_active; 10325 alias c_gtk_toggle_button_get_inconsistent gtk_toggle_button_get_inconsistent; 10326 alias c_gtk_toggle_button_set_inconsistent gtk_toggle_button_set_inconsistent; 10327 10328 // gtk.LinkButton 10329 10330 alias c_gtk_link_button_new gtk_link_button_new; 10331 alias c_gtk_link_button_new_with_label gtk_link_button_new_with_label; 10332 alias c_gtk_link_button_get_uri gtk_link_button_get_uri; 10333 alias c_gtk_link_button_set_uri gtk_link_button_set_uri; 10334 alias c_gtk_link_button_get_visited gtk_link_button_get_visited; 10335 alias c_gtk_link_button_set_visited gtk_link_button_set_visited; 10336 10337 // gtk.MenuButton 10338 10339 alias c_gtk_menu_button_new gtk_menu_button_new; 10340 alias c_gtk_menu_button_set_popup gtk_menu_button_set_popup; 10341 alias c_gtk_menu_button_get_popup gtk_menu_button_get_popup; 10342 alias c_gtk_menu_button_set_menu_model gtk_menu_button_set_menu_model; 10343 alias c_gtk_menu_button_get_menu_model gtk_menu_button_get_menu_model; 10344 alias c_gtk_menu_button_set_direction gtk_menu_button_set_direction; 10345 alias c_gtk_menu_button_get_direction gtk_menu_button_get_direction; 10346 alias c_gtk_menu_button_set_align_widget gtk_menu_button_set_align_widget; 10347 alias c_gtk_menu_button_get_align_widget gtk_menu_button_get_align_widget; 10348 10349 // gtk.Switch 10350 10351 alias c_gtk_switch_new gtk_switch_new; 10352 alias c_gtk_switch_set_active gtk_switch_set_active; 10353 alias c_gtk_switch_get_active gtk_switch_get_active; 10354 10355 // gtk.ScaleButton 10356 10357 alias c_gtk_scale_button_new gtk_scale_button_new; 10358 alias c_gtk_scale_button_set_adjustment gtk_scale_button_set_adjustment; 10359 alias c_gtk_scale_button_set_icons gtk_scale_button_set_icons; 10360 alias c_gtk_scale_button_set_value gtk_scale_button_set_value; 10361 alias c_gtk_scale_button_get_adjustment gtk_scale_button_get_adjustment; 10362 alias c_gtk_scale_button_get_value gtk_scale_button_get_value; 10363 alias c_gtk_scale_button_get_popup gtk_scale_button_get_popup; 10364 alias c_gtk_scale_button_get_plus_button gtk_scale_button_get_plus_button; 10365 alias c_gtk_scale_button_get_minus_button gtk_scale_button_get_minus_button; 10366 10367 // gtk.VolumeButton 10368 10369 alias c_gtk_volume_button_new gtk_volume_button_new; 10370 10371 // gtk.LockButton 10372 10373 alias c_gtk_lock_button_new gtk_lock_button_new; 10374 alias c_gtk_lock_button_get_permission gtk_lock_button_get_permission; 10375 alias c_gtk_lock_button_set_permission gtk_lock_button_set_permission; 10376 10377 // gtk.Entry 10378 10379 alias c_gtk_entry_new gtk_entry_new; 10380 alias c_gtk_entry_new_with_buffer gtk_entry_new_with_buffer; 10381 alias c_gtk_entry_get_buffer gtk_entry_get_buffer; 10382 alias c_gtk_entry_set_buffer gtk_entry_set_buffer; 10383 alias c_gtk_entry_set_text gtk_entry_set_text; 10384 alias c_gtk_entry_get_text gtk_entry_get_text; 10385 alias c_gtk_entry_get_text_length gtk_entry_get_text_length; 10386 alias c_gtk_entry_get_text_area gtk_entry_get_text_area; 10387 alias c_gtk_entry_set_visibility gtk_entry_set_visibility; 10388 alias c_gtk_entry_set_invisible_char gtk_entry_set_invisible_char; 10389 alias c_gtk_entry_unset_invisible_char gtk_entry_unset_invisible_char; 10390 alias c_gtk_entry_set_max_length gtk_entry_set_max_length; 10391 alias c_gtk_entry_get_activates_default gtk_entry_get_activates_default; 10392 alias c_gtk_entry_get_has_frame gtk_entry_get_has_frame; 10393 alias c_gtk_entry_get_inner_border gtk_entry_get_inner_border; 10394 alias c_gtk_entry_get_width_chars gtk_entry_get_width_chars; 10395 alias c_gtk_entry_set_activates_default gtk_entry_set_activates_default; 10396 alias c_gtk_entry_set_has_frame gtk_entry_set_has_frame; 10397 alias c_gtk_entry_set_inner_border gtk_entry_set_inner_border; 10398 alias c_gtk_entry_set_width_chars gtk_entry_set_width_chars; 10399 alias c_gtk_entry_get_invisible_char gtk_entry_get_invisible_char; 10400 alias c_gtk_entry_set_alignment gtk_entry_set_alignment; 10401 alias c_gtk_entry_get_alignment gtk_entry_get_alignment; 10402 alias c_gtk_entry_set_placeholder_text gtk_entry_set_placeholder_text; 10403 alias c_gtk_entry_get_placeholder_text gtk_entry_get_placeholder_text; 10404 alias c_gtk_entry_set_overwrite_mode gtk_entry_set_overwrite_mode; 10405 alias c_gtk_entry_get_overwrite_mode gtk_entry_get_overwrite_mode; 10406 alias c_gtk_entry_get_layout gtk_entry_get_layout; 10407 alias c_gtk_entry_get_layout_offsets gtk_entry_get_layout_offsets; 10408 alias c_gtk_entry_layout_index_to_text_index gtk_entry_layout_index_to_text_index; 10409 alias c_gtk_entry_text_index_to_layout_index gtk_entry_text_index_to_layout_index; 10410 alias c_gtk_entry_set_attributes gtk_entry_set_attributes; 10411 alias c_gtk_entry_get_attributes gtk_entry_get_attributes; 10412 alias c_gtk_entry_get_max_length gtk_entry_get_max_length; 10413 alias c_gtk_entry_get_visibility gtk_entry_get_visibility; 10414 alias c_gtk_entry_set_completion gtk_entry_set_completion; 10415 alias c_gtk_entry_get_completion gtk_entry_get_completion; 10416 alias c_gtk_entry_set_cursor_hadjustment gtk_entry_set_cursor_hadjustment; 10417 alias c_gtk_entry_get_cursor_hadjustment gtk_entry_get_cursor_hadjustment; 10418 alias c_gtk_entry_set_progress_fraction gtk_entry_set_progress_fraction; 10419 alias c_gtk_entry_get_progress_fraction gtk_entry_get_progress_fraction; 10420 alias c_gtk_entry_set_progress_pulse_step gtk_entry_set_progress_pulse_step; 10421 alias c_gtk_entry_get_progress_pulse_step gtk_entry_get_progress_pulse_step; 10422 alias c_gtk_entry_progress_pulse gtk_entry_progress_pulse; 10423 alias c_gtk_entry_im_context_filter_keypress gtk_entry_im_context_filter_keypress; 10424 alias c_gtk_entry_reset_im_context gtk_entry_reset_im_context; 10425 alias c_gtk_entry_get_tabs gtk_entry_get_tabs; 10426 alias c_gtk_entry_set_tabs gtk_entry_set_tabs; 10427 alias c_gtk_entry_set_icon_from_pixbuf gtk_entry_set_icon_from_pixbuf; 10428 alias c_gtk_entry_set_icon_from_stock gtk_entry_set_icon_from_stock; 10429 alias c_gtk_entry_set_icon_from_icon_name gtk_entry_set_icon_from_icon_name; 10430 alias c_gtk_entry_set_icon_from_gicon gtk_entry_set_icon_from_gicon; 10431 alias c_gtk_entry_get_icon_storage_type gtk_entry_get_icon_storage_type; 10432 alias c_gtk_entry_get_icon_pixbuf gtk_entry_get_icon_pixbuf; 10433 alias c_gtk_entry_get_icon_stock gtk_entry_get_icon_stock; 10434 alias c_gtk_entry_get_icon_name gtk_entry_get_icon_name; 10435 alias c_gtk_entry_get_icon_gicon gtk_entry_get_icon_gicon; 10436 alias c_gtk_entry_set_icon_activatable gtk_entry_set_icon_activatable; 10437 alias c_gtk_entry_get_icon_activatable gtk_entry_get_icon_activatable; 10438 alias c_gtk_entry_set_icon_sensitive gtk_entry_set_icon_sensitive; 10439 alias c_gtk_entry_get_icon_sensitive gtk_entry_get_icon_sensitive; 10440 alias c_gtk_entry_get_icon_at_pos gtk_entry_get_icon_at_pos; 10441 alias c_gtk_entry_set_icon_tooltip_text gtk_entry_set_icon_tooltip_text; 10442 alias c_gtk_entry_get_icon_tooltip_text gtk_entry_get_icon_tooltip_text; 10443 alias c_gtk_entry_set_icon_tooltip_markup gtk_entry_set_icon_tooltip_markup; 10444 alias c_gtk_entry_get_icon_tooltip_markup gtk_entry_get_icon_tooltip_markup; 10445 alias c_gtk_entry_set_icon_drag_source gtk_entry_set_icon_drag_source; 10446 alias c_gtk_entry_get_current_icon_drag_source gtk_entry_get_current_icon_drag_source; 10447 alias c_gtk_entry_get_icon_area gtk_entry_get_icon_area; 10448 alias c_gtk_entry_set_input_purpose gtk_entry_set_input_purpose; 10449 alias c_gtk_entry_get_input_purpose gtk_entry_get_input_purpose; 10450 alias c_gtk_entry_set_input_hints gtk_entry_set_input_hints; 10451 alias c_gtk_entry_get_input_hints gtk_entry_get_input_hints; 10452 10453 // gtk.EntryBuffer 10454 10455 alias c_gtk_entry_buffer_new gtk_entry_buffer_new; 10456 alias c_gtk_entry_buffer_get_text gtk_entry_buffer_get_text; 10457 alias c_gtk_entry_buffer_set_text gtk_entry_buffer_set_text; 10458 alias c_gtk_entry_buffer_get_bytes gtk_entry_buffer_get_bytes; 10459 alias c_gtk_entry_buffer_get_length gtk_entry_buffer_get_length; 10460 alias c_gtk_entry_buffer_get_max_length gtk_entry_buffer_get_max_length; 10461 alias c_gtk_entry_buffer_set_max_length gtk_entry_buffer_set_max_length; 10462 alias c_gtk_entry_buffer_insert_text gtk_entry_buffer_insert_text; 10463 alias c_gtk_entry_buffer_delete_text gtk_entry_buffer_delete_text; 10464 alias c_gtk_entry_buffer_emit_deleted_text gtk_entry_buffer_emit_deleted_text; 10465 alias c_gtk_entry_buffer_emit_inserted_text gtk_entry_buffer_emit_inserted_text; 10466 10467 // gtk.EntryCompletion 10468 10469 alias c_gtk_entry_completion_new gtk_entry_completion_new; 10470 alias c_gtk_entry_completion_new_with_area gtk_entry_completion_new_with_area; 10471 alias c_gtk_entry_completion_get_entry gtk_entry_completion_get_entry; 10472 alias c_gtk_entry_completion_set_model gtk_entry_completion_set_model; 10473 alias c_gtk_entry_completion_get_model gtk_entry_completion_get_model; 10474 alias c_gtk_entry_completion_set_match_func gtk_entry_completion_set_match_func; 10475 alias c_gtk_entry_completion_set_minimum_key_length gtk_entry_completion_set_minimum_key_length; 10476 alias c_gtk_entry_completion_get_minimum_key_length gtk_entry_completion_get_minimum_key_length; 10477 alias c_gtk_entry_completion_compute_prefix gtk_entry_completion_compute_prefix; 10478 alias c_gtk_entry_completion_complete gtk_entry_completion_complete; 10479 alias c_gtk_entry_completion_get_completion_prefix gtk_entry_completion_get_completion_prefix; 10480 alias c_gtk_entry_completion_insert_prefix gtk_entry_completion_insert_prefix; 10481 alias c_gtk_entry_completion_insert_action_text gtk_entry_completion_insert_action_text; 10482 alias c_gtk_entry_completion_insert_action_markup gtk_entry_completion_insert_action_markup; 10483 alias c_gtk_entry_completion_delete_action gtk_entry_completion_delete_action; 10484 alias c_gtk_entry_completion_set_text_column gtk_entry_completion_set_text_column; 10485 alias c_gtk_entry_completion_get_text_column gtk_entry_completion_get_text_column; 10486 alias c_gtk_entry_completion_set_inline_completion gtk_entry_completion_set_inline_completion; 10487 alias c_gtk_entry_completion_get_inline_completion gtk_entry_completion_get_inline_completion; 10488 alias c_gtk_entry_completion_set_inline_selection gtk_entry_completion_set_inline_selection; 10489 alias c_gtk_entry_completion_get_inline_selection gtk_entry_completion_get_inline_selection; 10490 alias c_gtk_entry_completion_set_popup_completion gtk_entry_completion_set_popup_completion; 10491 alias c_gtk_entry_completion_get_popup_completion gtk_entry_completion_get_popup_completion; 10492 alias c_gtk_entry_completion_set_popup_set_width gtk_entry_completion_set_popup_set_width; 10493 alias c_gtk_entry_completion_get_popup_set_width gtk_entry_completion_get_popup_set_width; 10494 alias c_gtk_entry_completion_set_popup_single_match gtk_entry_completion_set_popup_single_match; 10495 alias c_gtk_entry_completion_get_popup_single_match gtk_entry_completion_get_popup_single_match; 10496 10497 // gtk.Scale 10498 10499 alias c_gtk_scale_new gtk_scale_new; 10500 alias c_gtk_scale_new_with_range gtk_scale_new_with_range; 10501 alias c_gtk_scale_set_digits gtk_scale_set_digits; 10502 alias c_gtk_scale_set_draw_value gtk_scale_set_draw_value; 10503 alias c_gtk_scale_set_has_origin gtk_scale_set_has_origin; 10504 alias c_gtk_scale_set_value_pos gtk_scale_set_value_pos; 10505 alias c_gtk_scale_get_digits gtk_scale_get_digits; 10506 alias c_gtk_scale_get_draw_value gtk_scale_get_draw_value; 10507 alias c_gtk_scale_get_has_origin gtk_scale_get_has_origin; 10508 alias c_gtk_scale_get_value_pos gtk_scale_get_value_pos; 10509 alias c_gtk_scale_get_layout gtk_scale_get_layout; 10510 alias c_gtk_scale_get_layout_offsets gtk_scale_get_layout_offsets; 10511 alias c_gtk_scale_add_mark gtk_scale_add_mark; 10512 alias c_gtk_scale_clear_marks gtk_scale_clear_marks; 10513 10514 // gtk.SpinButton 10515 10516 alias c_gtk_spin_button_configure gtk_spin_button_configure; 10517 alias c_gtk_spin_button_new gtk_spin_button_new; 10518 alias c_gtk_spin_button_new_with_range gtk_spin_button_new_with_range; 10519 alias c_gtk_spin_button_set_adjustment gtk_spin_button_set_adjustment; 10520 alias c_gtk_spin_button_get_adjustment gtk_spin_button_get_adjustment; 10521 alias c_gtk_spin_button_set_digits gtk_spin_button_set_digits; 10522 alias c_gtk_spin_button_set_increments gtk_spin_button_set_increments; 10523 alias c_gtk_spin_button_set_range gtk_spin_button_set_range; 10524 alias c_gtk_spin_button_get_value_as_int gtk_spin_button_get_value_as_int; 10525 alias c_gtk_spin_button_set_value gtk_spin_button_set_value; 10526 alias c_gtk_spin_button_set_update_policy gtk_spin_button_set_update_policy; 10527 alias c_gtk_spin_button_set_numeric gtk_spin_button_set_numeric; 10528 alias c_gtk_spin_button_spin gtk_spin_button_spin; 10529 alias c_gtk_spin_button_set_wrap gtk_spin_button_set_wrap; 10530 alias c_gtk_spin_button_set_snap_to_ticks gtk_spin_button_set_snap_to_ticks; 10531 alias c_gtk_spin_button_update gtk_spin_button_update; 10532 alias c_gtk_spin_button_get_digits gtk_spin_button_get_digits; 10533 alias c_gtk_spin_button_get_increments gtk_spin_button_get_increments; 10534 alias c_gtk_spin_button_get_numeric gtk_spin_button_get_numeric; 10535 alias c_gtk_spin_button_get_range gtk_spin_button_get_range; 10536 alias c_gtk_spin_button_get_snap_to_ticks gtk_spin_button_get_snap_to_ticks; 10537 alias c_gtk_spin_button_get_update_policy gtk_spin_button_get_update_policy; 10538 alias c_gtk_spin_button_get_value gtk_spin_button_get_value; 10539 alias c_gtk_spin_button_get_wrap gtk_spin_button_get_wrap; 10540 10541 // gtk.SearchEntry 10542 10543 alias c_gtk_search_entry_new gtk_search_entry_new; 10544 10545 // gtk.SearchBar 10546 10547 alias c_gtk_search_bar_new gtk_search_bar_new; 10548 alias c_gtk_search_bar_connect_entry gtk_search_bar_connect_entry; 10549 alias c_gtk_search_bar_get_search_mode gtk_search_bar_get_search_mode; 10550 alias c_gtk_search_bar_set_search_mode gtk_search_bar_set_search_mode; 10551 alias c_gtk_search_bar_get_show_close_button gtk_search_bar_get_show_close_button; 10552 alias c_gtk_search_bar_set_show_close_button gtk_search_bar_set_show_close_button; 10553 alias c_gtk_search_bar_handle_event gtk_search_bar_handle_event; 10554 10555 // gtk.EditableT 10556 10557 10558 // gtk.EditableT 10559 10560 alias c_gtk_editable_select_region gtk_editable_select_region; 10561 alias c_gtk_editable_get_selection_bounds gtk_editable_get_selection_bounds; 10562 alias c_gtk_editable_insert_text gtk_editable_insert_text; 10563 alias c_gtk_editable_delete_text gtk_editable_delete_text; 10564 alias c_gtk_editable_get_chars gtk_editable_get_chars; 10565 alias c_gtk_editable_cut_clipboard gtk_editable_cut_clipboard; 10566 alias c_gtk_editable_copy_clipboard gtk_editable_copy_clipboard; 10567 alias c_gtk_editable_paste_clipboard gtk_editable_paste_clipboard; 10568 alias c_gtk_editable_delete_selection gtk_editable_delete_selection; 10569 alias c_gtk_editable_set_position gtk_editable_set_position; 10570 alias c_gtk_editable_get_position gtk_editable_get_position; 10571 alias c_gtk_editable_set_editable gtk_editable_set_editable; 10572 alias c_gtk_editable_get_editable gtk_editable_get_editable; 10573 10574 // gtk.TextIter 10575 10576 alias c_gtk_text_iter_get_buffer gtk_text_iter_get_buffer; 10577 alias c_gtk_text_iter_copy gtk_text_iter_copy; 10578 alias c_gtk_text_iter_assign gtk_text_iter_assign; 10579 alias c_gtk_text_iter_free gtk_text_iter_free; 10580 alias c_gtk_text_iter_get_offset gtk_text_iter_get_offset; 10581 alias c_gtk_text_iter_get_line gtk_text_iter_get_line; 10582 alias c_gtk_text_iter_get_line_offset gtk_text_iter_get_line_offset; 10583 alias c_gtk_text_iter_get_line_index gtk_text_iter_get_line_index; 10584 alias c_gtk_text_iter_get_visible_line_index gtk_text_iter_get_visible_line_index; 10585 alias c_gtk_text_iter_get_visible_line_offset gtk_text_iter_get_visible_line_offset; 10586 alias c_gtk_text_iter_get_char gtk_text_iter_get_char; 10587 alias c_gtk_text_iter_get_slice gtk_text_iter_get_slice; 10588 alias c_gtk_text_iter_get_text gtk_text_iter_get_text; 10589 alias c_gtk_text_iter_get_visible_slice gtk_text_iter_get_visible_slice; 10590 alias c_gtk_text_iter_get_visible_text gtk_text_iter_get_visible_text; 10591 alias c_gtk_text_iter_get_pixbuf gtk_text_iter_get_pixbuf; 10592 alias c_gtk_text_iter_get_marks gtk_text_iter_get_marks; 10593 alias c_gtk_text_iter_get_toggled_tags gtk_text_iter_get_toggled_tags; 10594 alias c_gtk_text_iter_get_child_anchor gtk_text_iter_get_child_anchor; 10595 alias c_gtk_text_iter_begins_tag gtk_text_iter_begins_tag; 10596 alias c_gtk_text_iter_ends_tag gtk_text_iter_ends_tag; 10597 alias c_gtk_text_iter_toggles_tag gtk_text_iter_toggles_tag; 10598 alias c_gtk_text_iter_has_tag gtk_text_iter_has_tag; 10599 alias c_gtk_text_iter_get_tags gtk_text_iter_get_tags; 10600 alias c_gtk_text_iter_editable gtk_text_iter_editable; 10601 alias c_gtk_text_iter_can_insert gtk_text_iter_can_insert; 10602 alias c_gtk_text_iter_starts_word gtk_text_iter_starts_word; 10603 alias c_gtk_text_iter_ends_word gtk_text_iter_ends_word; 10604 alias c_gtk_text_iter_inside_word gtk_text_iter_inside_word; 10605 alias c_gtk_text_iter_starts_line gtk_text_iter_starts_line; 10606 alias c_gtk_text_iter_ends_line gtk_text_iter_ends_line; 10607 alias c_gtk_text_iter_starts_sentence gtk_text_iter_starts_sentence; 10608 alias c_gtk_text_iter_ends_sentence gtk_text_iter_ends_sentence; 10609 alias c_gtk_text_iter_inside_sentence gtk_text_iter_inside_sentence; 10610 alias c_gtk_text_iter_is_cursor_position gtk_text_iter_is_cursor_position; 10611 alias c_gtk_text_iter_get_chars_in_line gtk_text_iter_get_chars_in_line; 10612 alias c_gtk_text_iter_get_bytes_in_line gtk_text_iter_get_bytes_in_line; 10613 alias c_gtk_text_iter_get_attributes gtk_text_iter_get_attributes; 10614 alias c_gtk_text_iter_get_language gtk_text_iter_get_language; 10615 alias c_gtk_text_iter_is_end gtk_text_iter_is_end; 10616 alias c_gtk_text_iter_is_start gtk_text_iter_is_start; 10617 alias c_gtk_text_iter_forward_char gtk_text_iter_forward_char; 10618 alias c_gtk_text_iter_backward_char gtk_text_iter_backward_char; 10619 alias c_gtk_text_iter_forward_chars gtk_text_iter_forward_chars; 10620 alias c_gtk_text_iter_backward_chars gtk_text_iter_backward_chars; 10621 alias c_gtk_text_iter_forward_line gtk_text_iter_forward_line; 10622 alias c_gtk_text_iter_backward_line gtk_text_iter_backward_line; 10623 alias c_gtk_text_iter_forward_lines gtk_text_iter_forward_lines; 10624 alias c_gtk_text_iter_backward_lines gtk_text_iter_backward_lines; 10625 alias c_gtk_text_iter_forward_word_ends gtk_text_iter_forward_word_ends; 10626 alias c_gtk_text_iter_backward_word_starts gtk_text_iter_backward_word_starts; 10627 alias c_gtk_text_iter_forward_word_end gtk_text_iter_forward_word_end; 10628 alias c_gtk_text_iter_backward_word_start gtk_text_iter_backward_word_start; 10629 alias c_gtk_text_iter_forward_cursor_position gtk_text_iter_forward_cursor_position; 10630 alias c_gtk_text_iter_backward_cursor_position gtk_text_iter_backward_cursor_position; 10631 alias c_gtk_text_iter_forward_cursor_positions gtk_text_iter_forward_cursor_positions; 10632 alias c_gtk_text_iter_backward_cursor_positions gtk_text_iter_backward_cursor_positions; 10633 alias c_gtk_text_iter_backward_sentence_start gtk_text_iter_backward_sentence_start; 10634 alias c_gtk_text_iter_backward_sentence_starts gtk_text_iter_backward_sentence_starts; 10635 alias c_gtk_text_iter_forward_sentence_end gtk_text_iter_forward_sentence_end; 10636 alias c_gtk_text_iter_forward_sentence_ends gtk_text_iter_forward_sentence_ends; 10637 alias c_gtk_text_iter_forward_visible_word_ends gtk_text_iter_forward_visible_word_ends; 10638 alias c_gtk_text_iter_backward_visible_word_starts gtk_text_iter_backward_visible_word_starts; 10639 alias c_gtk_text_iter_forward_visible_word_end gtk_text_iter_forward_visible_word_end; 10640 alias c_gtk_text_iter_backward_visible_word_start gtk_text_iter_backward_visible_word_start; 10641 alias c_gtk_text_iter_forward_visible_cursor_position gtk_text_iter_forward_visible_cursor_position; 10642 alias c_gtk_text_iter_backward_visible_cursor_position gtk_text_iter_backward_visible_cursor_position; 10643 alias c_gtk_text_iter_forward_visible_cursor_positions gtk_text_iter_forward_visible_cursor_positions; 10644 alias c_gtk_text_iter_backward_visible_cursor_positions gtk_text_iter_backward_visible_cursor_positions; 10645 alias c_gtk_text_iter_forward_visible_line gtk_text_iter_forward_visible_line; 10646 alias c_gtk_text_iter_backward_visible_line gtk_text_iter_backward_visible_line; 10647 alias c_gtk_text_iter_forward_visible_lines gtk_text_iter_forward_visible_lines; 10648 alias c_gtk_text_iter_backward_visible_lines gtk_text_iter_backward_visible_lines; 10649 alias c_gtk_text_iter_set_offset gtk_text_iter_set_offset; 10650 alias c_gtk_text_iter_set_line gtk_text_iter_set_line; 10651 alias c_gtk_text_iter_set_line_offset gtk_text_iter_set_line_offset; 10652 alias c_gtk_text_iter_set_line_index gtk_text_iter_set_line_index; 10653 alias c_gtk_text_iter_set_visible_line_index gtk_text_iter_set_visible_line_index; 10654 alias c_gtk_text_iter_set_visible_line_offset gtk_text_iter_set_visible_line_offset; 10655 alias c_gtk_text_iter_forward_to_end gtk_text_iter_forward_to_end; 10656 alias c_gtk_text_iter_forward_to_line_end gtk_text_iter_forward_to_line_end; 10657 alias c_gtk_text_iter_forward_to_tag_toggle gtk_text_iter_forward_to_tag_toggle; 10658 alias c_gtk_text_iter_backward_to_tag_toggle gtk_text_iter_backward_to_tag_toggle; 10659 alias c_gtk_text_iter_forward_find_char gtk_text_iter_forward_find_char; 10660 alias c_gtk_text_iter_backward_find_char gtk_text_iter_backward_find_char; 10661 alias c_gtk_text_iter_forward_search gtk_text_iter_forward_search; 10662 alias c_gtk_text_iter_backward_search gtk_text_iter_backward_search; 10663 alias c_gtk_text_iter_equal gtk_text_iter_equal; 10664 alias c_gtk_text_iter_compare gtk_text_iter_compare; 10665 alias c_gtk_text_iter_in_range gtk_text_iter_in_range; 10666 alias c_gtk_text_iter_order gtk_text_iter_order; 10667 10668 // gtk.TextMark 10669 10670 alias c_gtk_text_mark_new gtk_text_mark_new; 10671 alias c_gtk_text_mark_set_visible gtk_text_mark_set_visible; 10672 alias c_gtk_text_mark_get_visible gtk_text_mark_get_visible; 10673 alias c_gtk_text_mark_get_deleted gtk_text_mark_get_deleted; 10674 alias c_gtk_text_mark_get_name gtk_text_mark_get_name; 10675 alias c_gtk_text_mark_get_buffer gtk_text_mark_get_buffer; 10676 alias c_gtk_text_mark_get_left_gravity gtk_text_mark_get_left_gravity; 10677 10678 // gtk.TextBuffer 10679 10680 alias c_gtk_text_buffer_new gtk_text_buffer_new; 10681 alias c_gtk_text_buffer_get_line_count gtk_text_buffer_get_line_count; 10682 alias c_gtk_text_buffer_get_char_count gtk_text_buffer_get_char_count; 10683 alias c_gtk_text_buffer_get_tag_table gtk_text_buffer_get_tag_table; 10684 alias c_gtk_text_buffer_insert gtk_text_buffer_insert; 10685 alias c_gtk_text_buffer_insert_at_cursor gtk_text_buffer_insert_at_cursor; 10686 alias c_gtk_text_buffer_insert_interactive gtk_text_buffer_insert_interactive; 10687 alias c_gtk_text_buffer_insert_interactive_at_cursor gtk_text_buffer_insert_interactive_at_cursor; 10688 alias c_gtk_text_buffer_insert_range gtk_text_buffer_insert_range; 10689 alias c_gtk_text_buffer_insert_range_interactive gtk_text_buffer_insert_range_interactive; 10690 alias c_gtk_text_buffer_insert_with_tags gtk_text_buffer_insert_with_tags; 10691 alias c_gtk_text_buffer_insert_with_tags_by_name gtk_text_buffer_insert_with_tags_by_name; 10692 alias c_gtk_text_buffer_delete gtk_text_buffer_delete; 10693 alias c_gtk_text_buffer_delete_interactive gtk_text_buffer_delete_interactive; 10694 alias c_gtk_text_buffer_backspace gtk_text_buffer_backspace; 10695 alias c_gtk_text_buffer_set_text gtk_text_buffer_set_text; 10696 alias c_gtk_text_buffer_get_text gtk_text_buffer_get_text; 10697 alias c_gtk_text_buffer_get_slice gtk_text_buffer_get_slice; 10698 alias c_gtk_text_buffer_insert_pixbuf gtk_text_buffer_insert_pixbuf; 10699 alias c_gtk_text_buffer_insert_child_anchor gtk_text_buffer_insert_child_anchor; 10700 alias c_gtk_text_buffer_create_child_anchor gtk_text_buffer_create_child_anchor; 10701 alias c_gtk_text_buffer_create_mark gtk_text_buffer_create_mark; 10702 alias c_gtk_text_buffer_move_mark gtk_text_buffer_move_mark; 10703 alias c_gtk_text_buffer_move_mark_by_name gtk_text_buffer_move_mark_by_name; 10704 alias c_gtk_text_buffer_add_mark gtk_text_buffer_add_mark; 10705 alias c_gtk_text_buffer_delete_mark gtk_text_buffer_delete_mark; 10706 alias c_gtk_text_buffer_delete_mark_by_name gtk_text_buffer_delete_mark_by_name; 10707 alias c_gtk_text_buffer_get_mark gtk_text_buffer_get_mark; 10708 alias c_gtk_text_buffer_get_insert gtk_text_buffer_get_insert; 10709 alias c_gtk_text_buffer_get_selection_bound gtk_text_buffer_get_selection_bound; 10710 alias c_gtk_text_buffer_get_has_selection gtk_text_buffer_get_has_selection; 10711 alias c_gtk_text_buffer_place_cursor gtk_text_buffer_place_cursor; 10712 alias c_gtk_text_buffer_select_range gtk_text_buffer_select_range; 10713 alias c_gtk_text_buffer_apply_tag gtk_text_buffer_apply_tag; 10714 alias c_gtk_text_buffer_remove_tag gtk_text_buffer_remove_tag; 10715 alias c_gtk_text_buffer_apply_tag_by_name gtk_text_buffer_apply_tag_by_name; 10716 alias c_gtk_text_buffer_remove_tag_by_name gtk_text_buffer_remove_tag_by_name; 10717 alias c_gtk_text_buffer_remove_all_tags gtk_text_buffer_remove_all_tags; 10718 alias c_gtk_text_buffer_create_tag gtk_text_buffer_create_tag; 10719 alias c_gtk_text_buffer_get_iter_at_line_offset gtk_text_buffer_get_iter_at_line_offset; 10720 alias c_gtk_text_buffer_get_iter_at_offset gtk_text_buffer_get_iter_at_offset; 10721 alias c_gtk_text_buffer_get_iter_at_line gtk_text_buffer_get_iter_at_line; 10722 alias c_gtk_text_buffer_get_iter_at_line_index gtk_text_buffer_get_iter_at_line_index; 10723 alias c_gtk_text_buffer_get_iter_at_mark gtk_text_buffer_get_iter_at_mark; 10724 alias c_gtk_text_buffer_get_iter_at_child_anchor gtk_text_buffer_get_iter_at_child_anchor; 10725 alias c_gtk_text_buffer_get_start_iter gtk_text_buffer_get_start_iter; 10726 alias c_gtk_text_buffer_get_end_iter gtk_text_buffer_get_end_iter; 10727 alias c_gtk_text_buffer_get_bounds gtk_text_buffer_get_bounds; 10728 alias c_gtk_text_buffer_get_modified gtk_text_buffer_get_modified; 10729 alias c_gtk_text_buffer_set_modified gtk_text_buffer_set_modified; 10730 alias c_gtk_text_buffer_delete_selection gtk_text_buffer_delete_selection; 10731 alias c_gtk_text_buffer_paste_clipboard gtk_text_buffer_paste_clipboard; 10732 alias c_gtk_text_buffer_copy_clipboard gtk_text_buffer_copy_clipboard; 10733 alias c_gtk_text_buffer_cut_clipboard gtk_text_buffer_cut_clipboard; 10734 alias c_gtk_text_buffer_get_selection_bounds gtk_text_buffer_get_selection_bounds; 10735 alias c_gtk_text_buffer_begin_user_action gtk_text_buffer_begin_user_action; 10736 alias c_gtk_text_buffer_end_user_action gtk_text_buffer_end_user_action; 10737 alias c_gtk_text_buffer_add_selection_clipboard gtk_text_buffer_add_selection_clipboard; 10738 alias c_gtk_text_buffer_remove_selection_clipboard gtk_text_buffer_remove_selection_clipboard; 10739 alias c_gtk_text_buffer_deserialize gtk_text_buffer_deserialize; 10740 alias c_gtk_text_buffer_deserialize_get_can_create_tags gtk_text_buffer_deserialize_get_can_create_tags; 10741 alias c_gtk_text_buffer_deserialize_set_can_create_tags gtk_text_buffer_deserialize_set_can_create_tags; 10742 alias c_gtk_text_buffer_get_copy_target_list gtk_text_buffer_get_copy_target_list; 10743 alias c_gtk_text_buffer_get_deserialize_formats gtk_text_buffer_get_deserialize_formats; 10744 alias c_gtk_text_buffer_get_paste_target_list gtk_text_buffer_get_paste_target_list; 10745 alias c_gtk_text_buffer_get_serialize_formats gtk_text_buffer_get_serialize_formats; 10746 alias c_gtk_text_buffer_register_deserialize_format gtk_text_buffer_register_deserialize_format; 10747 alias c_gtk_text_buffer_register_deserialize_tagset gtk_text_buffer_register_deserialize_tagset; 10748 alias c_gtk_text_buffer_register_serialize_format gtk_text_buffer_register_serialize_format; 10749 alias c_gtk_text_buffer_register_serialize_tagset gtk_text_buffer_register_serialize_tagset; 10750 alias c_gtk_text_buffer_serialize gtk_text_buffer_serialize; 10751 alias c_gtk_text_buffer_unregister_deserialize_format gtk_text_buffer_unregister_deserialize_format; 10752 alias c_gtk_text_buffer_unregister_serialize_format gtk_text_buffer_unregister_serialize_format; 10753 10754 // gtk.TextTag 10755 10756 alias c_gtk_text_tag_new gtk_text_tag_new; 10757 alias c_gtk_text_tag_get_priority gtk_text_tag_get_priority; 10758 alias c_gtk_text_tag_set_priority gtk_text_tag_set_priority; 10759 alias c_gtk_text_tag_event gtk_text_tag_event; 10760 10761 // gtk.TextAttributes 10762 10763 alias c_gtk_text_attributes_new gtk_text_attributes_new; 10764 alias c_gtk_text_attributes_copy gtk_text_attributes_copy; 10765 alias c_gtk_text_attributes_copy_values gtk_text_attributes_copy_values; 10766 alias c_gtk_text_attributes_unref gtk_text_attributes_unref; 10767 alias c_gtk_text_attributes_ref gtk_text_attributes_ref; 10768 10769 // gtk.TextTagTable 10770 10771 alias c_gtk_text_tag_table_new gtk_text_tag_table_new; 10772 alias c_gtk_text_tag_table_add gtk_text_tag_table_add; 10773 alias c_gtk_text_tag_table_remove gtk_text_tag_table_remove; 10774 alias c_gtk_text_tag_table_lookup gtk_text_tag_table_lookup; 10775 alias c_gtk_text_tag_table_foreach gtk_text_tag_table_foreach; 10776 alias c_gtk_text_tag_table_get_size gtk_text_tag_table_get_size; 10777 10778 // gtk.TextView 10779 10780 alias c_gtk_text_view_new gtk_text_view_new; 10781 alias c_gtk_text_view_new_with_buffer gtk_text_view_new_with_buffer; 10782 alias c_gtk_text_view_set_buffer gtk_text_view_set_buffer; 10783 alias c_gtk_text_view_get_buffer gtk_text_view_get_buffer; 10784 alias c_gtk_text_view_get_hadjustment gtk_text_view_get_hadjustment; 10785 alias c_gtk_text_view_get_vadjustment gtk_text_view_get_vadjustment; 10786 alias c_gtk_text_view_scroll_to_mark gtk_text_view_scroll_to_mark; 10787 alias c_gtk_text_view_scroll_to_iter gtk_text_view_scroll_to_iter; 10788 alias c_gtk_text_view_scroll_mark_onscreen gtk_text_view_scroll_mark_onscreen; 10789 alias c_gtk_text_view_move_mark_onscreen gtk_text_view_move_mark_onscreen; 10790 alias c_gtk_text_view_place_cursor_onscreen gtk_text_view_place_cursor_onscreen; 10791 alias c_gtk_text_view_get_visible_rect gtk_text_view_get_visible_rect; 10792 alias c_gtk_text_view_get_iter_location gtk_text_view_get_iter_location; 10793 alias c_gtk_text_view_get_cursor_locations gtk_text_view_get_cursor_locations; 10794 alias c_gtk_text_view_get_line_at_y gtk_text_view_get_line_at_y; 10795 alias c_gtk_text_view_get_line_yrange gtk_text_view_get_line_yrange; 10796 alias c_gtk_text_view_get_iter_at_location gtk_text_view_get_iter_at_location; 10797 alias c_gtk_text_view_get_iter_at_position gtk_text_view_get_iter_at_position; 10798 alias c_gtk_text_view_buffer_to_window_coords gtk_text_view_buffer_to_window_coords; 10799 alias c_gtk_text_view_window_to_buffer_coords gtk_text_view_window_to_buffer_coords; 10800 alias c_gtk_text_view_get_window gtk_text_view_get_window; 10801 alias c_gtk_text_view_get_window_type gtk_text_view_get_window_type; 10802 alias c_gtk_text_view_set_border_window_size gtk_text_view_set_border_window_size; 10803 alias c_gtk_text_view_get_border_window_size gtk_text_view_get_border_window_size; 10804 alias c_gtk_text_view_forward_display_line gtk_text_view_forward_display_line; 10805 alias c_gtk_text_view_backward_display_line gtk_text_view_backward_display_line; 10806 alias c_gtk_text_view_forward_display_line_end gtk_text_view_forward_display_line_end; 10807 alias c_gtk_text_view_backward_display_line_start gtk_text_view_backward_display_line_start; 10808 alias c_gtk_text_view_starts_display_line gtk_text_view_starts_display_line; 10809 alias c_gtk_text_view_move_visually gtk_text_view_move_visually; 10810 alias c_gtk_text_view_add_child_at_anchor gtk_text_view_add_child_at_anchor; 10811 alias c_gtk_text_view_add_child_in_window gtk_text_view_add_child_in_window; 10812 alias c_gtk_text_view_move_child gtk_text_view_move_child; 10813 alias c_gtk_text_view_set_wrap_mode gtk_text_view_set_wrap_mode; 10814 alias c_gtk_text_view_get_wrap_mode gtk_text_view_get_wrap_mode; 10815 alias c_gtk_text_view_set_editable gtk_text_view_set_editable; 10816 alias c_gtk_text_view_get_editable gtk_text_view_get_editable; 10817 alias c_gtk_text_view_set_cursor_visible gtk_text_view_set_cursor_visible; 10818 alias c_gtk_text_view_get_cursor_visible gtk_text_view_get_cursor_visible; 10819 alias c_gtk_text_view_set_overwrite gtk_text_view_set_overwrite; 10820 alias c_gtk_text_view_get_overwrite gtk_text_view_get_overwrite; 10821 alias c_gtk_text_view_set_pixels_above_lines gtk_text_view_set_pixels_above_lines; 10822 alias c_gtk_text_view_get_pixels_above_lines gtk_text_view_get_pixels_above_lines; 10823 alias c_gtk_text_view_set_pixels_below_lines gtk_text_view_set_pixels_below_lines; 10824 alias c_gtk_text_view_get_pixels_below_lines gtk_text_view_get_pixels_below_lines; 10825 alias c_gtk_text_view_set_pixels_inside_wrap gtk_text_view_set_pixels_inside_wrap; 10826 alias c_gtk_text_view_get_pixels_inside_wrap gtk_text_view_get_pixels_inside_wrap; 10827 alias c_gtk_text_view_set_justification gtk_text_view_set_justification; 10828 alias c_gtk_text_view_get_justification gtk_text_view_get_justification; 10829 alias c_gtk_text_view_set_left_margin gtk_text_view_set_left_margin; 10830 alias c_gtk_text_view_get_left_margin gtk_text_view_get_left_margin; 10831 alias c_gtk_text_view_set_right_margin gtk_text_view_set_right_margin; 10832 alias c_gtk_text_view_get_right_margin gtk_text_view_get_right_margin; 10833 alias c_gtk_text_view_set_indent gtk_text_view_set_indent; 10834 alias c_gtk_text_view_get_indent gtk_text_view_get_indent; 10835 alias c_gtk_text_view_set_tabs gtk_text_view_set_tabs; 10836 alias c_gtk_text_view_get_tabs gtk_text_view_get_tabs; 10837 alias c_gtk_text_view_set_accepts_tab gtk_text_view_set_accepts_tab; 10838 alias c_gtk_text_view_get_accepts_tab gtk_text_view_get_accepts_tab; 10839 alias c_gtk_text_view_get_default_attributes gtk_text_view_get_default_attributes; 10840 alias c_gtk_text_view_im_context_filter_keypress gtk_text_view_im_context_filter_keypress; 10841 alias c_gtk_text_view_reset_im_context gtk_text_view_reset_im_context; 10842 alias c_gtk_text_view_set_input_purpose gtk_text_view_set_input_purpose; 10843 alias c_gtk_text_view_get_input_purpose gtk_text_view_get_input_purpose; 10844 alias c_gtk_text_view_set_input_hints gtk_text_view_set_input_hints; 10845 alias c_gtk_text_view_get_input_hints gtk_text_view_get_input_hints; 10846 10847 // gtk.TextChildAnchor 10848 10849 alias c_gtk_text_child_anchor_new gtk_text_child_anchor_new; 10850 alias c_gtk_text_child_anchor_get_widgets gtk_text_child_anchor_get_widgets; 10851 alias c_gtk_text_child_anchor_get_deleted gtk_text_child_anchor_get_deleted; 10852 10853 // gtk.TreePath 10854 10855 alias c_gtk_tree_path_new gtk_tree_path_new; 10856 alias c_gtk_tree_path_new_from_string gtk_tree_path_new_from_string; 10857 alias c_gtk_tree_path_new_from_indices gtk_tree_path_new_from_indices; 10858 alias c_gtk_tree_path_to_string gtk_tree_path_to_string; 10859 alias c_gtk_tree_path_new_first gtk_tree_path_new_first; 10860 alias c_gtk_tree_path_append_index gtk_tree_path_append_index; 10861 alias c_gtk_tree_path_prepend_index gtk_tree_path_prepend_index; 10862 alias c_gtk_tree_path_get_depth gtk_tree_path_get_depth; 10863 alias c_gtk_tree_path_get_indices gtk_tree_path_get_indices; 10864 alias c_gtk_tree_path_get_indices_with_depth gtk_tree_path_get_indices_with_depth; 10865 alias c_gtk_tree_path_free gtk_tree_path_free; 10866 alias c_gtk_tree_path_copy gtk_tree_path_copy; 10867 alias c_gtk_tree_path_compare gtk_tree_path_compare; 10868 alias c_gtk_tree_path_next gtk_tree_path_next; 10869 alias c_gtk_tree_path_prev gtk_tree_path_prev; 10870 alias c_gtk_tree_path_up gtk_tree_path_up; 10871 alias c_gtk_tree_path_down gtk_tree_path_down; 10872 alias c_gtk_tree_path_is_ancestor gtk_tree_path_is_ancestor; 10873 alias c_gtk_tree_path_is_descendant gtk_tree_path_is_descendant; 10874 10875 // gtk.TreeModelT 10876 10877 10878 // gtk.TreeModelT 10879 10880 alias c_gtk_tree_model_get_flags gtk_tree_model_get_flags; 10881 alias c_gtk_tree_model_get_n_columns gtk_tree_model_get_n_columns; 10882 alias c_gtk_tree_model_get_column_type gtk_tree_model_get_column_type; 10883 alias c_gtk_tree_model_get_iter gtk_tree_model_get_iter; 10884 alias c_gtk_tree_model_get_iter_from_string gtk_tree_model_get_iter_from_string; 10885 alias c_gtk_tree_model_get_iter_first gtk_tree_model_get_iter_first; 10886 alias c_gtk_tree_model_get_path gtk_tree_model_get_path; 10887 alias c_gtk_tree_model_get_value gtk_tree_model_get_value; 10888 alias c_gtk_tree_model_iter_next gtk_tree_model_iter_next; 10889 alias c_gtk_tree_model_iter_previous gtk_tree_model_iter_previous; 10890 alias c_gtk_tree_model_iter_children gtk_tree_model_iter_children; 10891 alias c_gtk_tree_model_iter_has_child gtk_tree_model_iter_has_child; 10892 alias c_gtk_tree_model_iter_n_children gtk_tree_model_iter_n_children; 10893 alias c_gtk_tree_model_iter_nth_child gtk_tree_model_iter_nth_child; 10894 alias c_gtk_tree_model_iter_parent gtk_tree_model_iter_parent; 10895 alias c_gtk_tree_model_get_string_from_iter gtk_tree_model_get_string_from_iter; 10896 alias c_gtk_tree_model_ref_node gtk_tree_model_ref_node; 10897 alias c_gtk_tree_model_unref_node gtk_tree_model_unref_node; 10898 alias c_gtk_tree_model_get gtk_tree_model_get; 10899 alias c_gtk_tree_model_get_valist gtk_tree_model_get_valist; 10900 alias c_gtk_tree_model_foreach gtk_tree_model_foreach; 10901 alias c_gtk_tree_model_row_changed gtk_tree_model_row_changed; 10902 alias c_gtk_tree_model_row_inserted gtk_tree_model_row_inserted; 10903 alias c_gtk_tree_model_row_has_child_toggled gtk_tree_model_row_has_child_toggled; 10904 alias c_gtk_tree_model_row_deleted gtk_tree_model_row_deleted; 10905 alias c_gtk_tree_model_rows_reordered gtk_tree_model_rows_reordered; 10906 10907 // gtk.TreeIter 10908 10909 alias c_gtk_tree_iter_copy gtk_tree_iter_copy; 10910 alias c_gtk_tree_iter_free gtk_tree_iter_free; 10911 10912 // gtk.TreeRowReference 10913 10914 alias c_gtk_tree_row_reference_new gtk_tree_row_reference_new; 10915 alias c_gtk_tree_row_reference_new_proxy gtk_tree_row_reference_new_proxy; 10916 alias c_gtk_tree_row_reference_get_model gtk_tree_row_reference_get_model; 10917 alias c_gtk_tree_row_reference_get_path gtk_tree_row_reference_get_path; 10918 alias c_gtk_tree_row_reference_valid gtk_tree_row_reference_valid; 10919 alias c_gtk_tree_row_reference_free gtk_tree_row_reference_free; 10920 alias c_gtk_tree_row_reference_copy gtk_tree_row_reference_copy; 10921 alias c_gtk_tree_row_reference_inserted gtk_tree_row_reference_inserted; 10922 alias c_gtk_tree_row_reference_deleted gtk_tree_row_reference_deleted; 10923 alias c_gtk_tree_row_reference_reordered gtk_tree_row_reference_reordered; 10924 10925 // gtk.TreeIterError 10926 10927 10928 // gtk. 10929 10930 10931 // gtk.TreeSelection 10932 10933 alias c_gtk_tree_selection_set_mode gtk_tree_selection_set_mode; 10934 alias c_gtk_tree_selection_get_mode gtk_tree_selection_get_mode; 10935 alias c_gtk_tree_selection_set_select_function gtk_tree_selection_set_select_function; 10936 alias c_gtk_tree_selection_get_select_function gtk_tree_selection_get_select_function; 10937 alias c_gtk_tree_selection_get_user_data gtk_tree_selection_get_user_data; 10938 alias c_gtk_tree_selection_get_tree_view gtk_tree_selection_get_tree_view; 10939 alias c_gtk_tree_selection_get_selected gtk_tree_selection_get_selected; 10940 alias c_gtk_tree_selection_selected_foreach gtk_tree_selection_selected_foreach; 10941 alias c_gtk_tree_selection_get_selected_rows gtk_tree_selection_get_selected_rows; 10942 alias c_gtk_tree_selection_count_selected_rows gtk_tree_selection_count_selected_rows; 10943 alias c_gtk_tree_selection_select_path gtk_tree_selection_select_path; 10944 alias c_gtk_tree_selection_unselect_path gtk_tree_selection_unselect_path; 10945 alias c_gtk_tree_selection_path_is_selected gtk_tree_selection_path_is_selected; 10946 alias c_gtk_tree_selection_select_iter gtk_tree_selection_select_iter; 10947 alias c_gtk_tree_selection_unselect_iter gtk_tree_selection_unselect_iter; 10948 alias c_gtk_tree_selection_iter_is_selected gtk_tree_selection_iter_is_selected; 10949 alias c_gtk_tree_selection_select_all gtk_tree_selection_select_all; 10950 alias c_gtk_tree_selection_unselect_all gtk_tree_selection_unselect_all; 10951 alias c_gtk_tree_selection_select_range gtk_tree_selection_select_range; 10952 alias c_gtk_tree_selection_unselect_range gtk_tree_selection_unselect_range; 10953 10954 // gtk.TreeViewColumn 10955 10956 alias c_gtk_tree_view_column_new gtk_tree_view_column_new; 10957 alias c_gtk_tree_view_column_new_with_area gtk_tree_view_column_new_with_area; 10958 alias c_gtk_tree_view_column_new_with_attributes gtk_tree_view_column_new_with_attributes; 10959 alias c_gtk_tree_view_column_pack_start gtk_tree_view_column_pack_start; 10960 alias c_gtk_tree_view_column_pack_end gtk_tree_view_column_pack_end; 10961 alias c_gtk_tree_view_column_clear gtk_tree_view_column_clear; 10962 alias c_gtk_tree_view_column_add_attribute gtk_tree_view_column_add_attribute; 10963 alias c_gtk_tree_view_column_set_attributes gtk_tree_view_column_set_attributes; 10964 alias c_gtk_tree_view_column_set_cell_data_func gtk_tree_view_column_set_cell_data_func; 10965 alias c_gtk_tree_view_column_clear_attributes gtk_tree_view_column_clear_attributes; 10966 alias c_gtk_tree_view_column_set_spacing gtk_tree_view_column_set_spacing; 10967 alias c_gtk_tree_view_column_get_spacing gtk_tree_view_column_get_spacing; 10968 alias c_gtk_tree_view_column_set_visible gtk_tree_view_column_set_visible; 10969 alias c_gtk_tree_view_column_get_visible gtk_tree_view_column_get_visible; 10970 alias c_gtk_tree_view_column_set_resizable gtk_tree_view_column_set_resizable; 10971 alias c_gtk_tree_view_column_get_resizable gtk_tree_view_column_get_resizable; 10972 alias c_gtk_tree_view_column_set_sizing gtk_tree_view_column_set_sizing; 10973 alias c_gtk_tree_view_column_get_sizing gtk_tree_view_column_get_sizing; 10974 alias c_gtk_tree_view_column_get_width gtk_tree_view_column_get_width; 10975 alias c_gtk_tree_view_column_get_fixed_width gtk_tree_view_column_get_fixed_width; 10976 alias c_gtk_tree_view_column_set_fixed_width gtk_tree_view_column_set_fixed_width; 10977 alias c_gtk_tree_view_column_set_min_width gtk_tree_view_column_set_min_width; 10978 alias c_gtk_tree_view_column_get_min_width gtk_tree_view_column_get_min_width; 10979 alias c_gtk_tree_view_column_set_max_width gtk_tree_view_column_set_max_width; 10980 alias c_gtk_tree_view_column_get_max_width gtk_tree_view_column_get_max_width; 10981 alias c_gtk_tree_view_column_clicked gtk_tree_view_column_clicked; 10982 alias c_gtk_tree_view_column_set_title gtk_tree_view_column_set_title; 10983 alias c_gtk_tree_view_column_get_title gtk_tree_view_column_get_title; 10984 alias c_gtk_tree_view_column_set_expand gtk_tree_view_column_set_expand; 10985 alias c_gtk_tree_view_column_get_expand gtk_tree_view_column_get_expand; 10986 alias c_gtk_tree_view_column_set_clickable gtk_tree_view_column_set_clickable; 10987 alias c_gtk_tree_view_column_get_clickable gtk_tree_view_column_get_clickable; 10988 alias c_gtk_tree_view_column_set_widget gtk_tree_view_column_set_widget; 10989 alias c_gtk_tree_view_column_get_widget gtk_tree_view_column_get_widget; 10990 alias c_gtk_tree_view_column_get_button gtk_tree_view_column_get_button; 10991 alias c_gtk_tree_view_column_set_alignment gtk_tree_view_column_set_alignment; 10992 alias c_gtk_tree_view_column_get_alignment gtk_tree_view_column_get_alignment; 10993 alias c_gtk_tree_view_column_set_reorderable gtk_tree_view_column_set_reorderable; 10994 alias c_gtk_tree_view_column_get_reorderable gtk_tree_view_column_get_reorderable; 10995 alias c_gtk_tree_view_column_set_sort_column_id gtk_tree_view_column_set_sort_column_id; 10996 alias c_gtk_tree_view_column_get_sort_column_id gtk_tree_view_column_get_sort_column_id; 10997 alias c_gtk_tree_view_column_set_sort_indicator gtk_tree_view_column_set_sort_indicator; 10998 alias c_gtk_tree_view_column_get_sort_indicator gtk_tree_view_column_get_sort_indicator; 10999 alias c_gtk_tree_view_column_set_sort_order gtk_tree_view_column_set_sort_order; 11000 alias c_gtk_tree_view_column_get_sort_order gtk_tree_view_column_get_sort_order; 11001 alias c_gtk_tree_view_column_cell_set_cell_data gtk_tree_view_column_cell_set_cell_data; 11002 alias c_gtk_tree_view_column_cell_get_size gtk_tree_view_column_cell_get_size; 11003 alias c_gtk_tree_view_column_cell_get_position gtk_tree_view_column_cell_get_position; 11004 alias c_gtk_tree_view_column_cell_is_visible gtk_tree_view_column_cell_is_visible; 11005 alias c_gtk_tree_view_column_focus_cell gtk_tree_view_column_focus_cell; 11006 alias c_gtk_tree_view_column_queue_resize gtk_tree_view_column_queue_resize; 11007 alias c_gtk_tree_view_column_get_tree_view gtk_tree_view_column_get_tree_view; 11008 alias c_gtk_tree_view_column_get_x_offset gtk_tree_view_column_get_x_offset; 11009 11010 // gtk.TreeView 11011 11012 alias c_gtk_tree_view_new gtk_tree_view_new; 11013 alias c_gtk_tree_view_get_level_indentation gtk_tree_view_get_level_indentation; 11014 alias c_gtk_tree_view_get_show_expanders gtk_tree_view_get_show_expanders; 11015 alias c_gtk_tree_view_set_level_indentation gtk_tree_view_set_level_indentation; 11016 alias c_gtk_tree_view_set_show_expanders gtk_tree_view_set_show_expanders; 11017 alias c_gtk_tree_view_new_with_model gtk_tree_view_new_with_model; 11018 alias c_gtk_tree_view_get_model gtk_tree_view_get_model; 11019 alias c_gtk_tree_view_set_model gtk_tree_view_set_model; 11020 alias c_gtk_tree_view_get_selection gtk_tree_view_get_selection; 11021 alias c_gtk_tree_view_get_hadjustment gtk_tree_view_get_hadjustment; 11022 alias c_gtk_tree_view_set_hadjustment gtk_tree_view_set_hadjustment; 11023 alias c_gtk_tree_view_get_vadjustment gtk_tree_view_get_vadjustment; 11024 alias c_gtk_tree_view_set_vadjustment gtk_tree_view_set_vadjustment; 11025 alias c_gtk_tree_view_get_headers_visible gtk_tree_view_get_headers_visible; 11026 alias c_gtk_tree_view_set_headers_visible gtk_tree_view_set_headers_visible; 11027 alias c_gtk_tree_view_columns_autosize gtk_tree_view_columns_autosize; 11028 alias c_gtk_tree_view_get_headers_clickable gtk_tree_view_get_headers_clickable; 11029 alias c_gtk_tree_view_set_headers_clickable gtk_tree_view_set_headers_clickable; 11030 alias c_gtk_tree_view_set_rules_hint gtk_tree_view_set_rules_hint; 11031 alias c_gtk_tree_view_get_rules_hint gtk_tree_view_get_rules_hint; 11032 alias c_gtk_tree_view_set_activate_on_single_click gtk_tree_view_set_activate_on_single_click; 11033 alias c_gtk_tree_view_get_activate_on_single_click gtk_tree_view_get_activate_on_single_click; 11034 alias c_gtk_tree_view_append_column gtk_tree_view_append_column; 11035 alias c_gtk_tree_view_remove_column gtk_tree_view_remove_column; 11036 alias c_gtk_tree_view_insert_column gtk_tree_view_insert_column; 11037 alias c_gtk_tree_view_insert_column_with_attributes gtk_tree_view_insert_column_with_attributes; 11038 alias c_gtk_tree_view_insert_column_with_data_func gtk_tree_view_insert_column_with_data_func; 11039 alias c_gtk_tree_view_get_n_columns gtk_tree_view_get_n_columns; 11040 alias c_gtk_tree_view_get_column gtk_tree_view_get_column; 11041 alias c_gtk_tree_view_get_columns gtk_tree_view_get_columns; 11042 alias c_gtk_tree_view_move_column_after gtk_tree_view_move_column_after; 11043 alias c_gtk_tree_view_set_expander_column gtk_tree_view_set_expander_column; 11044 alias c_gtk_tree_view_get_expander_column gtk_tree_view_get_expander_column; 11045 alias c_gtk_tree_view_set_column_drag_function gtk_tree_view_set_column_drag_function; 11046 alias c_gtk_tree_view_scroll_to_point gtk_tree_view_scroll_to_point; 11047 alias c_gtk_tree_view_scroll_to_cell gtk_tree_view_scroll_to_cell; 11048 alias c_gtk_tree_view_set_cursor gtk_tree_view_set_cursor; 11049 alias c_gtk_tree_view_set_cursor_on_cell gtk_tree_view_set_cursor_on_cell; 11050 alias c_gtk_tree_view_get_cursor gtk_tree_view_get_cursor; 11051 alias c_gtk_tree_view_row_activated gtk_tree_view_row_activated; 11052 alias c_gtk_tree_view_expand_all gtk_tree_view_expand_all; 11053 alias c_gtk_tree_view_collapse_all gtk_tree_view_collapse_all; 11054 alias c_gtk_tree_view_expand_to_path gtk_tree_view_expand_to_path; 11055 alias c_gtk_tree_view_expand_row gtk_tree_view_expand_row; 11056 alias c_gtk_tree_view_collapse_row gtk_tree_view_collapse_row; 11057 alias c_gtk_tree_view_map_expanded_rows gtk_tree_view_map_expanded_rows; 11058 alias c_gtk_tree_view_row_expanded gtk_tree_view_row_expanded; 11059 alias c_gtk_tree_view_set_reorderable gtk_tree_view_set_reorderable; 11060 alias c_gtk_tree_view_get_reorderable gtk_tree_view_get_reorderable; 11061 alias c_gtk_tree_view_get_path_at_pos gtk_tree_view_get_path_at_pos; 11062 alias c_gtk_tree_view_is_blank_at_pos gtk_tree_view_is_blank_at_pos; 11063 alias c_gtk_tree_view_get_cell_area gtk_tree_view_get_cell_area; 11064 alias c_gtk_tree_view_get_background_area gtk_tree_view_get_background_area; 11065 alias c_gtk_tree_view_get_visible_rect gtk_tree_view_get_visible_rect; 11066 alias c_gtk_tree_view_get_visible_range gtk_tree_view_get_visible_range; 11067 alias c_gtk_tree_view_get_bin_window gtk_tree_view_get_bin_window; 11068 alias c_gtk_tree_view_convert_bin_window_to_tree_coords gtk_tree_view_convert_bin_window_to_tree_coords; 11069 alias c_gtk_tree_view_convert_bin_window_to_widget_coords gtk_tree_view_convert_bin_window_to_widget_coords; 11070 alias c_gtk_tree_view_convert_tree_to_bin_window_coords gtk_tree_view_convert_tree_to_bin_window_coords; 11071 alias c_gtk_tree_view_convert_tree_to_widget_coords gtk_tree_view_convert_tree_to_widget_coords; 11072 alias c_gtk_tree_view_convert_widget_to_bin_window_coords gtk_tree_view_convert_widget_to_bin_window_coords; 11073 alias c_gtk_tree_view_convert_widget_to_tree_coords gtk_tree_view_convert_widget_to_tree_coords; 11074 alias c_gtk_tree_view_enable_model_drag_dest gtk_tree_view_enable_model_drag_dest; 11075 alias c_gtk_tree_view_enable_model_drag_source gtk_tree_view_enable_model_drag_source; 11076 alias c_gtk_tree_view_unset_rows_drag_source gtk_tree_view_unset_rows_drag_source; 11077 alias c_gtk_tree_view_unset_rows_drag_dest gtk_tree_view_unset_rows_drag_dest; 11078 alias c_gtk_tree_view_set_drag_dest_row gtk_tree_view_set_drag_dest_row; 11079 alias c_gtk_tree_view_get_drag_dest_row gtk_tree_view_get_drag_dest_row; 11080 alias c_gtk_tree_view_get_dest_row_at_pos gtk_tree_view_get_dest_row_at_pos; 11081 alias c_gtk_tree_view_create_row_drag_icon gtk_tree_view_create_row_drag_icon; 11082 alias c_gtk_tree_view_set_enable_search gtk_tree_view_set_enable_search; 11083 alias c_gtk_tree_view_get_enable_search gtk_tree_view_get_enable_search; 11084 alias c_gtk_tree_view_get_search_column gtk_tree_view_get_search_column; 11085 alias c_gtk_tree_view_set_search_column gtk_tree_view_set_search_column; 11086 alias c_gtk_tree_view_get_search_equal_func gtk_tree_view_get_search_equal_func; 11087 alias c_gtk_tree_view_set_search_equal_func gtk_tree_view_set_search_equal_func; 11088 alias c_gtk_tree_view_get_search_entry gtk_tree_view_get_search_entry; 11089 alias c_gtk_tree_view_set_search_entry gtk_tree_view_set_search_entry; 11090 alias c_gtk_tree_view_get_search_position_func gtk_tree_view_get_search_position_func; 11091 alias c_gtk_tree_view_set_search_position_func gtk_tree_view_set_search_position_func; 11092 alias c_gtk_tree_view_get_fixed_height_mode gtk_tree_view_get_fixed_height_mode; 11093 alias c_gtk_tree_view_set_fixed_height_mode gtk_tree_view_set_fixed_height_mode; 11094 alias c_gtk_tree_view_get_hover_selection gtk_tree_view_get_hover_selection; 11095 alias c_gtk_tree_view_set_hover_selection gtk_tree_view_set_hover_selection; 11096 alias c_gtk_tree_view_get_hover_expand gtk_tree_view_get_hover_expand; 11097 alias c_gtk_tree_view_set_hover_expand gtk_tree_view_set_hover_expand; 11098 alias c_gtk_tree_view_set_destroy_count_func gtk_tree_view_set_destroy_count_func; 11099 alias c_gtk_tree_view_get_row_separator_func gtk_tree_view_get_row_separator_func; 11100 alias c_gtk_tree_view_set_row_separator_func gtk_tree_view_set_row_separator_func; 11101 alias c_gtk_tree_view_get_rubber_banding gtk_tree_view_get_rubber_banding; 11102 alias c_gtk_tree_view_set_rubber_banding gtk_tree_view_set_rubber_banding; 11103 alias c_gtk_tree_view_is_rubber_banding_active gtk_tree_view_is_rubber_banding_active; 11104 alias c_gtk_tree_view_get_enable_tree_lines gtk_tree_view_get_enable_tree_lines; 11105 alias c_gtk_tree_view_set_enable_tree_lines gtk_tree_view_set_enable_tree_lines; 11106 alias c_gtk_tree_view_get_grid_lines gtk_tree_view_get_grid_lines; 11107 alias c_gtk_tree_view_set_grid_lines gtk_tree_view_set_grid_lines; 11108 alias c_gtk_tree_view_set_tooltip_row gtk_tree_view_set_tooltip_row; 11109 alias c_gtk_tree_view_set_tooltip_cell gtk_tree_view_set_tooltip_cell; 11110 alias c_gtk_tree_view_get_tooltip_context gtk_tree_view_get_tooltip_context; 11111 alias c_gtk_tree_view_get_tooltip_column gtk_tree_view_get_tooltip_column; 11112 alias c_gtk_tree_view_set_tooltip_column gtk_tree_view_set_tooltip_column; 11113 11114 // gtk.TreeDragSourceT 11115 11116 11117 // gtk.TreeDragSourceT 11118 11119 alias c_gtk_tree_drag_source_drag_data_delete gtk_tree_drag_source_drag_data_delete; 11120 alias c_gtk_tree_drag_source_drag_data_get gtk_tree_drag_source_drag_data_get; 11121 alias c_gtk_tree_drag_source_row_draggable gtk_tree_drag_source_row_draggable; 11122 alias c_gtk_tree_set_row_drag_data gtk_tree_set_row_drag_data; 11123 alias c_gtk_tree_get_row_drag_data gtk_tree_get_row_drag_data; 11124 11125 // gtk.TreeDragDestT 11126 11127 11128 // gtk.TreeDragDestT 11129 11130 alias c_gtk_tree_drag_dest_drag_data_received gtk_tree_drag_dest_drag_data_received; 11131 alias c_gtk_tree_drag_dest_row_drop_possible gtk_tree_drag_dest_row_drop_possible; 11132 11133 // gtk.CellView 11134 11135 alias c_gtk_cell_view_new gtk_cell_view_new; 11136 alias c_gtk_cell_view_new_with_context gtk_cell_view_new_with_context; 11137 alias c_gtk_cell_view_new_with_text gtk_cell_view_new_with_text; 11138 alias c_gtk_cell_view_new_with_markup gtk_cell_view_new_with_markup; 11139 alias c_gtk_cell_view_new_with_pixbuf gtk_cell_view_new_with_pixbuf; 11140 alias c_gtk_cell_view_set_model gtk_cell_view_set_model; 11141 alias c_gtk_cell_view_get_model gtk_cell_view_get_model; 11142 alias c_gtk_cell_view_set_displayed_row gtk_cell_view_set_displayed_row; 11143 alias c_gtk_cell_view_get_displayed_row gtk_cell_view_get_displayed_row; 11144 alias c_gtk_cell_view_get_size_of_row gtk_cell_view_get_size_of_row; 11145 alias c_gtk_cell_view_set_background_color gtk_cell_view_set_background_color; 11146 alias c_gtk_cell_view_set_background_rgba gtk_cell_view_set_background_rgba; 11147 alias c_gtk_cell_view_set_draw_sensitive gtk_cell_view_set_draw_sensitive; 11148 alias c_gtk_cell_view_get_draw_sensitive gtk_cell_view_get_draw_sensitive; 11149 alias c_gtk_cell_view_set_fit_model gtk_cell_view_set_fit_model; 11150 alias c_gtk_cell_view_get_fit_model gtk_cell_view_get_fit_model; 11151 11152 // gtk.IconView 11153 11154 alias c_gtk_icon_view_new gtk_icon_view_new; 11155 alias c_gtk_icon_view_new_with_area gtk_icon_view_new_with_area; 11156 alias c_gtk_icon_view_new_with_model gtk_icon_view_new_with_model; 11157 alias c_gtk_icon_view_set_model gtk_icon_view_set_model; 11158 alias c_gtk_icon_view_get_model gtk_icon_view_get_model; 11159 alias c_gtk_icon_view_set_text_column gtk_icon_view_set_text_column; 11160 alias c_gtk_icon_view_get_text_column gtk_icon_view_get_text_column; 11161 alias c_gtk_icon_view_set_markup_column gtk_icon_view_set_markup_column; 11162 alias c_gtk_icon_view_get_markup_column gtk_icon_view_get_markup_column; 11163 alias c_gtk_icon_view_set_pixbuf_column gtk_icon_view_set_pixbuf_column; 11164 alias c_gtk_icon_view_get_pixbuf_column gtk_icon_view_get_pixbuf_column; 11165 alias c_gtk_icon_view_get_path_at_pos gtk_icon_view_get_path_at_pos; 11166 alias c_gtk_icon_view_get_item_at_pos gtk_icon_view_get_item_at_pos; 11167 alias c_gtk_icon_view_convert_widget_to_bin_window_coords gtk_icon_view_convert_widget_to_bin_window_coords; 11168 alias c_gtk_icon_view_set_cursor gtk_icon_view_set_cursor; 11169 alias c_gtk_icon_view_get_cursor gtk_icon_view_get_cursor; 11170 alias c_gtk_icon_view_selected_foreach gtk_icon_view_selected_foreach; 11171 alias c_gtk_icon_view_set_selection_mode gtk_icon_view_set_selection_mode; 11172 alias c_gtk_icon_view_get_selection_mode gtk_icon_view_get_selection_mode; 11173 alias c_gtk_icon_view_set_item_orientation gtk_icon_view_set_item_orientation; 11174 alias c_gtk_icon_view_get_item_orientation gtk_icon_view_get_item_orientation; 11175 alias c_gtk_icon_view_set_columns gtk_icon_view_set_columns; 11176 alias c_gtk_icon_view_get_columns gtk_icon_view_get_columns; 11177 alias c_gtk_icon_view_set_item_width gtk_icon_view_set_item_width; 11178 alias c_gtk_icon_view_get_item_width gtk_icon_view_get_item_width; 11179 alias c_gtk_icon_view_set_spacing gtk_icon_view_set_spacing; 11180 alias c_gtk_icon_view_get_spacing gtk_icon_view_get_spacing; 11181 alias c_gtk_icon_view_set_row_spacing gtk_icon_view_set_row_spacing; 11182 alias c_gtk_icon_view_get_row_spacing gtk_icon_view_get_row_spacing; 11183 alias c_gtk_icon_view_set_column_spacing gtk_icon_view_set_column_spacing; 11184 alias c_gtk_icon_view_get_column_spacing gtk_icon_view_get_column_spacing; 11185 alias c_gtk_icon_view_set_margin gtk_icon_view_set_margin; 11186 alias c_gtk_icon_view_get_margin gtk_icon_view_get_margin; 11187 alias c_gtk_icon_view_set_item_padding gtk_icon_view_set_item_padding; 11188 alias c_gtk_icon_view_get_item_padding gtk_icon_view_get_item_padding; 11189 alias c_gtk_icon_view_set_activate_on_single_click gtk_icon_view_set_activate_on_single_click; 11190 alias c_gtk_icon_view_get_activate_on_single_click gtk_icon_view_get_activate_on_single_click; 11191 alias c_gtk_icon_view_get_cell_rect gtk_icon_view_get_cell_rect; 11192 alias c_gtk_icon_view_select_path gtk_icon_view_select_path; 11193 alias c_gtk_icon_view_unselect_path gtk_icon_view_unselect_path; 11194 alias c_gtk_icon_view_path_is_selected gtk_icon_view_path_is_selected; 11195 alias c_gtk_icon_view_get_selected_items gtk_icon_view_get_selected_items; 11196 alias c_gtk_icon_view_select_all gtk_icon_view_select_all; 11197 alias c_gtk_icon_view_unselect_all gtk_icon_view_unselect_all; 11198 alias c_gtk_icon_view_item_activated gtk_icon_view_item_activated; 11199 alias c_gtk_icon_view_scroll_to_path gtk_icon_view_scroll_to_path; 11200 alias c_gtk_icon_view_get_visible_range gtk_icon_view_get_visible_range; 11201 alias c_gtk_icon_view_set_tooltip_item gtk_icon_view_set_tooltip_item; 11202 alias c_gtk_icon_view_set_tooltip_cell gtk_icon_view_set_tooltip_cell; 11203 alias c_gtk_icon_view_get_tooltip_context gtk_icon_view_get_tooltip_context; 11204 alias c_gtk_icon_view_set_tooltip_column gtk_icon_view_set_tooltip_column; 11205 alias c_gtk_icon_view_get_tooltip_column gtk_icon_view_get_tooltip_column; 11206 alias c_gtk_icon_view_get_item_row gtk_icon_view_get_item_row; 11207 alias c_gtk_icon_view_get_item_column gtk_icon_view_get_item_column; 11208 alias c_gtk_icon_view_enable_model_drag_source gtk_icon_view_enable_model_drag_source; 11209 alias c_gtk_icon_view_enable_model_drag_dest gtk_icon_view_enable_model_drag_dest; 11210 alias c_gtk_icon_view_unset_model_drag_source gtk_icon_view_unset_model_drag_source; 11211 alias c_gtk_icon_view_unset_model_drag_dest gtk_icon_view_unset_model_drag_dest; 11212 alias c_gtk_icon_view_set_reorderable gtk_icon_view_set_reorderable; 11213 alias c_gtk_icon_view_get_reorderable gtk_icon_view_get_reorderable; 11214 alias c_gtk_icon_view_set_drag_dest_item gtk_icon_view_set_drag_dest_item; 11215 alias c_gtk_icon_view_get_drag_dest_item gtk_icon_view_get_drag_dest_item; 11216 alias c_gtk_icon_view_get_dest_item_at_pos gtk_icon_view_get_dest_item_at_pos; 11217 alias c_gtk_icon_view_create_drag_icon gtk_icon_view_create_drag_icon; 11218 11219 // gtk.TreeSortableT 11220 11221 11222 // gtk.TreeSortableT 11223 11224 alias c_gtk_tree_sortable_sort_column_changed gtk_tree_sortable_sort_column_changed; 11225 alias c_gtk_tree_sortable_get_sort_column_id gtk_tree_sortable_get_sort_column_id; 11226 alias c_gtk_tree_sortable_set_sort_column_id gtk_tree_sortable_set_sort_column_id; 11227 alias c_gtk_tree_sortable_set_sort_func gtk_tree_sortable_set_sort_func; 11228 alias c_gtk_tree_sortable_set_default_sort_func gtk_tree_sortable_set_default_sort_func; 11229 alias c_gtk_tree_sortable_has_default_sort_func gtk_tree_sortable_has_default_sort_func; 11230 11231 // gtk.TreeModelSort 11232 11233 alias c_gtk_tree_model_sort_new_with_model gtk_tree_model_sort_new_with_model; 11234 alias c_gtk_tree_model_sort_get_model gtk_tree_model_sort_get_model; 11235 alias c_gtk_tree_model_sort_convert_child_path_to_path gtk_tree_model_sort_convert_child_path_to_path; 11236 alias c_gtk_tree_model_sort_convert_child_iter_to_iter gtk_tree_model_sort_convert_child_iter_to_iter; 11237 alias c_gtk_tree_model_sort_convert_path_to_child_path gtk_tree_model_sort_convert_path_to_child_path; 11238 alias c_gtk_tree_model_sort_convert_iter_to_child_iter gtk_tree_model_sort_convert_iter_to_child_iter; 11239 alias c_gtk_tree_model_sort_reset_default_sort_func gtk_tree_model_sort_reset_default_sort_func; 11240 alias c_gtk_tree_model_sort_clear_cache gtk_tree_model_sort_clear_cache; 11241 alias c_gtk_tree_model_sort_iter_is_valid gtk_tree_model_sort_iter_is_valid; 11242 11243 // gtk.TreeModelFilter 11244 11245 alias c_gtk_tree_model_filter_new gtk_tree_model_filter_new; 11246 alias c_gtk_tree_model_filter_set_visible_func gtk_tree_model_filter_set_visible_func; 11247 alias c_gtk_tree_model_filter_set_modify_func gtk_tree_model_filter_set_modify_func; 11248 alias c_gtk_tree_model_filter_set_visible_column gtk_tree_model_filter_set_visible_column; 11249 alias c_gtk_tree_model_filter_get_model gtk_tree_model_filter_get_model; 11250 alias c_gtk_tree_model_filter_convert_child_iter_to_iter gtk_tree_model_filter_convert_child_iter_to_iter; 11251 alias c_gtk_tree_model_filter_convert_iter_to_child_iter gtk_tree_model_filter_convert_iter_to_child_iter; 11252 alias c_gtk_tree_model_filter_convert_child_path_to_path gtk_tree_model_filter_convert_child_path_to_path; 11253 alias c_gtk_tree_model_filter_convert_path_to_child_path gtk_tree_model_filter_convert_path_to_child_path; 11254 alias c_gtk_tree_model_filter_refilter gtk_tree_model_filter_refilter; 11255 alias c_gtk_tree_model_filter_clear_cache gtk_tree_model_filter_clear_cache; 11256 11257 // gtk.CellLayoutT 11258 11259 11260 // gtk.CellLayoutT 11261 11262 alias c_gtk_cell_layout_pack_start gtk_cell_layout_pack_start; 11263 alias c_gtk_cell_layout_pack_end gtk_cell_layout_pack_end; 11264 alias c_gtk_cell_layout_get_area gtk_cell_layout_get_area; 11265 alias c_gtk_cell_layout_get_cells gtk_cell_layout_get_cells; 11266 alias c_gtk_cell_layout_reorder gtk_cell_layout_reorder; 11267 alias c_gtk_cell_layout_clear gtk_cell_layout_clear; 11268 alias c_gtk_cell_layout_set_attributes gtk_cell_layout_set_attributes; 11269 alias c_gtk_cell_layout_add_attribute gtk_cell_layout_add_attribute; 11270 alias c_gtk_cell_layout_set_cell_data_func gtk_cell_layout_set_cell_data_func; 11271 alias c_gtk_cell_layout_clear_attributes gtk_cell_layout_clear_attributes; 11272 11273 // gtk.CellArea 11274 11275 alias c_gtk_cell_area_add gtk_cell_area_add; 11276 alias c_gtk_cell_area_remove gtk_cell_area_remove; 11277 alias c_gtk_cell_area_has_renderer gtk_cell_area_has_renderer; 11278 alias c_gtk_cell_area_foreach gtk_cell_area_foreach; 11279 alias c_gtk_cell_area_foreach_alloc gtk_cell_area_foreach_alloc; 11280 alias c_gtk_cell_area_event gtk_cell_area_event; 11281 alias c_gtk_cell_area_render gtk_cell_area_render; 11282 alias c_gtk_cell_area_get_cell_allocation gtk_cell_area_get_cell_allocation; 11283 alias c_gtk_cell_area_get_cell_at_position gtk_cell_area_get_cell_at_position; 11284 alias c_gtk_cell_area_create_context gtk_cell_area_create_context; 11285 alias c_gtk_cell_area_copy_context gtk_cell_area_copy_context; 11286 alias c_gtk_cell_area_get_request_mode gtk_cell_area_get_request_mode; 11287 alias c_gtk_cell_area_get_preferred_width gtk_cell_area_get_preferred_width; 11288 alias c_gtk_cell_area_get_preferred_height_for_width gtk_cell_area_get_preferred_height_for_width; 11289 alias c_gtk_cell_area_get_preferred_height gtk_cell_area_get_preferred_height; 11290 alias c_gtk_cell_area_get_preferred_width_for_height gtk_cell_area_get_preferred_width_for_height; 11291 alias c_gtk_cell_area_get_current_path_string gtk_cell_area_get_current_path_string; 11292 alias c_gtk_cell_area_apply_attributes gtk_cell_area_apply_attributes; 11293 alias c_gtk_cell_area_attribute_connect gtk_cell_area_attribute_connect; 11294 alias c_gtk_cell_area_attribute_disconnect gtk_cell_area_attribute_disconnect; 11295 alias c_gtk_cell_area_class_install_cell_property gtk_cell_area_class_install_cell_property; 11296 alias c_gtk_cell_area_class_find_cell_property gtk_cell_area_class_find_cell_property; 11297 alias c_gtk_cell_area_class_list_cell_properties gtk_cell_area_class_list_cell_properties; 11298 alias c_gtk_cell_area_add_with_properties gtk_cell_area_add_with_properties; 11299 alias c_gtk_cell_area_cell_set gtk_cell_area_cell_set; 11300 alias c_gtk_cell_area_cell_get gtk_cell_area_cell_get; 11301 alias c_gtk_cell_area_cell_set_valist gtk_cell_area_cell_set_valist; 11302 alias c_gtk_cell_area_cell_get_valist gtk_cell_area_cell_get_valist; 11303 alias c_gtk_cell_area_cell_set_property gtk_cell_area_cell_set_property; 11304 alias c_gtk_cell_area_cell_get_property gtk_cell_area_cell_get_property; 11305 alias c_gtk_cell_area_is_activatable gtk_cell_area_is_activatable; 11306 alias c_gtk_cell_area_activate gtk_cell_area_activate; 11307 alias c_gtk_cell_area_focus gtk_cell_area_focus; 11308 alias c_gtk_cell_area_set_focus_cell gtk_cell_area_set_focus_cell; 11309 alias c_gtk_cell_area_get_focus_cell gtk_cell_area_get_focus_cell; 11310 alias c_gtk_cell_area_add_focus_sibling gtk_cell_area_add_focus_sibling; 11311 alias c_gtk_cell_area_remove_focus_sibling gtk_cell_area_remove_focus_sibling; 11312 alias c_gtk_cell_area_is_focus_sibling gtk_cell_area_is_focus_sibling; 11313 alias c_gtk_cell_area_get_focus_siblings gtk_cell_area_get_focus_siblings; 11314 alias c_gtk_cell_area_get_focus_from_sibling gtk_cell_area_get_focus_from_sibling; 11315 alias c_gtk_cell_area_get_edited_cell gtk_cell_area_get_edited_cell; 11316 alias c_gtk_cell_area_get_edit_widget gtk_cell_area_get_edit_widget; 11317 alias c_gtk_cell_area_activate_cell gtk_cell_area_activate_cell; 11318 alias c_gtk_cell_area_stop_editing gtk_cell_area_stop_editing; 11319 alias c_gtk_cell_area_inner_cell_area gtk_cell_area_inner_cell_area; 11320 alias c_gtk_cell_area_request_renderer gtk_cell_area_request_renderer; 11321 11322 // gtk.CellAreaBox 11323 11324 alias c_gtk_cell_area_box_new gtk_cell_area_box_new; 11325 alias c_gtk_cell_area_box_pack_start gtk_cell_area_box_pack_start; 11326 alias c_gtk_cell_area_box_pack_end gtk_cell_area_box_pack_end; 11327 alias c_gtk_cell_area_box_get_spacing gtk_cell_area_box_get_spacing; 11328 alias c_gtk_cell_area_box_set_spacing gtk_cell_area_box_set_spacing; 11329 11330 // gtk.CellAreaContext 11331 11332 alias c_gtk_cell_area_context_get_area gtk_cell_area_context_get_area; 11333 alias c_gtk_cell_area_context_allocate gtk_cell_area_context_allocate; 11334 alias c_gtk_cell_area_context_reset gtk_cell_area_context_reset; 11335 alias c_gtk_cell_area_context_get_preferred_width gtk_cell_area_context_get_preferred_width; 11336 alias c_gtk_cell_area_context_get_preferred_height gtk_cell_area_context_get_preferred_height; 11337 alias c_gtk_cell_area_context_get_preferred_height_for_width gtk_cell_area_context_get_preferred_height_for_width; 11338 alias c_gtk_cell_area_context_get_preferred_width_for_height gtk_cell_area_context_get_preferred_width_for_height; 11339 alias c_gtk_cell_area_context_get_allocation gtk_cell_area_context_get_allocation; 11340 alias c_gtk_cell_area_context_push_preferred_width gtk_cell_area_context_push_preferred_width; 11341 alias c_gtk_cell_area_context_push_preferred_height gtk_cell_area_context_push_preferred_height; 11342 11343 // gtk.CellRenderer 11344 11345 alias c_gtk_cell_renderer_class_set_accessible_type gtk_cell_renderer_class_set_accessible_type; 11346 alias c_gtk_cell_renderer_get_aligned_area gtk_cell_renderer_get_aligned_area; 11347 alias c_gtk_cell_renderer_get_size gtk_cell_renderer_get_size; 11348 alias c_gtk_cell_renderer_render gtk_cell_renderer_render; 11349 alias c_gtk_cell_renderer_activate gtk_cell_renderer_activate; 11350 alias c_gtk_cell_renderer_start_editing gtk_cell_renderer_start_editing; 11351 alias c_gtk_cell_renderer_stop_editing gtk_cell_renderer_stop_editing; 11352 alias c_gtk_cell_renderer_get_fixed_size gtk_cell_renderer_get_fixed_size; 11353 alias c_gtk_cell_renderer_set_fixed_size gtk_cell_renderer_set_fixed_size; 11354 alias c_gtk_cell_renderer_get_visible gtk_cell_renderer_get_visible; 11355 alias c_gtk_cell_renderer_set_visible gtk_cell_renderer_set_visible; 11356 alias c_gtk_cell_renderer_get_sensitive gtk_cell_renderer_get_sensitive; 11357 alias c_gtk_cell_renderer_set_sensitive gtk_cell_renderer_set_sensitive; 11358 alias c_gtk_cell_renderer_get_alignment gtk_cell_renderer_get_alignment; 11359 alias c_gtk_cell_renderer_set_alignment gtk_cell_renderer_set_alignment; 11360 alias c_gtk_cell_renderer_get_padding gtk_cell_renderer_get_padding; 11361 alias c_gtk_cell_renderer_set_padding gtk_cell_renderer_set_padding; 11362 alias c_gtk_cell_renderer_get_state gtk_cell_renderer_get_state; 11363 alias c_gtk_cell_renderer_is_activatable gtk_cell_renderer_is_activatable; 11364 alias c_gtk_cell_renderer_get_preferred_height gtk_cell_renderer_get_preferred_height; 11365 alias c_gtk_cell_renderer_get_preferred_height_for_width gtk_cell_renderer_get_preferred_height_for_width; 11366 alias c_gtk_cell_renderer_get_preferred_size gtk_cell_renderer_get_preferred_size; 11367 alias c_gtk_cell_renderer_get_preferred_width gtk_cell_renderer_get_preferred_width; 11368 alias c_gtk_cell_renderer_get_preferred_width_for_height gtk_cell_renderer_get_preferred_width_for_height; 11369 alias c_gtk_cell_renderer_get_request_mode gtk_cell_renderer_get_request_mode; 11370 11371 // gtk.CellEditableT 11372 11373 11374 // gtk.CellEditableT 11375 11376 alias c_gtk_cell_editable_start_editing gtk_cell_editable_start_editing; 11377 alias c_gtk_cell_editable_editing_done gtk_cell_editable_editing_done; 11378 alias c_gtk_cell_editable_remove_widget gtk_cell_editable_remove_widget; 11379 11380 // gtk.CellEditable 11381 11382 11383 // gtk.CellRendererAccel 11384 11385 alias c_gtk_cell_renderer_accel_new gtk_cell_renderer_accel_new; 11386 11387 // gtk.CellRendererCombo 11388 11389 alias c_gtk_cell_renderer_combo_new gtk_cell_renderer_combo_new; 11390 11391 // gtk.CellRendererPixbuf 11392 11393 alias c_gtk_cell_renderer_pixbuf_new gtk_cell_renderer_pixbuf_new; 11394 11395 // gtk.CellRendererProgress 11396 11397 alias c_gtk_cell_renderer_progress_new gtk_cell_renderer_progress_new; 11398 11399 // gtk.CellRendererSpin 11400 11401 alias c_gtk_cell_renderer_spin_new gtk_cell_renderer_spin_new; 11402 11403 // gtk.CellRendererText 11404 11405 alias c_gtk_cell_renderer_text_new gtk_cell_renderer_text_new; 11406 alias c_gtk_cell_renderer_text_set_fixed_height_from_font gtk_cell_renderer_text_set_fixed_height_from_font; 11407 11408 // gtk.CellRendererToggle 11409 11410 alias c_gtk_cell_renderer_toggle_new gtk_cell_renderer_toggle_new; 11411 alias c_gtk_cell_renderer_toggle_get_radio gtk_cell_renderer_toggle_get_radio; 11412 alias c_gtk_cell_renderer_toggle_set_radio gtk_cell_renderer_toggle_set_radio; 11413 alias c_gtk_cell_renderer_toggle_get_active gtk_cell_renderer_toggle_get_active; 11414 alias c_gtk_cell_renderer_toggle_set_active gtk_cell_renderer_toggle_set_active; 11415 alias c_gtk_cell_renderer_toggle_get_activatable gtk_cell_renderer_toggle_get_activatable; 11416 alias c_gtk_cell_renderer_toggle_set_activatable gtk_cell_renderer_toggle_set_activatable; 11417 11418 // gtk.CellRendererSpinner 11419 11420 alias c_gtk_cell_renderer_spinner_new gtk_cell_renderer_spinner_new; 11421 11422 // gtk. 11423 11424 11425 // gtk.ListStore 11426 11427 alias c_gtk_list_store_new gtk_list_store_new; 11428 alias c_gtk_list_store_newv gtk_list_store_newv; 11429 alias c_gtk_list_store_set_column_types gtk_list_store_set_column_types; 11430 alias c_gtk_list_store_set gtk_list_store_set; 11431 alias c_gtk_list_store_set_valist gtk_list_store_set_valist; 11432 alias c_gtk_list_store_set_value gtk_list_store_set_value; 11433 alias c_gtk_list_store_set_valuesv gtk_list_store_set_valuesv; 11434 alias c_gtk_list_store_remove gtk_list_store_remove; 11435 alias c_gtk_list_store_insert gtk_list_store_insert; 11436 alias c_gtk_list_store_insert_before gtk_list_store_insert_before; 11437 alias c_gtk_list_store_insert_after gtk_list_store_insert_after; 11438 alias c_gtk_list_store_insert_with_values gtk_list_store_insert_with_values; 11439 alias c_gtk_list_store_insert_with_valuesv gtk_list_store_insert_with_valuesv; 11440 alias c_gtk_list_store_prepend gtk_list_store_prepend; 11441 alias c_gtk_list_store_append gtk_list_store_append; 11442 alias c_gtk_list_store_clear gtk_list_store_clear; 11443 alias c_gtk_list_store_iter_is_valid gtk_list_store_iter_is_valid; 11444 alias c_gtk_list_store_reorder gtk_list_store_reorder; 11445 alias c_gtk_list_store_swap gtk_list_store_swap; 11446 alias c_gtk_list_store_move_before gtk_list_store_move_before; 11447 alias c_gtk_list_store_move_after gtk_list_store_move_after; 11448 11449 // gtk.TreeStore 11450 11451 alias c_gtk_tree_store_new gtk_tree_store_new; 11452 alias c_gtk_tree_store_newv gtk_tree_store_newv; 11453 alias c_gtk_tree_store_set_column_types gtk_tree_store_set_column_types; 11454 alias c_gtk_tree_store_set_value gtk_tree_store_set_value; 11455 alias c_gtk_tree_store_set gtk_tree_store_set; 11456 alias c_gtk_tree_store_set_valist gtk_tree_store_set_valist; 11457 alias c_gtk_tree_store_set_valuesv gtk_tree_store_set_valuesv; 11458 alias c_gtk_tree_store_remove gtk_tree_store_remove; 11459 alias c_gtk_tree_store_insert gtk_tree_store_insert; 11460 alias c_gtk_tree_store_insert_before gtk_tree_store_insert_before; 11461 alias c_gtk_tree_store_insert_after gtk_tree_store_insert_after; 11462 alias c_gtk_tree_store_insert_with_values gtk_tree_store_insert_with_values; 11463 alias c_gtk_tree_store_insert_with_valuesv gtk_tree_store_insert_with_valuesv; 11464 alias c_gtk_tree_store_prepend gtk_tree_store_prepend; 11465 alias c_gtk_tree_store_append gtk_tree_store_append; 11466 alias c_gtk_tree_store_is_ancestor gtk_tree_store_is_ancestor; 11467 alias c_gtk_tree_store_iter_depth gtk_tree_store_iter_depth; 11468 alias c_gtk_tree_store_clear gtk_tree_store_clear; 11469 alias c_gtk_tree_store_iter_is_valid gtk_tree_store_iter_is_valid; 11470 alias c_gtk_tree_store_reorder gtk_tree_store_reorder; 11471 alias c_gtk_tree_store_swap gtk_tree_store_swap; 11472 alias c_gtk_tree_store_move_before gtk_tree_store_move_before; 11473 alias c_gtk_tree_store_move_after gtk_tree_store_move_after; 11474 11475 // gtk.ComboBox 11476 11477 alias c_gtk_combo_box_new gtk_combo_box_new; 11478 alias c_gtk_combo_box_new_with_entry gtk_combo_box_new_with_entry; 11479 alias c_gtk_combo_box_new_with_model gtk_combo_box_new_with_model; 11480 alias c_gtk_combo_box_new_with_model_and_entry gtk_combo_box_new_with_model_and_entry; 11481 alias c_gtk_combo_box_new_with_area gtk_combo_box_new_with_area; 11482 alias c_gtk_combo_box_new_with_area_and_entry gtk_combo_box_new_with_area_and_entry; 11483 alias c_gtk_combo_box_get_wrap_width gtk_combo_box_get_wrap_width; 11484 alias c_gtk_combo_box_set_wrap_width gtk_combo_box_set_wrap_width; 11485 alias c_gtk_combo_box_get_row_span_column gtk_combo_box_get_row_span_column; 11486 alias c_gtk_combo_box_set_row_span_column gtk_combo_box_set_row_span_column; 11487 alias c_gtk_combo_box_get_column_span_column gtk_combo_box_get_column_span_column; 11488 alias c_gtk_combo_box_set_column_span_column gtk_combo_box_set_column_span_column; 11489 alias c_gtk_combo_box_get_active gtk_combo_box_get_active; 11490 alias c_gtk_combo_box_set_active gtk_combo_box_set_active; 11491 alias c_gtk_combo_box_get_active_iter gtk_combo_box_get_active_iter; 11492 alias c_gtk_combo_box_set_active_iter gtk_combo_box_set_active_iter; 11493 alias c_gtk_combo_box_get_id_column gtk_combo_box_get_id_column; 11494 alias c_gtk_combo_box_set_id_column gtk_combo_box_set_id_column; 11495 alias c_gtk_combo_box_get_active_id gtk_combo_box_get_active_id; 11496 alias c_gtk_combo_box_set_active_id gtk_combo_box_set_active_id; 11497 alias c_gtk_combo_box_get_model gtk_combo_box_get_model; 11498 alias c_gtk_combo_box_set_model gtk_combo_box_set_model; 11499 alias c_gtk_combo_box_popup_for_device gtk_combo_box_popup_for_device; 11500 alias c_gtk_combo_box_popup gtk_combo_box_popup; 11501 alias c_gtk_combo_box_popdown gtk_combo_box_popdown; 11502 alias c_gtk_combo_box_get_popup_accessible gtk_combo_box_get_popup_accessible; 11503 alias c_gtk_combo_box_get_row_separator_func gtk_combo_box_get_row_separator_func; 11504 alias c_gtk_combo_box_set_row_separator_func gtk_combo_box_set_row_separator_func; 11505 alias c_gtk_combo_box_set_add_tearoffs gtk_combo_box_set_add_tearoffs; 11506 alias c_gtk_combo_box_get_add_tearoffs gtk_combo_box_get_add_tearoffs; 11507 alias c_gtk_combo_box_set_title gtk_combo_box_set_title; 11508 alias c_gtk_combo_box_get_title gtk_combo_box_get_title; 11509 alias c_gtk_combo_box_set_focus_on_click gtk_combo_box_set_focus_on_click; 11510 alias c_gtk_combo_box_get_focus_on_click gtk_combo_box_get_focus_on_click; 11511 alias c_gtk_combo_box_set_button_sensitivity gtk_combo_box_set_button_sensitivity; 11512 alias c_gtk_combo_box_get_button_sensitivity gtk_combo_box_get_button_sensitivity; 11513 alias c_gtk_combo_box_get_has_entry gtk_combo_box_get_has_entry; 11514 alias c_gtk_combo_box_set_entry_text_column gtk_combo_box_set_entry_text_column; 11515 alias c_gtk_combo_box_get_entry_text_column gtk_combo_box_get_entry_text_column; 11516 alias c_gtk_combo_box_set_popup_fixed_width gtk_combo_box_set_popup_fixed_width; 11517 alias c_gtk_combo_box_get_popup_fixed_width gtk_combo_box_get_popup_fixed_width; 11518 11519 // gtk.ComboBoxText 11520 11521 alias c_gtk_combo_box_text_new gtk_combo_box_text_new; 11522 alias c_gtk_combo_box_text_new_with_entry gtk_combo_box_text_new_with_entry; 11523 alias c_gtk_combo_box_text_append gtk_combo_box_text_append; 11524 alias c_gtk_combo_box_text_prepend gtk_combo_box_text_prepend; 11525 alias c_gtk_combo_box_text_insert gtk_combo_box_text_insert; 11526 alias c_gtk_combo_box_text_append_text gtk_combo_box_text_append_text; 11527 alias c_gtk_combo_box_text_prepend_text gtk_combo_box_text_prepend_text; 11528 alias c_gtk_combo_box_text_insert_text gtk_combo_box_text_insert_text; 11529 alias c_gtk_combo_box_text_remove gtk_combo_box_text_remove; 11530 alias c_gtk_combo_box_text_remove_all gtk_combo_box_text_remove_all; 11531 alias c_gtk_combo_box_text_get_active_text gtk_combo_box_text_get_active_text; 11532 11533 // gtk.Menu 11534 11535 alias c_gtk_menu_new gtk_menu_new; 11536 alias c_gtk_menu_new_from_model gtk_menu_new_from_model; 11537 alias c_gtk_menu_set_screen gtk_menu_set_screen; 11538 alias c_gtk_menu_reorder_child gtk_menu_reorder_child; 11539 alias c_gtk_menu_attach gtk_menu_attach; 11540 alias c_gtk_menu_popup_for_device gtk_menu_popup_for_device; 11541 alias c_gtk_menu_popup gtk_menu_popup; 11542 alias c_gtk_menu_set_accel_group gtk_menu_set_accel_group; 11543 alias c_gtk_menu_get_accel_group gtk_menu_get_accel_group; 11544 alias c_gtk_menu_set_accel_path gtk_menu_set_accel_path; 11545 alias c_gtk_menu_get_accel_path gtk_menu_get_accel_path; 11546 alias c_gtk_menu_set_title gtk_menu_set_title; 11547 alias c_gtk_menu_get_title gtk_menu_get_title; 11548 alias c_gtk_menu_set_monitor gtk_menu_set_monitor; 11549 alias c_gtk_menu_get_monitor gtk_menu_get_monitor; 11550 alias c_gtk_menu_get_tearoff_state gtk_menu_get_tearoff_state; 11551 alias c_gtk_menu_set_reserve_toggle_size gtk_menu_set_reserve_toggle_size; 11552 alias c_gtk_menu_get_reserve_toggle_size gtk_menu_get_reserve_toggle_size; 11553 alias c_gtk_menu_popdown gtk_menu_popdown; 11554 alias c_gtk_menu_reposition gtk_menu_reposition; 11555 alias c_gtk_menu_get_active gtk_menu_get_active; 11556 alias c_gtk_menu_set_active gtk_menu_set_active; 11557 alias c_gtk_menu_set_tearoff_state gtk_menu_set_tearoff_state; 11558 alias c_gtk_menu_attach_to_widget gtk_menu_attach_to_widget; 11559 alias c_gtk_menu_detach gtk_menu_detach; 11560 alias c_gtk_menu_get_attach_widget gtk_menu_get_attach_widget; 11561 alias c_gtk_menu_get_for_attach_widget gtk_menu_get_for_attach_widget; 11562 11563 // gtk.MenuBar 11564 11565 alias c_gtk_menu_bar_new gtk_menu_bar_new; 11566 alias c_gtk_menu_bar_new_from_model gtk_menu_bar_new_from_model; 11567 alias c_gtk_menu_bar_set_pack_direction gtk_menu_bar_set_pack_direction; 11568 alias c_gtk_menu_bar_get_pack_direction gtk_menu_bar_get_pack_direction; 11569 alias c_gtk_menu_bar_set_child_pack_direction gtk_menu_bar_set_child_pack_direction; 11570 alias c_gtk_menu_bar_get_child_pack_direction gtk_menu_bar_get_child_pack_direction; 11571 11572 // gtk.MenuItem 11573 11574 alias c_gtk_menu_item_new gtk_menu_item_new; 11575 alias c_gtk_menu_item_new_with_label gtk_menu_item_new_with_label; 11576 alias c_gtk_menu_item_new_with_mnemonic gtk_menu_item_new_with_mnemonic; 11577 alias c_gtk_menu_item_set_right_justified gtk_menu_item_set_right_justified; 11578 alias c_gtk_menu_item_get_right_justified gtk_menu_item_get_right_justified; 11579 alias c_gtk_menu_item_get_label gtk_menu_item_get_label; 11580 alias c_gtk_menu_item_set_label gtk_menu_item_set_label; 11581 alias c_gtk_menu_item_get_use_underline gtk_menu_item_get_use_underline; 11582 alias c_gtk_menu_item_set_use_underline gtk_menu_item_set_use_underline; 11583 alias c_gtk_menu_item_set_submenu gtk_menu_item_set_submenu; 11584 alias c_gtk_menu_item_get_submenu gtk_menu_item_get_submenu; 11585 alias c_gtk_menu_item_set_accel_path gtk_menu_item_set_accel_path; 11586 alias c_gtk_menu_item_get_accel_path gtk_menu_item_get_accel_path; 11587 alias c_gtk_menu_item_select gtk_menu_item_select; 11588 alias c_gtk_menu_item_deselect gtk_menu_item_deselect; 11589 alias c_gtk_menu_item_activate gtk_menu_item_activate; 11590 alias c_gtk_menu_item_toggle_size_request gtk_menu_item_toggle_size_request; 11591 alias c_gtk_menu_item_toggle_size_allocate gtk_menu_item_toggle_size_allocate; 11592 alias c_gtk_menu_item_get_reserve_indicator gtk_menu_item_get_reserve_indicator; 11593 alias c_gtk_menu_item_set_reserve_indicator gtk_menu_item_set_reserve_indicator; 11594 11595 // gtk.RadioMenuItem 11596 11597 alias c_gtk_radio_menu_item_new gtk_radio_menu_item_new; 11598 alias c_gtk_radio_menu_item_new_with_label gtk_radio_menu_item_new_with_label; 11599 alias c_gtk_radio_menu_item_new_with_mnemonic gtk_radio_menu_item_new_with_mnemonic; 11600 alias c_gtk_radio_menu_item_new_from_widget gtk_radio_menu_item_new_from_widget; 11601 alias c_gtk_radio_menu_item_new_with_label_from_widget gtk_radio_menu_item_new_with_label_from_widget; 11602 alias c_gtk_radio_menu_item_new_with_mnemonic_from_widget gtk_radio_menu_item_new_with_mnemonic_from_widget; 11603 alias c_gtk_radio_menu_item_set_group gtk_radio_menu_item_set_group; 11604 alias c_gtk_radio_menu_item_get_group gtk_radio_menu_item_get_group; 11605 11606 // gtk.CheckMenuItem 11607 11608 alias c_gtk_check_menu_item_new gtk_check_menu_item_new; 11609 alias c_gtk_check_menu_item_new_with_label gtk_check_menu_item_new_with_label; 11610 alias c_gtk_check_menu_item_new_with_mnemonic gtk_check_menu_item_new_with_mnemonic; 11611 alias c_gtk_check_menu_item_get_active gtk_check_menu_item_get_active; 11612 alias c_gtk_check_menu_item_set_active gtk_check_menu_item_set_active; 11613 alias c_gtk_check_menu_item_toggled gtk_check_menu_item_toggled; 11614 alias c_gtk_check_menu_item_get_inconsistent gtk_check_menu_item_get_inconsistent; 11615 alias c_gtk_check_menu_item_set_inconsistent gtk_check_menu_item_set_inconsistent; 11616 alias c_gtk_check_menu_item_set_draw_as_radio gtk_check_menu_item_set_draw_as_radio; 11617 alias c_gtk_check_menu_item_get_draw_as_radio gtk_check_menu_item_get_draw_as_radio; 11618 11619 // gtk.SeparatorMenuItem 11620 11621 alias c_gtk_separator_menu_item_new gtk_separator_menu_item_new; 11622 11623 // gtk.ToolShellT 11624 11625 11626 // gtk.ToolShellT 11627 11628 alias c_gtk_tool_shell_get_ellipsize_mode gtk_tool_shell_get_ellipsize_mode; 11629 alias c_gtk_tool_shell_get_icon_size gtk_tool_shell_get_icon_size; 11630 alias c_gtk_tool_shell_get_orientation gtk_tool_shell_get_orientation; 11631 alias c_gtk_tool_shell_get_relief_style gtk_tool_shell_get_relief_style; 11632 alias c_gtk_tool_shell_get_style gtk_tool_shell_get_style; 11633 alias c_gtk_tool_shell_get_text_alignment gtk_tool_shell_get_text_alignment; 11634 alias c_gtk_tool_shell_get_text_orientation gtk_tool_shell_get_text_orientation; 11635 alias c_gtk_tool_shell_rebuild_menu gtk_tool_shell_rebuild_menu; 11636 alias c_gtk_tool_shell_get_text_size_group gtk_tool_shell_get_text_size_group; 11637 11638 // gtk.Toolbar 11639 11640 alias c_gtk_toolbar_new gtk_toolbar_new; 11641 alias c_gtk_toolbar_insert gtk_toolbar_insert; 11642 alias c_gtk_toolbar_get_item_index gtk_toolbar_get_item_index; 11643 alias c_gtk_toolbar_get_n_items gtk_toolbar_get_n_items; 11644 alias c_gtk_toolbar_get_nth_item gtk_toolbar_get_nth_item; 11645 alias c_gtk_toolbar_get_drop_index gtk_toolbar_get_drop_index; 11646 alias c_gtk_toolbar_set_drop_highlight_item gtk_toolbar_set_drop_highlight_item; 11647 alias c_gtk_toolbar_set_show_arrow gtk_toolbar_set_show_arrow; 11648 alias c_gtk_toolbar_unset_icon_size gtk_toolbar_unset_icon_size; 11649 alias c_gtk_toolbar_get_show_arrow gtk_toolbar_get_show_arrow; 11650 alias c_gtk_toolbar_get_style gtk_toolbar_get_style; 11651 alias c_gtk_toolbar_get_icon_size gtk_toolbar_get_icon_size; 11652 alias c_gtk_toolbar_get_relief_style gtk_toolbar_get_relief_style; 11653 alias c_gtk_toolbar_set_style gtk_toolbar_set_style; 11654 alias c_gtk_toolbar_set_icon_size gtk_toolbar_set_icon_size; 11655 alias c_gtk_toolbar_unset_style gtk_toolbar_unset_style; 11656 11657 // gtk.ToolItem 11658 11659 alias c_gtk_tool_item_new gtk_tool_item_new; 11660 alias c_gtk_tool_item_set_homogeneous gtk_tool_item_set_homogeneous; 11661 alias c_gtk_tool_item_get_homogeneous gtk_tool_item_get_homogeneous; 11662 alias c_gtk_tool_item_set_expand gtk_tool_item_set_expand; 11663 alias c_gtk_tool_item_get_expand gtk_tool_item_get_expand; 11664 alias c_gtk_tool_item_set_tooltip_text gtk_tool_item_set_tooltip_text; 11665 alias c_gtk_tool_item_set_tooltip_markup gtk_tool_item_set_tooltip_markup; 11666 alias c_gtk_tool_item_set_use_drag_window gtk_tool_item_set_use_drag_window; 11667 alias c_gtk_tool_item_get_use_drag_window gtk_tool_item_get_use_drag_window; 11668 alias c_gtk_tool_item_set_visible_horizontal gtk_tool_item_set_visible_horizontal; 11669 alias c_gtk_tool_item_get_visible_horizontal gtk_tool_item_get_visible_horizontal; 11670 alias c_gtk_tool_item_set_visible_vertical gtk_tool_item_set_visible_vertical; 11671 alias c_gtk_tool_item_get_visible_vertical gtk_tool_item_get_visible_vertical; 11672 alias c_gtk_tool_item_set_is_important gtk_tool_item_set_is_important; 11673 alias c_gtk_tool_item_get_is_important gtk_tool_item_get_is_important; 11674 alias c_gtk_tool_item_get_ellipsize_mode gtk_tool_item_get_ellipsize_mode; 11675 alias c_gtk_tool_item_get_icon_size gtk_tool_item_get_icon_size; 11676 alias c_gtk_tool_item_get_orientation gtk_tool_item_get_orientation; 11677 alias c_gtk_tool_item_get_toolbar_style gtk_tool_item_get_toolbar_style; 11678 alias c_gtk_tool_item_get_relief_style gtk_tool_item_get_relief_style; 11679 alias c_gtk_tool_item_get_text_alignment gtk_tool_item_get_text_alignment; 11680 alias c_gtk_tool_item_get_text_orientation gtk_tool_item_get_text_orientation; 11681 alias c_gtk_tool_item_retrieve_proxy_menu_item gtk_tool_item_retrieve_proxy_menu_item; 11682 alias c_gtk_tool_item_get_proxy_menu_item gtk_tool_item_get_proxy_menu_item; 11683 alias c_gtk_tool_item_set_proxy_menu_item gtk_tool_item_set_proxy_menu_item; 11684 alias c_gtk_tool_item_rebuild_menu gtk_tool_item_rebuild_menu; 11685 alias c_gtk_tool_item_toolbar_reconfigured gtk_tool_item_toolbar_reconfigured; 11686 alias c_gtk_tool_item_get_text_size_group gtk_tool_item_get_text_size_group; 11687 11688 // gtk.ToolPalette 11689 11690 alias c_gtk_tool_palette_new gtk_tool_palette_new; 11691 alias c_gtk_tool_palette_get_exclusive gtk_tool_palette_get_exclusive; 11692 alias c_gtk_tool_palette_set_exclusive gtk_tool_palette_set_exclusive; 11693 alias c_gtk_tool_palette_get_expand gtk_tool_palette_get_expand; 11694 alias c_gtk_tool_palette_set_expand gtk_tool_palette_set_expand; 11695 alias c_gtk_tool_palette_get_group_position gtk_tool_palette_get_group_position; 11696 alias c_gtk_tool_palette_set_group_position gtk_tool_palette_set_group_position; 11697 alias c_gtk_tool_palette_get_icon_size gtk_tool_palette_get_icon_size; 11698 alias c_gtk_tool_palette_set_icon_size gtk_tool_palette_set_icon_size; 11699 alias c_gtk_tool_palette_unset_icon_size gtk_tool_palette_unset_icon_size; 11700 alias c_gtk_tool_palette_get_style gtk_tool_palette_get_style; 11701 alias c_gtk_tool_palette_set_style gtk_tool_palette_set_style; 11702 alias c_gtk_tool_palette_unset_style gtk_tool_palette_unset_style; 11703 alias c_gtk_tool_palette_add_drag_dest gtk_tool_palette_add_drag_dest; 11704 alias c_gtk_tool_palette_get_drag_item gtk_tool_palette_get_drag_item; 11705 alias c_gtk_tool_palette_get_drag_target_group gtk_tool_palette_get_drag_target_group; 11706 alias c_gtk_tool_palette_get_drag_target_item gtk_tool_palette_get_drag_target_item; 11707 alias c_gtk_tool_palette_get_drop_group gtk_tool_palette_get_drop_group; 11708 alias c_gtk_tool_palette_get_drop_item gtk_tool_palette_get_drop_item; 11709 alias c_gtk_tool_palette_set_drag_source gtk_tool_palette_set_drag_source; 11710 alias c_gtk_tool_palette_get_hadjustment gtk_tool_palette_get_hadjustment; 11711 alias c_gtk_tool_palette_get_vadjustment gtk_tool_palette_get_vadjustment; 11712 11713 // gtk.ToolItemGroup 11714 11715 alias c_gtk_tool_item_group_get_collapsed gtk_tool_item_group_get_collapsed; 11716 alias c_gtk_tool_item_group_get_drop_item gtk_tool_item_group_get_drop_item; 11717 alias c_gtk_tool_item_group_get_ellipsize gtk_tool_item_group_get_ellipsize; 11718 alias c_gtk_tool_item_group_get_item_position gtk_tool_item_group_get_item_position; 11719 alias c_gtk_tool_item_group_get_n_items gtk_tool_item_group_get_n_items; 11720 alias c_gtk_tool_item_group_get_label gtk_tool_item_group_get_label; 11721 alias c_gtk_tool_item_group_get_label_widget gtk_tool_item_group_get_label_widget; 11722 alias c_gtk_tool_item_group_get_nth_item gtk_tool_item_group_get_nth_item; 11723 alias c_gtk_tool_item_group_get_header_relief gtk_tool_item_group_get_header_relief; 11724 alias c_gtk_tool_item_group_insert gtk_tool_item_group_insert; 11725 alias c_gtk_tool_item_group_new gtk_tool_item_group_new; 11726 alias c_gtk_tool_item_group_set_collapsed gtk_tool_item_group_set_collapsed; 11727 alias c_gtk_tool_item_group_set_ellipsize gtk_tool_item_group_set_ellipsize; 11728 alias c_gtk_tool_item_group_set_item_position gtk_tool_item_group_set_item_position; 11729 alias c_gtk_tool_item_group_set_label gtk_tool_item_group_set_label; 11730 alias c_gtk_tool_item_group_set_label_widget gtk_tool_item_group_set_label_widget; 11731 alias c_gtk_tool_item_group_set_header_relief gtk_tool_item_group_set_header_relief; 11732 11733 // gtk.SeparatorToolItem 11734 11735 alias c_gtk_separator_tool_item_new gtk_separator_tool_item_new; 11736 alias c_gtk_separator_tool_item_set_draw gtk_separator_tool_item_set_draw; 11737 alias c_gtk_separator_tool_item_get_draw gtk_separator_tool_item_get_draw; 11738 11739 // gtk.ToolButton 11740 11741 alias c_gtk_tool_button_new gtk_tool_button_new; 11742 alias c_gtk_tool_button_new_from_stock gtk_tool_button_new_from_stock; 11743 alias c_gtk_tool_button_set_label gtk_tool_button_set_label; 11744 alias c_gtk_tool_button_get_label gtk_tool_button_get_label; 11745 alias c_gtk_tool_button_set_use_underline gtk_tool_button_set_use_underline; 11746 alias c_gtk_tool_button_get_use_underline gtk_tool_button_get_use_underline; 11747 alias c_gtk_tool_button_set_stock_id gtk_tool_button_set_stock_id; 11748 alias c_gtk_tool_button_get_stock_id gtk_tool_button_get_stock_id; 11749 alias c_gtk_tool_button_set_icon_name gtk_tool_button_set_icon_name; 11750 alias c_gtk_tool_button_get_icon_name gtk_tool_button_get_icon_name; 11751 alias c_gtk_tool_button_set_icon_widget gtk_tool_button_set_icon_widget; 11752 alias c_gtk_tool_button_get_icon_widget gtk_tool_button_get_icon_widget; 11753 alias c_gtk_tool_button_set_label_widget gtk_tool_button_set_label_widget; 11754 alias c_gtk_tool_button_get_label_widget gtk_tool_button_get_label_widget; 11755 11756 // gtk.MenuToolButton 11757 11758 alias c_gtk_menu_tool_button_new gtk_menu_tool_button_new; 11759 alias c_gtk_menu_tool_button_new_from_stock gtk_menu_tool_button_new_from_stock; 11760 alias c_gtk_menu_tool_button_set_menu gtk_menu_tool_button_set_menu; 11761 alias c_gtk_menu_tool_button_get_menu gtk_menu_tool_button_get_menu; 11762 alias c_gtk_menu_tool_button_set_arrow_tooltip_text gtk_menu_tool_button_set_arrow_tooltip_text; 11763 alias c_gtk_menu_tool_button_set_arrow_tooltip_markup gtk_menu_tool_button_set_arrow_tooltip_markup; 11764 11765 // gtk.ToggleToolButton 11766 11767 alias c_gtk_toggle_tool_button_new gtk_toggle_tool_button_new; 11768 alias c_gtk_toggle_tool_button_new_from_stock gtk_toggle_tool_button_new_from_stock; 11769 alias c_gtk_toggle_tool_button_set_active gtk_toggle_tool_button_set_active; 11770 alias c_gtk_toggle_tool_button_get_active gtk_toggle_tool_button_get_active; 11771 11772 // gtk.RadioToolButton 11773 11774 alias c_gtk_radio_tool_button_new gtk_radio_tool_button_new; 11775 alias c_gtk_radio_tool_button_new_from_stock gtk_radio_tool_button_new_from_stock; 11776 alias c_gtk_radio_tool_button_new_from_widget gtk_radio_tool_button_new_from_widget; 11777 alias c_gtk_radio_tool_button_new_with_stock_from_widget gtk_radio_tool_button_new_with_stock_from_widget; 11778 alias c_gtk_radio_tool_button_get_group gtk_radio_tool_button_get_group; 11779 alias c_gtk_radio_tool_button_set_group gtk_radio_tool_button_set_group; 11780 11781 // gtk.ColorChooserT 11782 11783 11784 // gtk.ColorChooserT 11785 11786 alias c_gtk_color_chooser_get_rgba gtk_color_chooser_get_rgba; 11787 alias c_gtk_color_chooser_set_rgba gtk_color_chooser_set_rgba; 11788 alias c_gtk_color_chooser_get_use_alpha gtk_color_chooser_get_use_alpha; 11789 alias c_gtk_color_chooser_set_use_alpha gtk_color_chooser_set_use_alpha; 11790 alias c_gtk_color_chooser_add_palette gtk_color_chooser_add_palette; 11791 11792 // gtk.ColorButton 11793 11794 alias c_gtk_color_button_new gtk_color_button_new; 11795 alias c_gtk_color_button_new_with_color gtk_color_button_new_with_color; 11796 alias c_gtk_color_button_new_with_rgba gtk_color_button_new_with_rgba; 11797 alias c_gtk_color_button_set_color gtk_color_button_set_color; 11798 alias c_gtk_color_button_get_color gtk_color_button_get_color; 11799 alias c_gtk_color_button_set_alpha gtk_color_button_set_alpha; 11800 alias c_gtk_color_button_get_alpha gtk_color_button_get_alpha; 11801 alias c_gtk_color_button_set_rgba gtk_color_button_set_rgba; 11802 alias c_gtk_color_button_get_rgba gtk_color_button_get_rgba; 11803 alias c_gtk_color_button_set_use_alpha gtk_color_button_set_use_alpha; 11804 alias c_gtk_color_button_get_use_alpha gtk_color_button_get_use_alpha; 11805 alias c_gtk_color_button_set_title gtk_color_button_set_title; 11806 alias c_gtk_color_button_get_title gtk_color_button_get_title; 11807 11808 // gtk.ColorChooserWidget 11809 11810 alias c_gtk_color_chooser_widget_new gtk_color_chooser_widget_new; 11811 11812 // gtk.ColorChooserDialog 11813 11814 alias c_gtk_color_chooser_dialog_new gtk_color_chooser_dialog_new; 11815 11816 // gtk.FileChooserT 11817 11818 11819 // gtk.FileChooserT 11820 11821 alias c_gtk_file_chooser_set_action gtk_file_chooser_set_action; 11822 alias c_gtk_file_chooser_get_action gtk_file_chooser_get_action; 11823 alias c_gtk_file_chooser_set_local_only gtk_file_chooser_set_local_only; 11824 alias c_gtk_file_chooser_get_local_only gtk_file_chooser_get_local_only; 11825 alias c_gtk_file_chooser_set_select_multiple gtk_file_chooser_set_select_multiple; 11826 alias c_gtk_file_chooser_get_select_multiple gtk_file_chooser_get_select_multiple; 11827 alias c_gtk_file_chooser_set_show_hidden gtk_file_chooser_set_show_hidden; 11828 alias c_gtk_file_chooser_get_show_hidden gtk_file_chooser_get_show_hidden; 11829 alias c_gtk_file_chooser_set_do_overwrite_confirmation gtk_file_chooser_set_do_overwrite_confirmation; 11830 alias c_gtk_file_chooser_get_do_overwrite_confirmation gtk_file_chooser_get_do_overwrite_confirmation; 11831 alias c_gtk_file_chooser_set_create_folders gtk_file_chooser_set_create_folders; 11832 alias c_gtk_file_chooser_get_create_folders gtk_file_chooser_get_create_folders; 11833 alias c_gtk_file_chooser_set_current_name gtk_file_chooser_set_current_name; 11834 alias c_gtk_file_chooser_get_current_name gtk_file_chooser_get_current_name; 11835 alias c_gtk_file_chooser_get_filename gtk_file_chooser_get_filename; 11836 alias c_gtk_file_chooser_set_filename gtk_file_chooser_set_filename; 11837 alias c_gtk_file_chooser_select_filename gtk_file_chooser_select_filename; 11838 alias c_gtk_file_chooser_unselect_filename gtk_file_chooser_unselect_filename; 11839 alias c_gtk_file_chooser_select_all gtk_file_chooser_select_all; 11840 alias c_gtk_file_chooser_unselect_all gtk_file_chooser_unselect_all; 11841 alias c_gtk_file_chooser_get_filenames gtk_file_chooser_get_filenames; 11842 alias c_gtk_file_chooser_set_current_folder gtk_file_chooser_set_current_folder; 11843 alias c_gtk_file_chooser_get_current_folder gtk_file_chooser_get_current_folder; 11844 alias c_gtk_file_chooser_get_uri gtk_file_chooser_get_uri; 11845 alias c_gtk_file_chooser_set_uri gtk_file_chooser_set_uri; 11846 alias c_gtk_file_chooser_select_uri gtk_file_chooser_select_uri; 11847 alias c_gtk_file_chooser_unselect_uri gtk_file_chooser_unselect_uri; 11848 alias c_gtk_file_chooser_get_uris gtk_file_chooser_get_uris; 11849 alias c_gtk_file_chooser_set_current_folder_uri gtk_file_chooser_set_current_folder_uri; 11850 alias c_gtk_file_chooser_get_current_folder_uri gtk_file_chooser_get_current_folder_uri; 11851 alias c_gtk_file_chooser_set_preview_widget gtk_file_chooser_set_preview_widget; 11852 alias c_gtk_file_chooser_get_preview_widget gtk_file_chooser_get_preview_widget; 11853 alias c_gtk_file_chooser_set_preview_widget_active gtk_file_chooser_set_preview_widget_active; 11854 alias c_gtk_file_chooser_get_preview_widget_active gtk_file_chooser_get_preview_widget_active; 11855 alias c_gtk_file_chooser_set_use_preview_label gtk_file_chooser_set_use_preview_label; 11856 alias c_gtk_file_chooser_get_use_preview_label gtk_file_chooser_get_use_preview_label; 11857 alias c_gtk_file_chooser_get_preview_filename gtk_file_chooser_get_preview_filename; 11858 alias c_gtk_file_chooser_get_preview_uri gtk_file_chooser_get_preview_uri; 11859 alias c_gtk_file_chooser_set_extra_widget gtk_file_chooser_set_extra_widget; 11860 alias c_gtk_file_chooser_get_extra_widget gtk_file_chooser_get_extra_widget; 11861 alias c_gtk_file_chooser_add_filter gtk_file_chooser_add_filter; 11862 alias c_gtk_file_chooser_remove_filter gtk_file_chooser_remove_filter; 11863 alias c_gtk_file_chooser_list_filters gtk_file_chooser_list_filters; 11864 alias c_gtk_file_chooser_set_filter gtk_file_chooser_set_filter; 11865 alias c_gtk_file_chooser_get_filter gtk_file_chooser_get_filter; 11866 alias c_gtk_file_chooser_add_shortcut_folder gtk_file_chooser_add_shortcut_folder; 11867 alias c_gtk_file_chooser_remove_shortcut_folder gtk_file_chooser_remove_shortcut_folder; 11868 alias c_gtk_file_chooser_list_shortcut_folders gtk_file_chooser_list_shortcut_folders; 11869 alias c_gtk_file_chooser_add_shortcut_folder_uri gtk_file_chooser_add_shortcut_folder_uri; 11870 alias c_gtk_file_chooser_remove_shortcut_folder_uri gtk_file_chooser_remove_shortcut_folder_uri; 11871 alias c_gtk_file_chooser_list_shortcut_folder_uris gtk_file_chooser_list_shortcut_folder_uris; 11872 alias c_gtk_file_chooser_get_current_folder_file gtk_file_chooser_get_current_folder_file; 11873 alias c_gtk_file_chooser_get_file gtk_file_chooser_get_file; 11874 alias c_gtk_file_chooser_get_files gtk_file_chooser_get_files; 11875 alias c_gtk_file_chooser_get_preview_file gtk_file_chooser_get_preview_file; 11876 alias c_gtk_file_chooser_select_file gtk_file_chooser_select_file; 11877 alias c_gtk_file_chooser_set_current_folder_file gtk_file_chooser_set_current_folder_file; 11878 alias c_gtk_file_chooser_set_file gtk_file_chooser_set_file; 11879 alias c_gtk_file_chooser_unselect_file gtk_file_chooser_unselect_file; 11880 11881 // gtk.FileChooserButton 11882 11883 alias c_gtk_file_chooser_button_new gtk_file_chooser_button_new; 11884 alias c_gtk_file_chooser_button_new_with_dialog gtk_file_chooser_button_new_with_dialog; 11885 alias c_gtk_file_chooser_button_get_title gtk_file_chooser_button_get_title; 11886 alias c_gtk_file_chooser_button_set_title gtk_file_chooser_button_set_title; 11887 alias c_gtk_file_chooser_button_get_width_chars gtk_file_chooser_button_get_width_chars; 11888 alias c_gtk_file_chooser_button_set_width_chars gtk_file_chooser_button_set_width_chars; 11889 alias c_gtk_file_chooser_button_get_focus_on_click gtk_file_chooser_button_get_focus_on_click; 11890 alias c_gtk_file_chooser_button_set_focus_on_click gtk_file_chooser_button_set_focus_on_click; 11891 11892 // gtk.FileChooserDialog 11893 11894 alias c_gtk_file_chooser_dialog_new gtk_file_chooser_dialog_new; 11895 11896 // gtk.FileChooserWidget 11897 11898 alias c_gtk_file_chooser_widget_new gtk_file_chooser_widget_new; 11899 11900 // gtk.FileFilter 11901 11902 alias c_gtk_file_filter_new gtk_file_filter_new; 11903 alias c_gtk_file_filter_set_name gtk_file_filter_set_name; 11904 alias c_gtk_file_filter_get_name gtk_file_filter_get_name; 11905 alias c_gtk_file_filter_add_mime_type gtk_file_filter_add_mime_type; 11906 alias c_gtk_file_filter_add_pattern gtk_file_filter_add_pattern; 11907 alias c_gtk_file_filter_add_pixbuf_formats gtk_file_filter_add_pixbuf_formats; 11908 alias c_gtk_file_filter_add_custom gtk_file_filter_add_custom; 11909 alias c_gtk_file_filter_get_needed gtk_file_filter_get_needed; 11910 alias c_gtk_file_filter_filter gtk_file_filter_filter; 11911 11912 // gtk.FontChooserT 11913 11914 11915 // gtk.FontChooserT 11916 11917 alias c_gtk_font_chooser_get_font_family gtk_font_chooser_get_font_family; 11918 alias c_gtk_font_chooser_get_font_face gtk_font_chooser_get_font_face; 11919 alias c_gtk_font_chooser_get_font_size gtk_font_chooser_get_font_size; 11920 alias c_gtk_font_chooser_get_font gtk_font_chooser_get_font; 11921 alias c_gtk_font_chooser_set_font gtk_font_chooser_set_font; 11922 alias c_gtk_font_chooser_get_font_desc gtk_font_chooser_get_font_desc; 11923 alias c_gtk_font_chooser_set_font_desc gtk_font_chooser_set_font_desc; 11924 alias c_gtk_font_chooser_get_preview_text gtk_font_chooser_get_preview_text; 11925 alias c_gtk_font_chooser_set_preview_text gtk_font_chooser_set_preview_text; 11926 alias c_gtk_font_chooser_get_show_preview_entry gtk_font_chooser_get_show_preview_entry; 11927 alias c_gtk_font_chooser_set_show_preview_entry gtk_font_chooser_set_show_preview_entry; 11928 alias c_gtk_font_chooser_set_filter_func gtk_font_chooser_set_filter_func; 11929 11930 // gtk.FontButton 11931 11932 alias c_gtk_font_button_new gtk_font_button_new; 11933 alias c_gtk_font_button_new_with_font gtk_font_button_new_with_font; 11934 alias c_gtk_font_button_set_font_name gtk_font_button_set_font_name; 11935 alias c_gtk_font_button_get_font_name gtk_font_button_get_font_name; 11936 alias c_gtk_font_button_set_show_style gtk_font_button_set_show_style; 11937 alias c_gtk_font_button_get_show_style gtk_font_button_get_show_style; 11938 alias c_gtk_font_button_set_show_size gtk_font_button_set_show_size; 11939 alias c_gtk_font_button_get_show_size gtk_font_button_get_show_size; 11940 alias c_gtk_font_button_set_use_font gtk_font_button_set_use_font; 11941 alias c_gtk_font_button_get_use_font gtk_font_button_get_use_font; 11942 alias c_gtk_font_button_set_use_size gtk_font_button_set_use_size; 11943 alias c_gtk_font_button_get_use_size gtk_font_button_get_use_size; 11944 alias c_gtk_font_button_set_title gtk_font_button_set_title; 11945 alias c_gtk_font_button_get_title gtk_font_button_get_title; 11946 11947 // gtk.FontChooserWidget 11948 11949 alias c_gtk_font_chooser_widget_new gtk_font_chooser_widget_new; 11950 11951 // gtk.FontChooserDialog 11952 11953 alias c_gtk_font_chooser_dialog_new gtk_font_chooser_dialog_new; 11954 11955 // gtk.PlacesSidebar 11956 11957 alias c_gtk_places_sidebar_new gtk_places_sidebar_new; 11958 alias c_gtk_places_sidebar_set_open_flags gtk_places_sidebar_set_open_flags; 11959 alias c_gtk_places_sidebar_get_open_flags gtk_places_sidebar_get_open_flags; 11960 alias c_gtk_places_sidebar_set_location gtk_places_sidebar_set_location; 11961 alias c_gtk_places_sidebar_get_location gtk_places_sidebar_get_location; 11962 alias c_gtk_places_sidebar_set_show_desktop gtk_places_sidebar_set_show_desktop; 11963 alias c_gtk_places_sidebar_get_show_desktop gtk_places_sidebar_get_show_desktop; 11964 alias c_gtk_places_sidebar_add_shortcut gtk_places_sidebar_add_shortcut; 11965 alias c_gtk_places_sidebar_remove_shortcut gtk_places_sidebar_remove_shortcut; 11966 alias c_gtk_places_sidebar_list_shortcuts gtk_places_sidebar_list_shortcuts; 11967 alias c_gtk_places_sidebar_get_nth_bookmark gtk_places_sidebar_get_nth_bookmark; 11968 alias c_gtk_places_sidebar_get_show_connect_to_server gtk_places_sidebar_get_show_connect_to_server; 11969 alias c_gtk_places_sidebar_set_show_connect_to_server gtk_places_sidebar_set_show_connect_to_server; 11970 11971 // gtk.Frame 11972 11973 alias c_gtk_frame_new gtk_frame_new; 11974 alias c_gtk_frame_set_label gtk_frame_set_label; 11975 alias c_gtk_frame_set_label_widget gtk_frame_set_label_widget; 11976 alias c_gtk_frame_set_label_align gtk_frame_set_label_align; 11977 alias c_gtk_frame_set_shadow_type gtk_frame_set_shadow_type; 11978 alias c_gtk_frame_get_label gtk_frame_get_label; 11979 alias c_gtk_frame_get_label_align gtk_frame_get_label_align; 11980 alias c_gtk_frame_get_label_widget gtk_frame_get_label_widget; 11981 alias c_gtk_frame_get_shadow_type gtk_frame_get_shadow_type; 11982 11983 // gtk.Separator 11984 11985 alias c_gtk_separator_new gtk_separator_new; 11986 11987 // gtk.Scrollbar 11988 11989 alias c_gtk_scrollbar_new gtk_scrollbar_new; 11990 11991 // gtk.ScrolledWindow 11992 11993 alias c_gtk_scrolled_window_new gtk_scrolled_window_new; 11994 alias c_gtk_scrolled_window_get_hadjustment gtk_scrolled_window_get_hadjustment; 11995 alias c_gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjustment; 11996 alias c_gtk_scrolled_window_get_hscrollbar gtk_scrolled_window_get_hscrollbar; 11997 alias c_gtk_scrolled_window_get_vscrollbar gtk_scrolled_window_get_vscrollbar; 11998 alias c_gtk_scrolled_window_set_policy gtk_scrolled_window_set_policy; 11999 alias c_gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_viewport; 12000 alias c_gtk_scrolled_window_set_placement gtk_scrolled_window_set_placement; 12001 alias c_gtk_scrolled_window_unset_placement gtk_scrolled_window_unset_placement; 12002 alias c_gtk_scrolled_window_set_shadow_type gtk_scrolled_window_set_shadow_type; 12003 alias c_gtk_scrolled_window_set_hadjustment gtk_scrolled_window_set_hadjustment; 12004 alias c_gtk_scrolled_window_set_vadjustment gtk_scrolled_window_set_vadjustment; 12005 alias c_gtk_scrolled_window_get_placement gtk_scrolled_window_get_placement; 12006 alias c_gtk_scrolled_window_get_policy gtk_scrolled_window_get_policy; 12007 alias c_gtk_scrolled_window_get_shadow_type gtk_scrolled_window_get_shadow_type; 12008 alias c_gtk_scrolled_window_get_min_content_width gtk_scrolled_window_get_min_content_width; 12009 alias c_gtk_scrolled_window_set_min_content_width gtk_scrolled_window_set_min_content_width; 12010 alias c_gtk_scrolled_window_get_min_content_height gtk_scrolled_window_get_min_content_height; 12011 alias c_gtk_scrolled_window_set_min_content_height gtk_scrolled_window_set_min_content_height; 12012 alias c_gtk_scrolled_window_set_kinetic_scrolling gtk_scrolled_window_set_kinetic_scrolling; 12013 alias c_gtk_scrolled_window_get_kinetic_scrolling gtk_scrolled_window_get_kinetic_scrolling; 12014 alias c_gtk_scrolled_window_set_capture_button_press gtk_scrolled_window_set_capture_button_press; 12015 alias c_gtk_scrolled_window_get_capture_button_press gtk_scrolled_window_get_capture_button_press; 12016 12017 // gtk.ScrollableT 12018 12019 12020 // gtk.ScrollableT 12021 12022 alias c_gtk_scrollable_get_hadjustment gtk_scrollable_get_hadjustment; 12023 alias c_gtk_scrollable_set_hadjustment gtk_scrollable_set_hadjustment; 12024 alias c_gtk_scrollable_get_vadjustment gtk_scrollable_get_vadjustment; 12025 alias c_gtk_scrollable_set_vadjustment gtk_scrollable_set_vadjustment; 12026 alias c_gtk_scrollable_get_hscroll_policy gtk_scrollable_get_hscroll_policy; 12027 alias c_gtk_scrollable_set_hscroll_policy gtk_scrollable_set_hscroll_policy; 12028 alias c_gtk_scrollable_get_vscroll_policy gtk_scrollable_get_vscroll_policy; 12029 alias c_gtk_scrollable_set_vscroll_policy gtk_scrollable_set_vscroll_policy; 12030 12031 // gtk.PrintOperation 12032 12033 alias c_gtk_print_operation_new gtk_print_operation_new; 12034 alias c_gtk_print_operation_set_allow_async gtk_print_operation_set_allow_async; 12035 alias c_gtk_print_operation_get_error gtk_print_operation_get_error; 12036 alias c_gtk_print_operation_set_default_page_setup gtk_print_operation_set_default_page_setup; 12037 alias c_gtk_print_operation_get_default_page_setup gtk_print_operation_get_default_page_setup; 12038 alias c_gtk_print_operation_set_print_settings gtk_print_operation_set_print_settings; 12039 alias c_gtk_print_operation_get_print_settings gtk_print_operation_get_print_settings; 12040 alias c_gtk_print_operation_set_job_name gtk_print_operation_set_job_name; 12041 alias c_gtk_print_operation_set_n_pages gtk_print_operation_set_n_pages; 12042 alias c_gtk_print_operation_get_n_pages_to_print gtk_print_operation_get_n_pages_to_print; 12043 alias c_gtk_print_operation_set_current_page gtk_print_operation_set_current_page; 12044 alias c_gtk_print_operation_set_use_full_page gtk_print_operation_set_use_full_page; 12045 alias c_gtk_print_operation_set_unit gtk_print_operation_set_unit; 12046 alias c_gtk_print_operation_set_export_filename gtk_print_operation_set_export_filename; 12047 alias c_gtk_print_operation_set_show_progress gtk_print_operation_set_show_progress; 12048 alias c_gtk_print_operation_set_track_print_status gtk_print_operation_set_track_print_status; 12049 alias c_gtk_print_operation_set_custom_tab_label gtk_print_operation_set_custom_tab_label; 12050 alias c_gtk_print_operation_run gtk_print_operation_run; 12051 alias c_gtk_print_operation_cancel gtk_print_operation_cancel; 12052 alias c_gtk_print_operation_draw_page_finish gtk_print_operation_draw_page_finish; 12053 alias c_gtk_print_operation_set_defer_drawing gtk_print_operation_set_defer_drawing; 12054 alias c_gtk_print_operation_get_status gtk_print_operation_get_status; 12055 alias c_gtk_print_operation_get_status_string gtk_print_operation_get_status_string; 12056 alias c_gtk_print_operation_is_finished gtk_print_operation_is_finished; 12057 alias c_gtk_print_operation_set_support_selection gtk_print_operation_set_support_selection; 12058 alias c_gtk_print_operation_get_support_selection gtk_print_operation_get_support_selection; 12059 alias c_gtk_print_operation_set_has_selection gtk_print_operation_set_has_selection; 12060 alias c_gtk_print_operation_get_has_selection gtk_print_operation_get_has_selection; 12061 alias c_gtk_print_operation_set_embed_page_setup gtk_print_operation_set_embed_page_setup; 12062 alias c_gtk_print_operation_get_embed_page_setup gtk_print_operation_get_embed_page_setup; 12063 alias c_gtk_print_run_page_setup_dialog gtk_print_run_page_setup_dialog; 12064 alias c_gtk_print_run_page_setup_dialog_async gtk_print_run_page_setup_dialog_async; 12065 12066 // gtk.PrintOperationPreviewT 12067 12068 12069 // gtk.PrintOperationPreviewT 12070 12071 alias c_gtk_print_operation_preview_end_preview gtk_print_operation_preview_end_preview; 12072 alias c_gtk_print_operation_preview_is_selected gtk_print_operation_preview_is_selected; 12073 alias c_gtk_print_operation_preview_render_page gtk_print_operation_preview_render_page; 12074 12075 // gtk.PrintContext 12076 12077 alias c_gtk_print_context_get_cairo_context gtk_print_context_get_cairo_context; 12078 alias c_gtk_print_context_set_cairo_context gtk_print_context_set_cairo_context; 12079 alias c_gtk_print_context_get_page_setup gtk_print_context_get_page_setup; 12080 alias c_gtk_print_context_get_width gtk_print_context_get_width; 12081 alias c_gtk_print_context_get_height gtk_print_context_get_height; 12082 alias c_gtk_print_context_get_dpi_x gtk_print_context_get_dpi_x; 12083 alias c_gtk_print_context_get_dpi_y gtk_print_context_get_dpi_y; 12084 alias c_gtk_print_context_get_pango_fontmap gtk_print_context_get_pango_fontmap; 12085 alias c_gtk_print_context_create_pango_context gtk_print_context_create_pango_context; 12086 alias c_gtk_print_context_create_pango_layout gtk_print_context_create_pango_layout; 12087 alias c_gtk_print_context_get_hard_margins gtk_print_context_get_hard_margins; 12088 12089 // gtk.PrintSettings 12090 12091 alias c_gtk_print_settings_new gtk_print_settings_new; 12092 alias c_gtk_print_settings_copy gtk_print_settings_copy; 12093 alias c_gtk_print_settings_has_key gtk_print_settings_has_key; 12094 alias c_gtk_print_settings_get gtk_print_settings_get; 12095 alias c_gtk_print_settings_set gtk_print_settings_set; 12096 alias c_gtk_print_settings_unset gtk_print_settings_unset; 12097 alias c_gtk_print_settings_foreach gtk_print_settings_foreach; 12098 alias c_gtk_print_settings_get_bool gtk_print_settings_get_bool; 12099 alias c_gtk_print_settings_set_bool gtk_print_settings_set_bool; 12100 alias c_gtk_print_settings_get_double gtk_print_settings_get_double; 12101 alias c_gtk_print_settings_get_double_with_default gtk_print_settings_get_double_with_default; 12102 alias c_gtk_print_settings_set_double gtk_print_settings_set_double; 12103 alias c_gtk_print_settings_get_length gtk_print_settings_get_length; 12104 alias c_gtk_print_settings_set_length gtk_print_settings_set_length; 12105 alias c_gtk_print_settings_get_int gtk_print_settings_get_int; 12106 alias c_gtk_print_settings_get_int_with_default gtk_print_settings_get_int_with_default; 12107 alias c_gtk_print_settings_set_int gtk_print_settings_set_int; 12108 alias c_gtk_print_settings_get_printer gtk_print_settings_get_printer; 12109 alias c_gtk_print_settings_set_printer gtk_print_settings_set_printer; 12110 alias c_gtk_print_settings_get_orientation gtk_print_settings_get_orientation; 12111 alias c_gtk_print_settings_set_orientation gtk_print_settings_set_orientation; 12112 alias c_gtk_print_settings_get_paper_size gtk_print_settings_get_paper_size; 12113 alias c_gtk_print_settings_set_paper_size gtk_print_settings_set_paper_size; 12114 alias c_gtk_print_settings_get_paper_width gtk_print_settings_get_paper_width; 12115 alias c_gtk_print_settings_set_paper_width gtk_print_settings_set_paper_width; 12116 alias c_gtk_print_settings_get_paper_height gtk_print_settings_get_paper_height; 12117 alias c_gtk_print_settings_set_paper_height gtk_print_settings_set_paper_height; 12118 alias c_gtk_print_settings_get_use_color gtk_print_settings_get_use_color; 12119 alias c_gtk_print_settings_set_use_color gtk_print_settings_set_use_color; 12120 alias c_gtk_print_settings_get_collate gtk_print_settings_get_collate; 12121 alias c_gtk_print_settings_set_collate gtk_print_settings_set_collate; 12122 alias c_gtk_print_settings_get_reverse gtk_print_settings_get_reverse; 12123 alias c_gtk_print_settings_set_reverse gtk_print_settings_set_reverse; 12124 alias c_gtk_print_settings_get_duplex gtk_print_settings_get_duplex; 12125 alias c_gtk_print_settings_set_duplex gtk_print_settings_set_duplex; 12126 alias c_gtk_print_settings_get_quality gtk_print_settings_get_quality; 12127 alias c_gtk_print_settings_set_quality gtk_print_settings_set_quality; 12128 alias c_gtk_print_settings_get_n_copies gtk_print_settings_get_n_copies; 12129 alias c_gtk_print_settings_set_n_copies gtk_print_settings_set_n_copies; 12130 alias c_gtk_print_settings_get_number_up gtk_print_settings_get_number_up; 12131 alias c_gtk_print_settings_set_number_up gtk_print_settings_set_number_up; 12132 alias c_gtk_print_settings_get_number_up_layout gtk_print_settings_get_number_up_layout; 12133 alias c_gtk_print_settings_set_number_up_layout gtk_print_settings_set_number_up_layout; 12134 alias c_gtk_print_settings_get_resolution gtk_print_settings_get_resolution; 12135 alias c_gtk_print_settings_set_resolution gtk_print_settings_set_resolution; 12136 alias c_gtk_print_settings_set_resolution_xy gtk_print_settings_set_resolution_xy; 12137 alias c_gtk_print_settings_get_resolution_x gtk_print_settings_get_resolution_x; 12138 alias c_gtk_print_settings_get_resolution_y gtk_print_settings_get_resolution_y; 12139 alias c_gtk_print_settings_get_printer_lpi gtk_print_settings_get_printer_lpi; 12140 alias c_gtk_print_settings_set_printer_lpi gtk_print_settings_set_printer_lpi; 12141 alias c_gtk_print_settings_get_scale gtk_print_settings_get_scale; 12142 alias c_gtk_print_settings_set_scale gtk_print_settings_set_scale; 12143 alias c_gtk_print_settings_get_print_pages gtk_print_settings_get_print_pages; 12144 alias c_gtk_print_settings_set_print_pages gtk_print_settings_set_print_pages; 12145 alias c_gtk_print_settings_get_page_ranges gtk_print_settings_get_page_ranges; 12146 alias c_gtk_print_settings_set_page_ranges gtk_print_settings_set_page_ranges; 12147 alias c_gtk_print_settings_get_page_set gtk_print_settings_get_page_set; 12148 alias c_gtk_print_settings_set_page_set gtk_print_settings_set_page_set; 12149 alias c_gtk_print_settings_get_default_source gtk_print_settings_get_default_source; 12150 alias c_gtk_print_settings_set_default_source gtk_print_settings_set_default_source; 12151 alias c_gtk_print_settings_get_media_type gtk_print_settings_get_media_type; 12152 alias c_gtk_print_settings_set_media_type gtk_print_settings_set_media_type; 12153 alias c_gtk_print_settings_get_dither gtk_print_settings_get_dither; 12154 alias c_gtk_print_settings_set_dither gtk_print_settings_set_dither; 12155 alias c_gtk_print_settings_get_finishings gtk_print_settings_get_finishings; 12156 alias c_gtk_print_settings_set_finishings gtk_print_settings_set_finishings; 12157 alias c_gtk_print_settings_get_output_bin gtk_print_settings_get_output_bin; 12158 alias c_gtk_print_settings_set_output_bin gtk_print_settings_set_output_bin; 12159 alias c_gtk_print_settings_new_from_file gtk_print_settings_new_from_file; 12160 alias c_gtk_print_settings_new_from_key_file gtk_print_settings_new_from_key_file; 12161 alias c_gtk_print_settings_load_file gtk_print_settings_load_file; 12162 alias c_gtk_print_settings_load_key_file gtk_print_settings_load_key_file; 12163 alias c_gtk_print_settings_to_file gtk_print_settings_to_file; 12164 alias c_gtk_print_settings_to_key_file gtk_print_settings_to_key_file; 12165 12166 // gtk.PageSetup 12167 12168 alias c_gtk_page_setup_new gtk_page_setup_new; 12169 alias c_gtk_page_setup_copy gtk_page_setup_copy; 12170 alias c_gtk_page_setup_get_orientation gtk_page_setup_get_orientation; 12171 alias c_gtk_page_setup_set_orientation gtk_page_setup_set_orientation; 12172 alias c_gtk_page_setup_get_paper_size gtk_page_setup_get_paper_size; 12173 alias c_gtk_page_setup_set_paper_size gtk_page_setup_set_paper_size; 12174 alias c_gtk_page_setup_get_top_margin gtk_page_setup_get_top_margin; 12175 alias c_gtk_page_setup_set_top_margin gtk_page_setup_set_top_margin; 12176 alias c_gtk_page_setup_get_bottom_margin gtk_page_setup_get_bottom_margin; 12177 alias c_gtk_page_setup_set_bottom_margin gtk_page_setup_set_bottom_margin; 12178 alias c_gtk_page_setup_get_left_margin gtk_page_setup_get_left_margin; 12179 alias c_gtk_page_setup_set_left_margin gtk_page_setup_set_left_margin; 12180 alias c_gtk_page_setup_get_right_margin gtk_page_setup_get_right_margin; 12181 alias c_gtk_page_setup_set_right_margin gtk_page_setup_set_right_margin; 12182 alias c_gtk_page_setup_set_paper_size_and_default_margins gtk_page_setup_set_paper_size_and_default_margins; 12183 alias c_gtk_page_setup_get_paper_width gtk_page_setup_get_paper_width; 12184 alias c_gtk_page_setup_get_paper_height gtk_page_setup_get_paper_height; 12185 alias c_gtk_page_setup_get_page_width gtk_page_setup_get_page_width; 12186 alias c_gtk_page_setup_get_page_height gtk_page_setup_get_page_height; 12187 alias c_gtk_page_setup_new_from_file gtk_page_setup_new_from_file; 12188 alias c_gtk_page_setup_new_from_key_file gtk_page_setup_new_from_key_file; 12189 alias c_gtk_page_setup_load_file gtk_page_setup_load_file; 12190 alias c_gtk_page_setup_load_key_file gtk_page_setup_load_key_file; 12191 alias c_gtk_page_setup_to_file gtk_page_setup_to_file; 12192 alias c_gtk_page_setup_to_key_file gtk_page_setup_to_key_file; 12193 12194 // gtk.PaperSize 12195 12196 alias c_gtk_paper_size_new gtk_paper_size_new; 12197 alias c_gtk_paper_size_new_from_ppd gtk_paper_size_new_from_ppd; 12198 alias c_gtk_paper_size_new_custom gtk_paper_size_new_custom; 12199 alias c_gtk_paper_size_copy gtk_paper_size_copy; 12200 alias c_gtk_paper_size_free gtk_paper_size_free; 12201 alias c_gtk_paper_size_is_equal gtk_paper_size_is_equal; 12202 alias c_gtk_paper_size_get_paper_sizes gtk_paper_size_get_paper_sizes; 12203 alias c_gtk_paper_size_get_name gtk_paper_size_get_name; 12204 alias c_gtk_paper_size_get_display_name gtk_paper_size_get_display_name; 12205 alias c_gtk_paper_size_get_ppd_name gtk_paper_size_get_ppd_name; 12206 alias c_gtk_paper_size_get_width gtk_paper_size_get_width; 12207 alias c_gtk_paper_size_get_height gtk_paper_size_get_height; 12208 alias c_gtk_paper_size_is_custom gtk_paper_size_is_custom; 12209 alias c_gtk_paper_size_set_size gtk_paper_size_set_size; 12210 alias c_gtk_paper_size_get_default_top_margin gtk_paper_size_get_default_top_margin; 12211 alias c_gtk_paper_size_get_default_bottom_margin gtk_paper_size_get_default_bottom_margin; 12212 alias c_gtk_paper_size_get_default_left_margin gtk_paper_size_get_default_left_margin; 12213 alias c_gtk_paper_size_get_default_right_margin gtk_paper_size_get_default_right_margin; 12214 alias c_gtk_paper_size_get_default gtk_paper_size_get_default; 12215 alias c_gtk_paper_size_new_from_key_file gtk_paper_size_new_from_key_file; 12216 alias c_gtk_paper_size_to_key_file gtk_paper_size_to_key_file; 12217 12218 // gtk.Printer 12219 12220 alias c_gtk_printer_new gtk_printer_new; 12221 alias c_gtk_printer_get_backend gtk_printer_get_backend; 12222 alias c_gtk_printer_get_name gtk_printer_get_name; 12223 alias c_gtk_printer_get_state_message gtk_printer_get_state_message; 12224 alias c_gtk_printer_get_description gtk_printer_get_description; 12225 alias c_gtk_printer_get_location gtk_printer_get_location; 12226 alias c_gtk_printer_get_icon_name gtk_printer_get_icon_name; 12227 alias c_gtk_printer_get_job_count gtk_printer_get_job_count; 12228 alias c_gtk_printer_is_active gtk_printer_is_active; 12229 alias c_gtk_printer_is_paused gtk_printer_is_paused; 12230 alias c_gtk_printer_is_accepting_jobs gtk_printer_is_accepting_jobs; 12231 alias c_gtk_printer_is_virtual gtk_printer_is_virtual; 12232 alias c_gtk_printer_is_default gtk_printer_is_default; 12233 alias c_gtk_printer_accepts_ps gtk_printer_accepts_ps; 12234 alias c_gtk_printer_accepts_pdf gtk_printer_accepts_pdf; 12235 alias c_gtk_printer_list_papers gtk_printer_list_papers; 12236 alias c_gtk_printer_compare gtk_printer_compare; 12237 alias c_gtk_printer_has_details gtk_printer_has_details; 12238 alias c_gtk_printer_request_details gtk_printer_request_details; 12239 alias c_gtk_printer_get_capabilities gtk_printer_get_capabilities; 12240 alias c_gtk_printer_get_default_page_size gtk_printer_get_default_page_size; 12241 alias c_gtk_printer_get_hard_margins gtk_printer_get_hard_margins; 12242 alias c_gtk_enumerate_printers gtk_enumerate_printers; 12243 12244 // gtk.PrintJob 12245 12246 alias c_gtk_print_job_new gtk_print_job_new; 12247 alias c_gtk_print_job_get_settings gtk_print_job_get_settings; 12248 alias c_gtk_print_job_get_printer gtk_print_job_get_printer; 12249 alias c_gtk_print_job_get_title gtk_print_job_get_title; 12250 alias c_gtk_print_job_get_status gtk_print_job_get_status; 12251 alias c_gtk_print_job_set_source_file gtk_print_job_set_source_file; 12252 alias c_gtk_print_job_get_surface gtk_print_job_get_surface; 12253 alias c_gtk_print_job_send gtk_print_job_send; 12254 alias c_gtk_print_job_set_track_print_status gtk_print_job_set_track_print_status; 12255 alias c_gtk_print_job_get_track_print_status gtk_print_job_get_track_print_status; 12256 alias c_gtk_print_job_get_pages gtk_print_job_get_pages; 12257 alias c_gtk_print_job_set_pages gtk_print_job_set_pages; 12258 alias c_gtk_print_job_get_page_ranges gtk_print_job_get_page_ranges; 12259 alias c_gtk_print_job_set_page_ranges gtk_print_job_set_page_ranges; 12260 alias c_gtk_print_job_get_page_set gtk_print_job_get_page_set; 12261 alias c_gtk_print_job_set_page_set gtk_print_job_set_page_set; 12262 alias c_gtk_print_job_get_num_copies gtk_print_job_get_num_copies; 12263 alias c_gtk_print_job_set_num_copies gtk_print_job_set_num_copies; 12264 alias c_gtk_print_job_get_scale gtk_print_job_get_scale; 12265 alias c_gtk_print_job_set_scale gtk_print_job_set_scale; 12266 alias c_gtk_print_job_get_n_up gtk_print_job_get_n_up; 12267 alias c_gtk_print_job_set_n_up gtk_print_job_set_n_up; 12268 alias c_gtk_print_job_get_n_up_layout gtk_print_job_get_n_up_layout; 12269 alias c_gtk_print_job_set_n_up_layout gtk_print_job_set_n_up_layout; 12270 alias c_gtk_print_job_get_rotate gtk_print_job_get_rotate; 12271 alias c_gtk_print_job_set_rotate gtk_print_job_set_rotate; 12272 alias c_gtk_print_job_get_collate gtk_print_job_get_collate; 12273 alias c_gtk_print_job_set_collate gtk_print_job_set_collate; 12274 alias c_gtk_print_job_get_reverse gtk_print_job_get_reverse; 12275 alias c_gtk_print_job_set_reverse gtk_print_job_set_reverse; 12276 12277 // gtk.PrintUnixDialog 12278 12279 alias c_gtk_print_unix_dialog_new gtk_print_unix_dialog_new; 12280 alias c_gtk_print_unix_dialog_set_page_setup gtk_print_unix_dialog_set_page_setup; 12281 alias c_gtk_print_unix_dialog_get_page_setup gtk_print_unix_dialog_get_page_setup; 12282 alias c_gtk_print_unix_dialog_set_current_page gtk_print_unix_dialog_set_current_page; 12283 alias c_gtk_print_unix_dialog_get_current_page gtk_print_unix_dialog_get_current_page; 12284 alias c_gtk_print_unix_dialog_set_settings gtk_print_unix_dialog_set_settings; 12285 alias c_gtk_print_unix_dialog_get_settings gtk_print_unix_dialog_get_settings; 12286 alias c_gtk_print_unix_dialog_get_selected_printer gtk_print_unix_dialog_get_selected_printer; 12287 alias c_gtk_print_unix_dialog_add_custom_tab gtk_print_unix_dialog_add_custom_tab; 12288 alias c_gtk_print_unix_dialog_set_support_selection gtk_print_unix_dialog_set_support_selection; 12289 alias c_gtk_print_unix_dialog_get_support_selection gtk_print_unix_dialog_get_support_selection; 12290 alias c_gtk_print_unix_dialog_set_has_selection gtk_print_unix_dialog_set_has_selection; 12291 alias c_gtk_print_unix_dialog_get_has_selection gtk_print_unix_dialog_get_has_selection; 12292 alias c_gtk_print_unix_dialog_set_embed_page_setup gtk_print_unix_dialog_set_embed_page_setup; 12293 alias c_gtk_print_unix_dialog_get_embed_page_setup gtk_print_unix_dialog_get_embed_page_setup; 12294 alias c_gtk_print_unix_dialog_get_page_setup_set gtk_print_unix_dialog_get_page_setup_set; 12295 alias c_gtk_print_unix_dialog_set_manual_capabilities gtk_print_unix_dialog_set_manual_capabilities; 12296 alias c_gtk_print_unix_dialog_get_manual_capabilities gtk_print_unix_dialog_get_manual_capabilities; 12297 12298 // gtk.PageSetupUnixDialog 12299 12300 alias c_gtk_page_setup_unix_dialog_new gtk_page_setup_unix_dialog_new; 12301 alias c_gtk_page_setup_unix_dialog_set_page_setup gtk_page_setup_unix_dialog_set_page_setup; 12302 alias c_gtk_page_setup_unix_dialog_get_page_setup gtk_page_setup_unix_dialog_get_page_setup; 12303 alias c_gtk_page_setup_unix_dialog_set_print_settings gtk_page_setup_unix_dialog_set_print_settings; 12304 alias c_gtk_page_setup_unix_dialog_get_print_settings gtk_page_setup_unix_dialog_get_print_settings; 12305 12306 // gtk.Adjustment 12307 12308 alias c_gtk_adjustment_new gtk_adjustment_new; 12309 alias c_gtk_adjustment_get_value gtk_adjustment_get_value; 12310 alias c_gtk_adjustment_set_value gtk_adjustment_set_value; 12311 alias c_gtk_adjustment_clamp_page gtk_adjustment_clamp_page; 12312 alias c_gtk_adjustment_changed gtk_adjustment_changed; 12313 alias c_gtk_adjustment_value_changed gtk_adjustment_value_changed; 12314 alias c_gtk_adjustment_configure gtk_adjustment_configure; 12315 alias c_gtk_adjustment_get_lower gtk_adjustment_get_lower; 12316 alias c_gtk_adjustment_get_page_increment gtk_adjustment_get_page_increment; 12317 alias c_gtk_adjustment_get_page_size gtk_adjustment_get_page_size; 12318 alias c_gtk_adjustment_get_step_increment gtk_adjustment_get_step_increment; 12319 alias c_gtk_adjustment_get_minimum_increment gtk_adjustment_get_minimum_increment; 12320 alias c_gtk_adjustment_get_upper gtk_adjustment_get_upper; 12321 alias c_gtk_adjustment_set_lower gtk_adjustment_set_lower; 12322 alias c_gtk_adjustment_set_page_increment gtk_adjustment_set_page_increment; 12323 alias c_gtk_adjustment_set_page_size gtk_adjustment_set_page_size; 12324 alias c_gtk_adjustment_set_step_increment gtk_adjustment_set_step_increment; 12325 alias c_gtk_adjustment_set_upper gtk_adjustment_set_upper; 12326 12327 // gtk.Arrow 12328 12329 alias c_gtk_arrow_new gtk_arrow_new; 12330 alias c_gtk_arrow_set gtk_arrow_set; 12331 12332 // gtk.Calendar 12333 12334 alias c_gtk_calendar_new gtk_calendar_new; 12335 alias c_gtk_calendar_select_month gtk_calendar_select_month; 12336 alias c_gtk_calendar_select_day gtk_calendar_select_day; 12337 alias c_gtk_calendar_mark_day gtk_calendar_mark_day; 12338 alias c_gtk_calendar_unmark_day gtk_calendar_unmark_day; 12339 alias c_gtk_calendar_get_day_is_marked gtk_calendar_get_day_is_marked; 12340 alias c_gtk_calendar_clear_marks gtk_calendar_clear_marks; 12341 alias c_gtk_calendar_get_display_options gtk_calendar_get_display_options; 12342 alias c_gtk_calendar_set_display_options gtk_calendar_set_display_options; 12343 alias c_gtk_calendar_get_date gtk_calendar_get_date; 12344 alias c_gtk_calendar_set_detail_func gtk_calendar_set_detail_func; 12345 alias c_gtk_calendar_get_detail_width_chars gtk_calendar_get_detail_width_chars; 12346 alias c_gtk_calendar_set_detail_width_chars gtk_calendar_set_detail_width_chars; 12347 alias c_gtk_calendar_get_detail_height_rows gtk_calendar_get_detail_height_rows; 12348 alias c_gtk_calendar_set_detail_height_rows gtk_calendar_set_detail_height_rows; 12349 12350 // gtk.DrawingArea 12351 12352 alias c_gtk_drawing_area_new gtk_drawing_area_new; 12353 12354 // gtk.EventBox 12355 12356 alias c_gtk_event_box_new gtk_event_box_new; 12357 alias c_gtk_event_box_set_above_child gtk_event_box_set_above_child; 12358 alias c_gtk_event_box_get_above_child gtk_event_box_get_above_child; 12359 alias c_gtk_event_box_set_visible_window gtk_event_box_set_visible_window; 12360 alias c_gtk_event_box_get_visible_window gtk_event_box_get_visible_window; 12361 12362 // gtk.HandleBox 12363 12364 alias c_gtk_handle_box_new gtk_handle_box_new; 12365 alias c_gtk_handle_box_set_shadow_type gtk_handle_box_set_shadow_type; 12366 alias c_gtk_handle_box_set_handle_position gtk_handle_box_set_handle_position; 12367 alias c_gtk_handle_box_set_snap_edge gtk_handle_box_set_snap_edge; 12368 alias c_gtk_handle_box_get_handle_position gtk_handle_box_get_handle_position; 12369 alias c_gtk_handle_box_get_shadow_type gtk_handle_box_get_shadow_type; 12370 alias c_gtk_handle_box_get_snap_edge gtk_handle_box_get_snap_edge; 12371 alias c_gtk_handle_box_get_child_detached gtk_handle_box_get_child_detached; 12372 12373 // gtk.IMContextSimple 12374 12375 alias c_gtk_im_context_simple_new gtk_im_context_simple_new; 12376 alias c_gtk_im_context_simple_add_table gtk_im_context_simple_add_table; 12377 12378 // gtk.IMMulticontext 12379 12380 alias c_gtk_im_multicontext_new gtk_im_multicontext_new; 12381 alias c_gtk_im_multicontext_append_menuitems gtk_im_multicontext_append_menuitems; 12382 alias c_gtk_im_multicontext_get_context_id gtk_im_multicontext_get_context_id; 12383 alias c_gtk_im_multicontext_set_context_id gtk_im_multicontext_set_context_id; 12384 12385 // gtk.SizeGroup 12386 12387 alias c_gtk_size_group_new gtk_size_group_new; 12388 alias c_gtk_size_group_set_mode gtk_size_group_set_mode; 12389 alias c_gtk_size_group_get_mode gtk_size_group_get_mode; 12390 alias c_gtk_size_group_set_ignore_hidden gtk_size_group_set_ignore_hidden; 12391 alias c_gtk_size_group_get_ignore_hidden gtk_size_group_get_ignore_hidden; 12392 alias c_gtk_size_group_add_widget gtk_size_group_add_widget; 12393 alias c_gtk_size_group_remove_widget gtk_size_group_remove_widget; 12394 alias c_gtk_size_group_get_widgets gtk_size_group_get_widgets; 12395 12396 // gtk.Tooltip 12397 12398 alias c_gtk_tooltip_set_markup gtk_tooltip_set_markup; 12399 alias c_gtk_tooltip_set_text gtk_tooltip_set_text; 12400 alias c_gtk_tooltip_set_icon gtk_tooltip_set_icon; 12401 alias c_gtk_tooltip_set_icon_from_stock gtk_tooltip_set_icon_from_stock; 12402 alias c_gtk_tooltip_set_icon_from_icon_name gtk_tooltip_set_icon_from_icon_name; 12403 alias c_gtk_tooltip_set_icon_from_gicon gtk_tooltip_set_icon_from_gicon; 12404 alias c_gtk_tooltip_set_custom gtk_tooltip_set_custom; 12405 alias c_gtk_tooltip_trigger_tooltip_query gtk_tooltip_trigger_tooltip_query; 12406 alias c_gtk_tooltip_set_tip_area gtk_tooltip_set_tip_area; 12407 12408 // gtk.Viewport 12409 12410 alias c_gtk_viewport_new gtk_viewport_new; 12411 alias c_gtk_viewport_get_hadjustment gtk_viewport_get_hadjustment; 12412 alias c_gtk_viewport_get_vadjustment gtk_viewport_get_vadjustment; 12413 alias c_gtk_viewport_set_hadjustment gtk_viewport_set_hadjustment; 12414 alias c_gtk_viewport_set_vadjustment gtk_viewport_set_vadjustment; 12415 alias c_gtk_viewport_set_shadow_type gtk_viewport_set_shadow_type; 12416 alias c_gtk_viewport_get_shadow_type gtk_viewport_get_shadow_type; 12417 alias c_gtk_viewport_get_bin_window gtk_viewport_get_bin_window; 12418 alias c_gtk_viewport_get_view_window gtk_viewport_get_view_window; 12419 12420 // gtk.Accessible 12421 12422 alias c_gtk_accessible_connect_widget_destroyed gtk_accessible_connect_widget_destroyed; 12423 alias c_gtk_accessible_get_widget gtk_accessible_get_widget; 12424 alias c_gtk_accessible_set_widget gtk_accessible_set_widget; 12425 12426 // gtk.Widget 12427 12428 alias c_gtk_widget_new gtk_widget_new; 12429 alias c_gtk_widget_destroy gtk_widget_destroy; 12430 alias c_gtk_widget_in_destruction gtk_widget_in_destruction; 12431 alias c_gtk_widget_destroyed gtk_widget_destroyed; 12432 alias c_gtk_widget_unparent gtk_widget_unparent; 12433 alias c_gtk_widget_show gtk_widget_show; 12434 alias c_gtk_widget_show_now gtk_widget_show_now; 12435 alias c_gtk_widget_hide gtk_widget_hide; 12436 alias c_gtk_widget_show_all gtk_widget_show_all; 12437 alias c_gtk_widget_map gtk_widget_map; 12438 alias c_gtk_widget_unmap gtk_widget_unmap; 12439 alias c_gtk_widget_realize gtk_widget_realize; 12440 alias c_gtk_widget_unrealize gtk_widget_unrealize; 12441 alias c_gtk_widget_draw gtk_widget_draw; 12442 alias c_gtk_widget_queue_draw gtk_widget_queue_draw; 12443 alias c_gtk_widget_queue_resize gtk_widget_queue_resize; 12444 alias c_gtk_widget_queue_resize_no_redraw gtk_widget_queue_resize_no_redraw; 12445 alias c_gtk_widget_get_frame_clock gtk_widget_get_frame_clock; 12446 alias c_gtk_widget_get_scale_factor gtk_widget_get_scale_factor; 12447 alias c_gtk_widget_add_tick_callback gtk_widget_add_tick_callback; 12448 alias c_gtk_widget_remove_tick_callback gtk_widget_remove_tick_callback; 12449 alias c_gtk_widget_size_request gtk_widget_size_request; 12450 alias c_gtk_widget_get_child_requisition gtk_widget_get_child_requisition; 12451 alias c_gtk_widget_size_allocate gtk_widget_size_allocate; 12452 alias c_gtk_widget_size_allocate_with_baseline gtk_widget_size_allocate_with_baseline; 12453 alias c_gtk_widget_add_accelerator gtk_widget_add_accelerator; 12454 alias c_gtk_widget_remove_accelerator gtk_widget_remove_accelerator; 12455 alias c_gtk_widget_set_accel_path gtk_widget_set_accel_path; 12456 alias c_gtk_widget_list_accel_closures gtk_widget_list_accel_closures; 12457 alias c_gtk_widget_can_activate_accel gtk_widget_can_activate_accel; 12458 alias c_gtk_widget_event gtk_widget_event; 12459 alias c_gtk_widget_activate gtk_widget_activate; 12460 alias c_gtk_widget_reparent gtk_widget_reparent; 12461 alias c_gtk_widget_intersect gtk_widget_intersect; 12462 alias c_gtk_widget_is_focus gtk_widget_is_focus; 12463 alias c_gtk_widget_grab_focus gtk_widget_grab_focus; 12464 alias c_gtk_widget_grab_default gtk_widget_grab_default; 12465 alias c_gtk_widget_set_name gtk_widget_set_name; 12466 alias c_gtk_widget_get_name gtk_widget_get_name; 12467 alias c_gtk_widget_set_state gtk_widget_set_state; 12468 alias c_gtk_widget_set_sensitive gtk_widget_set_sensitive; 12469 alias c_gtk_widget_set_parent gtk_widget_set_parent; 12470 alias c_gtk_widget_set_parent_window gtk_widget_set_parent_window; 12471 alias c_gtk_widget_get_parent_window gtk_widget_get_parent_window; 12472 alias c_gtk_widget_set_events gtk_widget_set_events; 12473 alias c_gtk_widget_get_events gtk_widget_get_events; 12474 alias c_gtk_widget_add_events gtk_widget_add_events; 12475 alias c_gtk_widget_set_device_events gtk_widget_set_device_events; 12476 alias c_gtk_widget_get_device_events gtk_widget_get_device_events; 12477 alias c_gtk_widget_add_device_events gtk_widget_add_device_events; 12478 alias c_gtk_widget_set_device_enabled gtk_widget_set_device_enabled; 12479 alias c_gtk_widget_get_device_enabled gtk_widget_get_device_enabled; 12480 alias c_gtk_widget_get_toplevel gtk_widget_get_toplevel; 12481 alias c_gtk_widget_get_ancestor gtk_widget_get_ancestor; 12482 alias c_gtk_widget_get_visual gtk_widget_get_visual; 12483 alias c_gtk_widget_set_visual gtk_widget_set_visual; 12484 alias c_gtk_widget_get_pointer gtk_widget_get_pointer; 12485 alias c_gtk_widget_is_ancestor gtk_widget_is_ancestor; 12486 alias c_gtk_widget_translate_coordinates gtk_widget_translate_coordinates; 12487 alias c_gtk_widget_hide_on_delete gtk_widget_hide_on_delete; 12488 alias c_gtk_widget_set_style gtk_widget_set_style; 12489 alias c_gtk_widget_ensure_style gtk_widget_ensure_style; 12490 alias c_gtk_widget_get_style gtk_widget_get_style; 12491 alias c_gtk_widget_reset_rc_styles gtk_widget_reset_rc_styles; 12492 alias c_gtk_widget_get_default_style gtk_widget_get_default_style; 12493 alias c_gtk_widget_set_direction gtk_widget_set_direction; 12494 alias c_gtk_widget_get_direction gtk_widget_get_direction; 12495 alias c_gtk_widget_set_default_direction gtk_widget_set_default_direction; 12496 alias c_gtk_widget_get_default_direction gtk_widget_get_default_direction; 12497 alias c_gtk_widget_shape_combine_region gtk_widget_shape_combine_region; 12498 alias c_gtk_widget_input_shape_combine_region gtk_widget_input_shape_combine_region; 12499 alias c_gtk_widget_path gtk_widget_path; 12500 alias c_gtk_widget_get_composite_name gtk_widget_get_composite_name; 12501 alias c_gtk_widget_override_background_color gtk_widget_override_background_color; 12502 alias c_gtk_widget_override_color gtk_widget_override_color; 12503 alias c_gtk_widget_override_font gtk_widget_override_font; 12504 alias c_gtk_widget_override_symbolic_color gtk_widget_override_symbolic_color; 12505 alias c_gtk_widget_override_cursor gtk_widget_override_cursor; 12506 alias c_gtk_widget_modify_style gtk_widget_modify_style; 12507 alias c_gtk_widget_get_modifier_style gtk_widget_get_modifier_style; 12508 alias c_gtk_widget_modify_fg gtk_widget_modify_fg; 12509 alias c_gtk_widget_modify_bg gtk_widget_modify_bg; 12510 alias c_gtk_widget_modify_text gtk_widget_modify_text; 12511 alias c_gtk_widget_modify_base gtk_widget_modify_base; 12512 alias c_gtk_widget_modify_font gtk_widget_modify_font; 12513 alias c_gtk_widget_modify_cursor gtk_widget_modify_cursor; 12514 alias c_gtk_widget_create_pango_context gtk_widget_create_pango_context; 12515 alias c_gtk_widget_get_pango_context gtk_widget_get_pango_context; 12516 alias c_gtk_widget_create_pango_layout gtk_widget_create_pango_layout; 12517 alias c_gtk_widget_render_icon gtk_widget_render_icon; 12518 alias c_gtk_widget_render_icon_pixbuf gtk_widget_render_icon_pixbuf; 12519 alias c_gtk_widget_pop_composite_child gtk_widget_pop_composite_child; 12520 alias c_gtk_widget_push_composite_child gtk_widget_push_composite_child; 12521 alias c_gtk_widget_queue_draw_area gtk_widget_queue_draw_area; 12522 alias c_gtk_widget_queue_draw_region gtk_widget_queue_draw_region; 12523 alias c_gtk_widget_set_app_paintable gtk_widget_set_app_paintable; 12524 alias c_gtk_widget_set_double_buffered gtk_widget_set_double_buffered; 12525 alias c_gtk_widget_set_redraw_on_allocate gtk_widget_set_redraw_on_allocate; 12526 alias c_gtk_widget_set_composite_name gtk_widget_set_composite_name; 12527 alias c_gtk_widget_mnemonic_activate gtk_widget_mnemonic_activate; 12528 alias c_gtk_widget_region_intersect gtk_widget_region_intersect; 12529 alias c_gtk_widget_send_expose gtk_widget_send_expose; 12530 alias c_gtk_widget_send_focus_change gtk_widget_send_focus_change; 12531 alias c_gtk_widget_style_get gtk_widget_style_get; 12532 alias c_gtk_widget_style_get_property gtk_widget_style_get_property; 12533 alias c_gtk_widget_style_get_valist gtk_widget_style_get_valist; 12534 alias c_gtk_widget_style_attach gtk_widget_style_attach; 12535 alias c_gtk_widget_get_accessible gtk_widget_get_accessible; 12536 alias c_gtk_widget_child_focus gtk_widget_child_focus; 12537 alias c_gtk_widget_child_notify gtk_widget_child_notify; 12538 alias c_gtk_widget_freeze_child_notify gtk_widget_freeze_child_notify; 12539 alias c_gtk_widget_get_child_visible gtk_widget_get_child_visible; 12540 alias c_gtk_widget_get_parent gtk_widget_get_parent; 12541 alias c_gtk_widget_get_settings gtk_widget_get_settings; 12542 alias c_gtk_widget_get_clipboard gtk_widget_get_clipboard; 12543 alias c_gtk_widget_get_display gtk_widget_get_display; 12544 alias c_gtk_widget_get_root_window gtk_widget_get_root_window; 12545 alias c_gtk_widget_get_screen gtk_widget_get_screen; 12546 alias c_gtk_widget_has_screen gtk_widget_has_screen; 12547 alias c_gtk_widget_get_size_request gtk_widget_get_size_request; 12548 alias c_gtk_widget_set_child_visible gtk_widget_set_child_visible; 12549 alias c_gtk_widget_set_size_request gtk_widget_set_size_request; 12550 alias c_gtk_widget_thaw_child_notify gtk_widget_thaw_child_notify; 12551 alias c_gtk_widget_set_no_show_all gtk_widget_set_no_show_all; 12552 alias c_gtk_widget_get_no_show_all gtk_widget_get_no_show_all; 12553 alias c_gtk_widget_list_mnemonic_labels gtk_widget_list_mnemonic_labels; 12554 alias c_gtk_widget_add_mnemonic_label gtk_widget_add_mnemonic_label; 12555 alias c_gtk_widget_remove_mnemonic_label gtk_widget_remove_mnemonic_label; 12556 alias c_gtk_widget_is_composited gtk_widget_is_composited; 12557 alias c_gtk_widget_error_bell gtk_widget_error_bell; 12558 alias c_gtk_widget_keynav_failed gtk_widget_keynav_failed; 12559 alias c_gtk_widget_get_tooltip_markup gtk_widget_get_tooltip_markup; 12560 alias c_gtk_widget_set_tooltip_markup gtk_widget_set_tooltip_markup; 12561 alias c_gtk_widget_get_tooltip_text gtk_widget_get_tooltip_text; 12562 alias c_gtk_widget_set_tooltip_text gtk_widget_set_tooltip_text; 12563 alias c_gtk_widget_get_tooltip_window gtk_widget_get_tooltip_window; 12564 alias c_gtk_widget_set_tooltip_window gtk_widget_set_tooltip_window; 12565 alias c_gtk_widget_get_has_tooltip gtk_widget_get_has_tooltip; 12566 alias c_gtk_widget_set_has_tooltip gtk_widget_set_has_tooltip; 12567 alias c_gtk_widget_trigger_tooltip_query gtk_widget_trigger_tooltip_query; 12568 alias c_gtk_widget_get_window gtk_widget_get_window; 12569 alias c_gtk_widget_register_window gtk_widget_register_window; 12570 alias c_gtk_widget_unregister_window gtk_widget_unregister_window; 12571 alias c_gtk_cairo_should_draw_window gtk_cairo_should_draw_window; 12572 alias c_gtk_cairo_transform_to_window gtk_cairo_transform_to_window; 12573 alias c_gtk_widget_get_allocated_width gtk_widget_get_allocated_width; 12574 alias c_gtk_widget_get_allocated_height gtk_widget_get_allocated_height; 12575 alias c_gtk_widget_get_allocation gtk_widget_get_allocation; 12576 alias c_gtk_widget_set_allocation gtk_widget_set_allocation; 12577 alias c_gtk_widget_get_allocated_baseline gtk_widget_get_allocated_baseline; 12578 alias c_gtk_widget_get_app_paintable gtk_widget_get_app_paintable; 12579 alias c_gtk_widget_get_can_default gtk_widget_get_can_default; 12580 alias c_gtk_widget_set_can_default gtk_widget_set_can_default; 12581 alias c_gtk_widget_get_can_focus gtk_widget_get_can_focus; 12582 alias c_gtk_widget_set_can_focus gtk_widget_set_can_focus; 12583 alias c_gtk_widget_get_double_buffered gtk_widget_get_double_buffered; 12584 alias c_gtk_widget_get_has_window gtk_widget_get_has_window; 12585 alias c_gtk_widget_set_has_window gtk_widget_set_has_window; 12586 alias c_gtk_widget_get_sensitive gtk_widget_get_sensitive; 12587 alias c_gtk_widget_is_sensitive gtk_widget_is_sensitive; 12588 alias c_gtk_widget_get_state gtk_widget_get_state; 12589 alias c_gtk_widget_get_visible gtk_widget_get_visible; 12590 alias c_gtk_widget_is_visible gtk_widget_is_visible; 12591 alias c_gtk_widget_set_visible gtk_widget_set_visible; 12592 alias c_gtk_widget_set_state_flags gtk_widget_set_state_flags; 12593 alias c_gtk_widget_unset_state_flags gtk_widget_unset_state_flags; 12594 alias c_gtk_widget_get_state_flags gtk_widget_get_state_flags; 12595 alias c_gtk_widget_has_default gtk_widget_has_default; 12596 alias c_gtk_widget_has_focus gtk_widget_has_focus; 12597 alias c_gtk_widget_has_visible_focus gtk_widget_has_visible_focus; 12598 alias c_gtk_widget_has_grab gtk_widget_has_grab; 12599 alias c_gtk_widget_has_rc_style gtk_widget_has_rc_style; 12600 alias c_gtk_widget_is_drawable gtk_widget_is_drawable; 12601 alias c_gtk_widget_is_toplevel gtk_widget_is_toplevel; 12602 alias c_gtk_widget_set_window gtk_widget_set_window; 12603 alias c_gtk_widget_set_receives_default gtk_widget_set_receives_default; 12604 alias c_gtk_widget_get_receives_default gtk_widget_get_receives_default; 12605 alias c_gtk_widget_set_support_multidevice gtk_widget_set_support_multidevice; 12606 alias c_gtk_widget_get_support_multidevice gtk_widget_get_support_multidevice; 12607 alias c_gtk_widget_set_realized gtk_widget_set_realized; 12608 alias c_gtk_widget_get_realized gtk_widget_get_realized; 12609 alias c_gtk_widget_set_mapped gtk_widget_set_mapped; 12610 alias c_gtk_widget_get_mapped gtk_widget_get_mapped; 12611 alias c_gtk_widget_get_requisition gtk_widget_get_requisition; 12612 alias c_gtk_widget_device_is_shadowed gtk_widget_device_is_shadowed; 12613 alias c_gtk_widget_get_modifier_mask gtk_widget_get_modifier_mask; 12614 alias c_gtk_widget_insert_action_group gtk_widget_insert_action_group; 12615 alias c_gtk_widget_get_opacity gtk_widget_get_opacity; 12616 alias c_gtk_widget_set_opacity gtk_widget_set_opacity; 12617 alias c_gtk_widget_get_path gtk_widget_get_path; 12618 alias c_gtk_widget_get_style_context gtk_widget_get_style_context; 12619 alias c_gtk_widget_reset_style gtk_widget_reset_style; 12620 alias c_gtk_widget_get_preferred_height gtk_widget_get_preferred_height; 12621 alias c_gtk_widget_get_preferred_width gtk_widget_get_preferred_width; 12622 alias c_gtk_widget_get_preferred_height_for_width gtk_widget_get_preferred_height_for_width; 12623 alias c_gtk_widget_get_preferred_width_for_height gtk_widget_get_preferred_width_for_height; 12624 alias c_gtk_widget_get_preferred_height_and_baseline_for_width gtk_widget_get_preferred_height_and_baseline_for_width; 12625 alias c_gtk_widget_get_request_mode gtk_widget_get_request_mode; 12626 alias c_gtk_widget_get_preferred_size gtk_widget_get_preferred_size; 12627 alias c_gtk_distribute_natural_allocation gtk_distribute_natural_allocation; 12628 alias c_gtk_widget_get_halign gtk_widget_get_halign; 12629 alias c_gtk_widget_set_halign gtk_widget_set_halign; 12630 alias c_gtk_widget_get_valign gtk_widget_get_valign; 12631 alias c_gtk_widget_get_valign_with_baseline gtk_widget_get_valign_with_baseline; 12632 alias c_gtk_widget_set_valign gtk_widget_set_valign; 12633 alias c_gtk_widget_get_margin_left gtk_widget_get_margin_left; 12634 alias c_gtk_widget_set_margin_left gtk_widget_set_margin_left; 12635 alias c_gtk_widget_get_margin_right gtk_widget_get_margin_right; 12636 alias c_gtk_widget_set_margin_right gtk_widget_set_margin_right; 12637 alias c_gtk_widget_get_margin_top gtk_widget_get_margin_top; 12638 alias c_gtk_widget_set_margin_top gtk_widget_set_margin_top; 12639 alias c_gtk_widget_get_margin_bottom gtk_widget_get_margin_bottom; 12640 alias c_gtk_widget_set_margin_bottom gtk_widget_set_margin_bottom; 12641 alias c_gtk_widget_get_hexpand gtk_widget_get_hexpand; 12642 alias c_gtk_widget_set_hexpand gtk_widget_set_hexpand; 12643 alias c_gtk_widget_get_hexpand_set gtk_widget_get_hexpand_set; 12644 alias c_gtk_widget_set_hexpand_set gtk_widget_set_hexpand_set; 12645 alias c_gtk_widget_get_vexpand gtk_widget_get_vexpand; 12646 alias c_gtk_widget_set_vexpand gtk_widget_set_vexpand; 12647 alias c_gtk_widget_get_vexpand_set gtk_widget_get_vexpand_set; 12648 alias c_gtk_widget_set_vexpand_set gtk_widget_set_vexpand_set; 12649 alias c_gtk_widget_queue_compute_expand gtk_widget_queue_compute_expand; 12650 alias c_gtk_widget_compute_expand gtk_widget_compute_expand; 12651 alias c_gtk_widget_init_template gtk_widget_init_template; 12652 alias c_gtk_widget_get_template_child gtk_widget_get_template_child; 12653 12654 // gtk.Requisition 12655 12656 alias c_gtk_requisition_new gtk_requisition_new; 12657 alias c_gtk_requisition_copy gtk_requisition_copy; 12658 alias c_gtk_requisition_free gtk_requisition_free; 12659 12660 // gtk.WidgetClass 12661 12662 alias c_gtk_widget_class_path gtk_widget_class_path; 12663 alias c_gtk_widget_class_install_style_property gtk_widget_class_install_style_property; 12664 alias c_gtk_widget_class_install_style_property_parser gtk_widget_class_install_style_property_parser; 12665 alias c_gtk_widget_class_find_style_property gtk_widget_class_find_style_property; 12666 alias c_gtk_widget_class_list_style_properties gtk_widget_class_list_style_properties; 12667 alias c_gtk_widget_class_set_accessible_type gtk_widget_class_set_accessible_type; 12668 alias c_gtk_widget_class_set_accessible_role gtk_widget_class_set_accessible_role; 12669 alias c_gtk_widget_class_set_template gtk_widget_class_set_template; 12670 alias c_gtk_widget_class_set_template_from_resource gtk_widget_class_set_template_from_resource; 12671 alias c_gtk_widget_class_bind_template_child_full gtk_widget_class_bind_template_child_full; 12672 alias c_gtk_widget_class_bind_template_callback_full gtk_widget_class_bind_template_callback_full; 12673 alias c_gtk_widget_class_set_connect_func gtk_widget_class_set_connect_func; 12674 12675 // gtk.Container 12676 12677 alias c_gtk_container_add gtk_container_add; 12678 alias c_gtk_container_remove gtk_container_remove; 12679 alias c_gtk_container_add_with_properties gtk_container_add_with_properties; 12680 alias c_gtk_container_get_resize_mode gtk_container_get_resize_mode; 12681 alias c_gtk_container_set_resize_mode gtk_container_set_resize_mode; 12682 alias c_gtk_container_check_resize gtk_container_check_resize; 12683 alias c_gtk_container_foreach gtk_container_foreach; 12684 alias c_gtk_container_get_children gtk_container_get_children; 12685 alias c_gtk_container_get_path_for_child gtk_container_get_path_for_child; 12686 alias c_gtk_container_set_reallocate_redraws gtk_container_set_reallocate_redraws; 12687 alias c_gtk_container_get_focus_child gtk_container_get_focus_child; 12688 alias c_gtk_container_set_focus_child gtk_container_set_focus_child; 12689 alias c_gtk_container_get_focus_vadjustment gtk_container_get_focus_vadjustment; 12690 alias c_gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjustment; 12691 alias c_gtk_container_get_focus_hadjustment gtk_container_get_focus_hadjustment; 12692 alias c_gtk_container_set_focus_hadjustment gtk_container_set_focus_hadjustment; 12693 alias c_gtk_container_resize_children gtk_container_resize_children; 12694 alias c_gtk_container_child_type gtk_container_child_type; 12695 alias c_gtk_container_child_get gtk_container_child_get; 12696 alias c_gtk_container_child_set gtk_container_child_set; 12697 alias c_gtk_container_child_get_property gtk_container_child_get_property; 12698 alias c_gtk_container_child_set_property gtk_container_child_set_property; 12699 alias c_gtk_container_child_get_valist gtk_container_child_get_valist; 12700 alias c_gtk_container_child_set_valist gtk_container_child_set_valist; 12701 alias c_gtk_container_child_notify gtk_container_child_notify; 12702 alias c_gtk_container_forall gtk_container_forall; 12703 alias c_gtk_container_get_border_width gtk_container_get_border_width; 12704 alias c_gtk_container_set_border_width gtk_container_set_border_width; 12705 alias c_gtk_container_propagate_draw gtk_container_propagate_draw; 12706 alias c_gtk_container_get_focus_chain gtk_container_get_focus_chain; 12707 alias c_gtk_container_set_focus_chain gtk_container_set_focus_chain; 12708 alias c_gtk_container_unset_focus_chain gtk_container_unset_focus_chain; 12709 alias c_gtk_container_class_find_child_property gtk_container_class_find_child_property; 12710 alias c_gtk_container_class_install_child_property gtk_container_class_install_child_property; 12711 alias c_gtk_container_class_list_child_properties gtk_container_class_list_child_properties; 12712 alias c_gtk_container_class_handle_border_width gtk_container_class_handle_border_width; 12713 12714 // gtk.Bin 12715 12716 alias c_gtk_bin_get_child gtk_bin_get_child; 12717 12718 // gtk.MenuShell 12719 12720 alias c_gtk_menu_shell_append gtk_menu_shell_append; 12721 alias c_gtk_menu_shell_prepend gtk_menu_shell_prepend; 12722 alias c_gtk_menu_shell_insert gtk_menu_shell_insert; 12723 alias c_gtk_menu_shell_deactivate gtk_menu_shell_deactivate; 12724 alias c_gtk_menu_shell_select_item gtk_menu_shell_select_item; 12725 alias c_gtk_menu_shell_select_first gtk_menu_shell_select_first; 12726 alias c_gtk_menu_shell_deselect gtk_menu_shell_deselect; 12727 alias c_gtk_menu_shell_activate_item gtk_menu_shell_activate_item; 12728 alias c_gtk_menu_shell_cancel gtk_menu_shell_cancel; 12729 alias c_gtk_menu_shell_set_take_focus gtk_menu_shell_set_take_focus; 12730 alias c_gtk_menu_shell_get_take_focus gtk_menu_shell_get_take_focus; 12731 alias c_gtk_menu_shell_get_selected_item gtk_menu_shell_get_selected_item; 12732 alias c_gtk_menu_shell_get_parent_shell gtk_menu_shell_get_parent_shell; 12733 alias c_gtk_menu_shell_bind_model gtk_menu_shell_bind_model; 12734 12735 // gtk.Misc 12736 12737 alias c_gtk_misc_set_alignment gtk_misc_set_alignment; 12738 alias c_gtk_misc_set_padding gtk_misc_set_padding; 12739 alias c_gtk_misc_get_alignment gtk_misc_get_alignment; 12740 alias c_gtk_misc_get_padding gtk_misc_get_padding; 12741 12742 // gtk.Range 12743 12744 alias c_gtk_range_get_fill_level gtk_range_get_fill_level; 12745 alias c_gtk_range_get_restrict_to_fill_level gtk_range_get_restrict_to_fill_level; 12746 alias c_gtk_range_get_show_fill_level gtk_range_get_show_fill_level; 12747 alias c_gtk_range_set_fill_level gtk_range_set_fill_level; 12748 alias c_gtk_range_set_restrict_to_fill_level gtk_range_set_restrict_to_fill_level; 12749 alias c_gtk_range_set_show_fill_level gtk_range_set_show_fill_level; 12750 alias c_gtk_range_get_adjustment gtk_range_get_adjustment; 12751 alias c_gtk_range_set_adjustment gtk_range_set_adjustment; 12752 alias c_gtk_range_get_inverted gtk_range_get_inverted; 12753 alias c_gtk_range_set_inverted gtk_range_set_inverted; 12754 alias c_gtk_range_get_value gtk_range_get_value; 12755 alias c_gtk_range_set_value gtk_range_set_value; 12756 alias c_gtk_range_set_increments gtk_range_set_increments; 12757 alias c_gtk_range_set_range gtk_range_set_range; 12758 alias c_gtk_range_get_round_digits gtk_range_get_round_digits; 12759 alias c_gtk_range_set_round_digits gtk_range_set_round_digits; 12760 alias c_gtk_range_set_lower_stepper_sensitivity gtk_range_set_lower_stepper_sensitivity; 12761 alias c_gtk_range_get_lower_stepper_sensitivity gtk_range_get_lower_stepper_sensitivity; 12762 alias c_gtk_range_set_upper_stepper_sensitivity gtk_range_set_upper_stepper_sensitivity; 12763 alias c_gtk_range_get_upper_stepper_sensitivity gtk_range_get_upper_stepper_sensitivity; 12764 alias c_gtk_range_get_flippable gtk_range_get_flippable; 12765 alias c_gtk_range_set_flippable gtk_range_set_flippable; 12766 alias c_gtk_range_get_min_slider_size gtk_range_get_min_slider_size; 12767 alias c_gtk_range_get_range_rect gtk_range_get_range_rect; 12768 alias c_gtk_range_get_slider_range gtk_range_get_slider_range; 12769 alias c_gtk_range_get_slider_size_fixed gtk_range_get_slider_size_fixed; 12770 alias c_gtk_range_set_min_slider_size gtk_range_set_min_slider_size; 12771 alias c_gtk_range_set_slider_size_fixed gtk_range_set_slider_size_fixed; 12772 12773 // gtk.IMContext 12774 12775 alias c_gtk_im_context_set_client_window gtk_im_context_set_client_window; 12776 alias c_gtk_im_context_get_preedit_string gtk_im_context_get_preedit_string; 12777 alias c_gtk_im_context_filter_keypress gtk_im_context_filter_keypress; 12778 alias c_gtk_im_context_focus_in gtk_im_context_focus_in; 12779 alias c_gtk_im_context_focus_out gtk_im_context_focus_out; 12780 alias c_gtk_im_context_reset gtk_im_context_reset; 12781 alias c_gtk_im_context_set_cursor_location gtk_im_context_set_cursor_location; 12782 alias c_gtk_im_context_set_use_preedit gtk_im_context_set_use_preedit; 12783 alias c_gtk_im_context_set_surrounding gtk_im_context_set_surrounding; 12784 alias c_gtk_im_context_get_surrounding gtk_im_context_get_surrounding; 12785 alias c_gtk_im_context_delete_surrounding gtk_im_context_delete_surrounding; 12786 12787 // gtk.Plug 12788 12789 alias c_gtk_plug_construct gtk_plug_construct; 12790 alias c_gtk_plug_construct_for_display gtk_plug_construct_for_display; 12791 alias c_gtk_plug_new gtk_plug_new; 12792 alias c_gtk_plug_new_for_display gtk_plug_new_for_display; 12793 alias c_gtk_plug_get_id gtk_plug_get_id; 12794 alias c_gtk_plug_get_embedded gtk_plug_get_embedded; 12795 alias c_gtk_plug_get_socket_window gtk_plug_get_socket_window; 12796 12797 // gtk.Socket 12798 12799 alias c_gtk_socket_new gtk_socket_new; 12800 alias c_gtk_socket_add_id gtk_socket_add_id; 12801 alias c_gtk_socket_get_id gtk_socket_get_id; 12802 alias c_gtk_socket_get_plug_window gtk_socket_get_plug_window; 12803 12804 // gtk.RecentManager 12805 12806 alias c_gtk_recent_manager_new gtk_recent_manager_new; 12807 alias c_gtk_recent_manager_get_default gtk_recent_manager_get_default; 12808 alias c_gtk_recent_manager_add_item gtk_recent_manager_add_item; 12809 alias c_gtk_recent_manager_add_full gtk_recent_manager_add_full; 12810 alias c_gtk_recent_manager_remove_item gtk_recent_manager_remove_item; 12811 alias c_gtk_recent_manager_lookup_item gtk_recent_manager_lookup_item; 12812 alias c_gtk_recent_manager_has_item gtk_recent_manager_has_item; 12813 alias c_gtk_recent_manager_move_item gtk_recent_manager_move_item; 12814 alias c_gtk_recent_manager_get_items gtk_recent_manager_get_items; 12815 alias c_gtk_recent_manager_purge_items gtk_recent_manager_purge_items; 12816 12817 // gtk.RecentInfo 12818 12819 alias c_gtk_recent_info_ref gtk_recent_info_ref; 12820 alias c_gtk_recent_info_unref gtk_recent_info_unref; 12821 alias c_gtk_recent_info_get_uri gtk_recent_info_get_uri; 12822 alias c_gtk_recent_info_get_display_name gtk_recent_info_get_display_name; 12823 alias c_gtk_recent_info_get_description gtk_recent_info_get_description; 12824 alias c_gtk_recent_info_get_mime_type gtk_recent_info_get_mime_type; 12825 alias c_gtk_recent_info_get_added gtk_recent_info_get_added; 12826 alias c_gtk_recent_info_get_modified gtk_recent_info_get_modified; 12827 alias c_gtk_recent_info_get_visited gtk_recent_info_get_visited; 12828 alias c_gtk_recent_info_get_private_hint gtk_recent_info_get_private_hint; 12829 alias c_gtk_recent_info_get_application_info gtk_recent_info_get_application_info; 12830 alias c_gtk_recent_info_get_applications gtk_recent_info_get_applications; 12831 alias c_gtk_recent_info_last_application gtk_recent_info_last_application; 12832 alias c_gtk_recent_info_has_application gtk_recent_info_has_application; 12833 alias c_gtk_recent_info_create_app_info gtk_recent_info_create_app_info; 12834 alias c_gtk_recent_info_get_groups gtk_recent_info_get_groups; 12835 alias c_gtk_recent_info_has_group gtk_recent_info_has_group; 12836 alias c_gtk_recent_info_get_icon gtk_recent_info_get_icon; 12837 alias c_gtk_recent_info_get_gicon gtk_recent_info_get_gicon; 12838 alias c_gtk_recent_info_get_short_name gtk_recent_info_get_short_name; 12839 alias c_gtk_recent_info_get_uri_display gtk_recent_info_get_uri_display; 12840 alias c_gtk_recent_info_get_age gtk_recent_info_get_age; 12841 alias c_gtk_recent_info_is_local gtk_recent_info_is_local; 12842 alias c_gtk_recent_info_exists gtk_recent_info_exists; 12843 alias c_gtk_recent_info_match gtk_recent_info_match; 12844 12845 // gtk.RecentChooserT 12846 12847 12848 // gtk.RecentChooserT 12849 12850 alias c_gtk_recent_chooser_set_show_private gtk_recent_chooser_set_show_private; 12851 alias c_gtk_recent_chooser_get_show_private gtk_recent_chooser_get_show_private; 12852 alias c_gtk_recent_chooser_set_show_not_found gtk_recent_chooser_set_show_not_found; 12853 alias c_gtk_recent_chooser_get_show_not_found gtk_recent_chooser_get_show_not_found; 12854 alias c_gtk_recent_chooser_set_show_icons gtk_recent_chooser_set_show_icons; 12855 alias c_gtk_recent_chooser_get_show_icons gtk_recent_chooser_get_show_icons; 12856 alias c_gtk_recent_chooser_set_select_multiple gtk_recent_chooser_set_select_multiple; 12857 alias c_gtk_recent_chooser_get_select_multiple gtk_recent_chooser_get_select_multiple; 12858 alias c_gtk_recent_chooser_set_local_only gtk_recent_chooser_set_local_only; 12859 alias c_gtk_recent_chooser_get_local_only gtk_recent_chooser_get_local_only; 12860 alias c_gtk_recent_chooser_set_limit gtk_recent_chooser_set_limit; 12861 alias c_gtk_recent_chooser_get_limit gtk_recent_chooser_get_limit; 12862 alias c_gtk_recent_chooser_set_show_tips gtk_recent_chooser_set_show_tips; 12863 alias c_gtk_recent_chooser_get_show_tips gtk_recent_chooser_get_show_tips; 12864 alias c_gtk_recent_chooser_set_sort_type gtk_recent_chooser_set_sort_type; 12865 alias c_gtk_recent_chooser_get_sort_type gtk_recent_chooser_get_sort_type; 12866 alias c_gtk_recent_chooser_set_sort_func gtk_recent_chooser_set_sort_func; 12867 alias c_gtk_recent_chooser_set_current_uri gtk_recent_chooser_set_current_uri; 12868 alias c_gtk_recent_chooser_get_current_uri gtk_recent_chooser_get_current_uri; 12869 alias c_gtk_recent_chooser_get_current_item gtk_recent_chooser_get_current_item; 12870 alias c_gtk_recent_chooser_select_uri gtk_recent_chooser_select_uri; 12871 alias c_gtk_recent_chooser_unselect_uri gtk_recent_chooser_unselect_uri; 12872 alias c_gtk_recent_chooser_select_all gtk_recent_chooser_select_all; 12873 alias c_gtk_recent_chooser_unselect_all gtk_recent_chooser_unselect_all; 12874 alias c_gtk_recent_chooser_get_items gtk_recent_chooser_get_items; 12875 alias c_gtk_recent_chooser_get_uris gtk_recent_chooser_get_uris; 12876 alias c_gtk_recent_chooser_add_filter gtk_recent_chooser_add_filter; 12877 alias c_gtk_recent_chooser_remove_filter gtk_recent_chooser_remove_filter; 12878 alias c_gtk_recent_chooser_list_filters gtk_recent_chooser_list_filters; 12879 alias c_gtk_recent_chooser_set_filter gtk_recent_chooser_set_filter; 12880 alias c_gtk_recent_chooser_get_filter gtk_recent_chooser_get_filter; 12881 12882 // gtk.RecentChooserDialog 12883 12884 alias c_gtk_recent_chooser_dialog_new gtk_recent_chooser_dialog_new; 12885 alias c_gtk_recent_chooser_dialog_new_for_manager gtk_recent_chooser_dialog_new_for_manager; 12886 12887 // gtk.RecentChooserMenu 12888 12889 alias c_gtk_recent_chooser_menu_new gtk_recent_chooser_menu_new; 12890 alias c_gtk_recent_chooser_menu_new_for_manager gtk_recent_chooser_menu_new_for_manager; 12891 alias c_gtk_recent_chooser_menu_get_show_numbers gtk_recent_chooser_menu_get_show_numbers; 12892 alias c_gtk_recent_chooser_menu_set_show_numbers gtk_recent_chooser_menu_set_show_numbers; 12893 12894 // gtk.RecentChooserWidget 12895 12896 alias c_gtk_recent_chooser_widget_new gtk_recent_chooser_widget_new; 12897 alias c_gtk_recent_chooser_widget_new_for_manager gtk_recent_chooser_widget_new_for_manager; 12898 12899 // gtk.RecentFilter 12900 12901 alias c_gtk_recent_filter_new gtk_recent_filter_new; 12902 alias c_gtk_recent_filter_get_name gtk_recent_filter_get_name; 12903 alias c_gtk_recent_filter_set_name gtk_recent_filter_set_name; 12904 alias c_gtk_recent_filter_add_mime_type gtk_recent_filter_add_mime_type; 12905 alias c_gtk_recent_filter_add_pattern gtk_recent_filter_add_pattern; 12906 alias c_gtk_recent_filter_add_pixbuf_formats gtk_recent_filter_add_pixbuf_formats; 12907 alias c_gtk_recent_filter_add_application gtk_recent_filter_add_application; 12908 alias c_gtk_recent_filter_add_group gtk_recent_filter_add_group; 12909 alias c_gtk_recent_filter_add_age gtk_recent_filter_add_age; 12910 alias c_gtk_recent_filter_add_custom gtk_recent_filter_add_custom; 12911 alias c_gtk_recent_filter_get_needed gtk_recent_filter_get_needed; 12912 alias c_gtk_recent_filter_filter gtk_recent_filter_filter; 12913 12914 // gtk.AppChooserT 12915 12916 12917 // gtk.AppChooserT 12918 12919 alias c_gtk_app_chooser_get_app_info gtk_app_chooser_get_app_info; 12920 alias c_gtk_app_chooser_get_content_type gtk_app_chooser_get_content_type; 12921 alias c_gtk_app_chooser_refresh gtk_app_chooser_refresh; 12922 12923 // gtk.AppChooserButton 12924 12925 alias c_gtk_app_chooser_button_new gtk_app_chooser_button_new; 12926 alias c_gtk_app_chooser_button_append_custom_item gtk_app_chooser_button_append_custom_item; 12927 alias c_gtk_app_chooser_button_append_separator gtk_app_chooser_button_append_separator; 12928 alias c_gtk_app_chooser_button_set_active_custom_item gtk_app_chooser_button_set_active_custom_item; 12929 alias c_gtk_app_chooser_button_get_show_default_item gtk_app_chooser_button_get_show_default_item; 12930 alias c_gtk_app_chooser_button_set_show_default_item gtk_app_chooser_button_set_show_default_item; 12931 alias c_gtk_app_chooser_button_get_show_dialog_item gtk_app_chooser_button_get_show_dialog_item; 12932 alias c_gtk_app_chooser_button_set_show_dialog_item gtk_app_chooser_button_set_show_dialog_item; 12933 alias c_gtk_app_chooser_button_get_heading gtk_app_chooser_button_get_heading; 12934 alias c_gtk_app_chooser_button_set_heading gtk_app_chooser_button_set_heading; 12935 12936 // gtk.AppChooserDialog 12937 12938 alias c_gtk_app_chooser_dialog_new gtk_app_chooser_dialog_new; 12939 alias c_gtk_app_chooser_dialog_new_for_content_type gtk_app_chooser_dialog_new_for_content_type; 12940 alias c_gtk_app_chooser_dialog_get_widget gtk_app_chooser_dialog_get_widget; 12941 alias c_gtk_app_chooser_dialog_set_heading gtk_app_chooser_dialog_set_heading; 12942 alias c_gtk_app_chooser_dialog_get_heading gtk_app_chooser_dialog_get_heading; 12943 12944 // gtk.AppChooserWidget 12945 12946 alias c_gtk_app_chooser_widget_new gtk_app_chooser_widget_new; 12947 alias c_gtk_app_chooser_widget_set_show_default gtk_app_chooser_widget_set_show_default; 12948 alias c_gtk_app_chooser_widget_get_show_default gtk_app_chooser_widget_get_show_default; 12949 alias c_gtk_app_chooser_widget_set_show_recommended gtk_app_chooser_widget_set_show_recommended; 12950 alias c_gtk_app_chooser_widget_get_show_recommended gtk_app_chooser_widget_get_show_recommended; 12951 alias c_gtk_app_chooser_widget_set_show_fallback gtk_app_chooser_widget_set_show_fallback; 12952 alias c_gtk_app_chooser_widget_get_show_fallback gtk_app_chooser_widget_get_show_fallback; 12953 alias c_gtk_app_chooser_widget_set_show_other gtk_app_chooser_widget_set_show_other; 12954 alias c_gtk_app_chooser_widget_get_show_other gtk_app_chooser_widget_get_show_other; 12955 alias c_gtk_app_chooser_widget_set_show_all gtk_app_chooser_widget_set_show_all; 12956 alias c_gtk_app_chooser_widget_get_show_all gtk_app_chooser_widget_get_show_all; 12957 alias c_gtk_app_chooser_widget_set_default_text gtk_app_chooser_widget_set_default_text; 12958 alias c_gtk_app_chooser_widget_get_default_text gtk_app_chooser_widget_get_default_text; 12959 12960 // gtk.SymbolicColor 12961 12962 alias c_gtk_symbolic_color_new_literal gtk_symbolic_color_new_literal; 12963 alias c_gtk_symbolic_color_new_name gtk_symbolic_color_new_name; 12964 alias c_gtk_symbolic_color_new_shade gtk_symbolic_color_new_shade; 12965 alias c_gtk_symbolic_color_new_alpha gtk_symbolic_color_new_alpha; 12966 alias c_gtk_symbolic_color_new_mix gtk_symbolic_color_new_mix; 12967 alias c_gtk_symbolic_color_new_win32 gtk_symbolic_color_new_win32; 12968 alias c_gtk_symbolic_color_ref gtk_symbolic_color_ref; 12969 alias c_gtk_symbolic_color_unref gtk_symbolic_color_unref; 12970 alias c_gtk_symbolic_color_resolve gtk_symbolic_color_resolve; 12971 alias c_gtk_symbolic_color_to_string gtk_symbolic_color_to_string; 12972 12973 // gtk.Gradient 12974 12975 alias c_gtk_gradient_new_linear gtk_gradient_new_linear; 12976 alias c_gtk_gradient_new_radial gtk_gradient_new_radial; 12977 alias c_gtk_gradient_add_color_stop gtk_gradient_add_color_stop; 12978 alias c_gtk_gradient_ref gtk_gradient_ref; 12979 alias c_gtk_gradient_unref gtk_gradient_unref; 12980 alias c_gtk_gradient_resolve gtk_gradient_resolve; 12981 alias c_gtk_gradient_resolve_for_context gtk_gradient_resolve_for_context; 12982 alias c_gtk_gradient_to_string gtk_gradient_to_string; 12983 12984 // gtk.RcStyle 12985 12986 alias c_gtk_rc_scanner_new gtk_rc_scanner_new; 12987 alias c_gtk_rc_get_style gtk_rc_get_style; 12988 alias c_gtk_rc_get_style_by_paths gtk_rc_get_style_by_paths; 12989 alias c_gtk_rc_parse gtk_rc_parse; 12990 alias c_gtk_rc_parse_string gtk_rc_parse_string; 12991 alias c_gtk_rc_reparse_all gtk_rc_reparse_all; 12992 alias c_gtk_rc_reparse_all_for_settings gtk_rc_reparse_all_for_settings; 12993 alias c_gtk_rc_reset_styles gtk_rc_reset_styles; 12994 alias c_gtk_rc_add_default_file gtk_rc_add_default_file; 12995 alias c_gtk_rc_get_default_files gtk_rc_get_default_files; 12996 alias c_gtk_rc_set_default_files gtk_rc_set_default_files; 12997 alias c_gtk_rc_parse_color gtk_rc_parse_color; 12998 alias c_gtk_rc_parse_color_full gtk_rc_parse_color_full; 12999 alias c_gtk_rc_parse_state gtk_rc_parse_state; 13000 alias c_gtk_rc_parse_priority gtk_rc_parse_priority; 13001 alias c_gtk_rc_find_module_in_path gtk_rc_find_module_in_path; 13002 alias c_gtk_rc_find_pixmap_in_path gtk_rc_find_pixmap_in_path; 13003 alias c_gtk_rc_get_module_dir gtk_rc_get_module_dir; 13004 alias c_gtk_rc_get_im_module_path gtk_rc_get_im_module_path; 13005 alias c_gtk_rc_get_im_module_file gtk_rc_get_im_module_file; 13006 alias c_gtk_rc_get_theme_dir gtk_rc_get_theme_dir; 13007 alias c_gtk_rc_style_new gtk_rc_style_new; 13008 alias c_gtk_rc_style_copy gtk_rc_style_copy; 13009 13010 // gtk.Style 13011 13012 alias c_gtk_style_new gtk_style_new; 13013 alias c_gtk_style_copy gtk_style_copy; 13014 alias c_gtk_style_attach gtk_style_attach; 13015 alias c_gtk_style_detach gtk_style_detach; 13016 alias c_gtk_style_has_context gtk_style_has_context; 13017 alias c_gtk_style_set_background gtk_style_set_background; 13018 alias c_gtk_style_apply_default_background gtk_style_apply_default_background; 13019 alias c_gtk_style_lookup_color gtk_style_lookup_color; 13020 alias c_gtk_style_lookup_icon_set gtk_style_lookup_icon_set; 13021 alias c_gtk_style_render_icon gtk_style_render_icon; 13022 alias c_gtk_style_get_style_property gtk_style_get_style_property; 13023 alias c_gtk_style_get_valist gtk_style_get_valist; 13024 alias c_gtk_style_get gtk_style_get; 13025 alias c_gtk_paint_arrow gtk_paint_arrow; 13026 alias c_gtk_paint_box gtk_paint_box; 13027 alias c_gtk_paint_box_gap gtk_paint_box_gap; 13028 alias c_gtk_paint_check gtk_paint_check; 13029 alias c_gtk_paint_diamond gtk_paint_diamond; 13030 alias c_gtk_paint_extension gtk_paint_extension; 13031 alias c_gtk_paint_flat_box gtk_paint_flat_box; 13032 alias c_gtk_paint_focus gtk_paint_focus; 13033 alias c_gtk_paint_handle gtk_paint_handle; 13034 alias c_gtk_paint_hline gtk_paint_hline; 13035 alias c_gtk_paint_option gtk_paint_option; 13036 alias c_gtk_paint_shadow gtk_paint_shadow; 13037 alias c_gtk_paint_shadow_gap gtk_paint_shadow_gap; 13038 alias c_gtk_paint_slider gtk_paint_slider; 13039 alias c_gtk_paint_spinner gtk_paint_spinner; 13040 alias c_gtk_paint_tab gtk_paint_tab; 13041 alias c_gtk_paint_vline gtk_paint_vline; 13042 alias c_gtk_paint_expander gtk_paint_expander; 13043 alias c_gtk_paint_layout gtk_paint_layout; 13044 alias c_gtk_paint_resize_grip gtk_paint_resize_grip; 13045 alias c_gtk_draw_insertion_cursor gtk_draw_insertion_cursor; 13046 13047 // gtk.HScale 13048 13049 alias c_gtk_hscale_new gtk_hscale_new; 13050 alias c_gtk_hscale_new_with_range gtk_hscale_new_with_range; 13051 13052 // gtk.VScale 13053 13054 alias c_gtk_vscale_new gtk_vscale_new; 13055 alias c_gtk_vscale_new_with_range gtk_vscale_new_with_range; 13056 13057 // gtk.TearoffMenuItem 13058 13059 alias c_gtk_tearoff_menu_item_new gtk_tearoff_menu_item_new; 13060 13061 // gtk.ColorSelection 13062 13063 alias c_gtk_color_selection_new gtk_color_selection_new; 13064 alias c_gtk_color_selection_set_has_opacity_control gtk_color_selection_set_has_opacity_control; 13065 alias c_gtk_color_selection_get_has_opacity_control gtk_color_selection_get_has_opacity_control; 13066 alias c_gtk_color_selection_set_has_palette gtk_color_selection_set_has_palette; 13067 alias c_gtk_color_selection_get_has_palette gtk_color_selection_get_has_palette; 13068 alias c_gtk_color_selection_get_current_alpha gtk_color_selection_get_current_alpha; 13069 alias c_gtk_color_selection_set_current_alpha gtk_color_selection_set_current_alpha; 13070 alias c_gtk_color_selection_get_current_color gtk_color_selection_get_current_color; 13071 alias c_gtk_color_selection_set_current_color gtk_color_selection_set_current_color; 13072 alias c_gtk_color_selection_get_previous_alpha gtk_color_selection_get_previous_alpha; 13073 alias c_gtk_color_selection_set_previous_alpha gtk_color_selection_set_previous_alpha; 13074 alias c_gtk_color_selection_get_previous_color gtk_color_selection_get_previous_color; 13075 alias c_gtk_color_selection_set_previous_color gtk_color_selection_set_previous_color; 13076 alias c_gtk_color_selection_get_current_rgba gtk_color_selection_get_current_rgba; 13077 alias c_gtk_color_selection_set_current_rgba gtk_color_selection_set_current_rgba; 13078 alias c_gtk_color_selection_get_previous_rgba gtk_color_selection_get_previous_rgba; 13079 alias c_gtk_color_selection_set_previous_rgba gtk_color_selection_set_previous_rgba; 13080 alias c_gtk_color_selection_is_adjusting gtk_color_selection_is_adjusting; 13081 alias c_gtk_color_selection_palette_from_string gtk_color_selection_palette_from_string; 13082 alias c_gtk_color_selection_palette_to_string gtk_color_selection_palette_to_string; 13083 alias c_gtk_color_selection_set_change_palette_with_screen_hook gtk_color_selection_set_change_palette_with_screen_hook; 13084 13085 // gtk.ColorSelectionDialog 13086 13087 alias c_gtk_color_selection_dialog_new gtk_color_selection_dialog_new; 13088 alias c_gtk_color_selection_dialog_get_color_selection gtk_color_selection_dialog_get_color_selection; 13089 13090 // gtk.HSV 13091 13092 alias c_gtk_hsv_new gtk_hsv_new; 13093 alias c_gtk_hsv_set_color gtk_hsv_set_color; 13094 alias c_gtk_hsv_get_color gtk_hsv_get_color; 13095 alias c_gtk_hsv_set_metrics gtk_hsv_set_metrics; 13096 alias c_gtk_hsv_get_metrics gtk_hsv_get_metrics; 13097 alias c_gtk_hsv_is_adjusting gtk_hsv_is_adjusting; 13098 alias c_gtk_hsv_to_rgb gtk_hsv_to_rgb; 13099 alias c_gtk_rgb_to_hsv gtk_rgb_to_hsv; 13100 13101 // gtk.FontSelection 13102 13103 alias c_gtk_font_selection_new gtk_font_selection_new; 13104 alias c_gtk_font_selection_get_font_name gtk_font_selection_get_font_name; 13105 alias c_gtk_font_selection_set_font_name gtk_font_selection_set_font_name; 13106 alias c_gtk_font_selection_get_preview_text gtk_font_selection_get_preview_text; 13107 alias c_gtk_font_selection_set_preview_text gtk_font_selection_set_preview_text; 13108 alias c_gtk_font_selection_get_face gtk_font_selection_get_face; 13109 alias c_gtk_font_selection_get_face_list gtk_font_selection_get_face_list; 13110 alias c_gtk_font_selection_get_family gtk_font_selection_get_family; 13111 alias c_gtk_font_selection_get_size gtk_font_selection_get_size; 13112 alias c_gtk_font_selection_get_family_list gtk_font_selection_get_family_list; 13113 alias c_gtk_font_selection_get_preview_entry gtk_font_selection_get_preview_entry; 13114 alias c_gtk_font_selection_get_size_entry gtk_font_selection_get_size_entry; 13115 alias c_gtk_font_selection_get_size_list gtk_font_selection_get_size_list; 13116 13117 // gtk.FontSelectionDialog 13118 13119 alias c_gtk_font_selection_dialog_new gtk_font_selection_dialog_new; 13120 alias c_gtk_font_selection_dialog_get_font_name gtk_font_selection_dialog_get_font_name; 13121 alias c_gtk_font_selection_dialog_set_font_name gtk_font_selection_dialog_set_font_name; 13122 alias c_gtk_font_selection_dialog_get_preview_text gtk_font_selection_dialog_get_preview_text; 13123 alias c_gtk_font_selection_dialog_set_preview_text gtk_font_selection_dialog_set_preview_text; 13124 alias c_gtk_font_selection_dialog_get_cancel_button gtk_font_selection_dialog_get_cancel_button; 13125 alias c_gtk_font_selection_dialog_get_ok_button gtk_font_selection_dialog_get_ok_button; 13126 alias c_gtk_font_selection_dialog_get_font_selection gtk_font_selection_dialog_get_font_selection; 13127 13128 // gtk.HBox 13129 13130 alias c_gtk_hbox_new gtk_hbox_new; 13131 13132 // gtk.VBox 13133 13134 alias c_gtk_vbox_new gtk_vbox_new; 13135 13136 // gtk.HButtonBox 13137 13138 alias c_gtk_hbutton_box_new gtk_hbutton_box_new; 13139 13140 // gtk.VButtonBox 13141 13142 alias c_gtk_vbutton_box_new gtk_vbutton_box_new; 13143 13144 // gtk.HPaned 13145 13146 alias c_gtk_hpaned_new gtk_hpaned_new; 13147 13148 // gtk.VPaned 13149 13150 alias c_gtk_vpaned_new gtk_vpaned_new; 13151 13152 // gtk.Table 13153 13154 alias c_gtk_table_new gtk_table_new; 13155 alias c_gtk_table_resize gtk_table_resize; 13156 alias c_gtk_table_get_size gtk_table_get_size; 13157 alias c_gtk_table_attach gtk_table_attach; 13158 alias c_gtk_table_attach_defaults gtk_table_attach_defaults; 13159 alias c_gtk_table_set_row_spacing gtk_table_set_row_spacing; 13160 alias c_gtk_table_set_col_spacing gtk_table_set_col_spacing; 13161 alias c_gtk_table_set_row_spacings gtk_table_set_row_spacings; 13162 alias c_gtk_table_set_col_spacings gtk_table_set_col_spacings; 13163 alias c_gtk_table_set_homogeneous gtk_table_set_homogeneous; 13164 alias c_gtk_table_get_default_row_spacing gtk_table_get_default_row_spacing; 13165 alias c_gtk_table_get_homogeneous gtk_table_get_homogeneous; 13166 alias c_gtk_table_get_row_spacing gtk_table_get_row_spacing; 13167 alias c_gtk_table_get_col_spacing gtk_table_get_col_spacing; 13168 alias c_gtk_table_get_default_col_spacing gtk_table_get_default_col_spacing; 13169 13170 // gtk.HSeparator 13171 13172 alias c_gtk_hseparator_new gtk_hseparator_new; 13173 13174 // gtk.VSeparator 13175 13176 alias c_gtk_vseparator_new gtk_vseparator_new; 13177 13178 // gtk.HScrollbar 13179 13180 alias c_gtk_hscrollbar_new gtk_hscrollbar_new; 13181 13182 // gtk.VScrollbar 13183 13184 alias c_gtk_vscrollbar_new gtk_vscrollbar_new; 13185 13186 // gtk.UIManager 13187 13188 alias c_gtk_ui_manager_new gtk_ui_manager_new; 13189 alias c_gtk_ui_manager_set_add_tearoffs gtk_ui_manager_set_add_tearoffs; 13190 alias c_gtk_ui_manager_get_add_tearoffs gtk_ui_manager_get_add_tearoffs; 13191 alias c_gtk_ui_manager_insert_action_group gtk_ui_manager_insert_action_group; 13192 alias c_gtk_ui_manager_remove_action_group gtk_ui_manager_remove_action_group; 13193 alias c_gtk_ui_manager_get_action_groups gtk_ui_manager_get_action_groups; 13194 alias c_gtk_ui_manager_get_accel_group gtk_ui_manager_get_accel_group; 13195 alias c_gtk_ui_manager_get_widget gtk_ui_manager_get_widget; 13196 alias c_gtk_ui_manager_get_toplevels gtk_ui_manager_get_toplevels; 13197 alias c_gtk_ui_manager_get_action gtk_ui_manager_get_action; 13198 alias c_gtk_ui_manager_add_ui_from_resource gtk_ui_manager_add_ui_from_resource; 13199 alias c_gtk_ui_manager_add_ui_from_string gtk_ui_manager_add_ui_from_string; 13200 alias c_gtk_ui_manager_add_ui_from_file gtk_ui_manager_add_ui_from_file; 13201 alias c_gtk_ui_manager_new_merge_id gtk_ui_manager_new_merge_id; 13202 alias c_gtk_ui_manager_add_ui gtk_ui_manager_add_ui; 13203 alias c_gtk_ui_manager_remove_ui gtk_ui_manager_remove_ui; 13204 alias c_gtk_ui_manager_get_ui gtk_ui_manager_get_ui; 13205 alias c_gtk_ui_manager_ensure_update gtk_ui_manager_ensure_update; 13206 13207 // gtk.ActionGroup 13208 13209 alias c_gtk_action_group_new gtk_action_group_new; 13210 alias c_gtk_action_group_get_name gtk_action_group_get_name; 13211 alias c_gtk_action_group_get_sensitive gtk_action_group_get_sensitive; 13212 alias c_gtk_action_group_set_sensitive gtk_action_group_set_sensitive; 13213 alias c_gtk_action_group_get_visible gtk_action_group_get_visible; 13214 alias c_gtk_action_group_set_visible gtk_action_group_set_visible; 13215 alias c_gtk_action_group_get_accel_group gtk_action_group_get_accel_group; 13216 alias c_gtk_action_group_set_accel_group gtk_action_group_set_accel_group; 13217 alias c_gtk_action_group_get_action gtk_action_group_get_action; 13218 alias c_gtk_action_group_list_actions gtk_action_group_list_actions; 13219 alias c_gtk_action_group_add_action gtk_action_group_add_action; 13220 alias c_gtk_action_group_add_action_with_accel gtk_action_group_add_action_with_accel; 13221 alias c_gtk_action_group_remove_action gtk_action_group_remove_action; 13222 alias c_gtk_action_group_add_actions gtk_action_group_add_actions; 13223 alias c_gtk_action_group_add_actions_full gtk_action_group_add_actions_full; 13224 alias c_gtk_action_group_add_toggle_actions gtk_action_group_add_toggle_actions; 13225 alias c_gtk_action_group_add_toggle_actions_full gtk_action_group_add_toggle_actions_full; 13226 alias c_gtk_action_group_add_radio_actions gtk_action_group_add_radio_actions; 13227 alias c_gtk_action_group_add_radio_actions_full gtk_action_group_add_radio_actions_full; 13228 alias c_gtk_action_group_set_translate_func gtk_action_group_set_translate_func; 13229 alias c_gtk_action_group_set_translation_domain gtk_action_group_set_translation_domain; 13230 alias c_gtk_action_group_translate_string gtk_action_group_translate_string; 13231 13232 // gtk.Action 13233 13234 alias c_gtk_action_new gtk_action_new; 13235 alias c_gtk_action_get_name gtk_action_get_name; 13236 alias c_gtk_action_is_sensitive gtk_action_is_sensitive; 13237 alias c_gtk_action_get_sensitive gtk_action_get_sensitive; 13238 alias c_gtk_action_set_sensitive gtk_action_set_sensitive; 13239 alias c_gtk_action_is_visible gtk_action_is_visible; 13240 alias c_gtk_action_get_visible gtk_action_get_visible; 13241 alias c_gtk_action_set_visible gtk_action_set_visible; 13242 alias c_gtk_action_activate gtk_action_activate; 13243 alias c_gtk_action_create_icon gtk_action_create_icon; 13244 alias c_gtk_action_create_menu_item gtk_action_create_menu_item; 13245 alias c_gtk_action_create_tool_item gtk_action_create_tool_item; 13246 alias c_gtk_action_create_menu gtk_action_create_menu; 13247 alias c_gtk_action_get_proxies gtk_action_get_proxies; 13248 alias c_gtk_action_connect_accelerator gtk_action_connect_accelerator; 13249 alias c_gtk_action_disconnect_accelerator gtk_action_disconnect_accelerator; 13250 alias c_gtk_action_block_activate gtk_action_block_activate; 13251 alias c_gtk_action_unblock_activate gtk_action_unblock_activate; 13252 alias c_gtk_action_get_always_show_image gtk_action_get_always_show_image; 13253 alias c_gtk_action_set_always_show_image gtk_action_set_always_show_image; 13254 alias c_gtk_action_get_accel_path gtk_action_get_accel_path; 13255 alias c_gtk_action_set_accel_path gtk_action_set_accel_path; 13256 alias c_gtk_action_get_accel_closure gtk_action_get_accel_closure; 13257 alias c_gtk_action_set_accel_group gtk_action_set_accel_group; 13258 alias c_gtk_action_set_label gtk_action_set_label; 13259 alias c_gtk_action_get_label gtk_action_get_label; 13260 alias c_gtk_action_set_short_label gtk_action_set_short_label; 13261 alias c_gtk_action_get_short_label gtk_action_get_short_label; 13262 alias c_gtk_action_set_tooltip gtk_action_set_tooltip; 13263 alias c_gtk_action_get_tooltip gtk_action_get_tooltip; 13264 alias c_gtk_action_set_stock_id gtk_action_set_stock_id; 13265 alias c_gtk_action_get_stock_id gtk_action_get_stock_id; 13266 alias c_gtk_action_set_gicon gtk_action_set_gicon; 13267 alias c_gtk_action_get_gicon gtk_action_get_gicon; 13268 alias c_gtk_action_set_icon_name gtk_action_set_icon_name; 13269 alias c_gtk_action_get_icon_name gtk_action_get_icon_name; 13270 alias c_gtk_action_set_visible_horizontal gtk_action_set_visible_horizontal; 13271 alias c_gtk_action_get_visible_horizontal gtk_action_get_visible_horizontal; 13272 alias c_gtk_action_set_visible_vertical gtk_action_set_visible_vertical; 13273 alias c_gtk_action_get_visible_vertical gtk_action_get_visible_vertical; 13274 alias c_gtk_action_set_is_important gtk_action_set_is_important; 13275 alias c_gtk_action_get_is_important gtk_action_get_is_important; 13276 13277 // gtk.ToggleAction 13278 13279 alias c_gtk_toggle_action_new gtk_toggle_action_new; 13280 alias c_gtk_toggle_action_toggled gtk_toggle_action_toggled; 13281 alias c_gtk_toggle_action_set_active gtk_toggle_action_set_active; 13282 alias c_gtk_toggle_action_get_active gtk_toggle_action_get_active; 13283 alias c_gtk_toggle_action_set_draw_as_radio gtk_toggle_action_set_draw_as_radio; 13284 alias c_gtk_toggle_action_get_draw_as_radio gtk_toggle_action_get_draw_as_radio; 13285 13286 // gtk.RadioAction 13287 13288 alias c_gtk_radio_action_new gtk_radio_action_new; 13289 alias c_gtk_radio_action_get_group gtk_radio_action_get_group; 13290 alias c_gtk_radio_action_set_group gtk_radio_action_set_group; 13291 alias c_gtk_radio_action_join_group gtk_radio_action_join_group; 13292 alias c_gtk_radio_action_get_current_value gtk_radio_action_get_current_value; 13293 alias c_gtk_radio_action_set_current_value gtk_radio_action_set_current_value; 13294 13295 // gtk.RecentAction 13296 13297 alias c_gtk_recent_action_new gtk_recent_action_new; 13298 alias c_gtk_recent_action_new_for_manager gtk_recent_action_new_for_manager; 13299 alias c_gtk_recent_action_get_show_numbers gtk_recent_action_get_show_numbers; 13300 alias c_gtk_recent_action_set_show_numbers gtk_recent_action_set_show_numbers; 13301 13302 // gtk.ActivatableT 13303 13304 13305 // gtk.ActivatableT 13306 13307 alias c_gtk_activatable_do_set_related_action gtk_activatable_do_set_related_action; 13308 alias c_gtk_activatable_get_related_action gtk_activatable_get_related_action; 13309 alias c_gtk_activatable_get_use_action_appearance gtk_activatable_get_use_action_appearance; 13310 alias c_gtk_activatable_sync_action_properties gtk_activatable_sync_action_properties; 13311 alias c_gtk_activatable_set_related_action gtk_activatable_set_related_action; 13312 alias c_gtk_activatable_set_use_action_appearance gtk_activatable_set_use_action_appearance; 13313 13314 // gtk.ImageMenuItem 13315 13316 alias c_gtk_image_menu_item_set_image gtk_image_menu_item_set_image; 13317 alias c_gtk_image_menu_item_get_image gtk_image_menu_item_get_image; 13318 alias c_gtk_image_menu_item_new gtk_image_menu_item_new; 13319 alias c_gtk_image_menu_item_new_from_stock gtk_image_menu_item_new_from_stock; 13320 alias c_gtk_image_menu_item_new_with_label gtk_image_menu_item_new_with_label; 13321 alias c_gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_new_with_mnemonic; 13322 alias c_gtk_image_menu_item_get_use_stock gtk_image_menu_item_get_use_stock; 13323 alias c_gtk_image_menu_item_set_use_stock gtk_image_menu_item_set_use_stock; 13324 alias c_gtk_image_menu_item_get_always_show_image gtk_image_menu_item_get_always_show_image; 13325 alias c_gtk_image_menu_item_set_always_show_image gtk_image_menu_item_set_always_show_image; 13326 alias c_gtk_image_menu_item_set_accel_group gtk_image_menu_item_set_accel_group; 13327 13328 // gtk.StockItem 13329 13330 alias c_gtk_stock_add gtk_stock_add; 13331 alias c_gtk_stock_add_static gtk_stock_add_static; 13332 alias c_gtk_stock_item_copy gtk_stock_item_copy; 13333 alias c_gtk_stock_item_free gtk_stock_item_free; 13334 alias c_gtk_stock_list_ids gtk_stock_list_ids; 13335 alias c_gtk_stock_lookup gtk_stock_lookup; 13336 alias c_gtk_stock_set_translate_func gtk_stock_set_translate_func;